Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Property
Message
De
13/02/2003 13:18:45
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
13/02/2003 13:05:45
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00752801
Message ID:
00752812
Vues:
10
>In my first form I have created a property called xyz. I set xyz = .F.. From my first form I call a second modal form with a lpara 123. When the second form is finished processing I set 123 = .T. and then release the form. My first form has been waiting for the second form to close before running the code If xyz = .T. Then Else EndIf. Why dosen't xyz pick up the change form the second form?

Steve,
Not understood honestly :)
Would something like this work :

thisform.xyz = .f.
do form myModalfrom name myModal
thisform.xyz = .t.
myModal.release()
*...

*Modalform calls
thisform.hide() && Where release is needed

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform