Hi people, this is my first cry for help!

I have a command line like this:
        .
        .
      DELETE ROWS FROM tdventa
      DELETE ROWS FROM tdventar

      EDIT USING ventar WHERE vennro = .vvennro

      IF vconfirmado = 'N' THEN
        SET VAR vind=6
      ELSE
        IF vconfirmado = 'S' THEN
           SET VAR vind=(.vind + 1)
        ENDIF
      ENDIF
      BREAK

      CASE 5
      -- Actualiza las tablas principales de VENTA y DVENTA
      PAUSE 3 USING 'Procesando Nueva Venta ... favor espere' CAPTION
.vcaption+
            ICON apps
        .
        .

Can I leave the form to continue the command lines to update, question for
another or not invoice to do.. etc.. But without miss the last screen on the
form.. then clear the screen and initiate the same form for another
transaction? If no I need to put all command inside the form.

I appreciate your help.
Thanks
Juan Otazú
Pd: sorry for my bad English, from Paraguay - South America.

--- 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