mr_suleyman
28th September 2004, 14:58
Hello all ,
On my report layout , I have 3 columns. One of them is item column.
In my DB ,items have diffrent lengths like 12 ,4,16. I want to get customized print-out like.
LOC;ITEM;STOC;
but I get like that
LOC;0322ATC___________;___8; |____ means blank
--- ;--------___________;__67;
My aim is to get form on print-out like that
LOC;0322ATC;8;
---;---------;67;
ITEm is string , STOC is long. How to remove blank spaces on report layout?
I know strip,shiftl... but how to use it on report layouts?
On my report layout , I have 3 columns. One of them is item column.
In my DB ,items have diffrent lengths like 12 ,4,16. I want to get customized print-out like.
LOC;ITEM;STOC;
but I get like that
LOC;0322ATC___________;___8; |____ means blank
--- ;--------___________;__67;
My aim is to get form on print-out like that
LOC;0322ATC;8;
---;---------;67;
ITEm is string , STOC is long. How to remove blank spaces on report layout?
I know strip,shiftl... but how to use it on report layouts?