How to edit the code table for one row only?
- by TomatoSandwich
I understand that dw-control.Object.columnname.Values("Red~tR/Blue~tB)
changes columnname's values for all rows, but is there code that can just change the dropdown values of a code table for specific row/s?
I've tried dw-control.Object.columnname[row].Values but I get R0039 in response :(