Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid command button column
Message
De
24/12/2007 07:06:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Grid command button column
Divers
Thread ID:
01277298
Message ID:
01277298
Vues:
64
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform