Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid not showing all fields
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00508024
Message ID:
00508178
Views:
25
Nick,
Is the ColumnCount property set to -1 so you show all columns in the cursor? You may need to set this programmatically. Or set it to the correct number of columns using the AFields() function.

HTH
Barbara

>I have a grid that is populated after a parameter is passed to a view as follows:
>
>
>.Grid1.recordsource = 'lv_vwlname'
>lc_val = alltrim(.t1.value) &¶meter being passed to view
>requery('lv_vwlname')
>b=reccount('lv_vwlname')
>if b = 0
>   messagebox('No Records found',0,'Record not Found Message')
>else
>  .Grid1.visible = .t.
>  .Grid1.refresh()
>endif
>
>
>My view contains at least 60 selected fields, but my grid show only 2 columns of field. What Gives?
>
>Thanks
>Nick Patel
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform