Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error - Internal consistency
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00269480
Message ID:
00269508
Views:
11
>Hi:
>
>I've just added code to a form's init to allow
>
>dimension aclientinf(50)
>select client
>with this
>select client.surname, client.firstname, client.phone1;
> from client;
> into array .aclientinf
> .grid1.columns(3).controlsource = "thisform.aclientinf[recno(),3]"
> .grid1.columns(4).controlsource = "thisform.aclientinf[recno(),4]"
> .grid1.columns(5).controlsource = "thisform.aclientinf[recno(),5]"
>endwith

The controlsources for grids/columns need to be a table source, like view, table, cursor...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform