Hello Everyone,
We are currently working a project to add a new column , with editable text to an existing talbe.
We managed to add the column TestM6 but we can't manage to add editable text to the column
after reading the documentation , and the column option type it seems we can't do that , did we miss something ? is there something else we can look for ?
Thanks
Hi Brian,
Looking at your XML definition, I cannot know for sure if you have a QAction triggering on the Write parameter to process the set but if that is not the case you would need to use the setter attribute on the write parameter.
Out of the box, a read and write parameter are linked visually but not in logic (aka they will not immediately set the value), and as such you need either the setter attribute or a QAction in case you need to validate/process the value to be set.
Hope this is helpful.
Hi Joao,
Thanks for your help !