Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Right to left=.t.
Message
De
26/08/2005 12:39:31
 
 
À
25/08/2005 08:57:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01043807
Message ID:
01044364
Vues:
11
This should get you started:
thisform.grid1.column1.text1.righttoleft = .t.
thisform.grid1.column1.format = "T"
thisform.grid1.column1.alignment = 1
thisform.grid1.column2.text1.righttoleft = .t.
thisform.grid1.column2.format = "T"
thisform.grid1.column2.alignment = 1
*etc for each column and control
You will have to substitute the correct name for the grid if it is not grid1 and for the textbox in each column also if they are not text1 (the default). The same for the column - make appropriate changes if you have changed the name of any control.


>hi all,
>
>any idea to make this grid via this code view from left to right, but same view exactly,
>i try by propeties but not the same.
>
>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"
>
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform