Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
De
07/06/2004 09:08:04
 
 
À
07/06/2004 08:50:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00910710
Message ID:
00910716
Vues:
15
Ok. I found.. it depends which alias was selected before grid was initialized..

>Hi,
>I have strange (on my look) grid behaviour. Whats wrong in my code?
>
>
>      LPARAMETERS tcCursorALias
>	Thisform.GriD1.RecordSourceType = 1
>	Thisform.GriD1.RecordSource = tcCursorAlias
>	Thisform.GriD1.ColumnCount = AFIELDS(aFlds,tcCursorALias)
>	FOR lni=1 TO Thisform.GriD1.ColumnCount
>	  ?Thisform.GriD1.Columns(lni).ControlSource
>      ENDFOR
>
>
>As result.. untill .columns(7) I have real controlsource value (aliasname.fieldname).. from .columns(7) to .columns(20) - I have EMPTY CONTROLSOURCE VALUE Whats wrong?
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform