Place image into report from remote folder

valeryk2000

Registered User.
Local time
Yesterday, 22:17
Joined
Apr 7, 2009
Messages
157
I need to insert department manager signature (we have 12 departments) into report. Depending on the department the signature would be different. I have scanned images of all signatures in the folder located at a remote network drive. How to place an appropriate signature? Can I use a hyperlink? Should I use a certain "container" to be populated with the image? Or ... else?
Thanks.
Val
 
you need the tManager table /or query.
have a signature field, this can be the "path to the signature" or an OLE field to store the jpg.
the report has a query,the query pulls the manager and signat field.
in the report, load the image
 
is "path to the signature" - hyperlink (text)?
OLE field - is it type of container?
Thanks
 
the path can be hyperlink,
or just c:\path\file.jpg , then open it with iExploerer.

and yes, the OLE field is a container to hold photos.
 
Ok, let me try it.
Thank you Ranman256
Val (007 ;-)
 
Last edited:

Users who are viewing this thread

Back
Top Bottom