
Announcements
Hello,
I only want to display label control, when user is typing into the textbox, and hide once typing is completed.
How can I achieve it?
Thanks,
In the Visible of the label, put
!IsBlank(Textbox1.Text)
Or
Textbox1.Text <>""
Change TextBox1 to your actual Textbox name
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.