david7777777777
Programmer
Merlin,
I modified my DATAGRID.ASP file and followed your directions for creating an editable grid..... very impressive. I also added the little "Edit" hyperlink into the grid with an unbound column =this.anchor('Edit'). But when I click the Edit hyperlink next to one of the other records listed in the grid I get a blank HTML page. I've looked at the code and can't figure out where I need to make a change. The trace returns this error after clicking on the Edit link in an attempt to bring another record up as the Current, editable row:
FILE: recordset.asp
FUNCTION: rsEditEmployees.moveAbsolute(nIndex)
DESCRIPTION: Err 414: Cannot move a closed or empty recordset.
Any hints? I'm sure I just missed a step or something. Thanks.
I modified my DATAGRID.ASP file and followed your directions for creating an editable grid..... very impressive. I also added the little "Edit" hyperlink into the grid with an unbound column =this.anchor('Edit'). But when I click the Edit hyperlink next to one of the other records listed in the grid I get a blank HTML page. I've looked at the code and can't figure out where I need to make a change. The trace returns this error after clicking on the Edit link in an attempt to bring another record up as the Current, editable row:
FILE: recordset.asp
FUNCTION: rsEditEmployees.moveAbsolute(nIndex)
DESCRIPTION: Err 414: Cannot move a closed or empty recordset.
Any hints? I'm sure I just missed a step or something. Thanks.