I have a form with a list on it (populated from a database), together with an add button to allow the user to add new entries.
When the user taps the add button a modal form opens up (using FrmPopupForm) and the user can add information. When they click the Done button on the modal form the information is saved to a database and the modal form is closed and the app reverts back to the first form (I'm doing this using FrmReturnToForm(0)). My question is, how do I get the list to refresh so that the new addition is visible? The data is being added to the database....if I come out of the app and then go back in my new entry is in the list. Thanks in advance for your help, Salli -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
