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
wBrowse
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: wBrowse
Can't you just use
( oBrw:cAlias ) -> ( EOF() )
( oBrw:cAlias ) -> ( BOF() )
( oBrw:cAlias ) -> ( ORDKEYCOUNT() ) = 0
?
EMG
( oBrw:cAlias ) -> ( EOF() )
( oBrw:cAlias ) -> ( BOF() )
( oBrw:cAlias ) -> ( ORDKEYCOUNT() ) = 0
?
EMG