Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EditBox in a grid and Ctrl+A
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00726943
Message ID:
00726959
Vues:
22
Hi Nadya,

>It seems like EditBox in a grid doesn't react on Ctrl+A, e.g. the context of the memo field is not selected.
>Can anybody please confirm/deny this behavior and explain it? VFP6 SP4 and VFP7.

works for me in VFP7SP1.

Regards,
Armin
**************************************************
*-- Class:        testform (c:\temp\test.vcx)
*-- ParentClass:  form
*-- BaseClass:    form
*-- Time Stamp:   11/26/02 03:36:12 PM
*
DEFINE CLASS testform AS form


	Top = 0
	Left = 0
	Height = 528
	Width = 710
	DoCreate = .T.
	Caption = "Form1"
	Name = "Form1"


	ADD OBJECT grid1 AS grid WITH ;
		ColumnCount = 1, ;
		Height = 200, ;
		Left = 60, ;
		RecordSource = "classes", ;
		Top = 36, ;
		Width = 320, ;
		Name = "Grid1", ;
		Column1.Name = "Column1"


	ADD OBJECT testform.grid1.column1.header1 AS header WITH ;
		Caption = "Header1", ;
		Name = "Header1"


	ADD OBJECT testform.grid1.column1.edit1 AS editbox WITH ;
		Height = 53, ;
		Left = 17, ;
		Top = 35, ;
		Width = 100, ;
		Name = "Edit1"


ENDDEFINE
*
*-- EndDefine: testform
**************************************************

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform