Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / March 2008



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Create dynamic links.21 Mar 2008 19:08 GMT1
In a left nav column, I have several links:
<cfmenu name="nav" type="vertical" bgcolor="white" fontcolor="black">
<cfmenuitem display="page1"
      href="javaScript:ColdFusion.navigate('page1.cfm','myDiv')">
ColdFusion Crashing Due To "replace" Code21 Mar 2008 19:02 GMT3
I've used this code before, in fact it originated from a ColdFusion forums
application from way back in the day that was succesfully deployed, so I'm not
sure what's going on here. Basically I have an application that supports BBCode
(such as [B] and [/B] that is replaced with ...
trying to secure code from sql injection21 Mar 2008 17:50 GMT9
ok so someone is able to add tables into my database. I know i have a whole. I
have been correcting all data updates and inserts example
<cfqueryparam CFSQLType = "CF_SQL_VARCHAR" value="#chars#">
<cfqueryparam value="#numbs#">
CFFTP GetFile Error 55021 Mar 2008 12:48 GMT2
Okay, so we're trying to use the CFFTP tag to get a file from a secure, remote
FTP server, and copy it onto a directory in our webserver using this code:
<cfftp
    action="getFile"
HTML to Word or PDF to Word21 Mar 2008 06:57 GMT2
Are there any components out there that will allow us to get HTML content into Word format? Or, since we can generate PDF easily, PDF to Word format?
Thanks
Paul
input box in cf that intakes $ amount and accomodates commas21 Mar 2008 02:49 GMT2
The application that I took over crashes when inserting a comma in a input box.
cfgrid - agravating21 Mar 2008 02:45 GMT1
This code works with the query on the form. If I bind to a cfc, it does not
work. I just get and empty grid with a sdpinning icon
    <cfquery name="Qgrid" datasource="#request.dsn#" dbtype="ODBC"
maxrows="10">
CFMX 8 - Scheduled tasks timing out20 Mar 2008 23:06 GMT3
I just migrate from CFMX 6.1 tyo CFMX 8 and I have a problem with a scheduled
task already existing. It's not that big of a task and but page is always
timing out. I tried to re-create it but it still happens. I tried to put a
RequestTimeOut in the link like this
query withing query loop20 Mar 2008 20:55 GMT1
This is the situation that I have
<query1>
<cfloop query1>
<query2>
Using java objects in coldfusion20 Mar 2008 20:46 GMT13
I have a java object, that needs to be used in a cfm page. The java object
itself references classes from an external jar file. I've copied the java
object class, and the external jar files in the web-inf/lib directory of
coldfusion.
redirect after using cfheader/cfcontent20 Mar 2008 18:54 GMT1
I have a file that a user is prompted to download using
<cfheader
name="content-disposition"
value="attachment; filename=ProPlannerRevenueTemplate.xls" />
Dynamic CFQuery in CF 720 Mar 2008 17:11 GMT1
I am currently calling a function in a CFC file that returns an array
which is then used to populate a drop down list. I need to do this
several times and I need to query different tables and call different
columns so I though about passing in a custom structure from my cfm
Unable to consume Web Service20 Mar 2008 15:39 GMT1
I've encountered a serious problem lately which is related to Web Services in
Coldfusion.
I was trying to connect to Akamai service through the webservice:
https://ccuapi.akamai.com/ccuapi-axis.wsdl
Parse text and hyperlink19 Mar 2008 22:12 GMT9
I posted this previously but did not find a solution. I have found REGEX in the
past that might do it, but can't find the links to them anymore, one was on
houseoffusion.com but I just can't locate it.
What I want to do is take some text from a query and then parse it for any
how can i trim at the last occurance of a character?19 Mar 2008 22:03 GMT4
Let's say I've got a set of strings being drawn from a database that look like
this:
"<p>[B]This is a test<stro" (NEEDS TRIMMING)
"<p>This is a test 2</p><br />Hi." (GOOD)
Pages: 1 2 3 4 5 6 7 8 9 February, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.