Suppose your checkbox is component cCheckBox. In the form, [Tables] >
[Table Settings] create an on entry eep that reads
PROPERTY cCheckBox TEXTVALUE 'F'
assuming, of course that your checkbox uses T/F as the two states.
Albert
On 14/02/2011 10:42 AM, Jim Belisle wrote:
I use 7.6.
If I have a scrolling region that contains multiple rows for our
quotes, is there a way to change a variable checkbox to uncheck once I
have checked it for a specific quote?
On click in the var check box, the EEP updates a column for a specific
quote. That works based on the row in the scrolling region.
What I want is the var check box to uncheck the minute I click in the
next row of the scrolling region.
Now it stays checked.
I have RDOCS but see no PROPERTY for setting the checkbox back to the
default setting. s there such a thing?
James Belisle