[Axapta-Knowledge-Village] Re: AxaptaCOMConnector on WindowsCE

2008-07-18 Thread markusotte2
Hi!
We created a solution (Tectura Mobile Solution) within AX 3.0 to 
create HTML pages, populate them on IIS and let them comunicate via 
COM with AX. On the devices (e.g. Symbol MC-3090) we use only IE.
One of our customers is handling pallettransports and pickingroutes 
with this Solution.

Are you interested?
regards
Markus

--- In Axapta-Knowledge-Village@yahoogroups.com, kwit1962 
[EMAIL PROTECTED] wrote:

 Hi!
 
 I want to use Ax3.5 ComClients on Symbol MC-3090 devices with 
WindowsCE.
 
 The way to solve, I've heard, is to use Visual Studio 2003.
 
 I've used this product (2003.NET + SP1) and in Microsoft Visual 
Basic I 
 can produce an app for WindowsCE. Everything works fine until I add 
a 
 reference to AxaptaCOMConnector.
 
 Can anyone give me Status Quo to basic solving of such project
 
 regards
 
 Chris





RE: [Axapta-Knowledge-Village] AxaptaCOMConnector on WindowsCE

2008-07-18 Thread Brandon George
Yeah, honestly you will Not be able to get the COM Connector on the
device. Your best bet is to make use of Web Services to expose the COM
Connector, since this is AX 3.x, and then you can connect either a web
front end or a WinCE Form Front end (or both) to the web services.

 

That is what I would recommend.

 

-Brandon

 

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Wright
Sent: Thursday, July 17, 2008 6:37 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: RE: [Axapta-Knowledge-Village] AxaptaCOMConnector on WindowsCE

 

Chris

 

How did you get the COM Connector on the device  (AXCOM.DLL)?

 

Steve

 



From: Axapta-Knowledge-Village@yahoogroups.com on behalf of kwit1962
Sent: Wed 16/07/2008 9:50 PM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] AxaptaCOMConnector on WindowsCE

Hi!

I want to use Ax3.5 ComClients on Symbol MC-3090 devices with WindowsCE.

The way to solve, I've heard, is to use Visual Studio 2003.

I've used this product (2003.NET + SP1) and in Microsoft Visual Basic I 
can produce an app for WindowsCE. Everything works fine until I add a 
reference to AxaptaCOMConnector.

Can anyone give me Status Quo to basic solving of such project

regards

Chris

 



[Axapta-Knowledge-Village] Re: Free Text Invoice

2008-07-18 Thread prasanna_koulgi
--- In Axapta-Knowledge-Village@yahoogroups.com, Anks
[EMAIL PROTECTED] wrote:
hi ,
I far me there is no Indian Localization for Free Text Invoice 
If you want that it needs a customisation...

You can add a new line with VAT account  amount.

PRASANNA


 hi !
 
 i'm working with AX 4.0 SP1 (India Localization)
 I am in a situation where i have to sell a fixed asset.
  I am using a free text invoice for this.
 
 My problem is: I have to apply VAT on this sale. How can i do this?
 There are no indian sale tax features for free text invoice?
 
 Plz advice.
 
 Rgds,
 Ashish





[Axapta-Knowledge-Village] Trouble connection to AX 3.0 in 3-Tier using Business Connecter

2008-07-18 Thread peterszyd
I am running AX 3.0 SP5 and cannot seem to connect to AX in 3-tier mode 
using the business connecter. I was able connect in 2-tier using the 
business connector. I have registered the COM+ object on the client. 
The 3-Tier configuration I am using works if we access AX directly. I 
tried using both the fully qualified machine name and IP address of the 
AOS in the configuration setup. I even tried specifying the 
configuration in the com connector login VBA code

Axapta.Logon Admin, , , C:\Configs\AX30SP5Dev.acx

None of this seems to work. I always get the following error message:

Microsoft Business Solutions-Axapta Client/server communication : No 
Microsoft Axapta Object Servers could be located using the current 
client configuration. Please restart the Axapta Business Connector 
before logging on.

Does anyone know what is wrong with my setup?