[development-axapta] Reporting in X++

2009-09-10 Thread shamikask
Hello, I want to display text in pagefooter section of report. I don't know where exactly I will write that text in AX. Please help. Thanks, sam

Re: [development-axapta] Reporting in X++

2009-09-10 Thread Anitha S
Hi, If it is a static text, create a Text type in Page footer section in the report to display the same. or if it a dynamics value, declare a global variable and assign the value to it in the fetch method. If the text has to displayed based on some condition, try in Programmable section and call

Re: [development-axapta] Reporting in X++

2009-09-10 Thread amit babber
Hi Simply make a display method in pagefooter of string type and type text in that and drag into the pagefooter On Thu, Sep 10, 2009 at 2:15 PM, Anitha S mail2eani...@gmail.com wrote: Hi, If it is a static text, create a Text type in Page footer section in the report to

Re: [development-axapta] Reporting in X++

2009-09-10 Thread shamika kshirsagar
4:45:34 AM Subject: Re: [development-axapta] Reporting in X++   Hi, If it is a static text, create a Text type in Page footer section in the report to display the same. or if it a dynamics value, declare a global variable and assign the value to it in the fetch method. If the text has

[development-axapta] Reporting in x++

2009-09-02 Thread Lorng Issiak Laïssi
Hello Please how to know the total number of page in a record in x++ i am very new in dynamics ax thanks i understand french