Multiple choice technology programming languages Function to change a focus to another column in Datawindow ChangeColumn(integer column) SetColumn SetColumn(integer column) ChangeColumn Reveal answer Fill a bubble to check yourself C Correct answer Explanation SetColumn(integer column) is the correct PowerBuilder function to change the focus to another column in a DataWindow. The function requires the column number as an integer parameter to identify which column to move the focus to.