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

Grphics on Scripts

Former Member
0 Likes
943

Friends,

Small query from my end.

I wanted to include graphics in my script & carried out the below steps

1. In SE78, I imported the graphics from presentation to document server (I tried with both tif

& bmp files - in colour as well as Black & white)

2. In SE71, in the text element of a constant window I included the below code

/: BITMAP 'ZSLEEP' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 075

The picture is not getting displaying neither when the driver program is executed

nor when the test print of the script is given

My queries

1. What might be the pblm with the picture display

2. Is there any constraint for window type (VAR, CONST, MAIN) for

displaying the picture

3. What kind of values can be inserted in GRaph window.

Note : The graphics could be seen if included as text.

Regards,

Usha

11 REPLIES 11
Read only

former_member221770
Contributor
0 Likes
909

Usha,

try ":/ INCLUDE 'ZSLEEP' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 075"

Cheers,

Pat.

Read only

Former Member
0 Likes
909

Hi,

You can include a graphic from the aplication toolbar: Insert -> Graphic.

Svetlin

Read only

Former Member
0 Likes
909

Svetlin, I have done in the way what you have specified

and Patrick, only standard texts can be included using INCLUDE Keyword & the Graphics has to be included with BITMAP keyword.

Read only

0 Likes
909

Hi Usha,

If you try to do it in way that I offerd to you, you will see that a new browser screen appears. This screen has 2 tab screens:

1) Stored as text(obsolete)

2) Stored on document server

You should choose the secnd tab screen and to browser for your graphic. When you confirm your choice in the editor appears the correct syntax.

/: BITMAP 'ENJOY' OBJECT GRAPHICS ID BMAP TYPE BMON

In SE78 you should check if your graphic can be previewed.

Svetlin

P.S. If you find an answer helpful, please assign reward points.

Message was edited by: Svetlin Rusev

Read only

0 Likes
909

Hi Usha,

Can you do a print preview in SE78 and take a print out from there?

What is the size and resolution of the picture. This you can find in SE78 -> Header information.

Thanks

Vinod

Read only

Former Member
0 Likes
909

Svetlin,

I have done in the same way what you have mentioned.

I cud also preview the graphics in SE78. Still it is neither displayed in Test Print nor while executing driver program.

Whether any version constraint is there?

I am working in the version 4.6B

Regards,

Usha

Read only

0 Likes
909

Hi Usha,

I would suggest you to try the following.

1. Increase the size of the constant window and check whether the pic is coming

2. Remove 'DPI 075' from the BITMAP command.

Thanks

Vinod

Read only

0 Likes
909

Hi,

When I was working on 4.6B, I think that I had the same problem. That's why I used the obsolute way with program RSTXLDMC. Have you tried it ?

Svetlin

Read only

Former Member
0 Likes
909

Vinod I tried...image still not displayed

Read only

0 Likes
909

Hi Usha,

I think there may be some issue with the version. You can try the way Svetlin suggested.

You may look at the note 39031 as well.

Thanks

Vinod

Read only

0 Likes
909

Hi Usha,

Have you tried program RSTXLDMC ?

Svetlin