09-09-2008, 01:58 PM
Hi,
i have often used the Sync method on Page objects (without problems), ma now i obtain this error:
Object doesn't support property or method: 'Sync'
The code (previously functioning) is:
where hwnd(0) and hwnd(1) are the values of hwnd property for the objects Browser and Page.
Any idea? i had been obliged to uninstall and re-install QTP (v. 8.2) for other problems... maybe it's possible that during the installation something is broken... howewer with Object Spy I see the Sync method on Browser & Page objects...
i have often used the Sync method on Page objects (without problems), ma now i obtain this error:
Object doesn't support property or method: 'Sync'
The code (previously functioning) is:
Code:
Dim brow, pag
Set brow = Browser ("hwnd:=" & hwnd(0) )
Set pag = brow.Page("hwnd:=" & hwnd(1) )
pag.Sync
where hwnd(0) and hwnd(1) are the values of hwnd property for the objects Browser and Page.
Any idea? i had been obliged to uninstall and re-install QTP (v. 8.2) for other problems... maybe it's possible that during the installation something is broken... howewer with Object Spy I see the Sync method on Browser & Page objects...