| Thread | Last Post | Replies |
|
| chart ssl message | 29 May 2007 14:02 GMT | 5 |
Hi i have a secure ssl page, with a cfchart on. when a user views the page they get a alert message, "this page contains both secure and non secue etc." i know this is caused by the standard chart web links, but how can i get rid
|
| Dynamic Quoted Value List Column | 29 May 2007 13:35 GMT | 3 |
While working on an autosuggest custom tag, I am allowing the user to pass in either an array or a query. If a query, I need to loop through each column and add it to the possible suggestions. I cannot however get the dynamic column name to read without CF7.02 throwing an error ...
|
| urgent help on minimize code | 28 May 2007 20:26 GMT | 2 |
I have 3 different type " 1. state 2. COM 3 DC All three below query are same but base on type it get result. Instead of writting three time. Is there any way i can write query 1 time and pass three value one by one.
|
| Application.cfc | 28 May 2007 19:59 GMT | 3 |
Below is a section of my application.cfc. The page loads ok but when I make changes to the applcication variables (e.g Application.var1="var1Name"; ) no changes take place when the page reloads on the browser.
|
| Now() Time Issue | 28 May 2007 18:56 GMT | 3 |
I am have a perplexing issue and cannot seem to find any discussion on the internet about it. I have a simple field that is populated via the Now() command. However, it is exactly 4 hours ahead of my system time. Does anyone know how to resolve this?
|
| A struct in the application scope will be lost / damaged | 28 May 2007 18:47 GMT | 3 |
we have a strange problem with our CFMX 7,0,2, perhaps somebody can help? In the application.cfm a xml-file will be loaded, parsed and saved as a struct in an application variable. This will take place only if the struct isn't defined. We set the application variable exclusive ...
|
| Best practices with CFDOCUMENT and PDF's | 28 May 2007 18:04 GMT | 1 |
I am getting mixed signals on using CFDOCUMENT to create PDF's. When speaking with other CF Developers they seem somewhat suprised when I speak of the problems I have had creating PDF's using CFDOCUMENT. It seems kind of hit or miss. Some developers either have had no problems ...
|
| Transfer Contacts to lotus notes | 25 May 2007 16:35 GMT | 3 |
I am trying to transfer contact infomation from coldfusion page to lotus notes for clients using lotus notes. Does any one have any idea or link to any site that has activeX or XML transfer information for doing that? Regards
|
| E-Mail Errors | 25 May 2007 14:48 GMT | 2 |
I didn't get any answers at CF Server Administration, so I thought I'd try here. I'm running CF4.5 and we have a number of scheduled tasks that run daily, weekly, etc. and I'm hoping there's a better way of finding problems with them than someone in accounting getting upset ...
|
| ASP Web service is posting to CF module | 24 May 2007 20:35 GMT | 2 |
Here is some background... (sorry if I am supplying unnecessary detail) I am working on a project to receive XML data from a business partner (let's call them ABC). They supplied us with an application written in ASP .NET 2.0 (ABCIntegrationEngine.asmx) that we loaded on our ...
|
| Return PDF file via webservice | 24 May 2007 19:03 GMT | 1 |
A customer requested a webservice that, by inputing a SKU code, returns a PDF file with all data on that SKU. My question is, can I generate and return a PDF file directly from a CFC using binary? I already have the PDF creation part done using cfdocument. Would it be
|
| max xml block size? | 24 May 2007 18:56 GMT | 1 |
I was debugging some ajax code written by a previous programmer. The code builds a large xml variable that basically outputs a large HTML block. Problem was some of the HTML block was getting cut off in Firefox but was OK in Internet Explorer. The programmer had written this ...
|
| XML set to variable | 24 May 2007 17:33 GMT | 9 |
I'm able to set a variable based on an xml response. When I output it, it appears fine. When I update my database with the variable, it's showing extra information. Why isn't it showing up in the output? I'm using the same #variable.resultcode#, etc.
|
| CFMail 1 Message Multiple Names Dynamically | 24 May 2007 17:21 GMT | 4 |
Is there a way to send a mail message to multiple users. I tried using the query tag, but that will send a message to each person without the other names being listed in the two field. What I want to do is have a variable that contains every person to send it to and use that ...
|
| XML Question | 24 May 2007 00:20 GMT | 4 |
I haven't used XML before and I was given a file that looks like this: <DataSet> <productSum> <productTotal>2</productTotal>
|