I am placing the textbox on field one ( leftmost ) in a grid and wish to make the 'button' more visible. Is it possible to use something like
this.Set("dynamicbackcolor"RGB(192,192,192)")
At present this has no effect?
Thanks
this.Set("dynamicbackcolor"RGB(192,192,192)")
At present this has no effect?
Code:
DEFINE CLASS gstxt1 AS TextBox
Height = 17
ReadOnly =.f.
this.Set("dynamicbackcolor"RGB(192,192,192)")
PROCEDURE Click
EDIT NEXT 1
REPLACE up_dated with .t.
ENDPROC
ENDDEFINE
Thanks