Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Modal forms 3 deep & having parameter problems
Message
De
13/07/2000 23:36:24
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00391670
Message ID:
00392219
Vues:
9
Thanks all for your help. All that was required was for the computer to have a rest. After trying for hours to get it working, I finally turned the computer off for the night. Next morning, the rotten thing worked correctly.

I am assuming that my NT box must have been caching the old files.

Regards
Doug Johnston

>>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform