Hello Enrico,

I tested both issues below and they don't GPF here with current CVS.
Are these issues solved on your end also? If so, I suggest we move on
to the next release.

Thanks!

Patrick

> I agree. This is my buglist:
> FUNCTION MAIN()
>    LOCAL cExp := "if a()"
>    &( cExp )
>    RETURN NIL
> GPF
>
> FUNCTION MAIN()
>    Local aStru:={{'aa','C',3,0},;
>                  {'bb','C',3,0}}
>    DbCreate('testxxx',aStru); Close
>    Use testxxx Exclusive New
>    Append Blank
>    Replace aa With 'xxx'
>    Replace bb With 'xxx'
>    Append Blank
>    Replace aa With 'ggg'
>    Replace bb With 'ggg'
>    Append Blank
>    Replace aa With 'kkk'
>    Replace bb With 'kkk'
>    Sort On aa To testxxx1
>    RETURN NIL
> GPF

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to