add bitmap with a script

Hi all

is it possible to add a bitmap to a report with a script?
I have a report which runs for about 50-times and I want to add every
report an other picture. I want not to send it 50-times to DAS.

Alexander

Mit freundlichen Gruessen
DSB, Daten-Service Beck GmbH
Alexander Zipf

Tel. (07132)385-263
Fax (07132)385-243


Listserv Archives (BOB member since 2002-06-25)

  1. Add a table in the database that associates an image file name with each
    data value (e.g. data value 1 associated with c:\windows\circles.bmp)
  2. Add a cell in the report, and insert the file name field into it.
  3. Go to formatting, number, choose image, bitmap to display the image in
    the cell, rather than the path name.

Note that sizing the cell just right for the image can be a little tricky,
since by default, it resizes the image to the cell, rather than the
opposite…

Timo

-----Original Message-----
From: Zipf, Alexander, DSB [SMTP:zipf@DSB.NET]
Sent: Tuesday, January 19, 1999 03:01

Hi all

is it possible to add a bitmap to a report with a script?
I have a report which runs for about 50-times and I want to add every
report an other picture. I want not to send it 50-times to DAS.

Alexander

Mit freundlichen Gruessen
DSB, Daten-Service Beck GmbH
Alexander Zipf

Tel. (07132)385-263
Fax (07132)385-243
http://www.dsb.net


Pls report bounces in response to postings to
BUSOB-L-Request@listserv.aol.com
Web archives (9am-5pm ET only): listserv.aol.com/archives/busob-l.html
OR search: Mail to listserv@listserv.aol.com, ‘search a_phrase in
BUSOB-L’
Unsubscribe: Mail to listserv@listserv.aol.com, ‘unsubscribe BUSOB-L’
====================================


Listserv Archives (BOB member since 2002-06-25)

    1. Add a table in the database that associates an image file

name with each
data value (e.g. data value 1 associated with
c:\windows\circles.bmp)

Speaking of this is there a way to add an image and embed it directly in
the document without having to reference an external file?

Greg Mills
Conoco Inc.
(580) 767-5597 ETN 442-5597
s-greg.mills@usa.conoco.com


Listserv Archives (BOB member since 2002-06-25)

Speaking of this is there a way to add an image and embed it
directly in the document without having to reference an external
file?

There is. At least, if the image is to be displayed in the report - not
in a table:

  • choose Object… from the Insert menu
  • select the area where you want the image to be displayed
  • check the ‘Create from file’ option in the Insert Object dialog

HTH,
mirko

Mirko Vonck
SGS Cortex Quality Software nv
Noorderlaan 87
B-2030 Antwerpen
Tel: +32 3 545 4978
Fax: +32 3 545 4909
Mirko_Vonck@sgsgroup.com


Listserv Archives (BOB member since 2002-06-25)