Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reloading Dataenvironment from another form
Message
From
14/07/2000 15:07:56
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00392110
Message ID:
00392626
Views:
11
Hi Michael,

I prefer Eric's forms collection solution myself, but if you are after a more brute force method something like:

FOR lnCtr = 1 to _Screen.FormCount
IF _Screen.Forms[lnctr].Name = "frmMyForm"
RETURN _Screen.Forms[lnCtr]
ENDIF
ENDFOR

This should give you an object reference to the form.

HTH,

pamela
Previous
Reply
Map
View

Click here to load this message in the networking platform