Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing forms
Message
From
18/01/1997 22:31:49
 
 
To
18/01/1997 13:32:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00017772
Message ID:
00017793
Views:
56
>I have a form, A that calls forms B and C which
>run at different times within it. I want to
>release B and C from a button on A but I'm getting
>the syntax wrong. I'm using myformB.release
>behind the button on form A and am getting
>told that 'yformB is not an object'
>
>
>Can anyone tell mw what Im doing wrong?
>
>Chris

Try the Following :
1- Store the names of form A & B in two Public Variables (pub1,pub2).
2- if you want release the form A for example run the following :
a- lcformrelease = pub1+'.release()'
b- &lcformrelease

Nabil
System Analyst
Nabil B. Ghrayyeb
nabilg@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform