|
|
I pasted a piece of the code section where the Edit & Delete buttons are.
- Since these two buttons are already on the same line as the checked record,
they correctly Edit/Delete the record (see image link I posted earlier)
- Also, when one of these buttons are clicked on, the Checkbox goes to Checked.
- I also placed my own buttons at the end on the record line, & my CF reports
print correctly by getting passed the T1CustID?
What is the secret to linking the Spry Menu bar Links to my Reports via the
passed parameter?
Thanks,
jlig
</div></td>
<td><div align="right"><a class="KT_edit_link"
href="T1COEd1u.cfm?T1CustID=#rsT1COEm.T1CustID#&KT_back=1">#Request.NXT_getR
esource("edit_one")#</a> <a class="KT_delete_link"
href="##delete">#Request.NXT_getResource("delete_one")#</a> </div></td>
<td><a
href="reports/T1_Service_Agreement.cfm?T1CustID=#rsT1COEm.T1CustID#"
target="_new"><img src="images/Printer.gif" alt="Print T1 Order Details"
name="print" width="25" height="18" border="0" id="print" /></a></td>
<td><a
href="reports/T1_Information_Sheet.cfr?T1CustID=#rsT1COEm.T1CustID#"
target="_blank" class="style10">InfoSheet</a></td>
|
|