Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to show only certain fields in grid
Message
De
28/10/2008 10:12:24
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Need to show only certain fields in grid
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01357674
Message ID:
01357674
Vues:
59
I have a cursor for which I only want to show certain fields in a grid.

Why does this work, showing all the fields...
	.Fm_CONTAINER1.grdWorkListXMLCursor.RecordSource = ''
	.Fm_CONTAINER1.grdWorkListXMLCursor.RecordSource = 'WorkListXMLCursor'
But not this to show selected fields?
	.Fm_CONTAINER1.grdWorkListXMLCursor.RecordSource = ''
	.Fm_CONTAINER1.grdWorkListXMLCursor.RecordSource = 'WorkListXMLCursor.Desc,FieldVal'
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform