| Thread | Last Post | Replies |
|
| Calling custom CF tag from javascript | 08 Jul 2007 11:12 GMT | 7 |
Could someone please help me by posting some psuedo code to call a custome cf tag from javascript? I am feeling pretty dumb but can't figure it out... Thanks bunches! Va.
|
| Email Using Outlook | 07 Jul 2007 14:47 GMT | 1 |
Can I Send the Mail Using Outlook , I have Try by Using Smtp but from some Mail Id it Bouce back or They Cant Reach to that Mail id, Another Prob. Faced by me is mail may be in bulk mail on yahoo, i found that. can anyone Help
|
| Function call | 06 Jul 2007 23:29 GMT | 5 |
I need to call a function and pass a query to it by clicking a button (or link). What is the best way to do it? The function actually converts the passed query into excel format and
|
| Does anyone know why.... | 06 Jul 2007 21:18 GMT | 5 |
You can't put write query cells (<cfset temp = QuerySetCell) inside of <cfif> tags? Whenever I try it the code won't run. It just skips that portion completely. Thanks in advance, Anthony
|
| CFSELECT validation in Flash format form | 06 Jul 2007 17:48 GMT | 1 |
In the past, I have used Javascript validation in CFFORMs to validate CFSELECT input, due to the bug in Coldfusion validation (most of my client sites are on shared servers, so I can't modify the cfform.js file). The Javascript I found somewhere worked great:
|
| Ajax help needed | 06 Jul 2007 17:22 GMT | 1 |
I am trying to do 2 or more ajax queries after each other. I can get the first query to work with CF but none after that. Basically I have a drop down list of buildings when you select the buildings it calls a coldfusion page with a query on that returns all of the controllers ...
|
| Custom Server Side Form Validation Page | 06 Jul 2007 15:59 GMT | 2 |
I'm developing something using server side form validation and my only problem is that the page it takes users to is ugly! Is there a way to customize this page?
|
| Image Data Type in MS SQL | 06 Jul 2007 14:08 GMT | 1 |
Can anyone help me how can I save image(jpg) and retrieve back as a image into db as a image datatype to MS SQL? I don't want to save path of image and store image at server.
|
| Denied Access | 06 Jul 2007 13:34 GMT | 5 |
I sincerely hope someone here can look at this as I am totally out o my depth. I have a CMS application which has suddenly stopped uploading files. I receive the following error message Security: The requested template has been denied access to
|
| Dynamic Forms (Data Dictionary) using CFForm (??) | 06 Jul 2007 10:16 GMT | 5 |
The basic plan is to build the forms in my application dynamically using a data dictionary rather than basing them upon static tables and having statically coded forms to match. This would allow me to offer the ability for an administrator to add new fields if required (client ...
|
| How to the custom color in the Java object? | 06 Jul 2007 08:25 GMT | 2 |
My code: <cfset var image = createObject("java","java.awt.image.BufferedImage") /> <cfset var color=createObject("java","java.awt.Color") /> <cfset g = image.getGraphics() />
|
| COM object problem | 06 Jul 2007 02:06 GMT | 1 |
I am attempting to rewrite some ASP code with CF MX 7. The ASP code originally returned a recordset from Microsoft Indexing Service. I can create the object and return the number of objects within the recordset but I don't know how to access the records within the recordset (i.e. ...
|
| Decrypt Problem | 05 Jul 2007 19:28 GMT | 2 |
I'm having a bit of a problem with the decryption of user passwords. Here is the error I'm getting: "There has been an error while trying to encrypt or decrypt your input string: Given final block not properly padded. "
|
| IE 7 compatibility issues | 05 Jul 2007 16:54 GMT | 2 |
Appear to be having problems displaying full menu listings in IE 7. Works fine in everything else. Code used is as follows, but willing to change if needed <cfquery name="menu" datasource="#datasource#" username="#dbuser_name#" password="#db_password#">
|
| CFDocument Alert | 05 Jul 2007 15:15 GMT | 1 |
:confused; I would like to set up a pop-up message for flashpaper documents generated from cfdocument. The message would say something like "For best printing click the printer icon at the right end of the silver bar." I have far too many
|