General XMetaL Discussion
XMetaL Community Forum › General XMetaL Discussion › Getting open xml file name in Xmetal through VB script
-
chandan7891 October 21, 2011 at 11:10 am
Getting open xml file name in Xmetal through VB script
October 21, 2011 at 11:10 amParticipants 0Replies 1Last Activity 11 years, 3 months agoHi Dereek,
I am trying to run some external programs on the file which is opened in XMetal through Conenta. How can I get the name of the file which is opened in Xmetal.
Thanks
ChandanDerek Read October 24, 2011 at 5:58 pm
Reply to: Getting open xml file name in Xmetal through VB script
October 24, 2011 at 5:58 pmThe main API for this is the Documents object and related APIs.
You can also check the current document using the Document object and the specific API named ActiveDocument.If you navigate to any of these in the Programmer's Guide (XMetaL Developer) you should be able to easily locate their associated properties and methods.
-
AuthorPosts
- You must be logged in to reply to this topic.