could it be that the table has no defined output forms (and the editor is somehow looking for it) ? does the same happen using the same code and version with a brand new structure?
--- partners have access to the source code of 4D Label Editor, https://blog.4d.com/component-source-code-sharing-4d-partners/ but the method C_OPEN_EDITOR is evidently called when PRINT LABEL decides to display the UI. if you are getting the error before the editor is displayed, it would be outside the remit of the component. --- I once had a customer who wanted to display the editor with settings loaded from s previously saved project file, but evidently the new 64-bit editor is design to either display the UI with no settings or load settings and print immediately. so we had to dismiss the official label editor. https://github.com/miyako/4d-component-label-editor ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

