Hello - please forgive the long description below...
I am trying to create a web page that will allow me to update multiple database records simultaneously. I have created the pages using Dreamweaver Ultradev 4, with additional code for the multi update function.
I have a search page, where the user enters their unique ID, a results page, where all DISTINCT records (in this case Purchase Orders) belonging to this ID are displayed, and then a detail page, accessed by following a "go to detail" link from the Purchase Order number field, which shows all Purchase Order lines belonging to that Purchase Order number.
The data on the detail page shows correctly, and I have added checkboxes, the names of which incorporate the unique identifier of the DB table in order to make them unique, which should set each record to a status of "Closed" when selected.
Here lies the problem: when I submit the page, which should link back to itself, and display only records not designated "Closed" from the DB, it simply returns the message "Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record." . I think this is due to the page expecting a URL parameter for the Purchase Order number, which it is not receiving on linking back to itself, but I am not sure how to get around this, and have been searching for a solution to no avail. I can post the code if necessary. Can anyone help?
Many thanks,
-James
I am trying to create a web page that will allow me to update multiple database records simultaneously. I have created the pages using Dreamweaver Ultradev 4, with additional code for the multi update function.
I have a search page, where the user enters their unique ID, a results page, where all DISTINCT records (in this case Purchase Orders) belonging to this ID are displayed, and then a detail page, accessed by following a "go to detail" link from the Purchase Order number field, which shows all Purchase Order lines belonging to that Purchase Order number.
The data on the detail page shows correctly, and I have added checkboxes, the names of which incorporate the unique identifier of the DB table in order to make them unique, which should set each record to a status of "Closed" when selected.
Here lies the problem: when I submit the page, which should link back to itself, and display only records not designated "Closed" from the DB, it simply returns the message "Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record." . I think this is due to the page expecting a URL parameter for the Purchase Order number, which it is not receiving on linking back to itself, but I am not sure how to get around this, and have been searching for a solution to no avail. I can post the code if necessary. Can anyone help?
Many thanks,
-James