In order not to hard-code a logo on a report I use:
- a picture control in report, which the field "Picture
from file" is cLogoName
- cLogoName = 'ABC.bmp'
It worked fine when I tested it in interactive mode, but it showed an "Invalid path or file name" error after I made it to a EXE file;
I tried to copy an ABC.bmp to that directory and all worked fine....
Any idea ?
- a picture control in report, which the field "Picture
from file" is cLogoName
- cLogoName = 'ABC.bmp'
It worked fine when I tested it in interactive mode, but it showed an "Invalid path or file name" error after I made it to a EXE file;
I tried to copy an ABC.bmp to that directory and all worked fine....
Any idea ?