I believe the RBTI_FORM_* variables are R:Base system variables set by R:Base and are "read-only" vars that can't be set by the user. They are great for finding the name of the column was clicked/tabbed, and what the data of that row is. I think they're sort of like the equivalent of GetProperty.
Doug


Bernard Lis wrote:

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




Reply via email to