I recently built an FTP app for connecting to multiple FTP servers and uploading/downloading files. It works great except one of my vendors is using OpenVMS and I just cant get the files. Is...
Trying to make an indented list from a query, There is a page Hierarchy column in the database
id pageHierarchy
1 ...
I have a coldfusion page (MX 7) online form that users could enter information. I also have a Word doc templete associate with the online form (has same information. eg. online form has "First...
Hello experts,
I am trying to change Novell passwords using a coldfusion form, but I'm running into problems. The code sample attached is the basically where the problem is coming. The us...
In coldfusion, how do I make sure it logs out when a user just closes the browser?
Login.cfm:
<form method="post" action="Validate.cfm">
<Table cellspacing="2" cellpadding="2" align="cent...
I need to display an automated unique # (numbers and letters) on a coldfusion form each time a user fills it out and submits the values. The values from the form and the automated unique # wi...
Scenario: The scenario is our employees can attend some training at the vendors facility. The training/test results are sent to us in an access mdb file. We need to update our SQL database ...
Hello,
How do I rename a column in an access DB using coldfusion?
i.e. alter column oldName = newName etc
I would be greatful for any advice you could give
Chris
I am trying to extends the CF components internal.ulisting that provides with the list of item and also invold worrkflow processing. My extending madule looks exactly the same as the original ...
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...
Can anyone give me a script in Coldfusion that will allow me to secure a webpage to a specific IP Address, and then present an error message in a <div> if the IP does not match.
So in theor...
I wanted to convert this coldfusion code to php code how would I do that. The code is below.
<cffile action="read" file="c:/Inetpub/wwwroot/rsvp/admin/NetIDDump.csv" variable="netID"/>
<cf...
Hi,
I have a cfform that contains cfinput tags, one of these asks for a number to be entered (places) I would like the form to dynamicy populate new input tags e.g Name for the number of time...
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...
Hi everyone,
I'm sure I'll get laughed at for this one but here goes...
I have a cfform in flash format to enter preventive maintenance data. The form is emulating a PM worksheet so I d...
I receive incoming posts from my partners and want to set up a black out time from 12:00 am to 6:00 Am. I want my script to check the time and using cfif statements etc:
code;
<cfparam name ...
Has anyone upgraded to ColdFusion 8 yet. My company is in the process of buying the upgrade and I was wondering if there are any changes I'll need to make to the exising ColdFsuion 7 framework...
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...
Im trying to apply a <CFIF> statement so that when I get a 6 digit number that starts with "99" it will apply.
The link is coming from a url.variable so this information works and looks lik...
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...
Looking for sql to check password requirements below: (using html - Coldfusion)
<br>A secure password contains at least TWO of each:
<br>Uppercase letters (A-Z)
<br>Lowercase letters (a-...
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...
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 data entry form that is used daily. I need the fields that will be accepting new data to be cleared when the form is opened.
Any help is greatly appreciated,
John
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...