FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour wBrowse
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
wBrowse
Posted: Sun Oct 21, 2007 01:30 PM

Could someone please tell me the syntax for how to detect if a listbox is eof() or bof() or rather empty.
Or is it possible to evaluate oBrw:bLine if yes how?
Thanks in advance.
Regards,

Otto

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: wBrowse
Posted: Sun Oct 21, 2007 01:42 PM

Can't you just use

( oBrw:cAlias ) -> ( EOF() )
( oBrw:cAlias ) -> ( BOF() )
( oBrw:cAlias ) -> ( ORDKEYCOUNT() ) = 0

?

EMG

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
wBrowse
Posted: Sun Oct 21, 2007 02:03 PM

Thank you, Enrico.

Continue the discussion