Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange problem interacting with forms
Message
From
04/04/2000 14:48:06
 
 
To
04/04/2000 14:40:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00355150
Message ID:
00355160
Views:
25
What I do is pass the lookup form the calling form (the object).

do mylookup with thisform.

In the init I have:
paramaters the_form
etc

But better I have found that if I make a class of the lookup then I can:


m.Olookup = createobject("myllokup")
m.Olookup.show()
the_passed_info = m.Olookup.someproperty
m.Olookup.release()

John
John Fabiani
Woodland, CA
Previous
Reply
Map
View

Click here to load this message in the networking platform