Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GenScrnX and Tabs Driver.
Message
From
21/10/1998 17:32:13
 
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00149036
Message ID:
00149137
Views:
32
>I need to find the name of the window that Genscrnx and the Tabs driver creates on a tab screen at runtime. I need to dynamically change the title on the screen holding tabs based on how the screen form is called. I don't want to hard code the name because the project is recompiled several times a week and the code would have to be check/changed every time.
>
> Is this possible?
>
>help please.

Answered my own question.


lcparwin = WPARENT(WONTOP())
IF glreadonly
MODIFY WINDOW &lcparwin TITLE "View Dispatch"
ELSE
MODIFY WINDOW &lcparwin TITLE "Edit Dispatch"
ENDIF

In the Activate of the screens.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Reply
Map
View

Click here to load this message in the networking platform