Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hide one field
Message
De
25/08/2005 08:49:58
 
 
À
25/08/2005 08:37:37
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:
01043784
Message ID:
01043803
Vues:
22
hi,
thank you,
i get error message,syntax error---->With Thisform.Grid1.

>>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
>
>With the programmable grid properties, e.g.
>
>With Thisform.Grid1.
>  .RecordSource = "csrCourseStats"
>  With .Column1
>    .Width = 200
>    .Header1.Caption = "Anything you like"
>    .Font = "arial"
>    .FontSize = 12
>  ...
>  EndWith
>  With .Column2
>    .Width = 45
>    .Header1.Caption = "yellow bird"
>  EndWith
>  ...
>EndWith
>
>
>You set any of the properties that appear on the property sheet for each container
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform