LeonelSanchezJr
Programmer
I am using ThisForm.Refresh(), but my fields on the form are not being enabled.
I am setting all of my fields to .enabled = .T., however, when I do ThisForm.Refresh(), the fields are not enabled.
The syntax that I have in Refresh are:
CLEAR TYPEAHEAD
SELECT csrHelpdesk
IF RECCOUNT() < 1
THISFORM.olecontrol1.BtEnabled(2) = .F.
ENDIF
What's wrong with my form?
I am setting all of my fields to .enabled = .T., however, when I do ThisForm.Refresh(), the fields are not enabled.
The syntax that I have in Refresh are:
CLEAR TYPEAHEAD
SELECT csrHelpdesk
IF RECCOUNT() < 1
THISFORM.olecontrol1.BtEnabled(2) = .F.
ENDIF
What's wrong with my form?