Multiple choice technology programming languages

Function to change a focus to another column in Datawindow

  1. ChangeColumn(integer column)

  2. SetColumn

  3. SetColumn(integer column)

  4. 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.