In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

TFRMEMPLEADOS:CREATEFORM(3)

Foro público de Xailer en español
nelson Monsalve
Mensajes: 1
Registrado: Mié Ago 26, 2009 3:58 pm

TFRMEMPLEADOS:CREATEFORM(3)

Mensaje 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)
Responder