Article ID: 141317
Article Last Modified on 12/11/1999
TXTBTNS.CMDEDIT::CLICK && scope resolution operator
&& to make sure Wizstyle.vcx code is executed
If !THISFORM.notes1.READONLY
THISFORM.notes1.FORECOLOR= THISFORM.last_name1.FORECOLOR
THISFORM.notes1.backcolor= THISFORM.last_name1.BACKCOLOR
ELSE
THISFORM.notes1.FORECOLOR= THISFORM.last_name1.DISABLEDFORECOLOR
THISFORM.notes1.BACKCOLOR= THISFORM.last_name1.DISABLEDBACKCOLOR
ENDIF
In this code, the edit box is called notes1 and the text box is called
last_name1.
THISFORM.notes1.FORECOLOR= THISFORM.last_name1.DISABLEDFORECOLOR THISFORM.notes1.BACKCOLOR= THISFORM.last_name1.DISABLEDBACKCOLOR
Additional query words: VFoxwin
Keywords: kbcode KB141317