Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define Window help
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Define Window help
Miscellaneous
Thread ID:
01644264
Message ID:
01644264
Views:
70
I am having to work on a older program and most of it was converted to VFP a number of years ago.

The following code is called on a form when the user clicks a command button. The new window has a list of selections - and this window appears on top of the underlying window.

As it is now, the user can click on the underlying form and confuses the user.

I would like this window to be forced to stay on top and require the user to close it, instead of clicking on the underlying window. I prefer to not rewrite this code but in this situation just to fix it if I can with the existing code.

Here is the code that was being used:
>
DEFINE WINDOW listthis AT 1,1 SIZE 30,65 FONT 'MS Sans Serif',10 FLOAT SHADOW ZOOM SYSTEM GROW CLOSE COLOR SCHEME 8
MOVE WINDOW listthis CENTER
>

Its been a long time since I have worked with code such as this. Is there a way to use this code and make it stay on top until the user closes it?

Any help is appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform