Hi,
When i try to change the rows Property inside a Unified JS script, i get this error (TraceViewer):
session: 0024, trace: PROPERTY_SET Invoke failed (property='Screen->Items->Properties->rows', id=4, error=0x80000000)
Here is my code:
Screen.Items("SelettoreRicette").Properties.rows = [["a"], ["b"], ["c"], ["d"]];
Thanks
GiorgioT.