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

CodePudding user response:

refer to the second floor newpbboy response:
the first step in the already open window open event to join the 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

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

CodePudding user response:

Learn something again, ha ha

CodePudding user response:

I don't have to write so detailed, give points,
This can be married

CodePudding user response:

jf

CodePudding user response:

reference 1st floor jlwei888 response:
on the timer event!

CodePudding user response:

refer to the second floor newpbboy response:
the first step in the already open window open event to join the 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

CodePudding user response:

4th floor, thank you very much, and learn the new recruit

CodePudding user response:

In the main window of the timer event

CodePudding user response:

In the main window of the timer event

CodePudding user response:

Yes, should be put in the timer event

CodePudding user response:

What is this post.
  • Related