Hello.
I want to set up different line colours depending a condition:
oVMenuBrowse:bClrStd:={|| If(FIELD->LPAID =.F.,{CLR_HRED,CLR_WHITE},{CLR_BLACK,CLR_WHITE}) }
oVMenuBrowse:bClrStd:={|| If(FIELD->LDONE =.T.,{CLR_BLUE,CLR_WHITE},{CLR_BLACK,CLR_WHITE}) }
But it only takes last one, not both.
Thank you very much.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82