I want to display the navision customer card when receiving a telephone call. The TAPI-Connection use only the dialer-function. Please help me.
Hi!
You should use difrent API. We used one from www.activetapi.de . Try it. They have one API for Navision, so it is very simple to control phone functions.
You could create yourn own ActiveX component that handles TAPI events and use it as automation in Navision Attain. Don't forget to turn on the WithEvents property and all TAPI events you wish can be received in the object you want (for example codeunit 1).
But you need knowledge of:
- Visual C++
Or
- Delhi
Or
- Visual Basic (Don't know if VB supports all TAPI events haven't figured out jet).
- .NET programming language
In a world without Borders or Fences, who needs Windows and Gates?
Comments
Hi!
You should use difrent API. We used one from www.activetapi.de . Try it. They have one API for Navision, so it is very simple to control phone functions.
BostjanL
But you need knowledge of:
- Visual C++
Or
- Delhi
Or
- Visual Basic (Don't know if VB supports all TAPI events haven't figured out jet).
- .NET programming language