Could Report's COLUMN add or show Image from DATA ?

Post Reply
User avatar
Taiwan
Posts: 218
Joined: Fri Oct 07, 2005 1:55 am
Location: Taipei, Taiwan
Contact:

Could Report's COLUMN add or show Image from DATA ?

Post by Taiwan »

Hello

Could Report's COLUMN add or show Image from DATA "c:\test.jpg" ?
EX:

COLUMN TITLE "NO" DATA (::cDB)->NO
COLUMN TITLE "" DATA (::cDB)->Image => "c:\test.jpg"
COLUMN TITLE "Good Name" DATA (::cDB)->NAME
----- -------- ---------------
NO Good Name
----- -------- ---------------
01 Image Fish

Any suggestion or idea??
Thank you.

Regards,

Richard
richard.service@seed.net.tw
User avatar
Enrico Maria Giordano
Posts: 8775
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 7 times
Contact:

Re: Could Report's COLUMN add or show Image from DATA ?

Post by Enrico Maria Giordano »

No, as far as I know. But you can use SayBitmap() method and ON CHANGE or similar clause.

EMG
User avatar
Taiwan
Posts: 218
Joined: Fri Oct 07, 2005 1:55 am
Location: Taipei, Taiwan
Contact:

Post by Taiwan »

Hello EMG,

Thank you.
I change Report to TPrint make way.

Regards,

Richard
Fivetech.net Taiwan
Post Reply