How would I get this query just to pull the last 30 days of postings
Hello experts.
With a query like:
<cfquery name="artikel" datasource="dsn">
SELECT a.Art_ID, H_All.Hersteller_DE,a.Besonderheiten
FROM dbo.artikel a
LEFT JOIN H_All ON (a.Hersteller_ID =...
Using ColdFusion Report Builder, I am producing an excel report. The excel report is stripping out leading zeros from a text field. For instance, the data looks like this: 000006456 When it is...
Hi there
I have a simple query and a simple cfgrid control in flash, producing out 2 columns of data, like this:
<cfform height="450" width="580">
<cfgrid name="All_Entries" query="alle...
I am having problem working with coldFusion Login Wizard. I need to create a LDAP athenticated login screen. It prompts me to enter Server name port, Starting string, user name, password. In S...
Hi all,
I was wondering if this is possible:
I need to build a CF page that will upload an image and some data to a MS SQL Db. That's the easy part.
Is it possible, to connect a di...
Is there a way to slow down the messages that actually get into the mail spooler itself in coldfusion?
I am familiar with slowing down the actual cfmail process itself, but I have to run di...
I have a ColdFusion site where I send a newsletter off from an Access Database with about 400 people in it. It keeps blowing up and giving the error at the bottom. Just below I have the page...
I am oversimplifying so hopefully this will make sense:
If I have a query that returns to columns of numbers:
points modifier
100 2
50 3
25 1
and I wan...
Dear Experts,
Im want to properly display a list of member usernames currently online. The way that Im currently doing does not seem to work. Im using Coldfusion session to do this, here...
How can I redirect a subdomain URL to a specific directory within my main site using Coldfusion? I have the subdomain "http://sub.mydomain.com" and I want to direct it to "http://www.mydomain...
I am trying to create a session variable when the selection is made after selectiing a value from the drop down menu. And it does not seems to setting it
<select name="scholl" id="school">...
I have a form that has the fields coming from Custom Tags. I have examples of the two types:
The first is a textarea. The second is a radio button and I don't know how to show that it is re...
I have a list of ColdFusion variables in a variable called m_list, which looks like this:
#LH_AS_100#,#LH_AS_50#,#RH_AS_50#,#GRAPH#,#STRING_TAG#,#VIS_ART_ENG#
I want to use m_list in a CFF...
I need some assistance with a query that I'm having trouble with. I'm working in ColdFusion with a SQL database. I have a table (tbl_groupassignments) with these three fields (intMbrID, strG...
I'm working with DW CS3 developing on an ISPs ColdFusion 8 with a MySql backend.
This is my first remote site on an ISP. I've always had direct access to CF and CFAdmin in the past. In ...
I have a coldfusion application which is currently connection to a production database (sql2000). I want to be able to connect this same application to a test environment which is a copy of th...
My environment is the following.
Solaris 9
Coldfusion MX 7.01
Apache 2.2.6
Is there a way secure the CF Administrator with SSL.
I currently access the CF Administrator via http.
...
Using ColdFusion to query MySQL database and dynamically load WM player clip. When I hard code the path it works fine. When I set up dynamic path, it does not play.
I have attached the co...
Trying to display the current login ID of a user. Here is the code I'm using. I'm very new to coldfusion so be easy on me.
Here is the error:
The DSN parameter to the getid function is...
Hi I have 2 coldfusion pages (SubmitInfo.cfm and ProcessSubmit.cfm). User inputs username and password on SubmitInfo.cfm and submits to ProcessSubmit.cfm. ProcessSubmit.cfm takes info and sa...
I have a verity search and I am updating the search so that when I run a specific file it will delete any existing contents of the searchfile directory (all .txt files), then recreate them and...
Ok this has to be easy but I'm just not getting it. Any help would be awesome.
Say someone comes to a page on Monday after 5:30PM I want them to see one thing but if they came before 5:30PM...
I have an existing radio button that I would like to make a required field on my form. I have seen examples with "required = yes" but how can I add a text response like "please fill out quest...
Someone attacked my website and did a SQL injection into my MSSQL database thru one of the coldfusion forms on my site. I have found some tools online that will verify and help fix ASP code. I...