Ive added code to the autocomplete routine and the names are fetched ok, any other thing to check??
! End of "AutoComplete Filter & Order"
Set(OPE:Operador_OptionView)
packet.append('[')
Loop
Next(OPE:Operador_OptionView)
If ErrorCode() then Break.
! Start of "AutoComplete Drop Field Record"
! [Priority 5000]
p_web.AddLog(OPE:Nombre)
! End of "AutoComplete Drop Field Record"
recs += 1
packet.append(choose(recs=1,'',',') & '"' & p_web.JsonOK(p_web.AsciiToUtf(OPE:Nombre)) & '"')
If recs >= 20
Break
End
End
packet.append(']')
! Start of "AutoComplete Before Closing the View"
! [Priority 5000]