LittleJohn
25th April 2004, 00:29
Hi,

I added a new field to an existing standard baan table.

I want to enable/disable (or control input) this field, on the form, based on the value present in another field of this same table.
The session/form is on this same main table...

the catch is... i dont have any program scripts :confused:

how can i achieve this. all help is appreciated. thnx

Cheers
LittleJohn

mark_h
25th April 2004, 02:59
One way is to use Qkey, RMC's software or the extend source code ~Vamsi posted in the code and utilities forum. Then you can added events for the new field.

Mark

Hitesh Shah
25th April 2004, 07:05
On the form field there is 1 property 'Input /ref expression' . This is filled wiht 1 in normal cases . U can fill the same with value like
"ppmmsss.ffff = <value>" . It will give the desired results.

LittleJohn
28th April 2004, 00:31
Thanks guys... this works just fine.
I did what you suggested, Hitesh.
Thanks again

Cheers
LittleJohn