Ajas,
You can probably just <cfpdf> or <cfdocument> for your document
creation after you save the content of each query loop and create
whatever display logic you need.

As far as making aquery execute longer, try the sleep() function or
using cfthread with the sleep action.


Teddy R. Payne, ACCFD
Google Talk - [email protected]




On Thu, Mar 17, 2011 at 3:37 PM, Ajas Mohammed <[email protected]> wrote:
> Hi,
>
> I am thinking of a CF schedule night 2 am job which will basically create a
> pdf based of query data.
>
> So first <cfquery> then <cfloop over that query data> and then question is
> do i want to include this pdf creation page by using cfinclude or do I use
> cfhttp call.
>
> Also, I would like a sleep call between first record and every subsequent
> record returned by query. So lets say, after pdf gets created for first
> record, there should be a delay like 7 secs , then 2nd record and so on.
>
> Let me know your opinion. I am dying to use cfhttp as I havent used that
> before. ;-)
>
> <Ajas Mohammed />
> http://ajashadi.blogspot.com
> We cannot become what we need to be, remaining what we are.
> No matter what, find a way. Because thats what winners do.
> You can't improve what you don't measure.
> Quality is never an accident; it is always the result of high intention,
> sincere effort, intelligent direction and skillful execution; it represents
> the wise choice of many alternatives.
>


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to