Try
SET VAR <varname> = "F" in the on row entry eep.
Albert
On 14/02/2011 11:22 AM, Jim Belisle wrote:
I tried that and nothing changes. The checkmark stays in the box when
going to the next row. I do not see a PROPERTY TEXTVALUE for a var
checkbox in RDOCS.
James Belisle
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Albert
Berry
Sent: Monday, February 14, 2011 11:52 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: variable checkbox
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