| Thread | Last Post | Replies |
|
| Uploading Office '07 Documents | 30 Apr 2008 23:15 GMT | 1 |
I am currently using this to control the filetypes uploaded: <cffile action="UPLOAD" destination="#capsimpath#\Homework_Assignments\attachments\student" filefield="file1" nameconflict="OVERWRITE" accept="image/gif, image/bmp,
|
| Is there a way to Auto add the / while inputting a date into a textfield | 30 Apr 2008 17:44 GMT | 3 |
For example, if typing a date into a text file, is there a way to automatically add the /'s to the date as it's being typed?
|
| Structure problem | 30 Apr 2008 14:15 GMT | 3 |
I have this code: <CFSET OrderStruct = structNew()> <CFOUTPUT QUERY="buildNew"> <CFIF NOT structKeyExists(OrderStruct, "#productname#|#partner#" )>
|
| Ms Access - Data Mismatch | 30 Apr 2008 09:41 GMT | 1 |
I am not getting the correct data when use my simple ms access query ... I mean lets say I am looking for 2 (which is a number ) within the records... The result returns the sample " 53, 23, 24, 4, 43, 56, 55, 44, 59 "... Why is that ???
|
| Access Public Folder in Exchange | 29 Apr 2008 15:48 GMT | 4 |
Using CF8, I currently can access mailboxes and folders in my exchange information store except for folders in the public store. Does anyone know how to access information in the public folders using CF8's exchange tags. Trevor
|
| Handle XML response from ASP.NET web service | 29 Apr 2008 15:20 GMT | 2 |
I've been looking all over the internet and either I'm searching wrong, or I'm simply crazy by trying to achieve this. I am trying to consume a web service done in ASP.NET from a coldfusion page. The specific method I'm calling returns a simple XML document
|
| CF Ajax - how to make a small form 'pop up' over the existing content | 29 Apr 2008 12:35 GMT | 1 |
hi. i have a standard html form with quite a few elements (selects, radio buttons, input fields, text areas etc) some users will need the ability to supply additional data but i only want the fields for this additional data to appear upon request (to keep the form clean
|
| if the value of the field is "one" Display the message your value is one | 29 Apr 2008 10:22 GMT | 2 |
Hi I have to check a a field value in the database. And output it in HTML if the value of the field is "one" Display the message your value is one if the value of the field is "two" Display the message your value is two
|
| javascript var for cf tag to read | 29 Apr 2008 09:00 GMT | 9 |
I'm having trouble getting coldfusion to read my javascript output for coldfusion to process. I am generating a list of records based on a query. Every record is written inside a table. Each table's height is undetermined until the data is
|
| Consuming axis webservice works in ColdFusion 8, not in ColdFusion 7 - same exact code | 29 Apr 2008 06:18 GMT | 3 |
I have the same CFML code that I used to invoke a webservice in ColdFusion 8 that works fine. When I deploy this in a ColdFusion 7 server, I get an illegal argument exception: Could not perform web service invocation "insertUpdateDnbCompany".
|
| How do you automate an rss feed? | 28 Apr 2008 19:57 GMT | 5 |
I have a .cfm page that generates an RSS feed. Everything is working fine, but how do I automate it so it pudates the feed file every say hour or so? Is there something I can put in the application file that regenerates the feed file so it is being updated?
|
| CF Menu Issue | 28 Apr 2008 17:16 GMT | 1 |
This is becoming a real issue on a very public Website- just wondering if there is a workaround? This issue must have surfaced before? The pages load with the horizontal menu bunched up vertically in right corner for a few seconds- long enough to be distracting- would love to ...
|
| Dynamic Parameters for a CFHTTP POST Request | 28 Apr 2008 16:57 GMT | 2 |
I need to call a service using CFHTTP (Post) but the parameters passed to the service are dynamic so there is no way to create a static list of CFHTTPPARAM tags. Actually, there are some static parameters but there will always be dynamic parameters that are included in the ...
|
| Unable to use mail in Korea, Traditional Chinese and Thai | 28 Apr 2008 11:26 GMT | 5 |
I have just started using CF 8. I have trying to send email using CFMAIL. The content of the email consist either Korea or Traditional Chinese or Thai characters. But the characters are not displaying in the email.
|
| Redirect after login | 28 Apr 2008 05:33 GMT | 12 |
I have : <cfif #SESSION.usrlogin# neq "true"> <a href="login.cfm">login</a> <cfelse>
|