Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Modal forms 3 deep & having parameter problems
Message
 
 
To
13/07/2000 04:06:00
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00391670
Message ID:
00391683
Views:
11
>Hi,
>
>As the title suggests I have a modeless form where I click a button to take me to a Modal form for some data entry. One of the fields will bring up another form if validation of the field fails which then allows me to enter more information on a third modal form.
>
>It is this third modal form that is giving me problems. Parameters will not pass to the form and even setting up a parameter object, initialising a string parameter from the first modal form, this too seems to lose the just passed parameter and leaves a null string by the time it reaches the third form.

How did you call the third form?

I assumed it this way:
DO FORM thirdform WITH param1, param2, param3, etc.

In the Init method of the 3rd form, you should have:

LPARAMETERS cparam1, cparam2, cparam3, etc.
Above should work flawless if it was done properly.

Also what is the datasession of the modal forms? Are there underlying tables in the DE with relationships?
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