Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program executing
Message
From
15/04/2005 10:28:54
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01005064
Message ID:
01005108
Views:
23
>Thankyou for your feedback. I have set the window to modal for the form. But my program that calls the form i.e. do form then continues to executes my other do statements. Here is my code in main.prg:
>
>
>DO FORM 'neil'
>MESSAGEBOX("Continued")
>
>
>I basically do not want the messagebox to appear until I close the form.

Neil,
If it's toplevel (ShowWindow=2) you can't make it modal. Modal need to be either in screen or in top level.
PS: If it's something like a login form then you can simulate modality with read events-clear events.
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
Next
Reply
Map
View

Click here to load this message in the networking platform