Show a Clock with mod_harbour

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Silvio.Falconi
Posts: 7134
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Show a Clock with mod_harbour

Post by Silvio.Falconi »

How I can make to show a clock type this :

Image

with the possibility of showing the current date and time (which is automatically refreshed) and with the possibility of inserting an employee or just a 6-digit code, and insert two buttons as shown in the figure to determine entry and exit ?

then the procedure should save the code, time and type "E" for entry or "U" for exit in a Dbf archive



for the html file with Hour I have a html to show a time updates in real time.

Image

but afterwards I don't know how to insert large in a dialog and with the possibility of saving the time in a dbf
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 24 times
Been thanked: 2 times
Contact:

Re: Show a Clock with mod_harbour

Post by Otto »

Hello Silvio,
this is a good software idea.
I will try to implement in my program, too.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 24 times
Been thanked: 2 times
Contact:

Re: Show a Clock with mod_harbour

Post by Otto »

Hello Silvio,
I tested with the mod harbour Genesis sample. Clock is working fine.
Best regards
Otto
Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Post Reply