IdRatherBOutdoors
Programmer
I have a main form used to show work order number, customer name etc. This main form has 20 image controls on it, these are used to display tool size symbols. There is also a subform (Dataheet view) with all of the tools, tolerances, and hit counts used in the job shown in the main form. There can be up to 20 image controls displayed, which line up with each of the tools called out on the subform. 20 is the maximum number of tools shown on the subform before it will show a scrollbar.
When I move the scrollbar, it shows "Record X of Y" until I let up on the mouse button, similar to the record navigation buttons at the bottom of the form. I need to be able to determine where the scrollbar is at (The value of X), so I can adjust which image is displayed in the correct control on the main form to keep it alighned with the correct tool in the subform.
If This can not be determined, is there a way to show the bitmap images in datasheet view in the subform?
When I move the scrollbar, it shows "Record X of Y" until I let up on the mouse button, similar to the record navigation buttons at the bottom of the form. I need to be able to determine where the scrollbar is at (The value of X), so I can adjust which image is displayed in the correct control on the main form to keep it alighned with the correct tool in the subform.
If This can not be determined, is there a way to show the bitmap images in datasheet view in the subform?