Mensaje
 
 
a
27/06/2001 04:38:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Foro:
Visual FoxPro
Category:
Programación, sintáxis y comandos
Título:
Miscellaneous
ID de la conversación:
00524001
ID del mensaje:
00524042
Views:
20
Hi, Cetin!

Thanks for answering this thread.

>>Hi Vlad,
>>
>>I was busy about another thing and just tried your Grid coloring codes in the FAQ session today, but it says:
>>"Expression is invalid. Use a valid expression for DYNAMICFORECOLOR property."
>>when I run the code, do you know why?
>>
>>Just using the same code from you:
>>
>>MyGrid.DynamicBackColor = "iif(recno('" + .parent.RecordSource +;
>>"')=this.nGridRecNo," + allt(str(lnColor))+ "," + allt(str(.BackColor)) + ")"
>>
>>
>>Jimi
>
>Jimi,
>MyGrid.DynamicBackcolor ? Is it a custom property ?
>What does .parent.recordsource refer ?
>Try :
>
>MyGrid.SetAll('DynamicBackColor', ;
>"iif(recno(this.Recordsource)=this.nGridRecNo," + ;
>allt(str(lnColor))+ "," + allt(str(.BackColor)) + ")",'Column')
>
>Assuming nGridRecNo is a custom property of grid.
>Also would need some fix in a few other methods but I think they're there already.
>Cetin
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Responder
Mapa
Ver