anneoctaaf
Programmer
I've got a mdi application. In the open event of my frame window "w_frame" i wrote the following code:
Timer(60)
So every minute it triggers the timere event of my w_frame.
In the timer event i've got this code:
If now() = lt_tijd then
openwithparm(w_planning, 1)
End if
lt_tijd is 09:00, so i want a window to open w_planning at 09:00. But this doesn't work. Can anybody help me?
Thanx!
Timer(60)
So every minute it triggers the timere event of my w_frame.
In the timer event i've got this code:
If now() = lt_tijd then
openwithparm(w_planning, 1)
End if
lt_tijd is 09:00, so i want a window to open w_planning at 09:00. But this doesn't work. Can anybody help me?
Thanx!