issue with rpad in check print report
Hi,
We are working on the check print report
Current o/p:
One Thousand Two Hundred Forty-Six Pounds And Eigh
ty-Nine Pence Only***************************************
Expected o/p:
One Thousand Two Hundred Forty-Six Pounds And
Eighty-Nine Pence Only********************************
The amount in text filed the word should either print on first line or second line the word should not spilt up and the remaining space should be filled with
'*' fro 2 lines.
used code:
used 2fields to display the text
<?xdofx:substr(rpad(PaymentAmountText,100,'*'),1,50)?>
<?xdofx:substr(rpad(PaymentAmountText,100,'*'),51)?>
0