Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom grids (ultimate) processing
#2
Not Solved
Vesa -
Yes there are. Winobjects are the custom object recoginition by QTP. You can work with them by using the .object method if you know what are the custom objects and their behaviour.

For eg : On the dialog you mention it as a winobject...what is this object ?? is it a tab, checkbox?? if we consider it as a tab then we can try something like this,

Code:
a=Window("app_name").Dialog("dialog_name").WinObject("AxxWnd50").Object.Item(1).Text

If you want to work with custom objects then you will need to drill it further down to extract the information.

I can help you if you can provide the information about the object. remember SPY is the only one which is the key and vital part of identifying a custom object.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Messages In This Thread
Custom grids (ultimate) processing - by vesa - 06-17-2009, 05:00 PM
RE: Custom grids (ultimate) processing - by basanth27 - 07-03-2009, 06:09 PM
RE: Custom grids (ultimate) processing - by vesa - 07-03-2009, 06:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to set value to custom property ? Ranu 0 1,964 11-14-2013, 02:58 AM
Last Post: Ranu
  Custom CheckPoint rajrkodeep 0 3,849 09-06-2012, 11:19 PM
Last Post: rajrkodeep
  How to get custom formatted date from qtp sailakshmi 4 16,715 07-20-2012, 12:36 PM
Last Post: ravi.gajul
  Which way can let QTP recogniza vc custom controls? richard2013 1 2,297 06-04-2012, 05:51 PM
Last Post: supputuri
Question Create Custom Object RobinDesHautbois 3 6,382 09-27-2011, 12:30 AM
Last Post: guin.anirban

Forum Jump:


Users browsing this thread: 1 Guest(s)