Software for Repeating Timesheet Display

sub-80

Senior member
Jan 11, 2014
259
4
81
Hello;

You know at Airports and Movie Theaters, there are displays with flight time lines or Movie display time. Any idea how they do that or if there is a software to be used?

Regards;
 

dbcooper1

Senior member
May 22, 2008
594
0
76
Update the file when changes occur and write a script to refresh the display either periodically every x seconds/minutes or whenever changes are made?
 

sub-80

Senior member
Jan 11, 2014
259
4
81
Update the file when changes occur and write a script to refresh the display either periodically every x seconds/minutes or whenever changes are made?

What type of file/software is being used? In no way does it look like a excel sheet.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,665
4,604
75
You could make any HTML page refresh like that with meta refresh. Then you can display it in a web browser, and go full-screen with the F11 key.