At 02:44 PM 11/14/2012, Juan OtazĂș wrote:

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.

Juan,

Bienvenido al mundo R:BASE!

If I understand your question correctly ...

Using a data-bound form (Table-Driven Form), you can CLOSE the table, do all updates, and then OPEN the table again to display the current/refreshed data without actually
closing and opening the form.

-- Example:

PROPERTY TABLE <formtablename> 'CLOSE'
-- Do all updates, etc ...
PROPERTY TABLE <formtablename> 'OPEN'

Espero que ayude!

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase

Reply via email to