Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Helping grid columns survive a new RecordSource?
Message
De
03/08/2009 22:54:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Helping grid columns survive a new RecordSource?
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01416013
Message ID:
01416013
Vues:
131
I have a grid where I have set the ControlSource of each column to a field that exists in a custom SQL query, then I run over and over in the form.

So, you know the routine...

oGrid.RecordSource=''
Select blah,blah,blah from somealias where sometest Into Cursor csrResults
oGrid.RecordSource='csrResults'

Now the query returns many columns, but I only display certain ones the grid.

So, what is the trick to make the ControlSource setting for each column survive (persist) when the RecordSource of the grid is changed like this. I'm sure I could just write some code that will reinstate it on each column...

oGrid.Column1.RecordSource = 'csrResults.Qty'
oGrid.Column2.RecordSource = 'csrResults.Length'
etc.


Does it have to be that ugly of a hands-on approach?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform