I have a form and if I want to enter new data I using the following property in 
an on-after-start EEPI have the dbedit field set to readonly, the value 
.vnextcon is placed in the field but I cannot get it to go to the field and 
autoselect, it jumps to the next field. What am I doing wrong

IF RBTI_FORM_MODE = 'enter' THEN
  PROPERTY cidconsigner TEXTVALUE .vnextcon
 PROPERTY cidconsigner READONLY 'false'
 PROPERTY cidconsigner AUTOSELECT 'true'
 PROPERTY cidconsigner set_focus 'true'
ENDIF
RETURN
Tom Hart

Reply via email to