Menu

cache data issue

T.Mo
2005-04-07
2013-03-07
  • T.Mo

    T.Mo - 2005-04-07

    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

     
    • Richard Banks

      Richard Banks - 2005-04-07

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.