Yes, sorry i posted the wrong code.
The actual hyperlinking is this:
and the processing code is:
WorkshopWONO is a string (tho actually a number stored in a text field, for reasons that they don't all have a WONO).
The processing page appears, but tells me that no record is found, so it's not processing the received value properly.
The actual hyperlinking is this:
Code:
<td style="width: 100px;"><a href="http://marlin/engeastl/scripts/RepairWorkshops/Devaction_search2.cfm?WorkshopWONO='#WorkshopWONO#'">#WorkshopWONO#</a></td>
Code:
<cfquery datasource="repairmdb" name="GetClientNo"> select ID, WorkshopFK, ClientFK, SiteFK, WORecdate, ResponseLevelFK, ClientWONO, WorkshopWONO, WorkshopJOBNO, DateRecordAdded from tblWorkshops where WorkshopWONO = '#WorkshopWONO#'
The processing page appears, but tells me that no record is found, so it's not processing the received value properly.
Comment