I'm trying to use MODI to print tif images in an Access VBA app. I have it printing the images, but some are coming out thumbnail-ish, i.e. tiny images in the top corner of the page. Anyone have any ideas as to why and is there a way to rescale the images before printing?
We rolled out Office 2003 over the weekend and much to our dismay found that apparently 2003 broke an Access VBA application that used the Kodak imgedit.ocx and imgadmin.ocx controls. When I look at the code for the application, none of the properties or methods that we're using for these...
I'm trying to use a linked server in MSSQL QA to retrieve data from a MAS90 system. My SQL is as follows:
select * from openquery(MAS, 'Select * from OE_H1HistoryHeader where OrderDate > ''2005-03-18''')
The relevant part being Select * from OE_H1HistoryHeader where OrderDate > '2005-03-18'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.