Skip to Content
0
Former Member
Sep 23, 2008 at 03:10 PM

logo in smartform

42 Views

Hi

I have difficulties to display logo which depends on company in a smartforms.

Well in the window, i have defines a graphic like that :

NAME : &LOGO&

OBJECT : GRAPHICS

ID : BMAP

in Color Bitmap Image.

in the program lines i've condition like :

if...

logo = '069'.

if...

logo = '080'.

endif.

I've defined the variable LOGO in GLoabl definition like this :

LOGO type string.

But it doesn't work!

When i fill fixed value in the variable logo, no logo is displayes..

But in the graphic window, if i force like this:

NAME : 069

OBJECT : GRAPHICS

ID : BMAP

The logo is displayed!

What i did wrong?

the declaration of logo is incorrect?

Thank you very much for your help.

Peggy.

Edited by: Peggy Delvincourt on Sep 23, 2008 11:10 AM