What is the command to go to the beginning of a field when txtbox is clicked and the field is empty? Imput mask is ### and format is slect all when you tab to it and it has data, but if I click to the txtbox and its field is empty how can I automatically be to the left?
IF EMPTY(mytable.mynumber)=.T.
???
endif
Appreciate any feedback!
JuanDiego
IF EMPTY(mytable.mynumber)=.T.
???
endif
Appreciate any feedback!
JuanDiego