Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TextBox in Grid
Message
De
22/10/2001 07:43:55
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
22/10/2001 07:15:22
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00571576
Message ID:
00571586
Vues:
20
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform