Hi,

I'am using 9.5 (32), I need to run an automatic process every day at 03:00AM
on a PC (like a server) to update some tables and generate a event log about
it.

I try to use a form like a "waiting screen" with the information of:
- the next moment to run.
- the event log updated (using a enhanced DB Grid)
- a STOP button to cancel the waiting loop.

The loop to wait is this:

SET VAR vmomentoproceso=(DATETIME(.vfechaproceso, .vhoraproceso))

-- Se mantiene en un loop hasta alcanzar el momento de proceso
LABEL inicio
WHILE (DATETIME(.#DATE, .#TIME)) < .vmomentoproceso THEN
      PAUSE FOR 60
ENDWHILE
.
... The process here...
.


I put the entire command on after start EEP.

The screen freeze and I can't use the screen form (to stop, see the event
log, etc).

Please, any idea how to manage it?

Thanks.
Juan Otazú

--- RBASE-L
=======================3D=======================3
D=
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
=======================3D=======================3
D=
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
=======================3D=======================3
D=
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
=======================3D=======================3
D=
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
=======================3D=======================3
D=


Reply via email to