Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
da0e1274da
I'm not sure if window_set works with '0' defaulting to current_window(). (the help doesn't say anything about it) You probably want to move the .acl file into the doctype's directory. I guess you want to achieve that the full file path is shown in the title. Your approach is loaded at the init of Arbortext Editor, which leads to setting title to 'nothing' because no file is loaded at the startup. Moving it to the doctype, leads to loading it, when a document of doctype x is loaded --> you got a document to get the title from. Greetings, Andi