Working on a generic task that needs the name of the current field (and table).
Was looking for something like ‘cursor_to_col_id’, but that doesn't seem to be available in a (table) task
Am I overlooking something?
Working on a generic task that needs the name of the current field (and table).
Was looking for something like ‘cursor_to_col_id’, but that doesn't seem to be available in a (table) task
Am I overlooking something?
Best answer by Mark Jongeling
No, unfortunately it did not.
For now, is doesn't seem to be possible to hook into the data that is used for the <alt>+<F1> - location functionality
Maybe this functionality can be made publicly available in a future version?
Currently Tasks are row-based actions and even though the GUI may know which column is selected by the user, it cannot be used to provide the name to the Task parameter.
Perhaps we could implement a similar feature to Report properties, by having Task properties. One of those properties could be Selected column which would be filled with the col_id of the selected column by the user. But, there could be an even better way. Feel free to create an Idea for this.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.