Thanks to all for your responses - Razzak, Javier, Buddy. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Thursday, March 21, 2013 4:59 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Forms Edit Question
On Thu, Mar 21, 2013 at 5:47 PM, Glenn Smith <[email protected]> wrote: > Please remind me. I have many users accessing a form - using Runtime (9.5). > Any problem editing the form (EEPs) and saving the results while users > running the form? Glenn, Technically, when a form is used in a multi-user environment, using the command like EDIT USING FormName ... or ENTER USING FormName ... or BROWSE USING FormName, the form and all associated internal EEPS are copied into the memory as snapshot. Making any updates or editing EEPs, and then saving while users running the form, will NOT affect any user. However, all saved changed and EEP updates will be effective when users start the same form again using ENTER, BROWSE, or EDIT USING FormName. Starting a new session of R:BASE will also be effective with those changes. As a developer, you may also update any form and make changes on your local/duplicate copy on development workstation, and then simply UNLOAD the form, and then RUN the .frm file along with .frm+.lob in the same folder on a live database. Hope that helps! Very Best R:egards, Razzak. www.rbase.com www.facebook.com/rbase

