Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
From
07/06/2004 09:08:04
 
 
To
07/06/2004 08:50:47
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00910710
Message ID:
00910716
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform