/t5/dreamweaver-discussions/undefined-using-rs1-fields-item-quot-columnname-quot-value/td-p/850719Aug 07, 2008
Aug 07, 2008
Copy link to clipboard
Copied
Hi all, I'm using the built in asp link to detail page
wizard, as instructed to do by the help file. For the purpose of
creating a link to delete/update record functions.
However when i click the link, the data is not correctly
pulled into the url variable and ends up with Undefined for the
value.
/t5/dreamweaver-discussions/undefined-using-rs1-fields-item-quot-columnname-quot-value/m-p/850720#M135848Aug 08, 2008
Aug 08, 2008
Copy link to clipboard
Copied
I've run through, Simplifying the code as much as possible by
removing the extra DW code that's not relavant.
The first iteration of the
<%=(RS1.Fields.Item("ACCESSID").Value)%> (bolded) works
properly and displays the intended data from the recordset. However
the second time i attempt to call the same data from the recordset,
it returns an Undefined result.