Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlling the GRID...
Message
De
05/11/2001 07:24:54
 
 
À
05/11/2001 07:05:03
Napoleon Yam
Princess Cruises: Emerald Princess
Caribbean, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00577319
Message ID:
00577326
Vues:
12
Try this

In this Grid Init event.
Local nCol, cType, lValue
With This
   For nCol = 1 To .ColumnCount
      lValue = Eval(.Columns(nCol).ControlSource)
      If Type('lValue') == 'N'
         .Columns(nCol).Format = 'Z'
      EndIf
   EndFor
EndWith
Manoj Karki
manoj0karki@yahoo.com
Nepal
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform