Skip to main content
Answer

How to focus on first column when starting 'add row' in a proces flow?

  • November 29, 2022
  • 5 replies
  • 117 views

Forum|alt.badge.img+14

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? 

Best answer by Erwin Ekkel

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

This topic has been closed for replies.

5 replies

Forum|alt.badge.img+17
  • Moderator
  • November 29, 2022

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. 


Forum|alt.badge.img+14
  • Author
  • Captain
  • December 1, 2022

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


Forum|alt.badge.img+14
  • Author
  • Captain
  • December 2, 2022

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


Forum|alt.badge.img+17
  • Moderator
  • December 2, 2022

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

 


Forum|alt.badge.img+17
  • Moderator
  • Answer
  • December 2, 2022

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