Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing forms
Message
From
20/10/2001 11:49:08
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00570083
Message ID:
00571320
Views:
24
Hi Kevin

Try this :


- In form 1, Click's event for the button who calls form 2

Do Form Form2 To nOption
If nOption = 3
Do Form Form3
ThisForm.Release()
EndIf

- In form 2, Click's event for the button who calls form 3

ThisForm.nOption = 3
ThisForm.Release()

In form 3, Click'2 event for the exit button

ThisForm.nOption = 1
ThisForm.Release()

remember to create a nOption property in form 2

Previous
Reply
Map
View

Click here to load this message in the networking platform