- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I've been at it for a few days setting up some programming to keep (time)track of our projects.
Now all the technical stuff is working as it should be, but one thing that I just can't seem to get working is to update the global form used to control everything.
So the basic idea is that users will have a global form open at all times which (should in theory) show them a bunch of custom iProp's from the assembly they are working on.
Now in first instance this seems to work, however when starting a new project the iProp's in the form remain linked to the previous file.
Only after closing and showing the form again do the properties "update" to the new project.
Okay, so I know it's dirty, but I added a line that during the creation process closes the form and only at the end reopens it again after all the required custom properties are created in the assembly file... but this doesn't do a thing apparently, the form just reopens still referring to the iProp's of the previous document.
Does anyone know how to "brute force" an update of the form's iProperties?
Thanks in advance!
Solved! Go to Solution.