Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PEMSTATUS()?
Message
 
To
09/09/1999 09:49:23
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00262851
Message ID:
00262972
Views:
14
Tom,

Unless there may be some other container at the form's level I woudl suggest using Thisform as it allows you to place your masterobject anywhere inside the form (on a page for example).

The code to check for the existance of a form should be as Erik showed you;
IF TYPE("Thisform.Name") = "C"
   * There is a form
ELSE
   * There is no form
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform