Re: [Axapta-Knowledge-Village] Compile error with XML Create Document

2009-08-13 Thread sreenath reddy
use xmlDoc.createTextNode( strfmt('%1',ReqTrans. Qty));  sreenath --- On Thu, 8/13/09, giarc 127 wrote: From: giarc 127 Subject: Re: [Axapta-Knowledge-Village] Compile error with XML Create Document To: Axapta-Knowledge-Village@yahoogroups.com Date: Thursday, August 13, 200

Re: [Axapta-Knowledge-Village] Compile error with XML Create Document

2009-08-13 Thread giarc 127
ge-Village@yahoogroups.com Sent: Wednesday, August 12, 2009 11:26:43 PM Subject: Re: [Axapta-Knowledge-Village] Compile error with XML Create Document Goodmorning Girac, Your problem is solved.Actually createTextNode method accepts str argument.Just write any2str like this xmlText = xmlDoc.createTextNo

Re: [Axapta-Knowledge-Village] Compile error with XML Create Document

2009-08-12 Thread prashant verma
, 12/8/09, Girac wrote: From: Girac Subject: [Axapta-Knowledge-Village] Compile error with XML Create Document To: Axapta-Knowledge-Village@yahoogroups.com Date: Wednesday, 12 August, 2009, 8:10 PM   Good day all, I am getting an error when I compile this job, "Argument 

Re: [Axapta-Knowledge-Village] Compile error with XML Create Document

2009-08-12 Thread prashant verma
Wed, 12/8/09, Girac wrote: From: Girac Subject: [Axapta-Knowledge-Village] Compile error with XML Create Document To: Axapta-Knowledge-Village@yahoogroups.com Date: Wednesday, 12 August, 2009, 8:10 PM   Good day all, I am getting an error when I compile this job, "Argument 

[Axapta-Knowledge-Village] Compile error with XML Create Document

2009-08-12 Thread Girac
Good day all, I am getting an error when I compile this job, "Argument 'Text' is incompatible with the required type." Here it the code I am using, // Create a node for the Qty xmlElement = xmlDoc.createElement("Qty"); NodeAddr = NodeEmpl.appendChild(xmlElement); xmlText = xmlDoc.createTextNod