Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shorter Code...
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Shorter Code...
Miscellaneous
Thread ID:
00106623
Message ID:
00106623
Views:
66
What is the shortes code for this (optimized).

WITH This.MyGrid
.Column1.Width = 40
.Column1.Backcolor = RGB(255,255,0)
.Column2.Width = 40
.Column2.Backcolor = RGB(255,255,0)
.Column3.Width = 40
.Column3.Backcolor = RGB(255,255,0)
.Column4.Width = 40
.Column4.Backcolor = RGB(255,255,0)
.Column5.Width = 40
.Column5.Backcolor = RGB(255,255,0)
.Column6.Width = 40
.Column6.Backcolor = RGB(255,255,0)
.Column7.Width = 40
.Column7.Backcolor = RGB(255,255,0)
.Column8.Width = 40
.Column8.Backcolor = RGB(255,255,0)
.Column9.Width = 40
.Column9.Backcolor = RGB(255,255,0)
.Column10.Width = 40
.Column10.Backcolor = RGB(255,255,0)
ENDWITH

TIA
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Next
Reply
Map
View

Click here to load this message in the networking platform