On Wed, Apr 23, 2008 at 8:38 PM, Przemyslaw Czerpak <[EMAIL PROTECTED]> wrote:

>  If tbrowse is unstable then this code have to be executed
>  if program wasn't stopped inside skipblock().
>  I've found one mistake (missing: + 1) in line 724 which should look like:
>
>    WHILE ( nPos := AScan( ::aCellStatus, _TBR_NONE, nPos + 1, ::nBufferPos - 
> nPos ) ) != 0
>
>  but it should not cause any of such effect for single record skip
>  anyhow please test with fixed version.
>  I think that debugger should give the best answer if it's hard to isolate
>  the problem.

BINGO, after the change no more never ending loop.

The visual result is still different from C53b one but the real
problem was the app freeze.

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to