[development-axapta] Axapta programming book – MORPHX IT

2006-06-02 Thread Steen Andreasen
ation, reviews and download of samples from the book: www.steenandreasen.com      Br,   Steen Andreasen [Non-text portions of this message have been removed] SPONSORED LINKS Computer

SV: [development-axapta] Form problem

2006-03-21 Thread Steen Andreasen
You might need to add the cursor record as a parameter for your method. Move your display method to the data source or to the table:      display Qty myDisplayMethod(InventTable _inventTable) {   //    select from inventSum code   }      Best regards Steen Andreasen MORPHX IT @ http

SV: [development-axapta] swapping language

2006-01-05 Thread Steen Andreasen
Thomas, I thought you had read the sample chapter on reports :-)      The following is taken from fetch() in the report SalesInvoice: element.design().languageId(custInvoiceJour.languageId);      Best regards,   Steen Andreasen   http://www.steenandreasen.com/axaptabook.asp   Askeryd

SV: [development-axapta] Debugger in Axapta 3.0 SP4

2005-11-23 Thread Steen Andreasen
Hi Tom,      You can get a list of your breakpoints by pressing shift+F9 anywhere in the AOT. The breakpoints are stored by the system class XInfo.breakpoint().      Best regards,   Steen Andreasen   http://www.steenandreasen.com/axaptabook.asp taulbert2000 <[EMAIL PROTECTED]>

RE : [development-axapta] Sequence of methods on reports

2005-11-08 Thread Steen Andreasen
from the report. Best regards, Steen Andreasen http://www.steenandreasen.com/axaptabook.asp Steeve Gilbert <[EMAIL PROTECTED]> skrev: I've tried your example and I can confirm the behaviour you mentioned.  But I can't really explain it. Regards, Steeve... -Message d

SV: [development-axapta] printing on lpt1

2005-10-28 Thread Steen Andreasen
e 1\n');     textBuffer.appendText('line 2\n');     textBuffer.appendText(num2char(12)); // form feed     textBuffer.toFile('\\'); // or LPT1: } Best regards, Steen Andreasen http://www.steenandreasen.com/axaptabook.asp Alessandro Ghidini <[EMAIL PROTECTED]> skrev: Hi

SV: Re: RE : [development-axapta] can we get exterior datasource in Axapta ?

2005-10-26 Thread Steen Andreasen
You should check out Datalinks in the HRM modules. Datalinks are used to build a connection to an external database. The forms are prefixed with CCDataLink*, and the classes are prefixed with CCADO*. Best regards, Steen Andreasen http://www.steenandreasen.com/axaptabook.asp Arijit <[EM

SV: [development-axapta] Print group totals in auto reports

2005-10-18 Thread Steen Andreasen
Hi Stefan, You can download the chapter Reports from my Axapta book MORPHX IT from my website. The chapter explains how to create reports in Axapta: http://www.steenandreasen.com/axaptabook.asp Stefan Osterburg <[EMAIL PROTECTED]> skrev: Hi, I am trying to use Axapta's auto report to pri

[development-axapta] Release of chapter from Axapta X++ and Morphx book

2005-10-04 Thread Steen Andreasen
The chapter Reports from the upcoming Axapta X++ and Morphx book MORPHX IT is now available for download. You can download the chapter from my website: http://www.steenandreasen.com/axaptabook.asp br, Steen Andreasen [Non-text portions of this message have been removed