Re: [xHarbour-developers] __objGetValueList() Error

2008-12-20 Thread Patrick Mast, xHarbour.
Hello Francesco, take a look to dumpvar.prg and to __objGetValueFullList() I have attached current implementation I have not already uploaded to cvs. Try HB_DumpVar( xVar, lRecursive, nMaxRecursionLevel ) f.e. ? HB_DumpVar( oObject, .T. ) Great! ;-) Thanks. As this is a help, we still need

Re: [xHarbour-developers] __objGetValueList() Error

2008-12-20 Thread Francesco Saverio Giudice
Hi Patrick, what problem have you with __objGetValueFullList() ? Francesco Il 20/12/2008 11.31, Patrick Mast, xHarbour. ha scritto: Hello Francesco, take a look to dumpvar.prg and to __objGetValueFullList() I have attached current implementation I have not already uploaded to cvs. Try

Re: [xHarbour-developers] __objGetValueList() Error

2008-12-20 Thread Patrick Mast, xHarbour.
Francesco, what problem have you with __objGetValueFullList() ? Running xharbour\tests\objlist.prg I get this error: Error BASE/1004 Scope Violation HIDDEN: HID1 Arguments: ( [ 1] = Type: O Val: { TTEST Object }) Error at ...: TTEST:HID1(0) in Module: Called from : __OBJSENDMSG(0) in Module:

Re: [xHarbour-developers] __objGetValueList() Error

2008-12-20 Thread Francesco Saverio Giudice
Patrick, Il 20/12/2008 12.09, Patrick Mast, xHarbour. ha scritto: Francesco, what problem have you with __objGetValueFullList() ? Running xharbour\tests\objlist.prg I get this error: Error BASE/1004 Scope Violation HIDDEN: HID1 Arguments: ( [ 1] = Type: O Val: { TTEST Object })

Re: [xHarbour-developers] __objGetValueList() Error

2008-12-19 Thread Patrick Mast
Ron, First we need to define the correct behavior of __objGetValueList() should it return complete list or only what is exposed to the caller? I suggest to have both available, via a parameter: __objGetValueList(oObject,lShowAll) Patrick

Re: [xHarbour-developers] __objGetValueList() Error

2008-12-19 Thread Francesco Saverio Giudice
Patrick, take a look to dumpvar.prg and to __objGetValueFullList() I have attached current implementation I have not already uploaded to cvs. Try HB_DumpVar( xVar, lRecursive, nMaxRecursionLevel ) f.e. ? HB_DumpVar( oObject, .T. ) HTH Il 19/12/2008 14.01, Patrick Mast ha scritto: Ron,

Re: [xHarbour-developers] __objGetValueList() Error

2008-12-17 Thread Patrick Mast, xHarbour.
Anyone? Thanks! :) On Fri, Nov 14, 2008 at 6:44 PM, Patrick Mast patrick.m...@xharbour.com wrote: Hello, Running xharbour\tests\objlist.prg I get this error: Error BASE/1004 Scope Violation HIDDEN: HID1 Arguments: ( [ 1] = Type: O Val: { TTEST Object }) Error at ...: TTEST:HID1(0) in

Re: [xHarbour-developers] __objGetValueList() Error

2008-11-28 Thread Patrick Mast, xHarbour.
Andi, Can you tae a look at this please? Thanks! Patrick Running xharbour\tests\objlist.prg I get this error: Error BASE/1004 Scope Violation HIDDEN: HID1 Arguments: ( [ 1] = Type: O Val: { TTEST Object }) Error at ...: TTEST:HID1(0) in Module: Called from : __OBJSENDMSG(0) in Module:

Re: [xHarbour-developers] __objGetValueList() Error

2008-11-24 Thread Patrick Mast, xHarbour.
Hi, Can someone look at this? Thanks! Running xharbour\tests\objlist.prg I get this error: Error BASE/1004 Scope Violation HIDDEN: HID1 Arguments: ( [ 1] = Type: O Val: { TTEST Object }) Error at ...: TTEST:HID1(0) in Module: Called from : __OBJSENDMSG(0) in Module: Called from :

[xHarbour-developers] __objGetValueList() Error

2008-11-14 Thread Patrick Mast
Hello, Running xharbour\tests\objlist.prg I get this error: Error BASE/1004 Scope Violation HIDDEN: HID1 Arguments: ( [ 1] = Type: O Val: { TTEST Object }) Error at ...: TTEST:HID1(0) in Module: Called from : __OBJSENDMSG(0) in Module: Called from : __OBJGETVALUELIST(206) in Module: