Space issue in the oracle report output [message #580619] |
Tue, 26 March 2013 04:26 |
|
Anand Mallarapu
Messages: 12 Registered: March 2013 Location: India
|
Junior Member |
|
|
I have one issue with spacing in the report output layout.
l_micr_string := '/'||to_char(:C_CHECK_NUMBER)||'/&'||:C_ROUTING_NUM||'& '||
substr(:C_BANK_ACCOUNT_NUM_ON_US,1,2)||
substr(:C_BANK_ACCOUNT_NUM_ON_US,3,length(:C_BANK_ACCOUNT_NUM_ON_US))||'/';
This report output is the print the check number.Generally we will have check and some other number in the down of the check. Like |'142456'| |:12345678:| 123456|'
The above code will print the check number. Now i wanted to move the check number one cell left side, so i changed the layout one cell left side but it is not working.
Could any one help on this and explain the code('/' and '/& ') what it indicates.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Space issue in the oracle report output [message #580640 is a reply to message #580638] |
Tue, 26 March 2013 06:50 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Hm, there's enough place to move it left ... you said (in your first message) that you did that, but nothing happened, right? What happens if you anchor left side of that "check number" frame with a large frame below it?
|
|
|