T
TallRey
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.
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.