Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
21/01/1999 04:38:09
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonésie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Grid
Divers
Thread ID:
00178390
Message ID:
00178390
Vues:
59
Another Grid Problem,
Grid.Init Event

This.recordsource='mytable1'
This.ColumnCount=3

Grid.Refresh
This.RecordSource=This.RecordSource

LOCAL lcCol
THIS.column1.Width=40
FOR i=2 TO This.ColumnCount
lcCol="This.Column"+ALLT(STR(i))
&lcCol.Width=100
ENDFOR

Grid1.ProgrammaticChange
Parameter cSelect
Do Case
Case cSelect=1
Select * From myTable1 Into myTempCursor
Case cSelect=2
Select * From myTable2 Into myTempCursor
Endcase
DO vfpxtab WITH 'mytable'
This.Refresh()

And Last Column of this grid changed it's width to 75 even though I put Column Width on grid.refresh()
When I trace it, no problem with the code.
Can someone help me?

TIA
Senna Dwipayana
Being good is better
Being better is a bless
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform