Is it possible to update the table of the Generic DVE Linker Table from within a QAction in the protocol itself?
I want to update this table accordingly with an update of the driver.
I know it is possible via automation scripts, but I wasn't able to make it work from a QAction.
Update: it was concluded that the SetParameterIndexByKey() was the only way to do it dynamically. There will not be a fix. The reason is that it isn't advised to update that linkertable ad-hoc.
Is there any more news about this?
As far as i'm aware the SetParameterIndexByKey() is not adviced in some scenario's, will there be a fix or is it necessary to always use SetColumn() for now?
Update: It was possible to set it via SetParameterIndexByKey() not via SetColumn(). Further investigation is happening.