Hi Doug, *** IF *** this is what you want to do: 1) open in interpretive mode 2) skip database startup method (which calls QUIT 4D after detecting an unlicensed plug-in)
*** THEN *** then try opening the database with a 4D Link file, in which you specify the database is to open in interpretive mode AND the database is to skip its database startup method. Include these attributes and values in the 4D Link file: structure_opening_mode=“1" skip_onstartup_method=“true" Then use the 4D Link file to open the database. It’s startup method will be skipped, and you will be in interpretive mode. Best regards, Jeremy French > On Jan 10, 2017, at 6:46 PM, Doug Hall <[email protected]> wrote: > > I have an alert box that declares a certain plugin is not properly > licensed. The very next command is Quit 4D. In a former version of 4D, I > could hold down <control>+<alt>+<command>, and then click the alert button, > and it would automatically continue in trace mode. How do I do this in v15? > I last asked to run it in compiled mode. Is t ********************************************************************** 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] **********************************************************************

