Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to move cursor to an Inputfield (InputBox)

Hello all.

There's an inputfield (InputBox) in my model in QV.

The data entered in it writes to variable that inserts to SQL code as user login.

We won't be using keyboards or mice to enter any data. Just Symbol scanner.

How is it possible to move cursor to an inputfield as users may enter their data with scanner?

I only can make a trigger to activate an object after openning document and after loading data. But cursor doesn't move to field and i can't enter data.

Have googled many pages but didn't find an answer.

Please, help.

Best regards.

3 Replies
crystles
Partner - Creator III
Partner - Creator III

If you look under Setting -> Document Properties -> Triggers.

At the botton, it says variable triggers. Perhaps after they enter the login into the input box and the variable, it could trigger an event?

Anonymous
Not applicable
Author

Hi Tim Tim,

Go to > Document Properties > In Document Event Triggers > At on Open > Add Actions >Layout > and Activate that > Input Box Object > This will help to access input box .

I hope this helps.

Thank you,

Bunny

Not applicable
Author

Thanks for answering.

I've already tried triggers. It didn't help. After setting a trigger, the input box gets activated, but cursor doesn't move to input field. To enter data you need to click into the field. Trigger just makes it activated and nothing all.