[development-axapta] Re: Run an EXE from AX 2009 - Code Example

2009-06-02 Thread eravuna_akora
Hello, The following X++ code runs an executable located on the AOS. It uses .NET Framework classes. static server int executeOnServer(str _process,str _arguments) { InteropPermission perm = new InteropPermission(InteropKind::ClrInterop); System.Diagnostics.Process p; int

SV: [development-axapta] Indian Localisation on AX-5.0

2009-06-02 Thread Stefan Lundquist (Priv)
Yes there is. -Ursprungligt meddelande- Fran: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com]for Abhay Skickat: den 26 maj 2009 07:18 Till: ax forumdev Kopia: ax knowledge village Amne: [development-axapta] Indian Localisation on AX-5.0

[development-axapta] Dynamics Connection Error

2009-06-02 Thread suneel babu
Dear All., I had problem of AOS connection from my client systems. when i try to connect from the client to AOS it throws Failed to establish connection. In AOS system it connected, I try to ping the Server IP and Port from the client it was working properly. And client

[development-axapta] Re: Run an EXE from AX 2009 - Code Example

2009-06-02 Thread ggodman
static void ShellExecute(Args _args) { ; winAPI::shellExecute(c:\\hello.txt); } --- In development-axapta@yahoogroups.com, MvT m...@... wrote: Hi there, Can someone please show me how to open another EXE within AX 2009 Job. Kind regards. [Non-text portions of this message have

Re: [development-axapta] Run an EXE from AX 2009 - Code Example

2009-06-02 Thread Steffen Denize
winapi::shellExecute(@'C:\acv312\ArsClip.exe'); Med venlig hilsen, Steffen Denize Dynamics AX - blog http://denizone.blogspot.com 2009/5/29 MvT m...@webmail.co.za: Hi there, Can someone please show me how to open another EXE within AX 2009 Job. Kind regards. [Non-text portions of

AW: [development-axapta] Run an EXE from AX 2009 - Code Example

2009-06-02 Thread jesper.joergensen
HI Use the WinApi Class. WinApi::shellExecute('Notepad.exe'); Mit freundlichen Grüßen / Best regards / Med venlig hilsen Jesper Jørgensen / Abt. NMT-XD Senior Product Manager arvato systems | Technologies GmbH An der Autobahn 18 33311 Gütersloh

[development-axapta] AX2009 implementation project

2009-06-02 Thread tarekeg2
Hi All, I have a client in Egypt/Alexandria who asked my help to implement AX2009 for his company. I'm working alone, so I'll need someone who has technical and functional experience to help me. If any one intrested, send me your CV and daily rate. Have a nice day

RE: [development-axapta] SetCurrent method on Axapta

2009-06-02 Thread Ruel Ormita
Hello, inventDim.data(InventDim::find(inventQuarantineOrder.InventDimId)); // replace the data with the new search data inventDim_ds.setCurrent(); // makes it current _ From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of pranam