Como abro un archivo txt en un edit foxpro
Como puedo abrir un archivo TXT en un campo edit en foxpro, tengo el siguiente código
LOCAL lc_file
lc_file = ""
lc_file = FOPEN("C:\TaxiOpen\licencia.txt")
thisform.edit1.Value = (lc_file)
thisform.Refresh
Pero me tira el siguiente erros: Error with Edit1: Value : Data type mismatch
Respuesta de keystone CITI
1