Hey there, I am trying to populate a loop using the following.
<cfquery name="notice" datasource="#DSN_DATASOURCE#" username="#DSN_USERNAME#" password="#DSN_PASSWORD#">
Select *
From notice
Where id = "1,5,7"
</cfquery>
The problem is the 1,5,7 obviously. This info is coming through the...
Hey there, I am trying to populate a cfloop using the following.
<cfquery name="notice" datasource="#DSN_DATASOURCE#" username="#DSN_USERNAME#" password="#DSN_PASSWORD#">
Select *
From notice
Where id = "1,5,7"
</cfquery>
The problem is the 1,5,7 obviously. This info is coming through...
Hello,
I've been trying to display this xml information to a webpage but haven't had any success yet.
So far, I've been able to store all the page information into a variable called myXMLDoc, and successfully XMLsearched that variable... but now i'm having trouble displaying that array of...
Hey all,
Has anyone ever run into trouble using FCKeditor .. where it randomly removes COUNTRY NAMES or CITY NAMES from a block of text ?
I have a client who is using FCKeditor to administer and format his magazine-type articles... and the editor often leaves out important information such as...
My client has grown frustrated with FCKEditor, and asked me to find an alternative. I've looked on google, and found Editize.
Just wondering if anyone has any other suggestions.
Thanks.
here is the error message
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 've seen, elegantly\u003cbr /\>referencing graffiti, but very simply executed.\u0' at line 2
This tells me that all of the edited text...
Hey all,
I am trying to insert into a MySQL DB, a small textarea that uses FCKEditor.
When the client edits an article, and submits it, sometimes the text escapes the SQL insert and ends up giving an error message.
How can I stop the text from escaping the SQL statement ?
I am attempting to place a variable [value] in a ColdFusion tag called imageCFC. For some reason it is rejecting the value and giving me an error.
Below is the code I am using followed by the error I am receiving.
Thanks so much for any help I can get with this. I have tried a number of...
Thanks for your help ... this is what I ended up using .
http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/
There was also another cropper that I thought was 'a little more fancy'
http://labs.silverorange.com/archives/2003/june/mayitakeyour
Demian
Hey there Guys,
Just wondering if anyone knows how to change the filename of a PDF being sent to the browser using cfdocument? The filename attribute only works if saving the PDF to disk.
Thanks
That does not work, I get the following error...
Can not assign a value to a function.
Unable to assign a value to the function "Evaluate" on line 14, column 8
Any other ideas?
I need to set a session variable in a loop. Here is what the variable should produce once looped...
<cfset session.store[1].a1 = 18>
<cfset session.store[1].a2 = 18>
<cfset session.store[1].a3 = 18>
In the loop the 1 at the end of the variable needs to be looped, so I need to know how to set...
Hey all,
I'm trying to create an input box that dynamically previews the clients text as they type it into the box... using a font selected from a list of 5 different special fonts.
The idea I'm thinking of is used on many font and typeface websites.
example of what I'm looking for...
Thanks Rob,
I'm using CFMX.
This is the necessary order of operations. Tell me if image.cfc can control all this.
1. customer uploads an image (gif, jpg, png)
2. customer is able to crop the picture themselves, according to scaleable width and height.
I've found an example that is very close...
Hey all,
I'm starting a new project in which I must accept an uploaded image, and be able to crop the image to specific dimensions.
Does anyone know of a Flash / ColdFusion suite that does this ? All suggestions are welcome !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.