Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hide one field
Message
From
25/08/2005 08:18:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Hide one field
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01043784
Message ID:
01043784
Views:
61
hi all,
sorry for the title,

any idea,

how i can make control, size,header,alignment and font at my grid
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
Next
Reply
Map
View

Click here to load this message in the networking platform