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:
00495229
Vues:
12
Hello John
I could noy help but notice a small problem .....
"IIF(RECNO('csrtmpFile') <> this.parent.Gridhighlighter1.nRecno,'',RGB(0,0,128))"

change it to 

"IIF(RECNO('csrtmpFile') <> this.parent.Gridhighlighter1.nRecno,<b>RGB(255,255,255)</b>,RGB(0,0,128))"
>Hi
>thank you for reply
>the expression I get is
>
>
>"IIF(RECNO('csrtmpFile') <> this.parent.Gridhighlighter1.nRecno,'',RGB(0,0,128))"
>
>
>I use messagebox to trace the line of code of error occured. I found that it happen when
>
>>>SELECT 0
>>>USE DBF("csrItemGrid") AGAIN SHARED IN 10 ALIAS csrtmpFile
>>>CURSORSETPRO("Buffering", 5, "csrtmpFile")>
>>>thisform.mygrid.RECORDSOURCE = "csrtmpFile"
>>>thisform.gridhighlighter1.init()
>
>It donesnt happen everytime. The error occured sometime only.
>Any ideas??
>
>thank you
Regards
Hiten K M

( The best and the worst are yet to come .. keep coding ! )

My Resume >>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform