Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid.RecordMark - Where's it come from?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00512797
Message ID:
00513738
Views:
13
>David, et.al.
>
>I went back and looked at the code again. What didn't work:
>
>
>loColumn.DynamicFontBold = "[THIS.gnRecNo == RECNO(THIS.RecordSource)]"
>loColumn.DynamicFontBold = "[THIS.PARENT.gnRecNo == RECNO(THIS.PARENT.RecordSource)]"
>loColumn.DynamicFontBold = "'IIF(THIS.PARENT.gnRecNo = RECNO(THIS.PARENT.RecordSource), .T., .F.)'"
>
>
>And what did work:
>
>
>loColumn.DynamicFontBold = "THIS.gnRecNo == RECNO(THIS.RecordSource)"
>
>
>Note the clever placement of single quotes and brackets in the code that didn't work.
>
>Nothing like working too hard or making it more complex than it needs to be.
>
>Regards,
>Thom C.

Thom, you might also drop == in favor of just =
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
Previous
Reply
Map
View

Click here to load this message in the networking platform