Hi all!
I did the usual: I have an ASCII table "texts" with a field LINE of 255 string, opens with a global name: NombreArchivoTexto. Do not know why .. to open:
RELATE:TEXTS.CLOSE
GLO:NOMBREARCHIVOTEXTO = 'aaa.txt'
RELATE:TEXTS.OPEN
IF errorcode () --------->> gives me the error "ENTRY NOT FOUND "
This I have done many times and it works perfect, the ASCII file is in this format:
123, N; MUÑOZ EXEQUIEL,,,, 04/27/11, 00:00:00, OK, 7, AUR, 4.763, mg / dL, COL, 127.7; mg / dL, GLU, 79.9; mg / dL, LDH Lb;
but I can not ever open it .. can someone helpme please?? Thanks a lot!
Eduardo
Mendoza
I did the usual: I have an ASCII table "texts" with a field LINE of 255 string, opens with a global name: NombreArchivoTexto. Do not know why .. to open:
RELATE:TEXTS.CLOSE
GLO:NOMBREARCHIVOTEXTO = 'aaa.txt'
RELATE:TEXTS.OPEN
IF errorcode () --------->> gives me the error "ENTRY NOT FOUND "
This I have done many times and it works perfect, the ASCII file is in this format:
123, N; MUÑOZ EXEQUIEL,,,, 04/27/11, 00:00:00, OK, 7, AUR, 4.763, mg / dL, COL, 127.7; mg / dL, GLU, 79.9; mg / dL, LDH Lb;
but I can not ever open it .. can someone helpme please?? Thanks a lot!
Eduardo
Mendoza