Question How to Move up and down Selected row(s) in a Browser

Hi,
Good Day!

Can any one give some clues to Move multi select rows in a browser Up or Down . I have a browser and right side of it 2 buttons labeled Move Up & Move Down. If the user selects the row(s) then press Up , rows should move up. Same way down as well.

TIA
Philip
 

RealHeavyDude

Well-Known Member
It's a long time since I have been fiddling with someting like that - so please bear with me.

Usually the browser is associated with a query ( its query attribute of type handle pointing to the query object ). I wouldn't move the records in the browse - I would move it in the query. This usually means that you change whatever field determines the sort order in the records and re-open the query and, eventaully, reposition the query the some specific record.

Heavy Regards, RealHeavydude.
 
Top