Re: Cursor Moves when displaying picture
- From: Steve Schapel <schapel@xxxxxxxxxxx>
- Date: Sun, 16 Mar 2008 21:43:20 +1300
TallRey,
I don't think the VBA procedure (which, incidentally, is not a macro) that you have running on the Current event of the form, is related at all to the problem.
As far as I am aware, this is standard functionality. The focus does not stay on the navigation buttons. If you wanted to control where the focus goes, then you could do so, to one of the other enabled controls on the form.
--
Steve Schapel, Microsoft Access MVP
TallRey wrote:
I have an image box called ImageBoxon a form. On Form Current, I execute the following code:.
Form.ImageBox.Picture = PicturePath
Form.ImageBox.Visible = True
When I go to the navigation buttons and press next record, the cursor moves to the top of the imagebox. Is there a way to either preventing it from moving or finding out where the cursor had been (note it was not on a control) and then putting it back?
It is very annoying as I browse through the records to have to continually move the cursor back to the "next Record" navigation button.
- Prev by Date: Re: Use data from form for quary and display result on same form
- Next by Date: Launch code from Macro Problem
- Previous by thread: Re: Use data from form for quary and display result on same form
- Next by thread: Launch code from Macro Problem
- Index(es):