Jump to content

Error: Error parsing function call


 Share

Recommended Posts

Hi,

I´m trying to login in our Company Application Navision 3.70 with an AutoIT sprict:

Run("C:\Programme\Microsoft Business Solutions-Navision\Client\fin.exe servername=rid01,company=Betten Rid")

WinWaitActive("Anmelden")

send,("LOGIN")

send,("PASSWORD")

and always receive the Error: Error parsing function call.

Please help me !!

Thanks

Martin

Link to comment
Share on other sites

Hi,

I´m trying to login in our Company Application Navision 3.70 with an AutoIT sprict:

Run("C:\Programme\Microsoft Business Solutions-Navision\Client\fin.exe servername=rid01,company=Betten Rid")

WinWaitActive("Anmelden")

send,("LOGIN")

send,("PASSWORD")

and always receive the Error: Error parsing function call.

Please help me !!

Thanks

Martin

Hi,

try this code:

Run("C:\Programme\Microsoft Business Solutions-Navision\Client\fin.exe servername=rid01,company=Betten Rid")
WinWaitActive("Anmelden")
send("LOGIN")
send("PASSWORD")

but... are you sure that the "LOGIN" and "PASSWORD" are placed in the right InputControl?

If it does not work, try Autoit-Spy to geht the controlName or class, set the focus on them and send your Input.

Edited by jonk
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...