Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening and closing forms - Foxie is a bit too fast ...
Message
From
03/10/1997 11:13:13
 
 
To
03/10/1997 08:35:08
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00053023
Message ID:
00053079
Views:
23
Hi Francois! You can save your form as class and use the following code: loForm=createobj([waitform]) loForm.Show() =sqlexec(blah blah blah) loForm.release() >In the first example > >do form MyPleaseWaitForm && >sqlexec(myconnection,"select * from ...) > >Fox does start the SQLEXEC command before completing FORM OPENING. >The form is only completed once the SQLEXEC is finished ! not nice
* Human is a question asked by birth and answered by death. Machine is another kind of question with another kind of answer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform