I display the current time in a custom status bar using a timer with "this.parent.statusbar.value=ttoc(datetime(),2)" in the timer's timer event.
This works fine until other processes occur called from the same form (appending records etc) during which the clock does not update. As soon as the processing has finished the clock continues to update as normal. Is this a case of low system resources?
monkey
This works fine until other processes occur called from the same form (appending records etc) during which the clock does not update. As soon as the processing has finished the clock continues to update as normal. Is this a case of low system resources?
monkey