Micro Focus QTP (UFT) Forums
How to scroll the scroll bar during scripting - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to scroll the scroll bar during scripting (/Thread-How-to-scroll-the-scroll-bar-during-scripting)



How to scroll the scroll bar during scripting - shail8613 - 03-21-2011

How to scroll the scroll bar during scripting.what is code for scrolling the scrolling bar during scripting using qtp


RE: How to scroll the scroll bar during scripting - basanth27 - 03-21-2011

Two methods you may want to learn about,
Vscroll and Hscroll.


RE: How to scroll the scroll bar during scripting - chandu - 03-22-2011

if the object does not support Vscroll and Hscroll methods.

you can use NextPage or NextLine or Set(ex: set 20) methods