Closed genebom closed 1 year ago
Missing function - setting the focus to a particular field.
The code : Text(field3TB) = x$
will display value of x$ in field3TB but cursor remains where it is.
Something like:
Focus(field3TB)
would be way helpful.
SetFocus field3TB
Missing function - setting the focus to a particular field.
The code : Text(field3TB) = x$
will display value of x$ in field3TB but cursor remains where it is.
Something like:
Focus(field3TB)
would be way helpful.