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.

Scope violation - lconnected

Xailer professional forum in English
Responder
Guest

Scope violation - lconnected

Mensaje por Guest »

Is this the proper newsgroup to report possible errors?
The offending form is PAYBR.xfm, and the problem lies with an lConnected
assignement.
PAYBR.xfm snippet:
WITH OBJECT ::oCdxDataSource1 := TCdxDataSource():New( Self )
:cConnect := ".."
:lConnected := .T.
:Create()
END
Following are the contents of the error log file:
******************************* Error log file
********************************
Date: 05/09/05
Time: 17:26:41
Available Memory: 158460
Current Area: 1
---------------------------- Compiler Information
-----------------------------
Xailer Version: Xailer 0.99.3 Pre-release 3 (May 2005)
Compiler: xHarbour build 0.99.41 Intl. (SimpLex) PCode Version: 5
C/C++ Compiler: Borland C++ 5.5.1
Windows Platform: Windows XP Home Edition 5.01.2600 Service Pack 2
--------------------- Internal Error Handling Information
---------------------
Subsystem Call: BASE
System Code: 1004
Default Status: .F.
Description: Scope Violation <PROTECTED>
Operation: _LCONNECTED
Arguments:
Involved File:
Dos Error Code: 0
Trace Through:
_LCONNECTED (0)
TFORM1:CREATEFORM (13)
TFORM1:NEW (179)
MAIN (15)
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9254
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Scope violation - lconnected

Mensaje por ignacio »

Childers,
Simply open the form from the IDE and change anything so the form nees to be
resaved.
Regards,
"Childers" <galois@nycap.rr.com> escribió en el mensaje
news:42800430$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Is this the proper newsgroup to report possible errors?
>
> The offending form is PAYBR.xfm, and the problem lies with an lConnected
> assignement.
>
> PAYBR.xfm snippet:
> WITH OBJECT ::oCdxDataSource1 := TCdxDataSource():New( Self )
> :cConnect := ".."
> :lConnected := .T.
> :Create()
> END
>
> Following are the contents of the error log file:
>
>
> ******************************* Error log file
> ********************************
>
> Date: 05/09/05
> Time: 17:26:41
> Available Memory: 158460
> Current Area: 1
>
> ---------------------------- Compiler
> Information -----------------------------
>
> Xailer Version: Xailer 0.99.3 Pre-release 3 (May 2005)
> Compiler: xHarbour build 0.99.41 Intl. (SimpLex) PCode Version: 5
> C/C++ Compiler: Borland C++ 5.5.1
> Windows Platform: Windows XP Home Edition 5.01.2600 Service Pack 2
>
> --------------------- Internal Error Handling
> Information ---------------------
>
> Subsystem Call: BASE
> System Code: 1004
> Default Status: .F.
> Description: Scope Violation <PROTECTED>
> Operation: _LCONNECTED
> Arguments:
> Involved File:
> Dos Error Code: 0
>
> Trace Through:
> _LCONNECTED (0)
> TFORM1:CREATEFORM (13)
> TFORM1:NEW (179)
> MAIN (15)
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
InvalidAccount
Mensajes: 53
Registrado: Vie Mar 04, 2005 9:58 am

Scope violation - lconnected

Mensaje por InvalidAccount »

Childers,
Simply open the form from the IDE and change anything so the form nees to be
resaved.
Regards,
"Childers" <galois@nycap.rr.com> escribió en el mensaje
news:42800430$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Is this the proper newsgroup to report possible errors?
>
> The offending form is PAYBR.xfm, and the problem lies with an lConnected
> assignement.
>
> PAYBR.xfm snippet:
> WITH OBJECT ::oCdxDataSource1 := TCdxDataSource():New( Self )
> :cConnect := ".."
> :lConnected := .T.
> :Create()
> END
>
> Following are the contents of the error log file:
>
>
> ******************************* Error log file
> ********************************
>
> Date: 05/09/05
> Time: 17:26:41
> Available Memory: 158460
> Current Area: 1
>
> ---------------------------- Compiler
> Information -----------------------------
>
> Xailer Version: Xailer 0.99.3 Pre-release 3 (May 2005)
> Compiler: xHarbour build 0.99.41 Intl. (SimpLex) PCode Version: 5
> C/C++ Compiler: Borland C++ 5.5.1
> Windows Platform: Windows XP Home Edition 5.01.2600 Service Pack 2
>
> --------------------- Internal Error Handling
> Information ---------------------
>
> Subsystem Call: BASE
> System Code: 1004
> Default Status: .F.
> Description: Scope Violation <PROTECTED>
> Operation: _LCONNECTED
> Arguments:
> Involved File:
> Dos Error Code: 0
>
> Trace Through:
> _LCONNECTED (0)
> TFORM1:CREATEFORM (13)
> TFORM1:NEW (179)
> MAIN (15)
Guest

Scope violation - lconnected

Mensaje por Guest »

It worked, Ignacio, thanks.
Guest

Scope violation - lconnected

Mensaje por Guest »

It worked, Ignacio, thanks.
Responder