Página 1 de 1

TFRMEMPLEADOS:CREATEFORM(3)

Publicado: Mié Ago 26, 2009 3:58 pm
por nelson Monsalve
Al correr un formulario en la version 2 de xailer me sale el siguiente error:
(cuando lo ejecutaba en le version 1.9.9 no tenia errores)
La diferencia que veo en el archivo xfm de la version 2
aparece al siguente codigo:
IF lCreate
::SetBounds( 0, 839, 160, 31 )
::SetClientSize( 0, 20 )
::cText := "Un proyecto completo"
::oFont := TFont():Create( "MS Sans Serif", 8, 0, 400 )
::nClrPane := clWhite
::oBkgnd := "xailer"
::nBkgndMode := blCENTER
::OnInitialize := "FormInitialize"
::Create()
ENDIF
Super:CreateForm( .F. )
y en la version 1.9.9
METHOD CreateForm() CLASS TFrmEmpleados
Super:CreateForm()
::SetBounds( 434, 311, 754, 357 )
::SetClientSize( 746, 323 )
::cText := "Empleados"
::oFont := TFont():Create( "MS Sans Serif", 8, 0, 400 )
::OnInitialize := "FormInitialize"
::Create()
************************* Registro de errores *****************************
Exe: C:xailer2APLICACIONESNOMINAnom.exe
Version: 1.0.0.0
User name: NELSON
Computer name: SISTEMAS0
Fecha: 26-08-2009
Hora: 08:49:33
Memoria libre: 340852
Area actual: 1
------------------------- Información del compilador --------------------------
Versión Xailer: Xailer 2.0.0 Version 2.0 beta
Compilador: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6484) PCode
Version: 10
Compilador C/C++: Borland C++ 5.5.1 (32 bit)
Plataforma: Windows XP Professional 5.01.2600 Service Pack 3
----------------------- Información detallada del error -----------------------
Subsistema: BASE
Código de error: 1066
Estado: .F.
Descripción: Argument error
Operación: conditional
Argumentos: [ 1] = Tipo: U Valor: NIL
Fichero:
Código error SO: 0
Pila de llamadas:
TFRMEMPLEADOS:CREATEFORM (3)
TFRMEMPLEADOS:NEW (36)
TFORM1:EMPLEADOS (221)
TTOOLBUTTON:ONCLICK (0)
(b)XTOOLBUTTON:XTOOLBUTTON (41)
TTOOLBUTTON:CLICK (0)
TTOOLBAR:COMMAND (391)
TREBAR:WMCOMMAND (272)
RUNFORM (0)
TAPPLICATION:RUN (272)
MAIN (16)