Unsubscribe

2002-07-31 Thread Kathy Bergman
Unsubscribe FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Can I get a subtotal

2000-11-08 Thread Kathy Bergman
I have been struggling with this for days so I am going to try to be very clear in relating my problem. On the first page I have select boxes with option choices ranging from 1-10 that are generated dynamically, from database fields. Currently the code below generates 34 select boxes for 34

dynamic value

2000-11-06 Thread Kathy Bergman
I'm stumped and could sure use help! How can I get a total number of all items ordered? The item and quantities picked of each item display, but I've run out of ideas for outputting the total amounts. Listlen doesn't work. Any other ideas? thanks!! CFLOOP LIST="#fieldnames#"

Re: CFContent question

2000-10-09 Thread Kathy Bergman
I'm not using any MIME type that I know of. Should this be a part of the CFContent tag? Since the .xls is opening client-side, Excel has to reside on the client (Excel on the server is only applicable when you're creating .xls files on the fly, using the Excel com object). What MIME type

CFContent question

2000-10-06 Thread Kathy Bergman
I'm opening an existing Excel file using CFCONTENT. This works fine from the wwwroot on my hard drive. But, when I post the page on the company server, and view it, the web page loads but Excel does not execute. (I put the excel file in the same folder) I now wonder if Exel.exe has to

dynamic variables (cont.)

2000-08-30 Thread Kathy Bergman
I have been trying to implement the coding suggestions given on this subject over the last week. I can get the name of the variable to output if I use "evaluate", but not the value. However, in the debugging section on the bottom of the action page, the value is listed correctly. My form