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

2005-10-18 Thread Sonny Wibawa Adi
Hi, Stefan, You have to change the report design through AOT. Set the property SumAll or SumNeg or SumPos of real-type controls to Yes. Those controls will then be summed up by Axapta automatically. --- Stefan Osterburg [EMAIL PROTECTED] wrote: Hi, I am trying to use Axapta's auto

RE: [development-axapta] Form datasource .query() modification

2005-10-18 Thread Christoph Malherbe
Hi Sonny, Thank you so much! It works. _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sonny Wibawa Adi Sent: 17 October 2005 04:08 AM To: development-axapta@yahoogroups.com Subject: Re: [development-axapta] Form datasource .query() modification

[development-axapta] AutoPick and AutoReserve functionality

2005-10-18 Thread sri ram
Hi, I wanted to customize axapta for auto reserve and auto pick functionality through X++. Could you guys help me on how we can acheive this? Documents/comments/pointers regrading the same can be of great help. Thanking you. Regards Sri Ram [Non-text portions of this message have been

[development-axapta] RE: [Axapta-Knowledge-Village] Enterprise portal problem

2005-10-18 Thread Peter Sloth (MBF)
Maybe the IIS is not configured correctly for ASP apps. Try the following: Backup default.asp Create a new default.asp with the following contents: % Response.write Hello World % Do you get a Hello World in the browser or the 404 error? Peter -Original Message- From:

[development-axapta] Add controls runtime on webform

2005-10-18 Thread larsj_73
I want to add controls to a web form runtime, but that does not seem to work. The error message states that 'the object is not initialized', and the bottom point in the call stack is the show() method in default.asp. The code I use to connect the field to the data source is:

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

[development-axapta] Re: Setting up multiple portal on single machine

2005-10-18 Thread onnobid
Hi, please have a look at http://www.axaptacentral.com/viewtopic.php?t=171 Regards, Onno SPONSORED LINKS Computer part Programming languages

[development-axapta] RE: [Axapta-Knowledge-Village] Enterprise portal problem

2005-10-18 Thread Peter Sloth (MBF)
Maybe the IIS is not configured correctly for ASP apps. Try the following: Backup default.asp Create a new default.asp with the following contents: % Response.write Hello World % Do you get a Hello World in the browser or the 404 error? Peter -Original Message- From:

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

2005-10-18 Thread Stefan Osterburg
Sonny, thanks for your answer - but I do not want to save the autoreport in AOT as I want the user to choose by what feidls he needs the report grouped and sub-totaled: The user clicks on the print icon, when he is in a form where in my case ProjJournalTrans is the datasource, Axapta opens