Normally when I press the ‘Add’ button, the cursor is located at the first column in the form (or the @cursur_to_col_id). This doesn't happen when I start ‘Add row’ from a process flow.
How can I get the same result?
Normally when I press the ‘Add’ button, the cursor is located at the first column in the form (or the @cursur_to_col_id). This doesn't happen when I start ‘Add row’ from a process flow.
How can I get the same result?
I tested this with an add row and it works as expected. Can you show the process flow? There might be some actions before or after that cause this behaviour.
The document opens from the menu. It opens a form in add mode.
The default procedure is executed and the cursor_to_col_id is filled.
EXEC def_clock_in_out_with_code
@default_mode = 0,
@import_mode = 0,
@cursor_from_col_id = null,
@cursor_to_col_id = 'token_code',
@selected_clocking_type_ind = null,
@token_code = null,
….
I believe this to be a bug. Could you report this in a TCP ticket so we can investigate this further?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.