Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to get a Global form to update a parameter, but it is not updating until the next run through.
I have tried using
RuleParametersOutput()
to get it to update with no success
iLogicForm.ShowGlobal("Global Form", FormMode.Modal) RuleParametersOutput() MessageBox.Show(UA_1, "UA_1") RuleParametersOutput() InventorVb.DocumentUpdate() ThisApplication.CommandManager.ControlDefinitions.Item("AppIsometricViewCmd").Execute
"Global Form is my form name" and UA_1 the Parameter to be edited in the Form. Any ideas?
Solved! Go to Solution.