...   In typical code like loops with pure RDDs you can force this with 
SetPos .-

nCursor := SetCursor( 0 )
WHILE !EOF()
  SetPos( 0, 0 )
  ...
  SKIP()
ENDDO
SetCursor( nCursor )

Of course it supports many optimizations.
if( ++n % 10000 == 0 ); SetPos( 0, 0 ); endif

Sorry, ... and I think that is not even necessary because the VM does calling 
hb_inkeyPoll :)

Best regards,
Xavi
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to