Re: Slowing Record Navigation
- From: "Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdot...@xxxxxxxxxxxx>
- Date: Sun, 23 Oct 2005 17:26:29 -0300
If you modify the Registry as Bob mentioned to stop the display of the
"loading Image" dialog then you will no longer crash as you scroll through
the records.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Dewey" <Dewey@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CEE8B76D-9530-4852-9EFC-CAC9A4DE532E@xxxxxxxxxxxxxxxx
> Thanks to all. The reason I'm displaying an image with each inventory
> item
> (I should have mentioned earlier) is because employees have a difficult
> time
> identifying them by name alone. I think a 500 millisecond delay would be
> sufficient for each image to load... Would I need to make each record
> load
> with the navigation buttons disabled and then enable them with the On
> Timer
> event?
>
> --
> J. Mullenbach
>
>
> "bob" wrote:
>
>>
>>
>> Four options spring to mind:
>>
>> 1) Suppress the loading dialog:
>> http://www.mvps.org/access/api/api0038.htm
>> This requires a registry key modification on each user's machine.
>>
>> 2) Only display the image 'on demand', eg using a 'show image' button, a
>> different tab or a modal popup
>> window.
>>
>> 3) Slow navigation using a timer, but this rather interferes with the
>> usability of the forms, and assumes
>> a fixed maximum image decode time, which must therefore be generous.
>>
>> 4) Use a third party control.
>>
>> --
>> _______________________________________________________
>> http://www.ammara.com/
>> Image Handling Components, Samples, Solutions and Info
>> DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous
>>
>>
>> "=?Utf-8?B?RGV3ZXk=?=" <Dewey@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>> >I have an inventory form that displays a linked photo for each inventory
>> >item. The file path for each item's photo is stored in a hidden text
>> >field
>> >and as the user moves from record to record, the OnCurrent property of
>> >the
>> >form triggers an update to the image frame. My problem is, the database
>> >will
>> >crash if users move too quickly between records. I have removed the
>> >Access
>> >navigation buttons and inserted my own, but I'm unsure how to force a
>> >half-second pause after each record selection. I'd certainly appreciate
>> >any
>> >ideas on the matter.
>> >--
>> >J. Mullenbach
>>
>>
.
- References:
- Re: Slowing Record Navigation
- From: bob
- Re: Slowing Record Navigation
- Prev by Date: Re: Runtime vs. Retail
- Next by Date: Off Topic
- Previous by thread: Re: Slowing Record Navigation
- Next by thread: Re: synchronize
- Index(es):