Getting last selected document

Hi,

I am using picklist(in lotus script) to show particular view.

when user selects particular document say XYZ and clicks on ok i retrieve some data from XYZ document and set it on my current form… this all works fine.

now when i open the view next time again through picklist i want XYZ document to be highlighted or focused…

as of now it shows the first document in view as highlighted by default , but I want XYZ as default document

how can I achieve this

Subject: Prompt with OKCANCELLIST

The only idea i have is to use another view which is sorted by a unique identifier. If something already has been entered (beside the lookup value also the unique id must be saved) you would use that view to display the selection and mark the default.you could ‘hide’ the unique id by setting the font and column size to 1. After the used picked an entry you can use the unique id to lookup the document to get the values needed.