![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? |
#3
| |||
| |||
|
|
In article <1168918327.683693.33350 (AT) 51g2000cwl (DOT) googlegroups.com>, EMTMark (AT) gmail (DOT) com wrote: Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? No, there is no sensible way to have a the time constantly update, and you wouldn't really want the window updating itself every second anyway. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#4
| |||
| |||
|
|
If you want to know the time you use a watch, or the systemclock (both osx and xp have this). When you have // or :: on your layout this is meant to show the current date/time when you print the layout. The time will update just before printing the layout. Ursys "Helpful Harry" <helpful_harry (AT) nom (DOT) de.plume.com> schreef in bericht news:160120071817575095%helpful_harry (AT) nom (DOT) de.plume.com... In article <1168918327.683693.33350 (AT) 51g2000cwl (DOT) googlegroups.com>, EMTMark (AT) gmail (DOT) com wrote: Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? No, there is no sensible way to have a the time constantly update, and you wouldn't really want the window updating itself every second anyway. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#5
| |||
| |||
|
|
use a global field to display time; it will refresh at every event (I think) -- ------------------------------------------------- www.nsbtaxi.com Captain Guy s/v Island Time (352#277) AICW 845.5 386-689-5088 "Ursus" <ursus.kirk (AT) wanadoo (DOT) nl> wrote in message news:45ac80a2$0$59881$dbd43001 (AT) news (DOT) wanadoo.nl... If you want to know the time you use a watch, or the systemclock (both osx and xp have this). When you have // or :: on your layout this is meant to show the current date/time when you print the layout. The time will update just before printing the layout. Ursys "Helpful Harry" <helpful_harry (AT) nom (DOT) de.plume.com> schreef in bericht news:160120071817575095%helpful_harry (AT) nom (DOT) de.plume.com... In article <1168918327.683693.33350 (AT) 51g2000cwl (DOT) googlegroups.com>, EMTMark (AT) gmail (DOT) com wrote: Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? No, there is no sensible way to have a the time constantly update, and you wouldn't really want the window updating itself every second anyway. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#6
| |||
| |||
|
|
Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? Thanks |
#7
| |||
| |||
|
|
Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? Version not specified. Answer assumes at least FM7: A free plugin called zippScript (http://homepage.mac.com/jkornhaus/filemaker/) will schedule a script to run at a specified time in the future or after a specified duration. See http://www.virtualvermont.com/FMP/FMClock.fp7.zip for a demo of a continuously updating "clock." |
#8
| |||
| |||
|
|
In article <1161350.MSBITRVR (AT) news (DOT) verizon.net>, Matt Wills <Im (AT) witz (DOT) end wrote: Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? Version not specified. Answer assumes at least FM7: A free plugin called zippScript (http://homepage.mac.com/jkornhaus/filemaker/) will schedule a script to run at a specified time in the future or after a specified duration. See http://www.virtualvermont.com/FMP/FMClock.fp7.zip for a demo of a continuously updating "clock." You can do the same thing with a normal looping script that pauses every 1 seconds, but it's HIGHLY annoying for people trying to use such a silly system. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#9
| |||
| |||
|
|
On 01/16/2007 15:04:32 Helpful Harry <helpful_harry (AT) nom (DOT) de.plume.com> wrote: In article <1161350.MSBITRVR (AT) news (DOT) verizon.net>, Matt Wills <Im (AT) witz (DOT) end wrote: Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? Version not specified. Answer assumes at least FM7: A free plugin called zippScript (http://homepage.mac.com/jkornhaus/filemaker/) will schedule a script to run at a specified time in the future or after a specified duration. See http://www.virtualvermont.com/FMP/FMClock.fp7.zip for a demo of a continuously updating "clock." You can do the same thing with a normal looping script that pauses every 1 seconds, but it's HIGHLY annoying for people trying to use such a silly system. Yes, a pausing looping script would do that. The zippScript method just clicks away the time and does not interfere with other scripts or use of the file. |
)
#10
| |||
| |||
|
|
What's an 'event'? G Guy wrote: use a global field to display time; it will refresh at every event (I think) -- ------------------------------------------------- www.nsbtaxi.com Captain Guy s/v Island Time (352#277) AICW 845.5 386-689-5088 "Ursus" <ursus.kirk (AT) wanadoo (DOT) nl> wrote in message news:45ac80a2$0$59881$dbd43001 (AT) news (DOT) wanadoo.nl... If you want to know the time you use a watch, or the systemclock (both osx and xp have this). When you have // or :: on your layout this is meant to show the current date/time when you print the layout. The time will update just before printing the layout. Ursys "Helpful Harry" <helpful_harry (AT) nom (DOT) de.plume.com> schreef in bericht news:160120071817575095%helpful_harry (AT) nom (DOT) de.plume.com... In article <1168918327.683693.33350 (AT) 51g2000cwl (DOT) googlegroups.com>, EMTMark (AT) gmail (DOT) com wrote: Hello all, I am using the "//" and "::" options on my main layout, however the time or date wont refresh unless I move to a different view and back or other means that make the program refresh. Is there a way to make the :: Time refresh at leat every minute or so? No, there is no sensible way to have a the time constantly update, and you wouldn't really want the window updating itself every second anyway. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
![]() |
| Thread Tools | |
| Display Modes | |
| |