Página 1 de 1

Scope violation - lconnected

Publicado: Mar May 10, 2005 2:45 am
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)

Scope violation - lconnected

Publicado: Mar May 10, 2005 2:00 pm
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)

Scope violation - lconnected

Publicado: Mar May 10, 2005 2:00 pm
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)

Scope violation - lconnected

Publicado: Jue May 12, 2005 5:26 am
por Guest
It worked, Ignacio, thanks.

Scope violation - lconnected

Publicado: Jue May 12, 2005 5:26 am
por Guest
It worked, Ignacio, thanks.