baan_fun
6th May 2004, 13:11
Hi,

Baan ERP 5c.

I'm trying to create a form button for standard commands = "Next Set" and "Prev Set".

As I know from Baan 4c4 this should be possible. In Baan 5c I realized I could do this only if I define a form command for each standard command : next.set and prev.set.

My problem is that seems that I don't manage to figure out the fucntion name to be called. I tried as : next.set, or exec.next.set or even start.set.

None it's working. When I press the button the message pops up that the function is not known.

Is somebody that knows the names of the fucntions I should call in a form command in order to call by pressing a button the standatd commands : next.set and prev.set?

Thanks a lot for your time and help.
Best Regards.

en@frrom
6th May 2004, 20:00
Try choice.next.set, choice.prev.set, etc.

baan_fun
13th May 2004, 12:45
Hi,

Thanks for your answer. Unfortunately it didn't work.

I have solved the problem by creating 2 new funIt workedctions linked each to one form command. For each form command I have created a button on form and in the script I called :
execute(next.set) in one function and execute(prev.set) in another function.



Regards.