Home > database > Specified time pop-up prompt window?
Specified time pop-up prompt window?
Time:10-02
Pop-up hints at a specific time window
Ls_time=string (now (), 'hh: mm: ss)
Ls_time_set=string (lt_time_set, 'hh: mm: ss')//set time
If ls_time_set=ls_time then Open (calling) End the if
Is that right?
CodePudding user response:
On the timer event!
CodePudding user response:
The first step in the already open window open event Timer (1)//second test The second step in the already open the window of the timer event to add: String ls_time, ls_time_set
Ls_time=string (now (), 'hh: mm: ss) Ls_time_set=string (13:36:00, 'hh: mm: ss)//setting time (including 13:36:00 for setting time)
If ls_time_set=ls_time then Open (w_open)//w_open is to open the window End the if