There’s a good article on the 4D Blog describing pros and cons of binary and Project Mode:
https://blog.4d.com/binary-database-vs-project-database/ <https://blog.4d.com/binary-database-vs-project-database/> At the bottom of the post in the “Con” section it mentions: Development with distributed source code Each developer codes alone on their copy of the code. Need for organization and rules to facilitate the sharing of work. Access to the code from a client is read-only Able to test and debug in Client/Server, but it is not [possible to] modify the deployed code on the server. You must reopen the database with 4D Developer, make the modification, and restart the server. Tom Benedict > On Apr 10, 2020, at 13:26, Kirk Brooks via 4D_Tech <[email protected]> > wrote: > > Tim, > This is great info. Thanks for testing it out. > > On Fri, Apr 10, 2020 at 10:57 AM Tim Nevels via 4D_Tech < > [email protected]> wrote: > >> I also tested editing the text of a method with TextEdit while the Project >> was open on 4D Server. The method was not open with 4D Remote. In fact no >> 4D Remote was even connected to 4D Server. I could change the method text >> and save it. No errors from TextEdit. Opened the method file again and the >> changes I made were there. >> >> But when I started 4D Remote, connected to 4D Server, went to Design and >> opened that method, my change was not there. It was still in the method >> text file, but the changes didn’t show up in the 4D Method Editor. >> > Take a look in the local resources folder for the client. This sounds like > the client gets its own cache of files from the server and 'runs' those. > > I would like for the to support 4D Team Developer using Project mode. There >> are times when this is a good solution. Example, doing 4D Server testing of >> parts of an application. Be nice to be able to test it running on 4D Server >> and fix problems. And be nice to continue to have all the advantages of 4D >> Team Developer in addition to version control advantages that Project mode >> provides. >> > I agree. I would like for support to be more familiar with the new stuff in > general. > > -- > Kirk Brooks > San Francisco, CA ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

