In a XBrowse, I have a (field) or object:Groep that contains data like ex. Cities
I have a index on that field in order to show them sorted by city.
I then have a array of all posible cities and I choise them from the pulldown menu.
At that point totaly normal, the position of the Xbrowse changes to the new cities.
I want to go to the next record that I have been editing before.
How do I proceed ?
- Code: Select all Expand view
WITH OBJECT :groep
:nEditType := EDIT_LISTBOX
:aEditListTxt := aGroepen
//:bPopUp := { |o| ColMenu( o ) }
:aBarGetList:= aGroepen
//:cSortOrder = "groep"
ENDWITH