Bernie, I didn't think that you could set those variables yourself. I thought that R:Base sets them and that if you need to store the value then you need to set your own variable to their value.
The only one that I have used is the one that tells you how a form was called - enter/edit/browse. SET VAR vFormCall = .RBTI_FORM_MODE But I have never really had a need to use them until recently so I may be completely wrong! Regards, Alastair. ----- Original Message ----- From: "Bernard Lis" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, December 11, 2004 3:58 AM Subject: [RBG7-L] - form Error > edit using customer + > arrange invhist by billdate desc, arrange vwOrdHdr by orderdt desc + > where CUSTNO = .cno > SET VAR RBTI_FORM_COLNAME TEXT = 'CUSTNO' > SET VAR RBTI_FORM_COLNAME TEXT = 'CUSTNO'SET VAR RBTI_FORM_DIRTYVAR INTEGER > = '0' > -ERROR- Unrecognized command - retype it ( 40) > -ERROR- Unrecognized command - retype it ( 40) > SET VAR RBTI_FORM_COLVALUE TEXT = '63075' > SET VAR RBTI_FORM_COLNAME TEXT = 'ORDERNO' > SET VAR RBTI_FORM_COLVALUE INTEGER = '44183' > > What could be causing these errors to appear? > I cannot find where it causes anything to go wrong in my form but maybe I > just didn't see it. > > Bernie Lis >
