RE: [development-axapta] SysMailer class

2006-03-09 Thread John Lindsay
Hi Martin, Attachments need to be encoded in Base64 which triples the size of the data in the attachment. If you have a 1MB log file, it will become a 3MB attachment because of the encoding. Confidentiality Notice: This e-mail contains confidential and/or privileged information and

Re: [development-axapta] SysMailer class

2006-03-09 Thread Paulius
try to add SMTP relay server befpre sending: mailer.SMTPRelayServers().add(SMTPServerName); --- Martin Sujkowski <[EMAIL PROTECTED]> wrote: > Hi everyone, > I copied the send email example code from SysMailer > help file and > put it in a job. It goes like this: > > SysMailer mailer =

Re: [development-axapta] Newbie: Hi can Anyone recommend a good book in AXAPTA devlopment

2006-03-09 Thread Jelmer Lijklema
I don't believe there are books available! If there are any, would love to know about them. On 2/22/06, mike_espina <[EMAIL PROTECTED]> wrote: > > > > Hi guys. We are going to implement AXAPTA 3.0 here in the Philippines > in which our company is the first to be ever implement in AXAPTA. I am

RE: [development-axapta] SysMailer class

2006-03-09 Thread Malcolm Burtt
Hi The reason the mail transmission is slow is that you've not provided any (quick) means for SysMailer to resolve the email address that you are sending to. This means that SysMailer (or to be more precise, the underlying dsmailer.dll) has to use the Internet's root name servers to find the

Re: SV: [development-axapta] SysMailer class

2006-03-09 Thread Martin Sujkowski
Hi Jacob, I actually commented out the attachment part so the email going out was a mere one liner. --- In development-axapta@yahoogroups.com, "Jacob Hjelmer Nielsen" <[EMAIL PROTECTED]> wrote: > > Hi Martin > what's the size of the attachments? >  > :-J > > Jacob Hjelmer > > thy:develo

RE: [development-axapta] Rename a Customer account to a G/L accou nt

2006-03-09 Thread Tany, Yuliana
You can do it through the standard axapta functionality-Rename Function -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vqus1 Sent: Tuesday, February 28, 2006 5:59 AM To: development-axapta@yahoogroups.com Subject: [development-axapt

RE: [development-axapta] SysMailer class

2006-03-09 Thread Malcolm Burtt
Hi The reason the mail transmission is slow is that you've not provided any (quick) means for SysMailer to resolve the email address that you are sending to. This means that SysMailer (or to be more precise, the underlying dsmailer.dll) has to use the Internet's root name servers to find the

[development-axapta] Report Design Capture

2006-03-09 Thread gonzalo_edo
Hi all.. How can I get the name of the reportDesigns of a report via code?? I mean, If I have the salesInvoice with 2 designs, Standard and CreditNote, by example how can I in a job to capture the names of the designs and put it onto a variable or a tmp table??? This because I need to set

[development-axapta] CREATE A NEW NUMBERSEQUENCEGROUPREF

2006-03-09 Thread Gustavo Camargo
Hi fellows!! I have a big trouble with this. I'm gonna tell to everybody what i want to do. At the company where i'm working in this moment has a new document that requires a new sequence. Every document related to sales it's working with number sequence group from sales table. The only thin

[development-axapta] tab sequence

2006-03-09 Thread paulinavk
Hi there, I haven't been working on axapta for a while and I can't remember how to modify the tab sequence within a form.  I don't just want to skip a field I want to go back to another field under certain conditions.  I tried nextfield but couldn't get the structure right. Thanks P.

RE: [development-axapta] SysMailer class

2006-03-09 Thread Søren Ager
Den 7. marts 2006 19:35 skrev Martin Sujkowski: > SysMailer mailer = new SysMailer(); > mailer.body("This is the body of the mail"); > mailer.subject("Eureka! Axapta generated and email"); > mailer.fromAddress("[EMAIL PROTECTED]"); > mailer.fromName("Joe Smith"); > mail

[development-axapta] service pack upgrades

2006-03-09 Thread knighrrider12345
Is there a download link for service pack upgrades?  Our provider is out of business. We would pay for upgrades if necessary. SPONSORED LINKS Computer part Programming langua

[development-axapta] reportfonts

2006-03-09 Thread CSzesny
Hi, in some case, we had problems with reports in different windows-systems. printout with xp is ok. printout with NT 4, different lines print only the half . can anybody tell me what is the standardreportfont in axapta. thanks christian [Non-text portions of this message have been remov

[development-axapta] Report design

2006-03-09 Thread hallerman_l
Hi, I've just began using Axapta Report Design and I am trying to change a label in SalesInvoice Header to above instead of left. It doesn't show in the design tool and doesn't get printed! To the left works fine, but above doesn't work. Any good ideas? Lars Hällerman

[development-axapta] Re: BarCode Functionality

2006-03-09 Thread csmanohar2000
Not sure this will be helpful. I have seen some companies use keyboard scanners which essentially emulate the keystrokes equivalent to a bar code. In effect this works as if the user is keying in the number represented by bar code. Code can then be added to enable the system to respond as d

[development-axapta] Report Urgent help needed

2006-03-09 Thread maltmega
Hi, I have created a table Transporter with fields 1) Transporter 2) Quantity 3) Type - if qty>0 "Pos" if Qty <0 "Neg" is stored. I need to Create a report like this Transporter1   Positive Values     Transporter1 Qty1     Transporter1 Qty2       Total1

[development-axapta] CREATE A NEW NUMBER SEQUENCE GROUP REF

2006-03-09 Thread Gustavo Camargo
Hi fellows!! The problem that i have is a little tricky. Ok, here we go. At the company where i'm working has a new document called ticket, we are using all the documents related to sales on NumberSequenceGroup Form, Tab References. We need another type of document on the tab referenes. The

[development-axapta] LocalMacro.CurrentList Question

2006-03-09 Thread rlperryman
There is a variable in LedgerBalanceSheetPrint called columnDataList that is getting set to a list of 134 but I can't find where the 134 is coming from. Where can I find where or how this is getting set?  Also, can it be expanded? Axapta 3.0 sp3 SQL2000 Thanks, Rick

RE: [development-axapta] service pack upgrades

2006-03-09 Thread Steve Wright
If you have a current maintenance plan for Axapta then this is with Microsoft, not your out-of-business partner.    Contact Microsoft and ask them how you can get SP5. Regards, Steve Reply -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beh

Re: [development-axapta] Newbie: Hi can Anyone recommend a good book in AXAPTA devlopment

2006-03-09 Thread Povilas Kalinauskas
http://www.steenandreasen.com/ will be available from 2006 04 01 (I hope so :) ) A part of it: http://www.steenandreasen.com/downloads/MORPHX_IT_Reports_pre-release_2005-09-30.pdf P. -- Regards / Pagarbiai, Povilas Kalinauskas +370 610 25521 +370 37   400114 http://www.wings.lt On 3/8/06,

Re: [development-axapta] Report Urgent help needed

2006-03-09 Thread Paulius
create a report with Datasorce of Transporter table and AutoDesign. Specify Sorting fields: Transporter ASC Type DESC Quantity ASC Drag fileds you need to see on the report. S When lauching report - in sorting tab specify sub headers and total sums to be printed. Or Report wizard can help you

Re: [development-axapta] Newbie: Hi can Anyone recommend a good book in AXAPTA devlopment

2006-03-09 Thread Paulius
Start reading developers guide, e-learning material, Best practice book, lots of forums, techNet and axapta code itself. I think later one of forum members Steen Andreasen will hop in and will provide info (and link to web page, because i can't find it in my address list :)) about his book. He