Question for Mr. Leban

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have used your A2KAutosizeOLEVer6 to create a database that generates
reports with pictures and the pictures are autosized. I was wondering if it
is possible to integrate this function with the functions in your
A2KLoadSaveJpegVer9 so I could reduce the size of my database since I will
have hundreds of pictures in there.

Thank you for your help.
 
I haven't looked at the code in question but if I remember correctly, that
solution uses a DIBSection object to hold the image. WIdth and Height
properties are exposed. You simply have to convert the Pixel value from the
Hieght/Width prop to Twips. The DIBSection class most likey already contains
a PixelsToTwips method/sub/code.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
ftaghaboni said:
I have used your A2KAutosizeOLEVer6 to create a database that generates
reports with pictures and the pictures are autosized. I was wondering if it
is possible to integrate this function with the functions in your
A2KLoadSaveJpegVer9 so I could reduce the size of my database since I will
have hundreds of pictures in there.

Thank you for your help.

========================================================================
FREE ? No problem :-) How are this: http://www.webneti.cjb.net and
http://www.webteam.gsi.pl and http://www.webneti.gsi.pl
========================================================================
 
What you are saying is way above me. I am not very good at this and mostly
trying to make this work by copying and pasting the codes from your sample
databases. Do you think it would be possible for you to take a look at this
and come up with something when you have the time. Basically, I need to have
pictures stored in a way that they do not take much room and then have them
resized when they are in a report.

Thanks,
 
Sorry but I am backed up on the Access solutions that I have already
promised users from the NG's. I will not be taking on any new projects until
after the summer.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top