Could someone please help with the following:-
1. I would like the background color to change from cyan to magenta when the value of "R1" is a particular value +/- 2.
nX = inputXstart;
nY -= nFontCY;
drawTextPixel(nX, nY, R1, Color.black, Color.cyan,
Text.FRAME | Text.CENTER | Text.VCENTER | Text.BOLD,
null, nFontSize, "r3c1", nColWidth, nRowThickness);
2. If I have 2 values in 2 separate efs's, can I display the Total value in a third efs ? I think I have to use the efsExternal() function, but I am not sure how to do it.
Any help would be greatly appreciated.
Eric
1. I would like the background color to change from cyan to magenta when the value of "R1" is a particular value +/- 2.
nX = inputXstart;
nY -= nFontCY;
drawTextPixel(nX, nY, R1, Color.black, Color.cyan,
Text.FRAME | Text.CENTER | Text.VCENTER | Text.BOLD,
null, nFontSize, "r3c1", nColWidth, nRowThickness);
2. If I have 2 values in 2 separate efs's, can I display the Total value in a third efs ? I think I have to use the efsExternal() function, but I am not sure how to do it.
Any help would be greatly appreciated.
Eric
Comment