baldie
13th March 2007, 15:11
We put a button on a form. But based on the value of a variable this button should be disabled.
Is this possible, and if so how?
We use Baan IVc4.

Thanks in advance.

mark_h
13th March 2007, 15:27
Are you talking about greying it out? If not why not in the on.choice section just pop up a message that says "Disabled because......".

mbdave
14th March 2007, 06:49
U can use the function

disable.commands("config.product.button")
where config.product.button is the form command linked to the button.