rajeev2012
6th December 2005, 10:34
May I have different (restricted) toolbars for separate forms on the same session on Baan V. I have used create.extra.toolbar() function, it creates another toolbar with desired buttons. However, it doesn't allow me to restrict or add buttons to it for other forms.
en@frrom
6th December 2005, 12:44
I never used them, but I assume you should program it in the before.form sections, for each form the specific needs/actions/restrictions
NPRao
6th December 2005, 20:04
If you are using DFE then you cannot control the number of forms, because DFE takes care of the form sizing/alignment/multi-language etc. But you can however, control the multiple forms pages by using groups. So you can create form commands and link them at a group or field.
v_chandra
7th December 2005, 06:16
Hi
Check disable.command() function with this you can disable the option or choices that you have added in that extra tool bar. Also check enable.command().
Thanks and Regards
beginer
7th December 2005, 08:13
Hi Rajeev,
You cannot create 2 seperate toolbars for 2 forms of the same session.
But you can very well control using Disable.command & enable.command.
I have tried that & works fine.
rajeev2012
10th December 2005, 09:59
Thanks for your replies ... I am not using DFE hence that option is left out. I knew about enable and Disable but this won't work for me.