Jump to content

Recommended Posts

Posted

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

Posted (edited)

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

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
×
×
  • Create New...