HI,
I have this code
li_file = GetFileOpenName("Buscar XLS",ls_path,ls_file,ls_ext,ls_filter)
if li_file = 1 then
st_3.text=ls_path
else
st_3.text=""
end if
before update the static text show text complete
"C:\Users\name last\Documents\LPC\LpcSol\customer\Conecta"
now , just show
"C:\Users\name"
somebody know , why..??
just show when I get text of st_3, get complete
:-\
Thank
Luis