Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to get the associated project id of the currently active document. I'm using the apper framework, but this shouldn't matter.
If I use this statements to get the project's name, it works just fine:
ao = AppObjects()
dummy = ao.app.activeDocument.dataFile.parentProject.name
But if I try to run this statements, it fails with API Function not yet implemented:
ao = AppObjects()
dummy = ao.app.activeDocument.dataFile.parentProject.name
Error message:
Solved! Go to Solution.