[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 exitCode;
;
perm.assert();
p=System.Diagnostics.Process::Start(_process,_arguments);
p.WaitForExit();
exitCode=p.get_ExitCode();
return exitCode;
  }

Hope this helps...

Elyo Ravuna
Information Technology Manager
Avnet Technology Solutions - Turkey


--- 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 been removed]





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





  Hi All,
  Is there Indian Localisation release onm Ax2009, and does it contain
reports of VAT, CST, Service tax, etc. Regards
  Abhay
  --

  THIS E-MAIL IS CONFIDENTIAL and intended solely for the use of the
individual
  to whom it is addressed.

  [Non-text portions of this message have been removed]



  


[Non-text portions of this message have been removed]



[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 configuration also ok. I try to save 
the configuration file from the AOS and copy the file to client system. Even 
that was unsuccessfull. Any one help me regarding the error.,

 

Regards.,

Suneel.

_
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/india/windows/windowslive/photos.aspx

[Non-text portions of this message have been removed]





Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/development-axapta/join
(Yahoo! ID required)

* To change settings via email:
mailto:development-axapta-dig...@yahoogroups.com 
mailto:development-axapta-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
development-axapta-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/




[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 been removed]





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 this message have been removed]

 


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
jesper.joergen...@bertelsmann.deblocked::blocked::blocked::mailto:jesper.joergen...@bertelsmann.de
Phone:   +49 5242 / 40 80 54
Fax:   +49 5242 / 40 80 40
Mobile:  +49 172  / 571 03 34
http://www.as-T.deblocked::blocked::http://www.as-t.biz/
arvato systems | Technologies GmbH
Joachim-Jungius-Str. 9, 18059 Rostock
Geschäftsführung: Erwin Pietz, Matthias Moeller
Amtsgericht Rostock - HRB 7497

Der Inhalt dieser Nachricht oder eventueller Anlagen ist vertraulich und 
ausschließlich für den bezeichneten Adressaten bestimmt. Bitte stellen Sie 
sicher, dass die Information in dieser Nachricht ausschließlich an die 
adressierten Personen gelangt. Sollte diese Nachricht versehentlich an Sie 
gesendet worden sein, dann informieren Sie bitte umgehend den Absender und 
löschen Sie die Nachricht. Vielen Dank.
The information in this e-mail and any attachments is confidential. The 
information must only be held in areas that have controlled and limited access 
to the addressed persons. If this e-mail has been sent to you in error, please 
immediately notify the sender and delete the e-mail. Thanks.


Von: development-axapta@yahoogroups.com 
[mailto:development-axa...@yahoogroups.com] Im Auftrag von MvT
Gesendet: Freitag, 29. Mai 2009 14:41
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] Run an EXE from AX 2009 - Code Example





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 been removed]



[Non-text portions of this message have been removed]



[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 mukher
Sent: Friday, 22 May, 2009 2:13 PM
To: axa knwoldge
Cc: dev ax
Subject: [development-axapta] SetCurrent method on Axapta

 






hi all 
   Could you please tel me what is the purpose of the method
setCurrent()
   For Ex:
if (inventQuarantineOrder.InventDimId != inventDim.InventDimId)
{
inventDim.data(InventDim::find(inventQuarantineOrder.InventDimId));
inventDim_ds.setCurrent();
}
  Please help me on this.

Share files, take polls, and make new friends - all under one roof. Go to
http://in.promos. http://in.promos.yahoo.com/groups/ yahoo.com/groups/

[Non-text portions of this message have been removed]





__ NOD32 4099 (20090525) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com



[Non-text portions of this message have been removed]