Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a parameter from one form to another.
Message
From
31/07/2001 17:23:08
 
 
To
31/07/2001 17:04:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00538001
Message ID:
00538043
Views:
13
>Larry,
> When I tried your _Screen.Forms idea, I get an error message saying 'Unknown member FORMS'. I must not be using the proper syntax. I tried looking it up in help and there is no listing. Is there any way you could give me an example?
>

Hey Winn,

PMFJI...

Here is a simple example of the forms collection. Hopefully it can give you some ideas:
xForm = createObject("form")
yForm = createObject("form")
for each oForm in _screen.forms
	? oForm.name
next oForm
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform