Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Highlighter Class
Message
From
04/01/2001 08:27:06
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00458827
Message ID:
00459281
Views:
25
Hi,
I place the following code in textbox.interactivechange event. It cause ERROR "Function arguement value, type or count is invalid" if i issue mygrid.SETFOCUS or .REFRESH
SELECT myMember

WITH THISFORM
	IF .cboSOption.VALUE = "Partial Name"
		SET FILTER TO LIKE("*" + ALLTRIM(THIS.VALUE) + "*", MyMember.E_Name)
*		.LOCKSCREEN = .T.
*		.GRIDHIGHLIGHTER1.INIT()
*		.LOCKSCREEN = .F.
	ELSE
		SEEK(ALLTRIM(THIS.VALUE))
	ENDIF

	.grdMembers.SETFOCUS

	THIS.SETFOCUS
ENDWITH
Any ideas?
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