READ ONLY is a declaration that applies to subsequent operations. I think that is pretty clear from the documentation.
http://doc.4d.com/4Dv15/4D/15.5/READ-ONLY.301-3577015.en.html quote: READ ONLY changes the state of aTable to read-only for the process in which it is called. All subsequent records that are loaded are locked, and you cannot make any changes made to them. If the optional * parameter is specified, all tables are changed to read-only state. > 2017/12/06 12:50、Janet Jonas via 4D_Tech <[email protected]> のメール: > At least with versions of 4D prior to 16, even a READ ONLY will not > necessarily release an individual record, local or server. I have ended up > making a habit of using LOAD RECORD or UNLOAD RECORD after ending whatever > code I am running that edits and saves record(s). ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

