Have any of you used cfcomponents in CFMX yet? What do you think of them? What have you found to be the best ways to implement them. I'm having a bit of difficulty invoking them with forms. Also, do any of you know about any cf component tutorials or best use documents that have not been listed...
I was wondering if there was a way to have two different versions of IE installed onto one machine. I need IE 5.5, but I would also like to have IE 4.01 to make sure web sites I create look good on that browser too. If anyone has any suggestions it would be greatly appreciated!
Also, an...
Good suggestion but our XML parser (and all I believe) requires all tags without a specified closing tag to have a '/' at the end. This indicates the the tag is standalone.
Also, since I made this post I've noticed that if I drag my mouse over the overlapping image (as if to highlight it) the...
So I'm having this really annoying problem with Netscape and Image Alignment. What I have done is created a table with a single table cell in it. Inside this cell is a form the contains a input type="image". The problem is that this image will not display inside it's cell when loaded...
I have a question about CF programming in general and the structure of a program.
I don't know if it makes any difference but is it better to put all the code for a section of an application on one page? (Meaning, with all the cfifs, queries, visual designs, etc) Or is it better to take a page...
Hi, I'm having a problem with a script that I wrote that sends out e-mails to everyone who has signed up for our mailing list. (About 20,000 people) The script works like this: An e-mail is written and stored into a database. E-mail is approved to be sent out. E-Mail is sent out. The sending out...
Hmm, I am still having the same problem after I tried this method out. Here's the code I am using if it will help anyone out:
Figure out yesterday
<cfset yesterday = '#dateAdd('y', -1, today)#'>
<cfset yesterday = #createODBCDate(yesterday)#>
Figure out 7 days from now
<cfset week =...
Hi, I am creating an small application page in which I need to find birthdays of people in a contact table coming up in the next 7 days. I set the variables yesterday and week using dateAdd and Now(), which both become the respective correct dates. I then do a SQL query to find all contacts that...
John, I tried this:
Where nameFirst like '%#form.searchValue#%' AND
nameLast like '%#form.searchValue#%'
And it returned no results. Anyone have anymore ideas?
Thanks a lot!
Jimmy
I have a table that I must search for a persons name. I have the fields nameFirst and nameLast in this table. I need to find someway to join the info for those two fields together so I can do a statement such as:
where
[full name] like '%searchValue%'
But sadly, I have no idea how to search...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.