Skip to main content

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,
….


@Erwin Ekkel  The question in the email is "What are the refresh options set on the subject? ”. The subject is not automatically refreshed. 


@Andre te Raa you can ignore that I first misread the question that's why I edited my reply. Please hold as I asked around my team for input on this problem. I'll get back to you as soon as possible. 

 


I believe this to be a bug. Could you report this in a TCP ticket so we can investigate this further?