How to activate cell in swftable - 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: How to activate cell in swftable (/Thread-How-to-activate-cell-in-swftable) |
How to activate cell in swftable - arpan - 07-01-2013 Hi Guys, I've to activate a cell in the swftable. I wrote the following code, but it doesn't work? Code: SwfWindow("ABC").SwfTable("XYZ").SetCellData 1,"Active",True When i did record, same code came up. When i run the code the "Exception occurred" error shows up. Can someone please me out on this one? Thanks Arpan RE: How to activate cell in swftable - Staff - 07-05-2013 Please ensure to include your code between [code] tags while asking or replying to questions. I have done this for you for this time. |