You have the possibility of writing a job or a class runtime and then
execute it.
The Class and method must exist.
TreeNode mNode;
TreeNode cNode = infolog.findNode('\\Classes\\');
str 40 methodName = strfmt('runtimeClass');
;
cNode = cNode.AOTfindChild('runtimeClass');
mNode = cNode.AOTfindChild(methodName);
mNode.AOTsetSource('<your runBuf>', false);
cNode.AOTsave();
Best regards
Erik Hansen
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of opussolution_pk
Sent: 3. oktober 2005 14:08
To: [email protected]
Subject: [development-axapta] excute xpp at runtime
Hi everybody
I need to execute xpp at runtime. Current I use function runbuf(str
_xppProc) but it seems like this takes very long time. Is there
another possibility to run xpp snippets at runtime faster than runbuf?
If yes how to do?
Thank you for answers.
Best regards
Patrick
________________________________
YAHOO! GROUPS LINKS
* Visit your group "development-axapta
<http://groups.yahoo.com/group/development-axapta> " on the web.
* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]
be>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service <http://docs.yahoo.com/info/terms/> .
________________________________
[Non-text portions of this message have been removed]
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

