Click Scrollbar API
Click Scrollbar API
(OP)
Howdy All . . .
Is there an API that will simulate the clicking of a scrollbar?
To explain . . . have an data entry form in MS Access where depending on user input its necessary to goto the last record. Getting there is no problem, its just that the record is at the top of the form.
I've noticed that if I just click the scrollbar as many records as can be displayed (with the last record on the botton) occurs . . . exactly what I'm looking for!
Your thoughts? . . .
Is there an API that will simulate the clicking of a scrollbar?
To explain . . . have an data entry form in MS Access where depending on user input its necessary to goto the last record. Getting there is no problem, its just that the record is at the top of the form.
I've noticed that if I just click the scrollbar as many records as can be displayed (with the last record on the botton) occurs . . . exactly what I'm looking for!
Your thoughts? . . .
See Ya! . . . . . .
RE: Click Scrollbar API
SendKeys "{PGDN 100}"
RE: Click Scrollbar API
If you're in Access, this may be difficult, as getting the handle to the scrollbar may be a ummm challenge.
Chip H.
____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first