English 中文(简体)
动态 AX 2009 X++ 页面反查询
原标题:Dynamics AX 2009 X++ Page Counter Query

如果可能的话,想知道如何执行这一要求。

我正在修改客户账户报表简况报告, 用户要求我们提供页面, 即10页第1页, 10页第2页等等...

我们需要的是让报告在新客户接通后重置总页数。 因此, 客户0001 可能有三页的语句, 即“ 1 page of 3 ” 、“ 2 page of 3 ” 和“ Page 3 of 3 ” 。 客户0002 可能只有一页的语句, 也就是“ 1 page of 1 ” 。

作为标准,你得到的是整个报告的总页数, 即“ 1 page of 140” “2 page of 140” “Page 2 of 140” “Page 3 of 140” 然后下一个客户“ 1 page of 140” 等等...

我将假设,将需要基于标准柜台的全计数器,但不知道在什么地方可以得出这一总价值?

最佳回答

You can call the element.reset() method in fetch after each account statement. This finalizes the report as a print job. This not good if the output is going to a PDF or mail.

也请查看>>>这个问题

问题回答

暂无回答




相关问题
A report writer for non-programmers?

we are wanting for users to be able to write their own reports in our application. It is a web application. We don t care if they must download an application in order to create reports, but we need ...

user report generation by various attributes

User table contains the following attributes (dateOfBirth, race, gender, ...). We would like to generate a report in the following format. Year Race All Male Female 2000 Asian 2000 1000 1000 ...

easy way to write report on data

looking for a good easy way to generate reports on data my application holds. rather than building it painfully by writing it all out and formatting it with /n s etc is there an easier method? It ...

Is there a .Net Reporting tool that uses Office templates?

On the application I am currently working on, we need a way for users to generate reports in Microsoft Word or Excel format (export and print). One of the requirement is that the users would create ...

Open Source & Free Adhoc / End User Reporting Tool [closed]

I am looking for an Open Source & Free Browser based Adhoc / End User Reporting Tool preferably based on Java (any other technologies are also welcome). I have researched on JasperServer Pro, ...

JUnit Result Aggregation

I m familiar with aggregating junit test results within a single build, but are there any tools that let you aggregate results across different builds? I d like to discover which tests failed most ...

热门标签