DP - redescription - 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: DP - redescription (/Thread-DP-redescription) |
DP - redescription - Kiana - 05-16-2008 Hi, can anyone help me with my script? I have function and procedure. In both of them I describe the same object, but when I call function in procedure I recive an error. Here is script: Code: Function SectionButtonExist (Section, Button) RE: DP - redescription - somisays - 05-16-2008 Hi, I think you have to declare function as Public. Regards Sridhar RE: DP - redescription - Kiana - 05-23-2008 Thank you. I already find a mistake by myself . I assaigned two object the same name. |