Thanks to those of you who have helped me so far. I'm getting closer, but I'm still having problems. My biggest challenge at the moment is how to pass a parameter from CFWin... see below
...
hi, i have a query that gives me more than one row of data. i am displayign data into a table column, but i want to add characters between those data (such as a , or /, when displaying data as...
I'm trying to submit a form using coldfusion 8 and MySQL 5.0. I just converted the action page from cfinsert to a typical MySQL insert so that I could do more with it (generate_key). The probl...
I am trying to create a .bat file that has a series of commands to launch a program (much like Windows Scheduler) and perform a series of actions. I want to use CFEXECUTE to open this .bat fil...
I am getting a syntax error message in the following SQL Update query:
<cfquery name="q_UpdateRecord" datasource="#DataSource#">
UPDATE TBL_users
SET UserFirst='#form.UserFirst#', UserL...
I'm trying to get a work flow for how I will be able to catagorize contacts in my database (etc. buyers, sellers, past clients etc.) Currently I have set up in my MySQL database a table for co...
is there an encryption algorithm that i can include in my coldfusion page but also available in asp.net (preferred vb.net).
i want to download something from coldfusion server which during ...
Hi Everyone,
I'm using the below command to count the files in a directory and need to execute a logic based on number of files output. How do I store the output of below into a variable f...
I have an online e-commerce store that I am having problems when sending customers to a https redirect in firefox. When a customer adds an item to the shopping cart in firefox, and proceeds t...
I am using the custom CFX_Query2Excel and CFX_Excel2Query tags to write and read data from and to Excel. That's fine when value placement is fairly trivial (consecutive rows and columns). Howe...
I want to make a simple drop down menu in a page to select email templates. The selected template should then be copied to 2 fields: the fEmailSubject (input) and fEmailBody (text area).
wh...
I have a cfgrid inside a loop so that a different grid is created for each iteration of the loop. The problem is, to show all the grids, they each have to have a different name. How can I dyna...
The url link for each map file_id should have a different file_id but they're all the same id.
Hello experts.
I was able to upload and save value into the table (after the advice from expert: http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_24749324.htm...
I want to display text which is generally 2k to 3k in size. The first 1000 characters should display in the top part of a table and the rest (everything after the first 1000 characters) to dis...
Hi experts! i have one page:
http://www.ibestcity.com
after page loading...below a big empty spave is shown. i tried every hard luck but it did not gave up
The page do have google map...
Hey,
I was able to connect to RDS and run in debug, however whatever breakpoints I put in are ignored. Any ideas what may be the cause.
Cheers,
Kathryn
I wanna make a SHORT URL of my every link dynamically on page.
i read bennadelpost but that is for coldfusion 8, how about coldfusion 7 & below
I have constructed a link I will be emailing clients to directly access their accounts. I'd like to know how safe this is compared to going to the login page and manually entering the username...
Hello,
I am developing an e-commerce site for a chain of stores using ColdFusion. Many of these stores will have the privilege to select which products they do and don't want displayed on th...
I have a search query that used to work until I added a date range option to the mix. The search used to work by either choosing one or all or none of the form fields. But, when I added the ...
Hi, This is the first time I post a question here. Please kindly help me!
I am just stucking with "How to debug ColdFusion with Eclipse"
My situation and problem.
1. I have ColdFusion 8.0.1...
Is it possilbe to have a CFGrid on the left side of a page and then when you click on a row it populates the form on the right side of the page. For instance, you would have a grid with a nam...
I am having problems searching a date range (eg. 08-01-09 to 09-09-09) I am using Oracle date/time function. I cant figure out how to convert the datefield function from the form to the ri...
On the login action form once a member successfully logs in athe field last_login is updated.
Right now I use
set last_login = <CFQUERYPARAM Value="#now()#" cfsqltype="CF_SQL_TIMESTAMP">
th...