Albert,

I did some more research and the TABLE PROPERTY REFRESH is what I
needed.
Thanks for getting back to me. 
I am still learning these PROPERTY codes and when to use them.

James Belisle

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Albert
Berry
Sent: Monday, February 14, 2011 4:40 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: variable checkbox

PROPERTY <Component ID> REFRESHLIST 'TRUE'
will refresh the variable list box with the data you changed.

To refresh the scrolling region table/view on which the scrolling region

is based,
PROPERTY TABLE <FORMTABLENAME> 'REFRESH'

Have fun!
Albert

On 14/02/2011 1:23 PM, Jim Belisle wrote:
> Albert,
>
> Thanks that did the trick. Sometimes I just forget the simple things
and
> go to the component code.
>
> This form is based on a view that is not editable.
> Once this variable is checked, the UPDATE is working on the checkbox
> field of one of the underlying tables.
> This DB checkbox is on the form.
> Since this is a scrolling region row that the var checkbox refers, I
now
> want to show the change that just occurred. That way after I scroll
> through the other rows, if I go back to the changed row, I want the DB
> checkbox to show the change.
>
> What would be the best way to accomplish this?
>
> James Belisle
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of Albert
> Berry
> Sent: Monday, February 14, 2011 12:36 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - Re: variable checkbox
>
> 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
>>>
>>
>
>


Reply via email to