Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,792| Members 17,821, Newest cdotkhn| Online 267
Home Contact
 (Forgotten?): 
    Sikhism

   
                                                                     Your Banner Here!    

Sikh Philosophy Network » Sikh Philosophy Network » Current Affairs » Information Technology » resize photo size automatically in ACCESS form & Report

resize photo size automatically in ACCESS form & Report

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
Fixed size in report aleon Information Technology 4 28-Jul-2006 08:27 AM
How do I customize the paper size in report? Hwee Information Technology 2 28-Jul-2006 08:20 AM
Automatically Email a report Gary Cottam Information Technology 3 28-Jul-2006 08:10 AM
Auto size fields in an Access report Mettá Information Technology 4 28-Jul-2006 07:59 AM
Access bombs out on form/report/query update... PoodleHead Information Technology 2 16-Nov-2005 14:50 PM


Tags
resize, photo, size, automatically, access, form, report
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:01 AM
Khoshravan's Avatar Khoshravan
Guest
 
Posts: n/a
   
   
resize photo size automatically in ACCESS form & Report

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Access 2002
I am displaying some photos in Access by the method explained in:
ACC: How to Display Images in a Form or in a Report Without Storing the
Images in a Table, Article ID : 148463, Last Review : August 12, 2005,
Revision : 3.1
Photos are jpg format and are sent to me by email.
Photos seams to have different sizes so when they are displayed in Report
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/9291-resize-photo-size-automatically-access-form.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
preview they are cut in top or buttom.
Is there any command to resize the photo size to fit the allocated box
precisely & automatically? TIA
--
Rasoul Khoshravan Azar
Civil Engineer
Osaka, Japan



 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:01 AM
Larry Linson's Avatar Larry Linson
Guest
 
Posts: n/a
   
   
Re: resize photo size automatically in ACCESS form & Report

The Image control has a property, SizeMode, which can be set to Clip,
Stretch, or Zoom. Zoom automatically resizes the image, retaining the aspect
ratio of height to width.

Larry Linson
Microsoft Access MVP

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291

"Khoshravan" wrote in message
news:23E95B60-C65D-4F0A-95F4-5D17915F88C0@microsoft.com...
> Access 2002
> I am displaying some photos in Access by the method explained in:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
> ACC: How to Display Images in a Form or in a Report Without Storing the
> Images in a Table, Article ID : 148463, Last Review : August 12, 2005,
> Revision : 3.1
> Photos are jpg format and are sent to me by email.
> Photos seams to have different sizes so when they are displayed in Report
> preview they are cut in top or buttom.
> Is there any command to resize the photo size to fit the allocated box
> precisely & automatically? TIA
> --
> Rasoul Khoshravan Azar
> Civil Engineer
> Osaka, Japan



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:01 AM
Khoshravan's Avatar Khoshravan
Guest
 
Posts: n/a
   
   
Re: resize photo size automatically in ACCESS form & Report

Hi Larry
Thanks for your info. While going around in the ACCESS I was able to find it
by myself.
I was reading your article "Images in ACCESS Database" Three approaches
edited in 25 May 2001. If you have come up with a solution for "class", as
you have omitted them in that article, let me know.
--
Rasoul Khoshravan Azar
Civil Engineer
Osaka, Japan


"Larry Linson" wrote:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291

> The Image control has a property, SizeMode, which can be set to Clip,
> Stretch, or Zoom. Zoom automatically resizes the image, retaining the aspect
> ratio of height to width.
>
> Larry Linson
> Microsoft Access MVP
>
>
> "Khoshravan" wrote in message
> news:23E95B60-C65D-4F0A-95F4-5D17915F88C0@microsoft.com...
> > Access 2002
> > I am displaying some photos in Access by the method explained in:
> > ACC: How to Display Images in a Form or in a Report Without Storing the
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
> > Images in a Table, Article ID : 148463, Last Review : August 12, 2005,
> > Revision : 3.1
> > Photos are jpg format and are sent to me by email.
> > Photos seams to have different sizes so when they are displayed in Report
> > preview they are cut in top or buttom.
> > Is there any command to resize the photo size to fit the allocated box
> > precisely & automatically? TIA
> > --
> > Rasoul Khoshravan Azar
> > Civil Engineer
> > Osaka, Japan

>
>
>

Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:01 AM
Larry Linson's Avatar Larry Linson
Guest
 
Posts: n/a
   
   
Re: resize photo size automatically in ACCESS form & Report

"Khoshravan" wrote

> Thanks for your info. While going around in the
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
> ACCESS I was able to find it by myself.


You are welcome. Glad you solved the problem -- sometimes these things are
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
"hidden away" in places that are not obvious to everyone.

> I was reading your article "Images in
> ACCESS Database" Three approaches
> edited in 25 May 2001. If you have come
> up with a solution for "class", as
> you have omitted them in that article, let me know.


I am not sure what you mean by 'come up with a solution for "class"'. Can
you clarify? There are some other approaches to displaying images, not
covered in that article, but I don't understand what "class" is involved.

Two additional approaches that come to mind are using a hyperlink to display
a picture, or using an unbound OLE frame to display a picture. I haven't
thought those were of sufficient difficulty, or interest, to revise the
article.

Larry Linson
Microsoft Access MVP


Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:02 AM
Khoshravan's Avatar Khoshravan
Guest
 
Posts: n/a
   
   
Re: resize photo size automatically in ACCESS form & Report

Dear Larry
Address of issue:
2nd page in your article. ...At the Microsoft web site,
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
http://support.microsoft.com... in third line of that paragraph you say: "I
could not determine the class of the JPG image file that I was loading I
omitte that ....

Well I omitted also and works fine but I want to know what is this class
mentioned in knowledgebase and how can I utilize it.

Regarding using the word "come up" sorry maybe I was using a wrong
expression. I wanted to say: If you have find any new method to slove "class"
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
issue without omitting it.

--
Rasoul Khoshravan Azar
Civil Engineer
Osaka, Japan


"Larry Linson" wrote:

> "Khoshravan" wrote
>
> > Thanks for your info. While going around in the
> > ACCESS I was able to find it by myself.

>
> You are welcome. Glad you solved the problem -- sometimes these things are
> "hidden away" in places that are not obvious to everyone.
>
> > I was reading your article "Images in
> > ACCESS Database" Three approaches
> > edited in 25 May 2001. If you have come
> > up with a solution for "class", as
> > you have omitted them in that article, let me know.

>
> I am not sure what you mean by 'come up with a solution for "class"'. Can
> you clarify? There are some other approaches to displaying images, not
> covered in that article, but I don't understand what "class" is involved.
>
> Two additional approaches that come to mind are using a hyperlink to display
> a picture, or using an unbound OLE frame to display a picture. I haven't
> thought those were of sufficient difficulty, or interest, to revise the
> article.
>
> Larry Linson
> Microsoft Access MVP
>
>
>

Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:02 AM
Larry Linson's Avatar Larry Linson
Guest
 
Posts: n/a
   
   
Re: resize photo size automatically in ACCESS form & Report

"Khoshravan" wrote

> 2nd page in your article. ...At the Microsoft web site,
> http://support.microsoft.com... in third line of that
> paragraph you say: "I could not determine the class
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
> of the JPG image file that I was loading I
> omitte that ....


Ah, _that_ class.

> Well I omitted also and works fine but I want to
> know what is this class mentioned in knowledgebase
> and how can I utilize it.


Because that class did not appear to be necessary for anything I wanted to
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
do, I did not spend time and energy searching for more information. And, in
fact, soon forgot (as you saw), that it even existed. Thus, I'm sorry I
don't have any additional information to offer.

Larry Linson
Microsoft Access MVP


Reply With Quote
  #7 (permalink)  
Old 28-Jul-2006, 08:02 AM
Khoshravan's Avatar Khoshravan
Guest
 
Posts: n/a
   
   
Re: resize photo size automatically in ACCESS form & Report

  Donate Today!  
Dear Larry
OK you remebered which class I am talking about but it is not an issue for
you (at least at present). The expression "class" is totally new for me and
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
this is first time I hear about it. Could you please guide me to a site or
other place to get the basic info about what is "class" in ACCESS?
Thanks for your replies.
--
Rasoul Khoshravan Azar
Civil Engineer
Osaka, Japan


"Larry Linson" wrote:

> "Khoshravan" wrote
>
> > 2nd page in your article. ...At the Microsoft web site,
> > http://support.microsoft.com... in third line of that
> > paragraph you say: "I could not determine the class
> > of the JPG image file that I was loading I
> > omitte that ....

>
> Ah, _that_ class.
>
> > Well I omitted also and works fine but I want to
> > know what is this class mentioned in knowledgebase
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9291
> > and how can I utilize it.

>
> Because that class did not appear to be necessary for anything I wanted to
> do, I did not spend time and energy searching for more information. And, in
> fact, soon forgot (as you saw), that it even existed. Thus, I'm sorry I
> don't have any additional information to offer.
>
> Larry Linson
> Microsoft Access MVP
>
>
>

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism need urgent advice.......
Today 10:41 AM
8 Replies, 87 Views
sikhism Who is "Mohan"?
Today 08:46 AM
22 Replies, 348 Views
sikhism How important is Matha...
Today 08:12 AM
59 Replies, 1,041 Views
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 53 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 120 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,837 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 230 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,277 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 46 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 66 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 47 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 49 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 416 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 51 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 10:53 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.39717 seconds with 30 queries