I agree. By the time I really understand 7.6, RBASE will be on 11.0. As long as it gets the job done, that is the important feature. When I am asked if RBASE can do certain things by the boss, my answer is usually, "I am sure it can. I just don't know how to get it to do it, YET."
James Belisle -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Albert Berry Sent: Tuesday, February 15, 2011 12:41 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: variable checkbox The biggest "problem" with R:Base is RBTI. They keep adding more and more goodies and speed and I don't know what all else, and none of us can keep up with them. We need to organize and each of us on the list take one function, and become an expert on it to provide answers for the rest of us. Albert On 14/02/2011 3:46 PM, Jim Belisle wrote: > 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 >>>> >> > >

