enabling textbox/combobox on loading form based on value

Help.Chris

Registered User.
Local time
Today, 07:52
Joined
Oct 11, 2000
Messages
43
Hi,

I have a continious form with items i want to enable/disable depending on an optionvalue on each record.

ie.
record1: textboxoption=yes textbox is enabled
record2:textboxoption=no textbox is enabled

the textboxoption is not viewable to the user and will not be changed at runtime.

I have tried different events and am struggling as it is a continious form, values are applying to all rows at once.

Does anyone have any idea how to do this, any help appreciated.

Thanks

Chris
 
Not in a continious form, you have to use a std. form to do that. It's a feature :)
 
Have managed now, have used conditional formating, using expression is [TextOptionVal]

Works perfectly!!!

Thanks though
 

Users who are viewing this thread

Back
Top Bottom