Navision and MS-Agent (e.g. 'Genie')

sdv
Member Posts: 7
Hello,
Is there anybody that has experience with implementing MS-Agent in Navision Financials using the Automation server.
I am halfway there (I can connect to the MS-Agent Server) but I keep getting error messages (from Navision) when I try to access the Ms-Agent character.
I would be very happy with an example.
With regards,
Charl van der Mooren
Is there anybody that has experience with implementing MS-Agent in Navision Financials using the Automation server.
I am halfway there (I can connect to the MS-Agent Server) but I keep getting error messages (from Navision) when I try to access the Ms-Agent character.
I would be very happy with an example.
With regards,
Charl van der Mooren
0
Comments
-
Excuse my ignorance ... but what is MS-Agent?No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0
-
For more information about MS-Agent, see:
http://www.microsoft.com/msagent
and click:
Try out Microsoft Agent.
0 -
I have automated Peedy in Navision. If you want specific help, I have a program that will read a MS-Agent and display a list of keywords. Once you have the keywords the automation is easy.
E-MAIL me directly ----> SFlorko@gemko.comSteve0 -
steve,
PLease post your agent tool and navision code in the download area so we all can build further from your solution.
Thanx,
Peter
p.van.lingen@level-it.nl0 -
Here is the code you need to use MS-Agent in Navision Financials. Very important is that you use an english/u.s. windows version or else the speechengine won't work. Maybe in time I'll be able to find out how I can solve that problem.
The ms-agent files and drivers are available at www.microsoft.com/msagent.
Have fun with it !!
Charl
Globals:
(Name ; DataType ; Subtype)
Server ; Autom. ; 'MS Agent Control 2.0'.Agent
Peedy ; Autom. ; 'MS Agent Control 2.0'.IAgentCtlCharacter
Code:
On Push ()
CREATE(Server);
Server.Connected := TRUE;
Server.Characters.Load('Peedy','c:\windows\msagent\chars\peedy.acs');
Server.Characters.Item('Peedy').Show;
Server.Characters.Item('Peedy').MoveTo(500,400);
Peedy := Server.Characters.Item('Peedy');
Peedy.Speak('What do you want me to say?');
Peedy.Hide;0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions