Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / March 2005

Tip: Looking for answers? Try searching our database.

ole

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dave - 27 Mar 2005 20:35 GMT
Hi

I have a report that i wish to print off that contains a logo.  I want to be
able to link to the logo rather than embed it as I have several logos that i
use and it is easier for me just to change the main logo.  For example i
want to link to C:\nm\store\mylogo.jpg  How can i do this?  Also can i run
some logic on it so that it only uses the image if it isunder 4cm x3cm?

Thanks
SA - 27 Mar 2005 22:15 GMT
Dave:

Rather than use an OLE object (unbound OLE frame) use and image control on
your report.   Store the path to the image in a text field within the
database and add that field to the query output.  Then in the On Print event
of the section that contains the Image control.   Add code like:

Me!MyImageControlName.Picture = Me!MyInvisibleTextBoxWithPathToImage.
Signature

Steve Arbaugh
ACG Soft
http://ourworld.compuserve.com/homepages/attac-cg

> Hi
>
[quoted text clipped - 6 lines]
>
> Thanks
Ed - 28 Mar 2005 01:14 GMT
I made a table that contains 3 fields, ID, Description, OLEimage to store my
logos. Then link this table or add to underlying query of form and select
the logo I want to use for the record I am creating. I place the OLEimage
field as the main logo on the report and thats it. so each record can have
its choice of logos.
> Hi
>
[quoted text clipped - 6 lines]
>
> Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.