Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to make a reminder that will have people select a non generic material. When the file is saved it triggers this rule.
materialName = ThisDoc.Document.ComponentDefinition.Material.Name If materialName = "Generic" Then MessageBox.Show("Please update material", "Generic Material") End If iLogicVb.UpdateWhenDone = True
The problem is that it doesnt tell you which file it is if there is a large assembly and a file inside is non specified. How would I have the file say what the filename is within the popup message?
Solved! Go to Solution.