FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Question to XBROWSE
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Question to XBROWSE
Posted: Sun Mar 01, 2020 01:50 PM

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.

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Question to XBROWSE
Posted: Sun Mar 01, 2020 02:36 PM

I am unable to understand what do you want please.

Regards



G. N. Rao.

Hyderabad, India
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Question to XBROWSE
Posted: Sun Mar 01, 2020 05:07 PM

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.

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Question to XBROWSE
Posted: Tue Mar 03, 2020 12:14 PM

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)"

Regards,
Günther
---------------------------------
office@byte-one.com

Continue the discussion