Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Script

Former Member
0 Likes
699

Hi all,

In my layout i am making a box ( in BOLD ) by using ULINE & VLINE ,but the uline which i am drawing is not coming bold.

what could be the possible reason?

Please select a solution also.

Regards,

Kushagra

7 REPLIES 7
Read only

Former Member
0 Likes
677

BOX XPOS '4' CM YPOS '4.8' CM WIDTH '0' CM HEIGHT '1.0' CM FRAME 50 TW

use this.........

increase the size of frame..............

this will help u..........if it is usefull


\Plz Reward

Regards

Anbu

Read only

Former Member
0 Likes
677

Hi Kush,

In order to create box, you can code as:

/: BOX XPOS '11.21' MM YPOS '5.31' MM HEIGHT '10' MM WIDTH '20' MM INTENSITY 10 FRAME 0 TW

or you can write:

/: POSITION XORIGIN '11.21' YORIGIN '5.31' MM

/: SIZE HEIGHT '2' MM WIDTH '76' MM

/: BOX FRAME 10 TW INTENSITY 10

Hope this helps.

Reward if helpful.

Regards,

Sipra

Read only

0 Likes
677

I have to use ULINE only

so , please suggest solution for uline only

Read only

0 Likes
677

Hi,

Try a bigger/bold font? Of course, you're gonna have to make a paragraph with this font, to use with your ULINE. Why can't you code it though?

Regards,

SD.

Read only

0 Likes
677

I have tried this but its not working

Read only

Former Member
0 Likes
677

Hello

use the paragraph format UL as this is the standard paragraph format for Uline may be ur probelm can be solved. just try this.

rgds.,

subash.

Read only

Former Member
0 Likes
677

give family as COURIER and font 14

resolved