Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I put a calculated field in a grid?
Message
From
03/02/1999 16:44:08
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00183638
Message ID:
00183641
Views:
21
>I put a function in the ControlSource of one of my columns and now I get a blank grid!
>
>My function is being passed a numeric argument and I read something in the Dec98 FoxAdvisor that said I couldn't do that, so it suggested passing a dummy character argument as well to get around it.
>
>Still no luck...
>
>Any ideas?

It's safer to set customized column.controlsource programmatically:
Grid.ColumnX.Controlsource="0+Thisform.GetColumnX(mycursor.myfieldX)"
Grid.Refresh
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform