
Change the filename of a graphicfile in a report during run-time
Hi,
Working in VB5 Pro I need to do following:
On the printout (using a printer) a picture with a filename, eg.
"C:\Data\Mypict01.bmp" should be printed.
The filename is generated in VB5 and will always be diffrent.
I have tried to use Crystal Report, but looking for a syntax:
Crystal.Report.Filename = "C:\....."
does not give any sense.
There might be a way to do the above either in pure VB5 Pro or together with
Crystal Report.
Any reply will be preciated.
Thanks