Search Result
Collapse
4 results in 0.0041 seconds.
Keywords
Members
Tags
-
Fred Chamberlin started a topic OutputTo: Output the contents of a form or a report without the footerin AccessOutputTo: Output the contents of a form or a report without the footer
I have set up for users to output various forms and reports to either Excel or to PDF format. In both cases, I would like the footer to not be included in the output. The footer area includes the button to output the form or report. Any suggestions? -
Session won't work.
I want to create an admin session to display a div on my website with stats, unviewable for everyone except for me. So i wrote this script:
AdminSessionLog in.php
Code:<?php include 'header.php'; $ip = $_SERVER['REMOTE_ADDR']; $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $pass = $_POST['pass']; $adminsetpass = "AdminPass"; if($ip
-
SSRS Exported CSV files have the header on EVERY row
In SSRS, when a report is exported to csv it seems to output in the following format:- <HEADER> <FOOTER> <DETAIL1>
- <HEADER> <FOOTER> <DETAIL2>
- <HEADER> <FOOTER> <DETAIL3>
- <HEADER> <FOOTER> <DETAIL4>
and repeats like this for every row, repeating the header and footer on every line.
However I want it to output the header at the top of the csv, then... -
Background Footer Disappearing
Hi
I have been having some trouble with my background footer its fine when I am at the default zoom level (In all browsers), however when I zoom out it resizes/disappears.
I have two background images, a header and footer, the header resizes correctly and never disappears despite having almost exactly the same code.
CSS:
Code:body { margin:0px; text-align:center;