Probably a shot in the dark but maybe: SET VAR vstatus = 'Completed' PROPERTY RFCStatus TEXTVALUE .vstatus
> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sami Aaron > Sent: Thursday, June 16, 2005 5:49 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - Db User Defined Checkbox > > I have a form with a button that, when clicked, should change the value of > the selected item in a DB User Defined Checkbox to a different item in the > same list. The button is to "Close" a file and should set the value to > "Completed", which is item # 7 in the list. > > I have tried variations of these PROPERTY commands with no luck so far. > > PROPERTY TABLE RequestForChange 'EDIT' > PROPERTY RFCStatus TEXTVALUE 'Completed' > > or > > PROPERTY RFCStatus SELECTION '6' --Starting with 0 this would be item #6 > > I'm using R:BASE 7.5 and assume that there is something I'm missing > here... > > TIA - > > Sami Aaron > Software Management Specialists > 913-915-1971 > [EMAIL PROTECTED] >
