fastedit

Post Reply
hag
Posts: 598
Joined: Tue Apr 15, 2008 4:51 pm
Location: LOs Angeles, California
Contact:

fastedit

Post by hag »

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
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Post by nageswaragunupudi »

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
hag
Posts: 598
Joined: Tue Apr 15, 2008 4:51 pm
Location: LOs Angeles, California
Contact:

Post by hag »

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

Thanks Rao.
Thank you
Harvey
Post Reply