forsms2002
24th November 2005, 01:07
I have generated a simle print session and the buttons are in the sequence as below:
Print
close
save defaults
get defaults
make job
help
and when the session is executed the cursor is on the Print button

If I generate the same in a different baan setup the sequence is :
close
save defaults
get defaults
make job
print
help
and when the session is executed the cursor is on the Close button

Where is the sequence decided? Can we change the sequence? Also, when the session is executed, how can i make the cursor to be defaulted in the "From" field and not on the button?

Thanks in advance

forsms2002
24th November 2005, 03:08
The session ->Start Command->Specific Start command ->21

But how to change the sequence of buttons displayed on the form..is still a question :) ???

george7a
24th November 2005, 09:23
Hi,

In the "Form Editor" you have "Form->Field Order". This will make everything in the right order.

If you want to begin in another field use to.field() function. Read about it here:

http://www.baanboard.com/programmers_manual_baanerp_help_functions_form_and_form_field_operations_to_field

About reordering "the sequence of buttons": go to maintain Forms and click on buttons. There you can define the order of the buttons.

I hope it helps,

- George

forsms2002
29th November 2005, 18:48
Thanks for the replies. But my question is regarding the re-sequencing of standard buttons. i am on Baan5c and in Maintain forms (ttadv3500m000) , there is no option of "Buttons". Is it possible to change the sequence of standard buttons on the form?
I have generated a simple print session and the buttons are in the sequence as below:

close
save defaults
get defaults
make job
Print
help.

I want to just re-sequence it to say:
Print
close
make job
save defaults
get defaults
help

Thanks

mark_h
29th November 2005, 19:26
On baan 4 you can edit the form. Then do edit and select special field. This runs ttadv3103s000. In this sub-session you can then pick button and set what the button does on the session - so continue you would be like option 38. Is this available in Baan 5? This allows me to put buttons on the form anywhere and in what order I want them. I do not know how to re-order the buttons since I always use this to put them where I want them.

george7a
30th November 2005, 12:05
Hi,

If it wasn't a special field in the editor, you can click on Specific menu (in Maintain Forms) and then on "Forms Command". You will see the order there..

- George