Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ControlSource in Grid
Message
From
26/03/2010 03:35:42
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ControlSource in Grid
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01457375
Message ID:
01457375
Views:
82
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
Next
Reply
Map
View

Click here to load this message in the networking platform