code for "SHIFT + mouse CLICK" - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: code for "SHIFT + mouse CLICK" (/Thread-code-for-SHIFT-mouse-CLICK) |
code for "SHIFT + mouse CLICK" - soumendeb - 11-02-2010 I need to select multiple rows from an oracle form where SELECT ALL is disabled and only SHIFT + mouse CLICK works to select multiple rows.Can anyone help to to proceed? RE: code for "SHIFT + mouse CLICK" - KavitaPriyaCR - 11-03-2010 Hi Can u check if u can use 1. Code: "ExtendSelect" Code: set WshShell = CreateObject(“WScript.Shell”) |