Hi.
On a big procedure I have a random error on TcBrowse.
if ::nRowPos == 1 .and. ( ! Empty( ::cAlias ) ) .and. ;
::cAlias != "ARRAY"
( ::cAlias )->( DbSkip( -1 ) ) <-------- Here makes error : Workarea not in use
if ! ( ::cAlias )->( BoF() )
( ::cAlias )->( DbSkip() )
endif
endif
This are few lines of method Paint.
What is strange is that on the previous line it is checking that the alias is not empty.
So why could be possible that the workarea is not in use ?
Thanks a lot.
Massimo