Question:
Okay, so PB 5.0 made the GetClickedCol
method obsolete. Now how can I get the current column using the dwo
argument?
Answer:
There is a replacement attribute for all the old PowerScript datawindowfunctions:
Where dwo
is the datawindow object,
dwo.id | Column number | |
dwo.name | Object name | |
dwo.band | Band object is in |