Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Calling
Message
 
 
To
24/09/1999 01:26:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00268366
Message ID:
00268372
Views:
33
>I've create three form from the Form Designer, such as Form1,Form2 and Form3.
>Form1 :
> Command button1: hiden thisform and do form Form2
> Command button2: exit program
>
>Form2 :
> Command button1: hiden thisform and do form Form3
> Command button2: show Form1 and release thisform
>
>Form3:
> Command button1: show Form2 and release thisform
>
>When I in Form3 and click the command button to back the Form2, the error message occur. (object Form2 is not found)

IF you already RELEASE form2 and trying to activate it by FORM2.SHOW OR FORM2.VISIBLE = .T. or FORM2.ACTIVATE, object form2 will not be found. Use FORM2.VISIBLE = .F. to hide form2 instead of releasing it, then if you want to activate it, use FORM2.VISIBLE = .T.

HTH

>
>How can I solve the problem?
>Thank you!
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform