murugans1011
11 years agoRegular Contributor
Invalid argument count exception
in my script i used 'waitvbobject' method to wait for an particular vbobject if not Sys.Process("Process").WaitVBObject("Object").Exists then when i try to run the script i m gettig...
- 11 years ago
Hi Murugan,
It looks like FrmPurchaseOrder is the name of the mapped object. Thus, you need to use the WaitNamedChild method instead of the WaitVBObject method.