Hi,
I am having problems with displaying bitmaps. I use a computed field to display the relevant bitmaps on a report.
Here's how I wrote it in the Compute Expression.
Bitmap(If( logofile = "AVC", "..\BITMAPS\logo.gif", "..\BITMAPS\logo_avi.gif" ))
The problem is, no bitmap is displayed at all when I run the exe program. I have checked and noticed that the bitmaps are where it's supposed to be as stated in the relative path (..\BITMAPS\)
Anyone can shed light on this? Thanks.
I am having problems with displaying bitmaps. I use a computed field to display the relevant bitmaps on a report.
Here's how I wrote it in the Compute Expression.
Bitmap(If( logofile = "AVC", "..\BITMAPS\logo.gif", "..\BITMAPS\logo_avi.gif" ))
The problem is, no bitmap is displayed at all when I run the exe program. I have checked and noticed that the bitmaps are where it's supposed to be as stated in the relative path (..\BITMAPS\)
Anyone can shed light on this? Thanks.