Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command window
Message
From
25/08/2005 06:42:02
 
 
To
25/08/2005 06:21:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01043736
Message ID:
01043741
Views:
8
M.

By "...but if i hide the command window via X, i see all fields at mygrid" do you mean "... in a browse window"?

Is your grid already designed? How many columns does it have (Grid1.ColumnCount)?
After creating your cursor you can issue:

Thisform.Grid1.ColumnCount = 13

... to accommodate all the fields in your cursor.

Terry

>hi all,
>any idea,
>
>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"
>
>
>thanks.
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform