Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GenScrnX and Tabs Driver.
Message
De
21/10/1998 17:32:13
 
 
À
21/10/1998 14:52:03
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00149036
Message ID:
00149137
Vues:
33
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform