Hi
Is there a way that we can set the parameter value back to UNINITIALIZED? (using action or qaction or anything else?)
Thanks
Mark
Hi,
It depends on what needs to be set to "Not Initialized".
-If it's a single parameter then execute the Actions of Type "clear" and also "clear on display" on the parameter.
-If it's the cell of a table then from a QAction perform a NotifyProtocol NT_FILL_ARRAY_WITH_COLUMN (220) with a null value for that specific table cell. Note that then the column type of that parameter needs to be of type "retrieved"