Phil Stanton wrote:
Quote:
Is there any way of stopping the cursor jumping to a point roughly in the
middle of the screen when loading a new picture into an Image Control. The
picture is linked and pulled from an external folder.
>
In particular when "thumbing" through records using the navigation buttons,
I have to move the cursor quite a way back to the next record navigation
button. Need an equivalent of NextNavigationButton.SetFocus
>
I have set the registry to
>
HKEY_LOCAL_MACHINE\Software\Microsoft\ Shared Tools\Graphics
Filters\Import\JPEG\Options ShowProgressDialog No
>
Thanks for any thoughts
>
Phil
>
>
I created a form and dropped in an image control. I set the PictureType
to Linked and Picture to (none). I created a table and have a text
field to hold some links to jpg/bmp files. Ex:
FileLink Fld
C:\Test\Image1.jpg
C:\Test\Image2.bmp
etc
In my OnCurrent event I enter
Me.Image01.Picture = Me.FileLink
Then I used the nav buttons to move from record to record. I have a
text box that has the focus. It seems to work OK. I hid all the
textboxes. It too works OK.
What can I do to get your effect? IOW, what am I doing different than
what you are doing. Are your pictures big? Are the Nav buttons butted
up to the picture? What does "I have to move the cursor quite a way
back to the next record navigation button" mean?