Hello,
I was wondering how i can set focus on a other control
Yes i know with
Setfocus(a control)
But seems not working
I set this on my TextInput control
Reset(Self);;Reset(Gallery2);;Set(var_Gallery2;false);;Reset(Timer_Search)
the timer on start and autostart
OnTimerStart
Set(var_Gallery2;false)
OnTimerEnd
Reset(Gallery2);;
Set(var_Gallery2;true);;
SetFocus(Button1)
OnAutoStart
If(CountRows(Gallery2.AllItems)>0;true;false)
But focus isn't working
I have my button and other controls
In screen2

So the Gallery is in a other container
Just like the Button1, the timer is on the screen 2

Any help please
Thank you