I am creating text boxes dynamically and I am using the standard
notation to set the properties.
I am setting up a var which flags whether the displayed data has been altered (it actually detects if any of the text boxes has had focus which is near enough).
How can I add a clause to every text box, to set a flag to '1' if a box has had the focus. The gotfocus event would be the obvious way but it just complains it is read only.
Keith
Code:
with
thisform.text1.visible=.t.
endwith
I am setting up a var which flags whether the displayed data has been altered (it actually detects if any of the text boxes has had focus which is near enough).
How can I add a clause to every text box, to set a flag to '1' if a box has had the focus. The gotfocus event would be the obvious way but it just complains it is read only.
Keith