Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ControlSource in Grid
Message
De
26/03/2010 03:35:42
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
ControlSource in Grid
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01457375
Message ID:
01457375
Vues:
83
Hi,
There are ControlSource Properties in the Column1 and Text1 of a Grid.
Which ControlSource should I need to set and bound to ? in Column1 or Text1 or both of them ?
WITH thisform.Pageframe_1.PAGE1.grid_1 
	.RecordSource = "quomas"
	.Column1.ControlSource="quomas.lineno"
	.Column1.TEXT1.ControlSource="quomas.lineno"
	.Column1.Header1.Caption="Line No."
	.Column2.ControlSource="quomas.itmcode"
	.Column2.TEXT1.ControlSource="quomas.itmcode"
	.Column2.Header1.Caption="Item Code"
ENDWITH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform