Grid with about 35 Rows on HD screen problem with font size

Hallo,

I’m a Scriptcase newbie.

We have to create a score table for a sport event with about 35 teams. The screen will refresh all 100 secs. All teams will fit on the HD screen with a very small font size, which is too small for good reading. We can’t split the table on 2 screens, because all screens are connected to only 1 PC. Can somebody tell me a solution for this problem (automatic scrolling etc)?

Thanks in advance

Hans-Uwe Sibilski

Just a wild idea. Split the query in a few parts in a way that you can read the font. Suppose that are 3 parts. Then create a grid to produce the result. Use a global counter to increase and tell you the page to show. So everytime this page is retrieved it will pick the next ‘page’ and after the amount of pages it will return to the first page. Put this grid in a dashboard form. You can set the refresh time here. I guess that would solve your issue?