Jump to content

Navision Attain 3.70


 Share

Recommended Posts

Hi,

I need a little help.

I want to control some Navision Attain 3.70 internal functions like the table optimizer.

I´ve tried to send the right keystrokes with the Auto IT Send or the ControlSend Command,

but the application don´t react on the commands.

Some Examples:

ControlSend("Betten Rid - Microsoft Business Solutions-Navision","",65281,"b")

OR:

ControlSend("Betten Rid - Microsoft Business Solutions-Navision","Datenbankinformation",65281,"b")

Any idear where the problem is?

best regards

Betten Rid

Link to comment
Share on other sites

Hi,

I need a little help.

I want to control some Navision Attain 3.70 internal functions like the table optimizer.

I´ve tried to send the right keystrokes with the Auto IT Send or the ControlSend Command,

but the application don´t react on the commands.

Some Examples:

ControlSend("Betten Rid - Microsoft Business Solutions-Navision","",65281,"b")

OR:

ControlSend("Betten Rid - Microsoft Business Solutions-Navision","Datenbankinformation",65281,"b")

Any idear where the problem is?

best regards

Betten Rid

you may be having issues with the win title, often that's the case if a standard control doesn't react to a controlsend() or controlclick(), i'd say copy the title from the au3 win info tool, and make sure you don't omit any leading spaces. you could also try using the macro recorder in scite
Link to comment
Share on other sites

  • Moderators

From my experiences I've had more luck using the ClassNameNN instead of the ControlID.

Something like this, where ClassNameNN is the ClassName of the control:

ControlSend("Betten Rid - Microsoft Business Solutions-Navision", "Datenbankinformation", "ClassNameNN", "b")
Link to comment
Share on other sites

From my experiences I've had more luck using the ClassNameNN instead of the ControlID.

Something like this, where ClassNameNN is the ClassName of the control:

ControlSend("Betten Rid - Microsoft Business Solutions-Navision", "Datenbankinformation", "ClassNameNN", "b")

Hi big_daddy,

Thanks for your hints.

Now I´m using a mixture of ControlSend and Send commands and now it´s working. To reduce the problems

I´m always using the same Navision fin.zup file.

Link to comment
Share on other sites

  • 2 weeks later...

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...