Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect multiple activation of form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00878119
Message ID:
00878139
Views:
18
FOR EACH loForm IN _screen.forms
   IF loForm.name = thisform.name
      * form already loaded
      loForm.show && or loForm.activate
   ENDIF
ENDFOR
.......
DO WHILE .T.
      ME.Work()
ENDDO
Previous
Reply
Map
View

Click here to load this message in the networking platform