View Single Post
  #4 (permalink)  
Old 03-20-2012, 07:17 PM
Access Developer
Guest
 
Posts: n/a
Default Re: Form picture slow to load

Obviously, it is slower because it's being transmitted across the network
instead of just being read from your hard drive. Follow the best practice
recommendation and put the database application on each user's machine
instead of executing it from a server or remote machine. You'll likely see
other performance increases, too.

--
Larry Linson
Microsoft Office Access MVP
Co-Author, Microsoft Access Small Business Solutions, Wiley 2010

"Jim Devenish" <internet.shopping@foobox.com> wrote in message
news:17676396.3462.1332259957239.JavaMail.geo-discussion-forums@vbux23...
No. It is the main (opening) Form with no records, just a set of buttons
taking the user to other screens.

I have set the Picture property to an image. The Form stays open the whole
time with no need to requery.

Nothing elaborate.

On Tuesday, 20 March 2012 16:01:34 UTC, Patrick Finucane wrote:
> On Mar 20, 10:25 am, Jim Devenish <internet.shopp...@foobox.com>
> wrote:
> > I am using a .jpg image as the Picture of a Form. Works fine on a local
> > network but when used Remotely the image takes a long time to load.
> >
> > What is especially irritating and puzzling is that Access seems to draw
> > the image 3 or 4 times.
> >
> > Does anyone know why this should be so?
> >
> > When it loads quickly on a network it is not apparent that this
> > repetition even exists but over a slowish external line it is extremely
> > evident.

>
> Do you requery on activation or other events?



Reply With Quote