Page 1 of 1

Question to XBROWSE

Posted: Sun Mar 01, 2020 1:50 pm
by byte-one
I have a xbrowse with a normal cell to edit and oBrw:nMoveType := MOVE_DOWN. Now i will skip to the next cell with value over 10. This should functioning also with arrow-keys and V-scroll. All lines <= 10 should not be reachable.

Re: Question to XBROWSE

Posted: Sun Mar 01, 2020 2:36 pm
by nageswaragunupudi
I am unable to understand what do you want please.

Re: Question to XBROWSE

Posted: Sun Mar 01, 2020 5:07 pm
by byte-one
Short: In a xbrowse a editable cell should only get the focus if a specified function gives .T., otherwise skip to the next row where the function gives the next .T..
I do with bChange but the skip should functioning in both directions with the up-/down keys and also with the V-scroll and after click enterafter editing.

Re: Question to XBROWSE

Posted: Tue Mar 03, 2020 12:14 pm
by byte-one
I have solved for me!

But as suggestion for XBROWSE:
A function similar to "SKIP FOR bFor WHEN bWhen" espacially for rows with one or more editable cells.
z.B. "SKIP FOR empty(Col1)"