Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Calling
Message
 
 
To
24/09/1999 04:21:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00268366
Message ID:
00268398
Views:
42
Declare name for Forms publicly:

PUBLIC form1, form2, form3

Make sure that external name for forms (scx, sct) is the same with the name of the object form (Name property).


>Form1:
>CommandButton1.Click Event
>thisform.hide
>do form form2
>CommandButton2.Click Event
>thisform.release
>clear events
>
>Form2:
>CommandButton1.Click Event
>thisform.hide
>do form form3
>CommandButton2.Click Event
>thisform.release
>form1.show
>
>Form3:
>CommandButton1.Click Event
>thisform.release
>form2.show
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