cfcontent and excel problem

2003-02-26 Thread KeAnne Hoeg
I have created an application that uses cfcontent to generate an Excel spreadsheet of the user's query results. Believe it or not, we have a few users who are still using Office 97, and they have encountered problems opening these files when the file size is about 2MB and larger. We don't exp

RE: cfcontent and excel problem

2003-02-26 Thread KeAnne Hoeg
browser with the proper http >header changes. Excel97 can handle more data this way compared to dumping >tables to Excel. > >Doug > > >-Original Message- > >From: KeAnne Hoeg [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, February 26, 2003 10:45 AM > >To:

Session Variables Suddenly Stopped Working

2004-06-03 Thread KeAnne Hoeg
I inherited a site that uses session variables to track users' paths through the site and to handle the Admin login section.  The code worked fine until yesterday when it suddenly stopped working.  The only information I get is "Processing Error".  Does anyone have any idea why it suddenly stopped

RE: Session Variables Suddenly Stopped Working

2004-06-03 Thread KeAnne Hoeg
nd locking.  Does that mean the problem is with the lock itself? >From: KeAnne Hoeg <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Session Variables Suddenly Stopped Working >Date: Thu, 03 Jun 2004 10:45:57 -0400 > >I inhe

Re: Session Variables Suddenly Stopped Working

2004-06-03 Thread KeAnne Hoeg
ssion Variables Suddenly Stopped Working >Date: Thu, 3 Jun 2004 10:36:25 -0500 > >Sounds like the server admins just turned on strict locking validation. >Have >you talked to them? > >- Original Message - >From: "KeAnne Hoeg" > > > The message says

Re: Session Variables Suddenly Stopped Working

2004-06-03 Thread KeAnne Hoeg
Thanks for the suggestion, Dave!  We'll give that a try. >From: "Dave Carabetta" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: Session Variables Suddenly Stopped Working >Date: Thu, 03 Jun 2004 12:27:56 -0400 > > > >KeAnne, I don't know the answer

Array Help

2004-09-07 Thread KeAnne Hoeg
I have a form on which I am trying to populate a few text boxes with SSN and address based on the name selected in a drop-down box.  I can see that the array was created successfully, but I am having problems getting the selected value to work with the array to find the SSN and address. The error m

Re: Array Help

2004-09-07 Thread KeAnne Hoeg
<br> <br> if (aryX[0] == iTraveler)<br> //var sSSN = aryX[1];<br>    objSSN.value = aryX[1]<br> }<br> <br> }<br> <br> //--><br> <br> <br> <!--<br> <br> function  _CF_checkCFForm_1(_CF_this)<br>