I have a form that I need to run a test and have it submit twice when the submit button is pressed once.
is there a way to do this?
Hello experts.
I have one update Page and the problem i have is that after validation fails i want to get on the fields the new values i have entered and not the values from the DB.
I use th...
In my property search form, I'm trying to avoid having 2 fields (min) and (max) Im using a drop down list to search betwteen 2 acreage values.
------------------------------------------
<sel...
Hi,
This is probably a silly question but need to double check. I have Coldfusion 8 running on Windows Server 2003 powered by a single dual core processor. This webserver will be connecti...
Is it faster to run your queries on coldfusion pages by calling Views from the SQL database or gathering the data from CFQUERY within the page?
Hello
I've been looking around the web with no luck
1) ups will only accept packages with a weight of 150 lbs or less and so the code we use to grab shipping options and prices needs a wei...
I have two variables simg & limg.
I also have a variable pnum.
How do I do a cfset for the following,
<cfset simg = #pnum# -1>
<cfset limg = #pnum# -2>
So if pnum = 1234, simg would equa...
Is there any way to perform the below function? I know this particular way does not work, but is there a way to mimic what this would do?
Hello,
I am in search of replication code for Coldfusion that will allow me to update tables on my external sql server database with data from the same tables on the internal database. Due ...
I've seen some questions/answers similar to my question on here before, but I think I have a small twist that makes my question unique. I apologize if this exact question has been answered bef...
i am having issues with cflogin in application.cfc (code is attached). I have a login form that post to itself and i handle the login code inside the application.cfc in the OnRequestStart func...
I have created a Query using QueryNew and then populated it. However, later i need to delete the query. How can i do that? i have tried structdelete & arraydelete. Any ideas?
Using some cfcs in that are subdivided in the CFC directory. For instance have myCFC and myChildCFC folders. The myCFC folder contains myCFC.cfc and myChildCFC contains myChildCFC.cfc. I'm ...
Hello Experts.
I have one Insertpage for cars.I'm using checkboxes for the extras and i want to know how i can store the values in the DB.
I have tried to use :
<input type="checkbox" name=...
I use ColdFusion 8 for developing a data entry program. When user clicks on the submit
button sometimes it inserts two identical records. I tell the users not to double click on
the submi...
Hello experts.
I have two queries like:
<cfquery name="q_test1" datasource="#dsn#">
SELECT Mobile_ID, User_ID
FROM dbo.artikel
WHERE User_ID = <cfqueryparam value="#SESSION.User_ID#" cfsq...
I have a cfquery which executes without error but returns no values, which should NOT happen but when it does i need to know, in this case i want to create a custom error page and have the SQL...
Hi,
I am trying to use the function StructFind, but I think I have this syntax slightly off, I am hoping a second set of eyes can assist. I am doing an insert into the database. Here is t...
I have the following results from a query;
getstats - query - Top 3 of 3 Rows
CNO ID IID STAT_FIRST1 STAT_LEVEL1 STAT_LAST1
1 101003 1073 R1232 W ...
I have a query that i need to try and speed up the amount of time it takes to display to the page...I have attached the cfquery below...anyone have any ideas on how to speed up this query?
I've just installed CF8.01 on a new VPS running Centos 5. it appears to be running ok however when I browse to the CF administrator I get a CF exception (see screenshot). Now obviously CF is r...
Hello,
I am having problems performing a task on a CF8 server that works on a CF7 server. The CF7 & CF8 servers are both windows. What I am trying to do is use cfdirectory to get a list of pi...
hello experts.
I have three tables like:
ArtExtras:
Artikel_ID Extras
2 10
2 20
2 3...
I my form i building the number of dynamic select boxes. And it works .
The only thing that does not work when i make the selection and save into the databse and then come back it does not do...
Is there any way I can back up my current Coldfusion 8 config (mappings, data sources, configurations) so that I can recover from a server failure quickly without having to manually input all ...