Bertiethedog
Programmer
Am i going dippy? dynamicfontbold will not accept a .t. or .f.
error = (data type is invalid for this property)
I thought it only accepted logical expressions
Rich
error = (data type is invalid for this property)
Code:
thisform.pgfDetails.page6.gridPriv.column1.DynamicFontBold = IIF(RECNO()%2 =1,.t.,.f.)
I thought it only accepted logical expressions
Rich