Darned clock watchers!

Nancy Palmquist nlp at vss3.com
Thu Dec 11 14:53:04 PST 2008


Joe Chasan wrote:
> on Unix, in a terminal session, i need a way to constantly display system
> time (hms) on a screen.
> 
> i can put it on screen and have a loop to display or video-sync either
> @entsel or @wef - problem is that while in middle of typing characters
> in a field, i can't force update.
> 
> Background:  timeclock application - users have to swipe a card or type
> some info to clock in/out - they watch until last second possible to get
> whatever maximum benefit is is for themselves - some of them type info into
> field and are waiting until clock strikes certain time before pressing 
> <enter>
> 
> i can't see it worth replacing all input fields on screen (even though
> there's only a few) with inkey or waitkey loops and concatenating to
> reassemble data back into fields, but maybe i'm overthinking this and
> missing some obvious method.
> 
> i also note <DRAW> key code does not force update of time, i guess that's
> an fp design decision.
> 
> FWIW, the server is syncronized to an NTP server on internet - most users
> are on PC's, but windows time syncronization is not as reliable so
> apparently just looking at windows clock wasn't doing it for them.
> 
> --
> -Joe Chasan-                           Magnatech Business Systems, Inc.
> joe - at - magnatechonline -dot- com   Hicksville, NY - USA
> http://www.MagnatechOnline.com         Tel.(516) 931-4444/Fax.(516) 931-1264
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> 
> 
The only time filePro give you any control is in @when stuff or
inkey and waitkey as you determined.

You can make a hot key that they could hit during any data entry fields.

Works best with @wuk* (this will pick up any fields that do not have @wuknn programming)

You update the clock and then stuff them back to the field they were in ussing @fd

But if they are using WINDOWS desktops, seems best to get an app on Windows that runs a big clock in the corner.
Leaving the filepro session alone.

Nancy




-- 
Nancy Palmquist 		MOS & filePro Training Available
Virtual Software Systems	Web Based Training and Consulting	
PHONE: (412) 835-9417		   Web site:  http://www.vss3.com


More information about the Filepro-list mailing list