Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing forms
Message
From
19/01/1997 18:56:02
 
 
To
18/01/1997 13:32:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00017772
Message ID:
00017828
Views:
63
>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

You can try this

In the property sheet of form B if the name is formb
from the button of the form a that have to release the form b put this code:
release window formb

It will allways work!

Michel
Previous
Reply
Map
View

Click here to load this message in the networking platform