Navigation Buttons Help
Hi,
I have created a screen which lists all records and have two buttons on the screen to add a new record and amend an existing one. I also have a piece of code 'on activate" which does a me.refresh.
If I select a record using the navigation bar and then hit the amend button, a new screen is launched, to edit the record in full. On saving the changes and exiting the amend screen, the user is returned to the list screen, the data is refreshed, but importantly, the cursor remains on the navigation bar next to the record just updated. This is what I want.
The problem is when adding a new record. After creating a brand new record and I return to the list screen, I have to perform a me.requery, so that the record appears. Is there anyway to have the cursor on the navigation bar, default to this newly created record? I have the list ordered alphabetically at the mo, so the record could appear anywhere in the list.
Kind Regards
Simon
Hi,
I have created a screen which lists all records and have two buttons on the screen to add a new record and amend an existing one. I also have a piece of code 'on activate" which does a me.refresh.
If I select a record using the navigation bar and then hit the amend button, a new screen is launched, to edit the record in full. On saving the changes and exiting the amend screen, the user is returned to the list screen, the data is refreshed, but importantly, the cursor remains on the navigation bar next to the record just updated. This is what I want.
The problem is when adding a new record. After creating a brand new record and I return to the list screen, I have to perform a me.requery, so that the record appears. Is there anyway to have the cursor on the navigation bar, default to this newly created record? I have the list ordered alphabetically at the mo, so the record could appear anywhere in the list.
Kind Regards
Simon