impulse24, Thanks for the reply.
Here's the issue:
I have an area where a user can unlimited text into a "text" field in the database.
However, on my testing, the text gets truncated rather quickly, and any time I try to add more text, the site goes thru the process without any errors, but it...
OK, here's the deal. I've never even used a stored proc, and I need to install one in order to resolve a text filed issue that I'm having.
I have tsweb access to the server, it's using SQL Server 7, IIS 5.0, Windows 2000 professional.
I am coding in ColdFusion, and I am using the <textarea>...
I used to use them for my personal site, but they are extremely unreliable, and take forever (if) and when they reply to your issue. They have so many different "times" to login in that I have a site on there and I have no idea how to access it.
STAY AWAY FROM THEM!!!
Are you executing the query before putting the results into the mail?
You may need to do something similar to this:
<cfquery datasource="#application.dsn#" name="x1">
select *
from email_test
</cfquery>
<cfinclude template="build_body.cfm">
<cfmail...
JKA~
First off, you need to run your query to get your results before you run cfmail.
So it would look something like this:
<cfquery datasource="#application.dsn#" name="YOURQUERY">
select itemnum, description, datereceived, catalognum
from invy
where datereceived =...
First, here's the code:
<cfif IsDefined ("form.pic2") and form.pic2 is not ''>
<CFFILE ACTION="Upload" FILEFIELD="pic2" DESTINATION="d:\HTTP\mywebsite\new\images" accept="*/*"
NAMECONFLICT="overwrite">
<cfset pic2=#file.serverfile#>...
I've been using Cf since version 4.0, and in the 4.5 version, they included a quick reference guide with the software package. It's 30 pages long, and it has many of the lesser-known variable attributes listed in it. I'm not sure if you can still get it, but it has a great deal of information in...
I need to dynamically populate a second dropdown menu based on what the user selected in the first dropdown. The issue is that these dropdowns have to remain on the same page, and I can't refresh the page as it is a large data-entry form. I think I may need to use an array, but I have little...
Here is my issue:
I am just trying to test the cfschedule functionality, and I think I am doing everything properly, but all I need is for the cfschedule to run only once a day, but it is running once a minute! Any advice will be much appreciated.
<CFSCHEDULE
ACTION="UPDATE"...
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.