Hi All,
I am trying to determine the position of the scroll bar for the datasheet section (as opposed to the form section) of a splitform. I intend to find the scroll bar position, perform a requery and then return to the same scroll bar position after requery.
I have attempted to use Stephen Lebans' SetGetSB functions. The functions work great as they are for determining the position of any scrollbars on the form part of the splitform (only needed to change the "scrollbar" class type to "NUIScrollbar"). In my case, the form part of the Splitform does not have any scrollbars (Scrollbar property set to Neither). I want to determine the postion of the scrollbars that automatically appear as the length of the datasheet is too large for the screen.
I think it may have to do with the API code references, maybe the hWnd window call? I'm not sure if it is possible to refer to the splitform datasheet scrollbars.
Any ideas would be greatly appreciated,
Many thanks,
Adam
I am trying to determine the position of the scroll bar for the datasheet section (as opposed to the form section) of a splitform. I intend to find the scroll bar position, perform a requery and then return to the same scroll bar position after requery.
I have attempted to use Stephen Lebans' SetGetSB functions. The functions work great as they are for determining the position of any scrollbars on the form part of the splitform (only needed to change the "scrollbar" class type to "NUIScrollbar"). In my case, the form part of the Splitform does not have any scrollbars (Scrollbar property set to Neither). I want to determine the postion of the scrollbars that automatically appear as the length of the datasheet is too large for the screen.
I think it may have to do with the API code references, maybe the hWnd window call? I'm not sure if it is possible to refer to the splitform datasheet scrollbars.
Any ideas would be greatly appreciated,
Many thanks,
Adam