Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command window
Message
De
25/08/2005 06:45:30
 
 
À
25/08/2005 06:21:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01043736
Message ID:
01043742
Vues:
8
>i try with this code under,
>but i see only the 5 fields at my grid,
>
>but if i hide the command window via X, i see all fields at mygrid
>
>
>Select course.coursenumb, course.coursename, ;
>       table2.g1, table2.g2, table2.wm1, table2.g3, table2.tot1, ;
>        table2.g4, table2.g5, table2.wm2, table2.g6, table2.tot2, table2.ltot  ;
>        from Course ;
>  inner join TABLE2 on table2.no = course.no ;
>  into cursor csrCourseStats readwrite
>
>Thisform.Grid1.RecordSource = "csrCourseStats"
>
>


What is the Grid.ColumnCount? It has to be equal to the number of columns you want to see and then you have to control the source on each column. Or make it -1 then it automatically shows ALL the columns in csrCourseStats.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform