Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid not showing all fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00508024
Message ID:
00508178
Vues:
24
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform