Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GridHighlighter
Message
De
12/04/2001 23:11:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
GridHighlighter
Divers
Thread ID:
00495186
Message ID:
00495186
Vues:
49
Hi,
I get error "Invalid Dynamicbackcolor" and etc in my grid using gridhighlighter to highlight row. I failed to find out the mistkaes I made.
Could u pls tell me any error in the following codE?
LPARAMETER tcItemNo, tcBCode

WITH THIS.grdStocks
	.RECORDSOURCE = ""
	THISFORM.GRIDHIGHLIGHTER1.INIT()

	SELECT SNo, Inv_No, Qty, Qty AS NewQty, 00000000 AS nAdjusted ;
	FROM Stock_Status ;
	WHERE INo = tcItemNo AND BCode = tcBCode ;
	INTO CURSOR csrItemGrid
	
	SELECT 0
	USE DBF("csrItemGrid") AGAIN SHARED IN 10 ALIAS csrtmpFile
	CURSORSETPRO("Buffering", 5, "csrtmpFile")

	WITH THIS
		.GRIDHIGHLIGHTER1.INIT()

	ENDWITH
	
	.RECORDSOURCE = "csrtmpFile"

	WITH THIS
		.GRIDHIGHLIGHTER1.INIT()
	ENDWITH
I did use the latest cersion of grid highlighter too. However, still the same error

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...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform