04-25-2012, 10:12 AM
Hi,
Could u use this below code:
I really don't now with which name special code txt box will be declared it might be Teedit or something else u can use the correct one and under GetRoProperty use the property name like text or whatever u want to retrive, use object spy to identify the property u want to get.
Regards,
Sabkalp
Could u use this below code:
Code:
vb_text=TeWindow("Window").TeScreen("screen2").TeEdit(Special Code).GetROProperty("xx")
I really don't now with which name special code txt box will be declared it might be Teedit or something else u can use the correct one and under GetRoProperty use the property name like text or whatever u want to retrive, use object spy to identify the property u want to get.
Regards,
Sabkalp