Hello, i have 48 textbox between tabs and i want to do this
Code:
textbox.selstart = 0
textbox.sellength = len(trim(textbox))
in the got_focus event. I have to write this 48 times? it there a way to add this event for all textbox on load-time or something? thanks.