Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating grid programatically
Message
 
 
À
08/03/2008 19:36:05
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01300067
Message ID:
01300153
Vues:
20
>
>Dmitry,
>You can prevent the rebuilding:
>
>with thisform.myGrid
> .Recordsource = ""
> * do whatever with its cursor
> .Recordsource = "myAlias" && reassing it back
>endwith
>
>If you want to do that programmatically anyway:
>
>with thisform.myGrid
> .ColumnCount = 1
> with .Columns(1)
>  .Addobject("yourContainerName","yourContainerClass","yourContainerClassLib.vcx")
>  .CurrentControl = "yourContainerName"
>  .yourContainerName.Visible = .t.
>  .Sparse = .f.
> endwith
>endwith
>
Cetin

Cetin,

Thank you for your help. I got it now.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform