在屏幕上显示刷新的报告 [英] Displaying Refreshed Reports on Screen

查看:91
本文介绍了在屏幕上显示刷新的报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部:


我正在寻找一种方法,可以将一系列不断刷新报告的系列(3)投射到工作区的屏幕上。

我已经编写了下面的代码来处理报告的生成和显示,但它们不显示刷新的数据...

All:

I''m looking for a good way to project a series (3) of continuously refreshing reports onto a screen in a work area.
I''ve written the scrap of code below to handle the generation and display of the reports, but they do not display refreshed data...

展开 | 选择 | Wrap | 行号

推荐答案


全部:


我正在寻找一种很好的方法来将一系列不断刷新报告的系列(3)投射到工作区的屏幕上。

我已经编写了下面的代码来处理报告的生成和显示,但它们不显示刷新的数据...

All:

I''m looking for a good way to project a series (3) of continuously refreshing reports onto a screen in a work area.
I''ve written the scrap of code below to handle the generation and display of the reports, but they do not display refreshed data...

展开 | 选择 | Wrap | 行号


谢谢......该片段对于生成和循环播放报告非常有帮助。


几个问题:


1)这些报告每次生成时都会显示新数据吗?那就是......如果员工在表格中创建一个通常会被报告的新条目,它是否会被合并到报告结果中并在下次报告时显示?


2)您对显示报告结果的第二页(或第三页)有任何建议吗?现在,报告只会(没有干预)显示第一页数据。


谢谢!


CJM


Thank you...that snippet was a great help in generating and cycling through the reports.

A couple of questions:

1) Will these reports show fresh data each time that they are generated? That is...if an employee creates a new entry in the table that would normally be reported, will it be incorporated into the report results and displayed the very next time that report is called?

2) Do you have any suggestions for displaying the second (or third) page of report results? Right now, the reports will only (without intervention) show the first page of data.

Thanks!

CJM



我的时间非常紧迫,但这是一个相当不专业的代码显示,希望能指出你正确的方向。它以10秒的间隔显示一系列3个报告,而不是快照(* .snp),关闭当前报告之前立即显示的报告,并在10分钟后结束整个显示。请原谅在这种情况下缺乏技巧:
I was very pressed for time but here is a rather unprofessional display of code that hopefully will point you in the right direction. It displays a series of 3 Reports, not Snapshots (*.snp), at 10 second Intervals, closing the Report immediately displayed prior to the current one, and ending the entire display after 10 minutes. Please excuse the lack of finesse in this case:



1)这些报告是否会显示每个新数据他们生成的时间?那就是......如果员工在表格中创建一个通常会被报告的新条目,它是否会被合并到报告结果中并在下次调用该报告时显示?
1) Will these reports show fresh data each time that they are generated? That is...if an employee creates a new entry in the table that would normally be reported, will it be incorporated into the report results and displayed the very next time that report is called?



此代码应每次重新创建报告。

This code should recreate the report each time.


2)您有任何建议吗?报告结果的第二页(或第三页)?现在,报告只会(没有干预)显示第一页数据。
2) Do you have any suggestions for displaying the second (or third) page of report results? Right now, the reports will only (without intervention) show the first page of data.



您可以定期查看报告模块中调用过程的计时器。这个程序只是转到下一页。


让我们知道这个想法是否有趣(甚至更好)让你自己动手。

You could look at the timer calling a procedure in your reports module at intervals. This procedure would simply go to the next page.

Let us know if this idea is interesting (or even better) you get it working yourself.


这篇关于在屏幕上显示刷新的报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆