Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid command button column
Message
From
24/12/2007 07:06:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Grid command button column
Miscellaneous
Thread ID:
01277298
Message ID:
01277298
Views:
65
Hi
I know how to add command button manually to grid.
But I prefer to build my grid in grid.init, something like this:
with this
	.columncount=2
	.recordsource="crsr1"
	.column1.controlsource="crsr1.id"
	.column1.header1.caption='ID'

	.column2.controlsource="crsr1.prudact"
	.column2.header1.caption='Prudact'
	.setall("width",111,"column")
		.setall("alignment",2,"column")
	.setall("alignment",2,"header")
	.refresh
endwith
My quastion is how can I add (via nint) another column with command button and to manipulate the commandbutton.click code.
Thanks
Thank you
Chaim
Next
Reply
Map
View

Click here to load this message in the networking platform