listbox con xEdit2
Publicado por nolo (30 intervenciones) el 26/08/2008 03:33:17
Estoy pasando programas antiguos de FW a FWH , con xEdit2 y Pelles C
tengo el siguiente problema ..en relacion a estas lineas:
REDEFINE LISTBOX oLbx FIELDS OemToAnsi(A_Fonos->Nombre ,;
OemToAnsi(A_Fonos->Apellidos) ,;
OemToAnsi(Substr(A_Fonos->Razon,1,15)) ,;
TRANSFORM(A_Fonos->Fono,"999-99-99") ,;
TRANSFORM(A_Fonos->Celular,"99-99-99-99") ;
HEADERS "Nombre","Apellidos","Razon","Fono","Celular" ;
FIELDSIZES 170 , 140 , 200 ,95 , 95 ;
ON DBLCLICK (FonoNombre(.F.), oLbx:Refresh() ,oLbx:SetFocus() );
ID 197 OF oDlg
Al compilar me da el siguiente error :
Compilando FONOS.PRG...
C:xHarbourBINharbour.exe FONOS.PRG /n /ic:fwh709include /w1 /iC:XEditInclude;C:XailerInclude;C:xHarbourINCLUDE /oC:XEditObjFONOS.c
xHarbour Compiler build 1.1.0 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'FONOS.PRG'...
------------------------------------------------------------------------------------------------------
FONOS.PRG(426) Error E0030 Syntax error: "parse error at 'HEADERS'"
------------------------------------------------------------------------------------------------------
FONOS.PRG(516) Warning W0001 Ambiguous reference: 'NOMBRE'
FONOS.PRG(517) Warning W0001 Ambiguous reference: 'RAZON'
FONOS.PRG(518) Warning W0001 Ambiguous reference: 'GIRO'
FONOS.PRG(519) Warning W0001 Ambiguous reference: 'FONO'
1 error
No code generated
Time: PRG= 1.50 total= 1.50
1 Files, 4 Warnings, 1 Errors
FAVOR SI PUEDEN AYUDARME COMO SOLUCIONO EL ERROR E0030 --
Agradecido
tengo el siguiente problema ..en relacion a estas lineas:
REDEFINE LISTBOX oLbx FIELDS OemToAnsi(A_Fonos->Nombre ,;
OemToAnsi(A_Fonos->Apellidos) ,;
OemToAnsi(Substr(A_Fonos->Razon,1,15)) ,;
TRANSFORM(A_Fonos->Fono,"999-99-99") ,;
TRANSFORM(A_Fonos->Celular,"99-99-99-99") ;
HEADERS "Nombre","Apellidos","Razon","Fono","Celular" ;
FIELDSIZES 170 , 140 , 200 ,95 , 95 ;
ON DBLCLICK (FonoNombre(.F.), oLbx:Refresh() ,oLbx:SetFocus() );
ID 197 OF oDlg
Al compilar me da el siguiente error :
Compilando FONOS.PRG...
C:xHarbourBINharbour.exe FONOS.PRG /n /ic:fwh709include /w1 /iC:XEditInclude;C:XailerInclude;C:xHarbourINCLUDE /oC:XEditObjFONOS.c
xHarbour Compiler build 1.1.0 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'FONOS.PRG'...
------------------------------------------------------------------------------------------------------
FONOS.PRG(426) Error E0030 Syntax error: "parse error at 'HEADERS'"
------------------------------------------------------------------------------------------------------
FONOS.PRG(516) Warning W0001 Ambiguous reference: 'NOMBRE'
FONOS.PRG(517) Warning W0001 Ambiguous reference: 'RAZON'
FONOS.PRG(518) Warning W0001 Ambiguous reference: 'GIRO'
FONOS.PRG(519) Warning W0001 Ambiguous reference: 'FONO'
1 error
No code generated
Time: PRG= 1.50 total= 1.50
1 Files, 4 Warnings, 1 Errors
FAVOR SI PUEDEN AYUDARME COMO SOLUCIONO EL ERROR E0030 --
Agradecido
Valora esta pregunta


0