Home Forums General XMetaL Discussion XMetaL Author not opening when opening record in other application Reply To: XMetaL Author not opening when opening record in other application

Derek Read

Reply to: XMetaL Author not opening when opening record in other application

If you have the ability to debug the customization that would be the best option.

I'm not sure what opening a record means exactly, or what a record would be (if it is not simply opening an XML file stored on your drive), but it sounds like maybe the customization would be overriding the basic File > Open functionality on the File menu?

If that's the case then look in the macros in the customization for the event macro named “File_Open”. If you find one of those that would be the best place to start debugging from. This would be an application-level macro, so it would probably be in the Startup subfolder in the installation.

Have a look at the Programmers Guide topic “File operations” for more information on the File_Open event macro and other related ones (File_New, File_Save, File_Close, etc).

If opening a record is done some other way from selecting File > Open then you could be looking for a macro with any name. In this case the macro file (MCR) would still likely be in the Startup folder but the macro that does the “open record” might be called anything. In this case I'd search for “open” or similar words in that MCR file.

Hopefully whoever built this documented something, or at least put comments into their code?

Reply

Products
Downloads
Support