| Thread | Last Post | Replies |
|
| break line | 28 Feb 2006 20:31 GMT | 1 |
I have the form for user can submit some information. There is one filed call long_desciption that user can type or copy and paste a long document into the textarea field then insert it into the database. The problem I have now is no break line when I output this filed. How do ...
|
| send to printer | 28 Feb 2006 19:02 GMT | 1 |
I have a template that generates pdf invoices on disk. Is there a CF custom tag or a script that will look in the directlry and send them to a given printer? thnaks kes
|
| CF Server hang or need restart every 24 hrs | 28 Feb 2006 18:24 GMT | 2 |
Our server hang every 24 hours or so I notice the PF Usage (Page File under task manager) build up very quickly within 24 hours it will going up from 400Mb to 1.8Gb or more and finally the server will become unresponsive for very long or stop responding and needing to restart ...
|
| [CFM] Integrated Windows authentication | 28 Feb 2006 17:54 GMT | 1 |
It's possible to get back the user / password of the browser with a integrated windows authentication. I need to request a secure URL, but i need to know where is the logged user. Is there any people that have experience with integrated windows
|
| how to catch undefined xml elements | 28 Feb 2006 17:26 GMT | 2 |
Can someone suggest the best method to catch undefined elements in xml? Is using cftry/cfcatch the only way, or is there a way to use IsDefined or another function. Thanks for your help
|
| cffile for wordferfect | 28 Feb 2006 16:35 GMT | 1 |
I am using cffile to successfully upload word and pdf files but fail with wordperfect. Here is the accept parm I am using: accept="image/gif, image/pjpeg, image/jpeg, text/html, application/msword, application/pdf, application/wordperfect">
|
| Sub routines | 28 Feb 2006 15:14 GMT | 1 |
What are some methods you all do sub routines and call another page in Cold Fusion? I have an application that requires the client to run about 10 queries one after another. Is there anyway I can have the query run and once it's complete run the second query?
|
| Office 2003 SP2 - object creation failures | 28 Feb 2006 09:17 GMT | 2 |
We are using MS Office 2003 and a VB 6 dll to interface with Excel for data import and export. ( There are several Java solutions to interface with Excel, but I use a VB6 DLL since I need the ability to build custom on-the-fly Pivot Tables. The Java
|
| Antivirus Program through Coldfusion | 28 Feb 2006 09:17 GMT | 1 |
Hi to every one, Is any body knows how to run antivirus program through ColdFusion. Or in other words how to scan an uploaded file for viruses when upload through website having Coldfusion. ....
|
| Scheduled Task Silently Fails | 28 Feb 2006 01:54 GMT | 2 |
I have a scheduled task that, when put into a browser window, runs successfully. When I click 'Run Scheduled Task' it says 'This scheduled task was completed successfully. '. However, the output (emails sent to users) are never received. I don't find anything failing in the ...
|
| cfdocument and linked stylesheets | 27 Feb 2006 23:15 GMT | 1 |
I have a simple page with a linked style sheet. The page produces only blank pdf's. If i comment out the link the page prints albeit without the style, but it creates output. Is this a bug? I've used another pdf generator and the linked style sheet did not create a problem.
|
| Trying to pass session variables to a new window | 27 Feb 2006 23:04 GMT | 2 |
Ok, here's the issue: This nice little loop displays a list of clickable customers in my database. What happens is that #custnum# seems to get set to whatever the last record is (because when I click it, it goes to that session customer), even though when I
|
| Dynamic Multiple Select List | 27 Feb 2006 20:19 GMT | 1 |
I would like to have a dynamic select list that will post back to itself and based on what the user selected I would like to have another dynamic multiple select list based on what the user selected in the first select list. For example if the user selected Vegetables from the ...
|
| looping in javascript | 27 Feb 2006 18:17 GMT | 5 |
i want to loop this porder query in javascipt. thnkx <script language="JavaScript"> function popup(){ window.open("codechk.cfm?ordernumber=<Cfoutput>#porder.ordernumber#</cfoutput>&c
|
| help with query off a list | 27 Feb 2006 17:04 GMT | 1 |
I have a fielda in my database, fld_bagent. In both this field I am storing the agent Id attached to a particular file number. What I am trying to do is query my userlist table agaist the list. So that for every entry into the list, I can return all the user information for that ...
|