Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling the GRID...
Message
From
05/11/2001 07:24:54
 
 
To
05/11/2001 07:05:03
Napoleon Yam
Princess Cruises: Emerald Princess
Caribbean, Philippines
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00577319
Message ID:
00577326
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform