Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking if column has a control
Message
De
18/03/2011 06:04:24
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01502528
Message ID:
01504065
Vues:
179
*!* grid.init
LOCAL loColumn, loControl

FOR EACH loColumn IN this.Columns
    FOR EACH loControl IN loColumn.Controls
        IF (UPPER(loControl.BaseClass) == [CHECKBOX]) AND (UPPER(loControl.Name) == [CHECK1])
            *!* do something here
        ENDIF
    ENDFOR
ENDFOR
Regards,
Ony
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform