J
|
Jane 7/1/2008 |
Hi, <A href="_articles_print.php?a=delete&mdelete[]=1&mdelete1[]={$show_RecordID}" target=_blank>View Printer-friendly page</A>
|
S
|
SJWilson author 7/1/2008 |
Darn, it's not working. It opens the printer friendly page and shows just the header and footer but no record. |
J
|
Jane 7/2/2008 |
Hi, <a href="_article_print.php?a=delete&mdelete[]=1&mdelete1[]={$show_key1}">Print</a> |
S
|
SJWilson author 7/2/2008 |
Hi, make sure your URL is correct. Also if ID field is removed on the view page use following code:
|
J
|
Jane 7/2/2008 |
Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error. |
S
|
SJWilson author 7/2/2008 |
Ok, project uploaded and email sent. Thanks Jane. |
P
|
pengas 8/6/2008 |
Hi, make sure your URL is correct. Also if ID field is removed on the view page use following code:
|
J
|
Jane 8/7/2008 |
Hi, Database_export.php?editid1={$show_ID}
if (@$_REQUEST["editid1"]) $strWhereClause = whereAdd($strWhereClause,"ID=".$_REQUEST["editid1"]); |