en alguna parte de mi aplicación tengo el siguiente codigo:
somewhere in my application i have next code:
Code: Select all
procedure op201eliminar(e_op201reg)
sino:=msgyesno('Desea Eliminar este Registro ?','Actualizar Base de Datos')
if sino
go e_op201reg
delete
pack
v201.g01v201.refresh
endif
returnMy problem is that when compiling I get the following error:
Code: Select all
Harbour 3.2.0dev (Rev. 18443)
Copyright (c) 1999-2012, http://harbour-project.org/
nuevo.prg(135) Error E0030 Syntax error "syntax error at '.'"
1 error
No code generated.
hbmk2: Error: Running Harbour compiler (embedded)........line 135 in .prg corresponds to .refresh
al inicio del .prg tengo:
at top of .prg i have:
Code: Select all
#include "hmg.ch"
#include "hfcl.ch"
why this error???
saludos / regards