Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Repeating property names without retyping
Message
De
11/08/1999 00:08:50
 
 
À
11/08/1999 00:00:32
Peter Brama
West Pointe Enterprises
Detroit, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00252350
Message ID:
00252355
Vues:
8
>I need to reference
> Form1.Pageframe1.page1.XXXXXXXXXXX
>where XXXXXXXX is one of 10 control names on a form for some programatic changes. I will be using a DO CASE statement (I think). Isn't there a way to repeat or reference the first portion (all before the XXXXXXX) without having to retype it (or copy/paste it).
>
>Thanks

Use the WITH
WITH Form1.PageFrame1.Page1.txtcLname
.Enabled = .F.
.ReadOnly = .T.
ENDWITH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform