[development-axapta] Report Emailing using Outlook

2005-08-22 Thread claudesgr8
Hi, I'm hoping someone can help me. As a result of the Rich Text format issue with non-microsoft mail servers (ie. creating winmail.dat attachments). We have decided to use Outlook thru COM while emailing reports. The mail formats are all as we expect, however it is not handling the attach

RE: [development-axapta] How to move sql axapta database to another server?

2005-08-22 Thread mbsaxapta
¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ Yahoo! Groups Links __ Informace od NOD32 1.1199 (20050822) __ Tato zprava byla proverena antivirovym systemem NOD32. http://www.nod32.cz SPONSORED LINKS

SV: [development-axapta] How to move sql axapta database to another server?

2005-08-22 Thread Dahlsgaard Jan
The simplest way is to backup/restore, and thats it, besides changing the configurations Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Roberto Pineda Sendt: 22. august 2005 21:21 Til: development-axapta@yahoogroups.com Emne: [de

RE: [development-axapta] From Axapta 2.5 to 4.0

2005-08-22 Thread yuvika sharma
Hi, I need to know about the requirements to upgrade from version 2.5 to version 4.0.For that do we need to install SP4 client on every client ? Regards Tom Kim <[EMAIL PROTECTED]> wrote: Do you mean you just upgraded from 2.5 to 2.5 with SP4, or to version 4.0? Thanks --Tom To

[development-axapta] Join datasource with 2 fields

2005-08-22 Thread kamchung322
Hi All, I want to join 2 datasources with 2 fields.  Following is the code : QueryBuildDataSource  qb; qb = this.query().dataSourceNo(2; qb.addLink(FieldNum(Table1, Field1), FieldNum(Table2, Field1)); qb.addLink(FieldNum(Table1, Field2), FieldNUm(Table2, Field2)); the above code will join

RE: [development-axapta] From Axapta 2.5 to 4.0

2005-08-22 Thread Tom Kim
Do you mean you just upgraded from 2.5 to 2.5 with SP4, or to version 4.0? Thanks --Tom Tom Kim Microsoft Business Solutions Certified Professional Advanced Systems Integration, Inc. 26449 Rancho Parkway South Lake Forest, CA 92630 949-597-2170 949-597-0720 (Fax) [EMAIL PROTECTED] www.advanced

[development-axapta] How to move sql axapta database to another server?

2005-08-22 Thread Roberto Pineda
Hello to All... We will be moving our SQL Axapta database to a new server. Is there a Best Practices list we can follow? Any advice or suggestions. Thanks a lot. Roberto __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡

RE: [development-axapta] ChangeCompany on business connector?

2005-08-22 Thread Lars Mikkelsen
You should not instantiate it. You just call it. If you want to see ax example off how this is used through COM, then take a look at class WebSession method SetSite.   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Benic Sent: Friday, Augus

[development-axapta] FormTreeDatasource

2005-08-22 Thread Andre Klopper
Ok, So I worked through the tutorial_Form_TreeDatasource. I get this to work but would like to take it one step futher... I want do create the tree on the data in a filtered datasource. How do I assign the filtered datasource to the FormTreeDatasource? Regards Andre S

[development-axapta] Setting global page margins for all reports in Axapta

2005-08-22 Thread Stefan Osterburg
Looking around a little I found a good answer myself. The Userinfo table contains a field named reportLeftMargin (and similar for Right, Top, Bottom). Setting these fields to a value (e.g. "20mm") has exactly the desired effect. Now I am wondering if I am just too stupid to find the place were

[development-axapta] Regarding Axapta Balance Score Card

2005-08-22 Thread vivek sharma
Hi Every one Does any one knows about the installations or the sites or the company where the Axapta Balance ScoreCard has been implemented . If yes please give me information regarding that cleint or may be some case study in which the balance Score Card is used.. I will be really greatfu

RE: [development-axapta] Sending email automatically in Axapta

2005-08-22 Thread Malcolm Burtt
Hi Try using the SysMailer classes instead. These don't rely on Outlook but send the email directly via the SMTP protocol. Regards Malcolm Burtt Touchstone "Business Solutions designed for YOUR business processes"   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTE

RE: [development-axapta] Re: ChangeCompany on business connector?

2005-08-22 Thread Matt Benic
Thanks, I am aware that will work within X++, but I was looking for ways to change the company from C# on the business connector object. I have settled on using a company parameter with curext (see below) as default where possible, but using the previous suggestion (call the static method on t