Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to edit table inside a form?
Message
De
15/06/1998 21:09:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00108127
Message ID:
00108481
Vues:
42
PMFJI, like Arnon said SetAll command will be much easier... Regards, Farouk Yew Abdullah > >>One question now, if I got over 20 textboxs in the form, would this abit slow and troublesome? >> >>Is there any way to go about it? > >Nothing. Just insert all textboxes within the WITH..ENDWITH statements. It is better if you create a procedure and just pass a parameters into it (.T. or .F.). > >
PROCEDURE editproc
>PARAMETERS lFlag
>
>WITH myformname
>.TextBox1.ReadOnly = lFlag
>.TextBox2.ReadOnly = lFlag
>.TextBox3.ReadOnly = lFlag
>etc.
>WITH
.Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform