BurghMan
6th November 2004, 16:48
How do you set the ctrl or function keys to zoom to a Baan session? For example, in Maintain Sales Orders you can do a ctrl-y to zoom to the Sales Order lines. These shortcuts are listed under the special menu.
Thanks in advance,
BurghMan
mark_h
8th November 2004, 00:14
One way that I know is to add a user choice button to the form. You can then define a short cut to the button - like ^A,^E, etc. The field help on the session lists the choices that you can use.
Mark
BurghMan
8th November 2004, 17:47
mark_h,
I have defined user choice buttons on sessions that I have created in the choice section of the session script. Unfortunately, I do not have the source for Maintain Sales Order Lines. Is there somewhere else that I can define the action I would like this button or shortcut to perform?
Thanks,
BurghMan
mark_h
9th November 2004, 15:30
You can use one of the source code wrappers (RMCis, Qkey, Rush) etc. The you write the necessary code.
The only other way I know to do this is to attach a menu to the choice button. Then include your session in the menu. Of course there is not a short cut key for the menu.
Mark