help_ln
30th December 2006, 07:45
Hi,

In the session Outbound Advice(whinh4525m0000), i want the sales schdules against a Run No should not be selected by the user for performing any operation through specific menu, instead all the the operation to take place for the whole Run No.

How can do this?
Pls suggest.

Thanks ,

george7a
4th January 2007, 15:00
Hi,

If you have a multi-occ form and you want to deavtivate the selection simply go to the first record using the execute function (http://www.baanboard.com/programmers_manual_baanerp_help_functions_form_and_form_field_operations_execute)

I hope I did understand your question right,

- George

help_ln
5th January 2007, 09:26
Thanks..

But i don't have the script of the session.

Is it possible without changing the script at form level?

Pls suggest.

Thanks

mark_h
5th January 2007, 14:28
Check and see if this http://www.baanboard.com/baanboard/showthread.php?t=22873&highlight=attr.mandatory helps. You can make fields mandatory and disable other fields on the form.

help_ln
5th January 2007, 14:59
If i use the Input/Ref Expression option of the form, what condition should i specify so that the user is not able to select the Lines of the session?

Thanks.

mark_h
5th January 2007, 16:52
You can just put a 0 if you never want them to enter it. If it needs to be a range do not forget to set defaults.