Thanks all for replying, Matt, that's what I was looking for. I remember it from WACK but couldn't get google to locate it for me.
I believe the timeout setting of cfexecute was working all along. In the end this was a stupid mistake on my part. When the excel file only had one worksheet it didn't create the file I was looking to read. Duh! Casey On 2/18/07, Matt Quackenbush <[EMAIL PROTECTED]> wrote: > > This might do the trick for you... > > http://www.petefreitag.com/item/85.cfm > > For what it's worth, I would strongly recommend *against* a previous > suggestion of using a loop that runs until the file is created; that could > be disastrous in the event that the file writing code has an error. > > > I would have though by placing a timeout on cfexecute, the remainder of > the > > script would hold off before running it's stuff. Doesn't seem to be > > working. > > I'm converting an excel document to html and this process works fine. As > > soon as this has finished I need to read one of the files so I can grab > > the > > worksheet names. I'm getting File Not Found errors, and the file is > there > > but I think it's because I need another 15 to 30 seconds before it's > > ready. > > > > Anyone have a suggestion for pausing a template? > > > > -- > > Casey > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270078 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

