Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TextBox in Grid
Message
From
22/10/2001 07:43:55
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
22/10/2001 07:15:22
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00571576
Message ID:
00571586
Views:
22
This message has been marked as the solution to the initial question of the thread.
>hi all,
>
>I want to change the properties of the textboxes in a grid in run-time, where I dunno the number of columns nor name of columns.
>
>How should I get the column info of a grid in run-time?
>
>thanks in advance!
>Jimi

Some commands to get you started:
loGrid = ThisForm.PageFrame.Page1.MainGrid
for i = 1 to loGrid.ColumnCount
  ? This.Columns(i).ControlSource
next
HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform