‎2005 Sep 02 7:43 AM
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
‎2005 Sep 02 7:49 AM
Usha,
try ":/ INCLUDE 'ZSLEEP' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 075"
Cheers,
Pat.
‎2005 Sep 02 7:55 AM
Hi,
You can include a graphic from the aplication toolbar: Insert -> Graphic.
Svetlin
‎2005 Sep 02 8:04 AM
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.
‎2005 Sep 02 8:38 AM
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
‎2005 Sep 02 9:16 AM
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
‎2005 Sep 02 9:17 AM
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
‎2005 Sep 02 9:48 AM
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
‎2005 Sep 02 10:09 AM
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
‎2005 Sep 02 10:35 AM
‎2005 Sep 02 11:01 AM
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
‎2005 Sep 02 12:10 PM