RE : [development-axapta] Switching Report Designs

2005-11-29 Thread Steeve Gilbert
In the init() you can select the design you want the report to use by calling element.design("designName"); Steeve... -Message d'origine- De : development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Martin Sujkowski Envoyé : 29 novembre 2005 09:05 À : development-

Re: [development-axapta] Switching Report Designs

2005-11-29 Thread Padmaja Iyingar
Hi Martin,      I have done the customization to purchPurchaseorder report ( very huge) as they didn;t like existing reports.   We were asked to print different layout ( interms of Trade Aggreements, Mis charges, discounts etc ect) for Releaseorders,Blanket orders and regular purchase orders.

RE: [development-axapta] Switching Report Designs

2005-11-29 Thread ANIL OZAY
Hi Martins, You can use element.design(designName); method. Help description is below : ReportRun.design Run on: Called Description Get name of actual design or set actual design Syntax public final ReportDesign design( [anytype _nameOrReportDesign] ) Arguments Returns : the actual desi