How can I display 5 different reports for 45 seconds each, and then start again in a continuous loop until I want it stopped.
Thanks.
How can I display 5 different reports for 45 seconds each, and then start again in a continuous loop until I want it stopped.
Thanks.
My first thought is using the timer event of a form. You can use a numeric variable to track which report you're on. If it's empty, you're just starting, open the first. If not, test the number, close that report, open the next and increment the variable. At 5, start back at 1.
I think I would just write a little function using Timer and cause an n seconds pause after each report opening. Close the report, repeat. Easy to alter the duration simply by changing the duration being passed to the function and no extra form needed.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.