Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do form x to variable
Message
From
27/11/2002 11:21:40
 
 
To
27/11/2002 10:42:36
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00727499
Message ID:
00727601
Views:
11
Joyce

What you describe seems fine to me but another way to test it is to define llcontinue as .F. before calling any forms. Then call the forms without using the ...to variable.. option. IOW in simple pseudo code...

llcontinue = .F. && Preset as .F.

Do Form Login && In the Unload event you set llcontinue as .T. or .F. as required

If llcontinue && check if ok to continue

Do Form Select_Job && In the Unload event you set llcontinue as .T. or .F. as required

If llcontinue && re-test if ok to continue

Do Form Menu && load menu form

Read Events

Endif

Endif


Double check that your forms are (a) modal and (b) not top level.

Jos
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform