Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox
Message
From
06/07/2001 07:56:55
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00527326
Message ID:
00527362
Views:
33
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform