Welcome Guest, Not a member yet? Register   Sign In
creating a delay
#9

(This post was last modified: 07-08-2021, 08:20 PM by richb201.)

(07-08-2021, 05:55 PM)John_Betong Wrote: @richb201,

Have you tried saving the report results to a web page and a link to the latter which should render a lot quicker?
What do you mean John? Exporting to a pdf and supplying a link to it? Koolreport does have an export tool but I was just trying that and couldn't get it working (at all). How does one save to a web page w/o rendering it first?

On a slightly different take on this same thing, on my report, a user can change the taxyear.

<php
if (isset($_POST['taxyear']))
    $_SESSION['last_TY']=$_POST['taxyear'];
    header("Refresh:0");
?>
This seems to work except it keeps refreshing about once per second.
proof that an old dog can learn new tricks
Reply


Messages In This Thread
creating a delay - by richb201 - 06-28-2021, 10:05 PM
RE: creating a delay - by php_rocs - 06-29-2021, 06:11 AM
RE: creating a delay - by richb201 - 06-29-2021, 07:11 AM
RE: creating a delay - by includebeer - 06-29-2021, 05:38 PM
RE: creating a delay - by paulbalandan - 06-30-2021, 01:03 AM
RE: creating a delay - by richb201 - 06-30-2021, 04:30 AM
RE: creating a delay - by richb201 - 07-08-2021, 04:56 PM
RE: creating a delay - by John_Betong - 07-08-2021, 05:55 PM
RE: creating a delay - by richb201 - 07-08-2021, 06:54 PM
RE: creating a delay - by paliz - 07-09-2021, 01:47 AM
RE: creating a delay - by richb201 - 07-09-2021, 09:33 AM
RE: creating a delay - by richb201 - 07-10-2021, 05:57 AM
RE: creating a delay - by Gary - 07-11-2021, 08:45 AM
RE: creating a delay - by richb201 - 07-13-2021, 10:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB