I have a form with a pageframe and two pages.
In the form load, I load up a cursor. The cursor is used on Page1 in a listbox. I have a command button to processes a transaction based on what record is selected in the listbox.
What would the best way to update the cursor be? I basically need to reprocess the select from into the same cursor name, after the command "Click" has processed.
I've tried several places, but it always errors out on me due to the listbox searching for the cursor.
In the form load, I load up a cursor. The cursor is used on Page1 in a listbox. I have a command button to processes a transaction based on what record is selected in the listbox.
What would the best way to update the cursor be? I basically need to reprocess the select from into the same cursor name, after the command "Click" has processed.
I've tried several places, but it always errors out on me due to the listbox searching for the cursor.