wannab0133
I have set up a psql datasource(odbc) in cf10.  Everything works fine, but some tables require a password.  In order to provide the password, for each databse connection, I need to make the following…
in ColdFusion
wannab0133
I am writing a process that loads an office 365 exchange calendar from an external database.  I have the functionality working.  Howver, it is not efficient.  I am looping through several hundred…
in ColdFusion
jsprince
Hello.   Attempting to edit files results in lag while typing.  This lag sometimes exceeds 10 seconds. removing the bootstrap.min.css allows edits to work as would be expected.   We combine PHP…
in Dreamweaver support forum
wannab0133
Is there a way to make a quick <!--- comment (cfml) rather than a <!-- comment (html) by using shortcuts like ctrl+shift+/    ? I am used to adding comments around blocks and lines using keyboard…
in Edge Code CC Preview
ccsimmons
Is CFBuilder dropping FTP synchronization, or is it just not part of Thunder yet?  Or should I install some 3rd party plugin.  Yes I know FTP synchronization is old school.
in ColdFusion Builder
Aneesh_Kumar
I have ColdFusion 10 Developer edition. It has update 10: version number is 10,10,10,284825. The server does not run scheduled tasks. If I choose "run" from the scheduled tasks window, it says "the…
in ColdFusion Server Administration
wannab0133
A client is asking me to upload files in word, pdf, or whatever format.  These documents are legal documents.  The upload is no problem, however, he also wants me to create a screen for him to edit…
in ColdFusion
wannab0133
Why does this work? <cfset projectList = Application.Projects.getProjects(CompanyID=request.User.CompanyID)>   BUT, this throws an error?(Could not find the ColdFusion component or interface…
in ColdFusion