Hi to all!
In one of my datafields I have the following code line:
dc.drawText(fieldWidth - 32, 138, f_XTINY, poMax.format("%0d"), textCenter);
where:
f_XTINY is Graphics.FONT_XTINY
poMax is taken from setup as Numeric: 100 to 500 limited
textCenter is Graphics.TEXT_JUSTIFY_CENTER | Graphics.TEXT_JUSTIFY_CENTER;
In some cases the above codeline throws an "Not Enough Arguments Error".
It never happened to me, but I can see seldom occurances in ERA.
What can throw this error?
I'm at my wits end...