The query below isn't giving me exactly what I want. I am looking for all members who have not yet been sent an email. After being sent an email their memberID gets added to the tblMemberEmail...
User selects one of nine areas on a horizontal image 900x70 pixels. There are nine images pasted onto that one image map, a contact sheet. I did this because the contact sheet image was alrea...
I have a query:
that returns:
AL,TN,GA,AR
I can set the
<cfset states = VALUELIST(query.collumn,',')>
This adds the comma to make it comma delimited
but how do I make it : "AL","TN",...
looking up "rounding corners" I see lots of articles but most are quite old and involve images.
What is the best cross browser and least tricky method today? any examples?
Some of our cl...
I am working on something where i add messages in the database to the database table named table1:
now with new message, i add i have to update it when i select one category and update that...
I realize CF9 is out, but is it possible for me to download CF8 somewhere?
So far I can't seem to find it.
I just downloaded cfqueryreader but am not successful in getting it set up - is there anyone out there willing to help? I have Extjs V 3 and Coldfusion 8 - I am testing on a local machine and ...
Expert:
Presently user's can inject HTML via the textboxes in my CF web form. Is there any way I stop this from happening? For example is there way I can detect when html tags (< ???>) are...
I have a form to upload a file and keep it there for x days. The field is form.ActiveXDays.
I want to insert the [ExpiryDate] into the sql server. I'm not sure how to calculate this on the ...
I want to be able to record who is still disabling javascript. If there really are clients out there with it disabled once I detect it I can present a variation of the html without the javascr...
I have an 'api' that i will use in my project that will allow me to send txt messages. (i quote the api as its not really an api in is truest form)
Ive put the code i have in the code box...
...
Hi i have a query which i load in Application.cfc file:
i am getting proper values:
i wan to use that values in my pages but i am really lost.
following is the code which appears in ...
Having problems calling. Code commented below. As always, thanks so much!
I cannot seem to get my date to format properly using the mask option for cfgridcolumn. I've tried both of these and they do not work:
Attempt1:
<cfgridcolumn name="EnteredDate"
header="En...
Hi all,
I have a client who usually sends out approximately 20,000 emails per morning using a CF page. The page queries the companies, then loops thru them and finds all the employees for ...
I have this master query that I want to run a sub-query on. It works fine until I add a sub-select within my subquery.. This seems to be a limitation of how QofQ is built. Are there any alt...
I have a windows 2003 running with ColdFusion 8, Just updated to the latest hot fix today and JRE 6.0.15
Here is a description of the problem.
The website is running very fast, and when I ...
I've got a form for editing price lists that are tied to X zones. The zone count can increase and decrease.
Drop down menu = from zone
The form loops through all available zones (which c...
I have a Checkbox Group that I want to use to filter my results.
Specifically, I want to create a list of values from the checkboxes to use in the 'IN' portion of the where clause.
I'm u...
Hello Experts,
I have a page which has an option for a user to login to their facebook account (using an API). The action calls the facebook server and facebook returns the userid (UID), w...
I am try to upload a file, and then get attributes of that file, like client file name, filesize, etc. Typically my understanding is you use cffile.fileSize after the upload and you should ge...
I'm creating a real estate site. The current query currently works great, however I'm wanting to show listings that are sold (listings.status = 3) in the last 12 months only versus everything...
the error trapping below is supposed to send an error message if the question type 1 is not answered in the form.
I'm not sure why but after testing it seems to catch the error but in testing...
We are trying to post a file directly from linux using wget to a CF8 page.
linux command:
wget http://192.168.5.1/file.cfm --post-file test.pdf
On the cf8 side, I'm justing using a c...
This is the last piece of my puzzle. Need to use the tableSorter plugin in my CFWINDOW (per code below). Thank you again for those who have helped me so much :-)