If so, when you refresh the cursor using another perform() statement you are creating a new resultset, and you need to rebind the controls to the new object.
- Richard.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I implemented a combobox, populated the items with CCursor.ResultSet.ResultSet
I have code a "Reload" feature for the list, it shall feature all the latest data when the Reload button is clicked.
However, it didnt work in the way i expected. i wont be able to reload any data unless i close application, and reopen it again.
Please advise which part goes wrong.
Regards,
Timothy
Are you using data binding?
If so, when you refresh the cursor using another perform() statement you are creating a new resultset, and you need to rebind the controls to the new object.
- Richard.