You are not logged in.
Pages: 1
Hello,
I need to display two columns with left-aligned text, and two columns with right-aligned numbers
To display data i use:
DrawTextAcrossCols([ZTable1Code.Value, ZTable1Descripcion.Value, FloatToStrF(ZTable1SaldoMes.Value, ffCurrency, 16, 2), FloatToStrF(ZTable1SaldoAcum.Value, ffCurrency, 16, 2)]);
How can we do?
Excuse my bad English, I speak Spanish
Pages: 1