Forums
This topic is locked
UPDATE NAVIGATION BUG?
Posted 11 Aug 2002 21:03:56
1
has voted
11 Aug 2002 21:03:56 Garrett Reynolds posted:
I can apply the update behaviour sucessfully however heres the problem. The search criteria for the update record search sometimes produces more then one return, so the users simply clciks on the Next button to go to the relevant update page however when they do this they get the "Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. " which is not true. This is the line of code its tripping up on
<input type="hidden" name="MM_recordId" value="<%= rsPeople.Fields.Item("PersonCode"

Any suggestions are most welcome. Thanks
Replies
Replied 12 Aug 2002 05:22:55
12 Aug 2002 05:22:55 aegis kleais replied:
Um... if you're gettin a EOF or BOF error, at least ONE of the records (that is not only queried but is also using it's data on the page) must be EOF or BOF. ASP won't make an error where it gives that error code if the recordset EOF/BOF is not true.
Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])
Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])