2006 Jun 18 1:31 PM
Hi ,
I am working on a modified version of MEDRUCK , in this the item text is displayed using standard text. the total amount is displayed at the bottom of the script and line is drawn across the window to segregate it. I had to modify the font so as to accommodate the layout required.
Now what is happening is that when i change the paragraph of the standard text so as to display it in the same font as the rest , the line i drew to segregate the total diminishes , it length reduces.
Could you please suggest a solution to overcome this problem.
Thanks
Arun
Hi ,
I am working on a modified version of MEDRUCK , in this the item text is displayed using standard text. the total amount is displayed at the bottom of the script and line is drawn across the window to segregate it. I had to modify the font so as to accommodate the layout required.
Now what is happening is that when i change the paragraph of the standard text so as to display it in the same font as the rest , the line i drew to segregate the total diminishes , it length reduces.
Could you please suggest a solution to overcome this problem.
Thanks
Arun
2006 Jun 18 4:07 PM
Hi
As you have reduced the font size to match your paragraph, the line length has reduced. Since it is standard text, you can not change the length of the line. so, one solution would be to change your paragraph font to that of Standard text font.
Regards
Navneeth
PS: Reward points if helpful
2006 Jun 18 4:17 PM
2006 Jun 18 5:39 PM
Hi,
or, if the segregation lines position is fixed, you may use sapscript box and/or position statement.
i.e.
/: BOX HEIGHT 0 TW FRAME 10 TW
draws a horizontal line across the window.
See also POSITION and SIZE commands - that's most of what u can do graphically in SAPscript.
Regards,
Clemens
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |