Re: Reading from .file and storing data in database
I am already using Ben Nadel's function to read the csv file and storing it in a query and then displaying it from query.everything works fine. But as i said the contents to my file are getting...
View ArticleRe: How do I modify XML? I know where it is, but cannot figure out how to...
---------------------------------------------------------------------- ----------------------------------*** UPDATE ***----------------------------------------------------------------------...
View ArticleRe: How do I modify XML? I know where it is, but cannot figure out how to...
Hmmm... I googled "coldfusion import xml into another xml doc" and the first match (Ben Nadel's blog) pretty much explains what you need to do, I think..? -- Adam
View ArticleRe: Return Soap Fault in CF web service
Hi Dina, Did you find a solution to your problem? I'm looking at doing the same thing. Cheers,Simon
View ArticleRe: ColdFusion 9 will not uninstall
That might be a little extreme and will cause false positive deletions in cases where other versions of CF are installed or even ColdFusion Builder is found. First I suggest attempting to uninstall...
View ArticleRe: Has Adobe abandoned CF in Dreamweaver CC?
Good to hear that Adobe is not giving up on a product that has a large legacy following, however the question still remains: Why remove it from Dreamweaver? Why take something away from your customers...
View ArticleRe: Jquery autocomplete with json
Please define "doesn't work". Put your code online somewhere so that we can see it running.
View ArticleCore Support on ColdFusion 9.0.2
Hello, Can Adobe please confirm what is covered by "Core Support" on Adobe ColdFusion 9.0.2 as this ends on 31/12/2014. Is this only for security hotfixes and major patches? Thanks in advance
View ArticleRe: Core Support on ColdFusion 9.0.2
Hello AdobeUser13, During the core support, Adobe will fix critical security issues on all versions having Core Support, but not after it ends. Regards,Anit Kumar
View ArticleRe: Timesheet entry form that auto-fills the Date ranges?
Here is the solution to populate the week-day labels:------------------------------------------------------------------<!--- Populate the Week Days with Dates after employee picks the week from...
View ArticleRe: Timesheet entry form that auto-fills the Date ranges?
Here is the solution to populate the Totals textbox..---------------------------------------------------------------------<!--- Sum up the Regular row whenever employee modifies the time value(s)...
View ArticleI want to download coldfusion 7 ?
I am unable to find coldfusion7 anywhere .Found this link http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion7 But its taking me to coldfusion 8 , 9, 10 dowload.
View ArticleRe: URL rewriting in coldfusion 9.
Your question is a bit vague, but yes you can do URL rewriting on a ColdFusion server. We use ISAPI rewrite (from Helicon) on our CF10/IIS8 installation, but it can also be done using IIS itself which...
View ArticleRe: Jquery autocomplete with json
It doesn't bring back any records. But if I browse the CFC it works.
View ArticleRe: complete example of using the jquery autocomplete with ColdFusion
Tribule the autocomplete you posted uses a txt file for the data. I need the same code but want to query a database. Any suggestions?
View ArticleRe: Jquery autocomplete with json
AS you know, the CFC just replaces the file by outputting exactly the same data as the file would. Without seeing HTTP traces, JavaScript error logs etc etc it's very hard to give an answer or see what...
View ArticleRe: Jquery autocomplete with json
It's on my DEV server and it may not work on my prod server because the server admin hasn't turned on remote access yet. Here is my code: <link rel="stylesheet" type="text/css"...
View ArticleColdfusion only displays variable names, not variables.
Hi! I'm just getting started with ColdFusion and I'm having difficulties already. I have the following: <cfset firstname="bob"><p style="font-color:#ccccc">Hello...
View ArticleRe: Jquery autocomplete with json
Could there be server settings that will not allow jquery to work? I added the code from this example on my server and it doesn't work either: http://jqueryui.com/autocomplete/
View ArticleRe: Jquery autocomplete with json
Well I turned debugging off and this work but my other code still doesnt work
View Article