How can I convert the following lines of code from using createObject to cfinvoke? My host has blocked createObject but was told I can use cfinvoke in place of it but I don't know how that wo...
Would case be quicker than the the code?
<cfif #url.page# IS "create">
<cfelseif #url.page# IS "edit">
<cfelse>
</cfif>
thanks
Using Coldfusion 5, can I read a string, and determine if different parts are verbs, nouns etc?
Thank you
We have just opened a back end on our webside for clients to acces, upload and download files & are having problems with larger files (anything above 30mo)
it seems that we have a setting on ...
My cfselect dropdowns have varying width.
Q: Is there a way to force them to right-fill so that they all have the same width?
I see a width= argument, but it apparently doesn't have any effe...
I have a Verity collection that indexes database content. It is running into performance problems when searching for multiple keywords.
For example, a search for keywords summer takes 1500m...
Just wondering if anyone knows a way to either:
1) Programatically fetch the full file system path to the coldfusion spool directory
or
2) Programatically fetch a count of the mail f...
I need a cfmail that will loop through all the email addresses in my database table sending the same email.
I am assuing that I would put the cfmail inside of a qury but dont know exactly h...
Hello,
I have been using the cfx_http tag doing some web service calls. If the
webservice is slow in responding while the site is busy it will lock up
the 8 available threads available...
Hi, is this and error in the way CF check as page, as i have a page like so....
<cfif isdefined('URL.format')>
<cfdocument format="#URL.format#" scale="99">
</cfif>
some text
<cf...
Does anyone know where I can find a good reference model for manipulating and interacting with the Outlook DOM in Cold Fusion? I can get the Active X to load in CF pages but can't find any doc...
I have a page that dynamically pulls column names from a query using ColumnList from any number of stored procedures that may be called from it.
example:
<CFLOOP INDEX="FieldName" LIST="#Que...
I have a 'users' table and a 'diaryDates' table. The users table has two foreign keys columns: assignedTo & createdby which pull from the users table. I need to change my SQL query around t...
Hello,
I have read a file into a variable using cffile.
I now want to use a regular expression to get all the filenames that are inside of the cfincludes inside the file.
<cfinclude t...
Hi all,
I'm trying to do a hover effect with Javascript and CSS but I'm having a little trouble with the syntax.
I think I may need an array but I'm not an expert at Javascript.
Thi...
I'm a newbie to coldfusion 7 in particular. I've finished creating a database using Microsoft Access 2003 and testing the database locally on my computer successfully. But since uploading it t...
I have a form on my website that writes field data to a SQL Server database via Coldfusion stored procedure. The form has two parts - the first part collects user contact information and on '...
Hallo.
I have two codes and they are working both.One with an insert-form and one with dynamic dropdowns.
How can i use the dropdowns form into the insertform for choosing for ex. in my form...
I have a selection form that the user can select the required query fields needed to update.
Currently I have an update form that the user can update multiple records on a page. What i need t...
My ColdFusion application server hangs every now and again and the service needs to be restarted. Each time this happens, I find JRUN running at 50%. It's a dual processor box, so that could...
I am using the following line in my code to populate a DIV on my page..
<script>
obj.innerHTML = '#JSStringFormat(variables.content)#'
</script>
The variable "variables.content" hol...
Using coldfusion or javascript.
I would like to have a listbox on the left which will be dynamically populated via coldfusion. I want to be able to select one or multiple entries, click "AD...
I have found very little documentation for the FCKEditor for Coldfusion 8, specified by <cftextarea richtext=true>
I specifically need instructions for specifying file locations for uploadi...
Hi , is there a cfscript version of
<cfset mynewstring = #Replace(string, substring1, substring2 [, scope ])#>
?
MY problem is simple.
I am using Server 2008 (Longhorn) Beta 3 - 32 Bit
Cold Fusion MX7 (7.0.2)
I have managed to configure Cold Fusion to work with IIS 7 however Flash Data does not lo...