Forum Discussion

murugans1011's avatar
murugans1011
Regular Contributor
11 years ago
Solved

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...
  • TanyaYatskovska's avatar
    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.