Thanks Razzak, Really I am a old R:Base user, I come back to the fun after a few year, I am searching for a old DOS functionality like this: "Clear the screen after form use" = 'NO'.. In 9.5 would be something link "Maintain the form window freeze after close the form".
I think I can change my code to do all task inside the form, only to know if exist this functionality in the last 9.5 R:Base. Thanks again. Juan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: miércoles, 14 de noviembre de 2012 05:00 p.m. To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Form stay on screen until I close it. 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

