I made job like this:

static void AJTestFromExecuteBatch(str _string='')
{
  print _string;
  pause;
}


I can do this in another job:
treeNode = 
TreeNode::findNode('Jobs').AOTfindChild('AJTestFromExecuteBatch');
treeNode.AOTRun();
treeNode.treeNodeRelease();
treeNode = NULL;


But how can I call this AJTestFromExecuteBatch job with new parameter - 
Hello world! for example?

Regards,
Andres


------------------------ Yahoo! Groups Sponsor --------------------~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

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

<*> 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