Hello,
I'm working with Axapta 3.0 SP2. I'm trying to connect to external program
in Axapta form through DDE client class with following:

        c  = new DDEClient("appl","subject");

and get data from server:

        c.execute('appl',1000);
        return c.request('appl',2000);

but when I go closing Axapta form, sometimes Axapta crashes.
When I open form with Creating DDEClient and no getting data from DDE
Server - all is OK.
Where can I find the problem? How can I protect Axapta against these
crashes?
Please, help me.

Tomasz Dudek






 
Yahoo! Groups Links

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

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

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


Reply via email to