bobo123
Programmer
- Oct 4, 2002
- 30
Hi all,
I've got big problem with Timer control on a Form.
I've placed a timer onto a Form with:
Enable=.T.
Timeout=10000
Timer()= select from table, if there's a new row, then send:
ThisForm.runX("net send "+pseuser()+" "+lcMsg)
and always log in to a text file
This runs OK for a long time (minutes) every 10 sec., then stops nad I don't know why - this runs on 3 computers a on each of them is the situation different.
Please any experience, idea, ...
Thanks a lot
Bobo
I've got big problem with Timer control on a Form.
I've placed a timer onto a Form with:
Enable=.T.
Timeout=10000
Timer()= select from table, if there's a new row, then send:
ThisForm.runX("net send "+pseuser()+" "+lcMsg)
and always log in to a text file
This runs OK for a long time (minutes) every 10 sec., then stops nad I don't know why - this runs on 3 computers a on each of them is the situation different.
Please any experience, idea, ...
Thanks a lot
Bobo