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

SAPscript - How to use multiple Bitmaps in one line?

alexkadzioch
Discoverer
0 Likes
1,741

Hello,

I try to add 3 Signatures as Bitmaps in a SAPscript form, but i cant position them in one line. I already tried to position them with XPOS and YPOS. While the XPOS command works as expected, as soon as i use YPOS on a Bitmap, the Bitmap is gone.

My current solution is to create a new Window for every Bitmap and place them in front of the Main Window. The Problem with that is, that the signatures dont position dynamic . Does anyone have advice on how to achieve my goal?

Thanks in advance.

Regards,

Alex

Hello,

I try to add 3 Signatures as Bitmaps in a SAPscript form, but i cant position them in one line. I already tried to position them with XPOS and YPOS. While the XPOS command works as expected, as soon as i use YPOS on a Bitmap, the Bitmap is gone.

My current solution is to create a new Window for every Bitmap and place them in front of the Main Window. The Problem with that is, that the signatures dont position dynamic . Does anyone have advice on how to achieve my goal?

Thanks in advance.

Regards,

Alex

3 REPLIES 3
Read only

0 Likes
1,558

Hello alexkadzioch,

did you try to set-up position of created windows in "FORM PAINTER" ?

Go to Settings->Form Painter-> thick Graphical Form painter->Layout.

Now on this screen you should be able to change position for each window.

(After modification go again to Settings and untick Graphical Form painter).

Read only

alexkadzioch
Discoverer
0 Likes
1,558

Hi jan_cu,

thanks for your reply. I already used the Graphical Form painter to position my Windows. But what i want to achieve is to position the Windows that contain my Bitmaps depending on the lenght of the Text in the Main Window.

Regards,

Alex

Read only

0 Likes
1,558

Hello Alex,

did you already find a solution for your issue? If have a similar problem. I use BITMAP command in SapScript. The command works fine, but if I use YPOS the bitmap disappears. It would be great if you could give me a hint 🙂

Thank you very much and best Regards

Mike