Message 1 of 3

Not applicable
09-23-2015
04:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
Trying to check/Change iProperty of a file that has been opened by iLogic,
But the only value I get is the value from the file when the rule was launched.
I guess there is some secret-refering-stuff I dont understand 🙂
SyntaxEditor Code Snippet
FileToCheck = "C:\Vault\1782-906-R00.idw" ThisDoc.Launch(FileToCheck) RevOfFile = iProperties.Value("Project", "Revision Number") MessageBox.Show(RevOfFile, "Title") ThisApplication.ActiveDocument.Close(True)
Solved! Go to Solution.