Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Highlighter Class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00458827
Message ID:
00459355
Vues:
29
>Hi,
> Sorri, I got another problem here. Any thing go wrong with the code below?
>The code will be called in my SEARCHFORM.INIT(). It cause INVALID EXPRESSION DYNAMICBACKCOLOR if I launch my SEARCHFORM, I run a report and launch the SEARCH FORM AGAIN!!!
>
>Thank you
>
>
>
>LPARAMETER tcCardType
>
>THIS.grdMembers.RECORDSOURCE = ""
>
>SELECT Card_No, E_Name, IC_No, DELETED() AS lDeleted;
>FROM Member NOFILTER ;
>WHERE LEFT(Card_No, 3) = tcCardType ;
>INTO CURSOR myMember
>
>IF _TALLY > 0
>	WITH THIS
>		.ShowList("Card_No")
>		.grdMembers.RECORDSOURCE = "myMember"
>	ENDWITH
>ENDIF
>
>WITH THIS
>	.GRIDHIGHLIGHTER1.Init()
>	.RefreshGrid()
>	.grdMembers.SETFOCUS
>	.txtKeyword.SETFOCUS
>ENDWITH
>
>
Hi John,

GridHighlighter 3.2 has .cDynamicColorExpr property, Can you check it in the Debugger when it happens and post it's content here?
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
Répondre
Fil
Voir

Click here to load this message in the networking platform