FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour fastedit
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
fastedit
Posted: Wed Sep 10, 2008 09:17 PM

Thought I read somewhere there was a way to get fastedit to move down the edit field rather then move to the field on the left for the next edit.
Any help would be great. Want to edit down a column then move to the next column.

Thanks

Harvey

Thank you

Harvey
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
fastedit
Posted: Thu Sep 11, 2008 05:17 AM

When oBrw:lFastEdit is set to true, the cursor movement behaviour is like this:

When edit of a cell is exited with Enter key, the cursor goes to the next editable cell to the right in the same row. If there is no editable cell to the right in the same row, the cursor goes to the next row first editable cell.

If the edit is exited with down arrow, the cusror goes to the same column in the next row.

If the edit is exited with up arrow, the cursor goes to the same column in the previous row.

If there is only one editable column in the browse, if the edit is exited either by enter key or down arrow ( in both cases ) the cursor goes to the same column of next row.

This behavior is explained in the whatsnew.txt

Regards



G. N. Rao.

Hyderabad, India
Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
fastedit
Posted: Thu Sep 11, 2008 05:37 AM

adjusted the xbrowse.prg to not move to the right and its working fine.

Thanks Rao.

Thank you

Harvey

Continue the discussion