Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Property
Message
From
13/02/2003 13:18:45
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
13/02/2003 13:05:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00752801
Message ID:
00752812
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform