[Axapta-Knowledge-Village] sending mails from crm quotation

2007-07-04 Thread pbercher
Hello i have a problem when sending mails from crm quotation / documents: If my outlook is closed i get the errormessage: Method 'createItem' in COM object of class 'outlook.application' returned error code 0x80030003 (unknown) which means: The operation failed. If outlook is open .. i don't

[Axapta-Knowledge-Village] change fieldid in Ax4

2007-07-04 Thread anton_tjiptadi
Hi all, how to change field id in Ax 4 ? TIA, Ton

[Axapta-Knowledge-Village] Tab delimited text file

2007-07-04 Thread chuapatrickd
Hi to all, currently the text file appear with quotes in each field. the code is shown below myfile= new Comma7Io(c:\\exportedfile8.txt,w); myfile.outFieldDelimiter(\t); myfile.outRecordDelimiter(\r\n); what should I replace in the outFieldDelimiter parameter so that it will have no more

[Axapta-Knowledge-Village] Re: AOS is not working

2007-07-04 Thread Faisal Hussain
There are number of check but lets try to check the user account starting the Axapta service should have domain level rights. Faisal --- In Axapta-Knowledge-Village@yahoogroups.com, Faiqa Khushi [EMAIL PROTECTED] wrote: Ya I think there is some security problem because of which I am getting

[Axapta-Knowledge-Village] Systomatics.com

2007-07-04 Thread Harry Deshpande
Hi I have updated systomatics.com with a new blog Regards Harry Ps: Please note that I will removing all code from this website very soon. [Non-text portions of this message have been removed]

Re: [Axapta-Knowledge-Village] tab delimiter text file

2007-07-04 Thread Kamal Kannan
Hi Patrick try this code it works. static void exportToFile(Args _args) { Container con; sqlDictionary sqlDictionary; TableName TabName; TextIO txtIo; salestable salestable; ; TabName = SalesTable; select * from sqlDictionary where TableName2id(TabName) ==

Re: [Axapta-Knowledge-Village] sending mails from crm quotation

2007-07-04 Thread mudit mittal
Is it 3.0 or 4.0 ? If you can pls specify exact steps... pbercher [EMAIL PROTECTED] wrote: Hello i have a problem when sending mails from crm quotation / documents: If my outlook is closed i get the errormessage: Method 'createItem' in COM object of class 'outlook.application'