Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox
Message
De
06/07/2001 07:56:55
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00527326
Message ID:
00527362
Vues:
35
Hi,
Combobox.INTERACTIVECHANGE()

WITH THIS
	THISFORM.RequeryLookup(.VALUE)
ENDWITH

THISFORM.RequeryLookup

SELECT tblPreset

WITH THIS
	.LOCKSCREEN = .T.
	.grdPreset.RECORDSOURCE = ""
	
	SELECT cDesc ;
	FROM tblPreset ;
	WHERE UPPER(Group) = UPPER(tcGroup) ;
	INTO CURSOR csrPreset
	
	.grdPreset.RECORDSOURCE = "csrPreset"
		
	.GRIDHIGHLIGHTER1.INIT()
	.grdPreset.SETFOCUS
	WITH .txtDesc
		.VALUE = ""
		.SETFOCUS
	ENDWITH		
ENDWITH
Any ideas?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform