Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Real Time Clock

Status
Not open for further replies.

pnmgman

Programmer
Joined
Jul 30, 2004
Messages
2
Location
US
I know this must be possible; I need to add a clock display to a Filemaker Layout that does not use a script step to recalculate the Time function. Does anyone know how to do this or is it even possible?

 
I'd like to know if it's possible too, I've written a time management application and one of the first things I tried to do with FM is make a real-time clock, and I was told it can not be done.


=========================================
I have not failed. I've just found 10,000 ways that won't work.
Thomas A. Edison
 
Ah-Ha! I knew there was at least one thing FM couldn't do - I've been looking for that one thing for years! LOL Actually; I hacked a way of putting a clock in an FM layout using VB - boy is it an ugly beast! Thanks.
 
unless u run a script that refreshes/updates a field EVERY SECOND... :-( the answer is NO

but, u really don't need it unless u want to impress users with a little clock.....in esseance there is always some time in between actions users takes....so u can do updates as they go along....

what is the use of the real-time clock in your project?

:--------------------------------------------------------------------------:
fugitive.gif

ok,ok...I did shoot the deputy but he told me he was the sheriff!
:--------------------------------------------------------------------------:
 
well in my case, i have a time management application that runs in kiosk mode (so the computer time is not visible). There is no way to see the current time on a layout this way and many users complain because they don't know when to clock out for the day.


=========================================
I have not failed. I've just found 10,000 ways that won't work.
Thomas A. Edison
 
I see...
sorry but there is not "a true clock" but how ever u can refresh (window/layout) and have "representation" of time.
on layout mode just type "// [::]" to display time...but again some sort of re-fresh is needed.
U can prehaps sonsider a "show custom dialog"

here is small sample:

again....an ugly beast :-)


All the best!

:--------------------------------------------------------------------------:
fugitive.gif

ok,ok...I did shoot the deputy but he told me he was the sheriff!
:--------------------------------------------------------------------------:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top