• Error TbColumn

    From lohen@21:1/5 to All on Thu Oct 5 12:04:19 2017
    Hello,

    A shot in the dark: after your line of code o most likely changes, and
    inside the Block o is a detached local, which at evaluation time doesn't anymore refer to your initial o value

    Perhaps this works:

    o:addColumn(TBColumnNew( 'N', makeblock( o )))

    FUNCTION makeblock ( param )
    RETURN {||param:rowPos}

    Now your Block contains param as detached local, which doesn't change after
    the call

    Hope this helps,

    lohen

    <medhome60@gmail.com> schreef in bericht news:307a849a-4666-499b-8557-4c0f13057a24@googlegroups.com...
    Hi All,

    Can someone can help to find out my error:
    o:addColumn(TBColumnNew( 'N', {||o:rowPos}))
    At runtime I have an Unrecov Error 650 ( Processor stack fault. )

    Best Regards.

    Med

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From medhome60@gmail.com@21:1/5 to All on Thu Oct 5 02:52:39 2017
    Hi All,

    Can someone can help to find out my error:
    o:addColumn(TBColumnNew( 'N', {||o:rowPos}))
    At runtime I have an Unrecov Error 650 ( Processor stack fault. )

    Best Regards.

    Med

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From medhome60@gmail.com@21:1/5 to All on Thu Oct 5 05:59:49 2017
    Le jeudi 5 octobre 2017 11:04:30 UTC+1, lohen a écrit :
    Hello,

    A shot in the dark: after your line of code o most likely changes, and inside the Block o is a detached local, which at evaluation time doesn't anymore refer to your initial o value

    Perhaps this works:

    o:addColumn(TBColumnNew( 'N', makeblock( o )))

    FUNCTION makeblock ( param )
    RETURN {||param:rowPos}

    Now your Block contains param as detached local, which doesn't change after the call

    Hope this helps,

    lohen

    <medhome60@gmail.com> schreef in bericht news:307a849a-4666-499b-8557-4c0f13057a24@googlegroups.com...
    Hi All,

    Can someone can help to find out my error:
    o:addColumn(TBColumnNew( 'N', {||o:rowPos}))
    At runtime I have an Unrecov Error 650 ( Processor stack fault. )

    Best Regards.

    Med

    Hi again,

    I have the same problem !!

    there is also an infinite loop when I run with debuger (cld.exe)

    Regards.

    Med

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)