Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GridHighlighter
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00495186
Message ID:
00495194
Vues:
13
Hi John,

Can you check in the debugger (after this error appears) what exact expression is in your grid.column(n).DynamicBackColor property?
Is it possible to send me your form and all related files?



>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
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform