Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text Box Not updating properly.
Message
 
To
16/10/1998 08:51:07
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147125
Message ID:
00147490
Views:
40
Calvin,

The if tests should be;
IF TYPE("THISFORM.ActiveForm.ActiveControl.Name") = "C"
   IF PEMSTATUS(THISFORM.ActiveForm.ActiveControl, "Setfocus",5)
      THISFORM.ActiveForm.ActiveControl.SetFocus()
   ENDIF
ENDIF
* The rest of your button code here
Previous
Reply
Map
View

Click here to load this message in the networking platform