| Thread | Last Post | Replies |
|
| Emulating Form Post | 31 Jul 2006 22:07 GMT | 8 |
This code works fine and is an abbreviated version of the real thing: <form class="unpadded" action="http://countycat.mcfls.org/search/a?a" method="post"> <input type="hidden" name="searchtype" value="Y">
|
| Background Image in firefox | 31 Jul 2006 21:58 GMT | 1 |
For the http://www.ocsc.com, can anyone figure out why in firefox the background gets extended to the right? Even when I take away the background and the top nav, there is a grey spot out there. Any help would be great. Thanks,
|
| Parse textfile into CF object | 31 Jul 2006 18:44 GMT | 5 |
I could use a hand parsing a textfile db into a CF object. Here's an example textfile where the first line is the fieldnames (tab char separates fields): id RegionID RegionIndexPath RegionIndexPagename
|
| input text query results based on input text | 31 Jul 2006 17:17 GMT | 2 |
<input type="text" name="textfield2" /> hello i have this input text and i also have a query that contains where field = '#form.input#'
|
| CFFTP WITH CFMODULE | 31 Jul 2006 16:52 GMT | 1 |
I would like to open a FTP connection with CFMODULE and then do operations on that connection. [b]Here is my main : " Main.cfm "[/b] <CFMODULE TEMPLATE="Module.cfm" Login="testLog" Password="testPw"
|
| Web Services Complex Data Type Query | 31 Jul 2006 04:31 GMT | 2 |
:disgust; Newbie trying to understand how to work with Complex Data Type. Came across the following example in the Dev Guide What is wrong with Client Code? What am I missing?
|
| Select records from MS Access tables using multiple conditions | 30 Jul 2006 14:50 GMT | 2 |
I am trying to build s select list of team names for a sporting club website. The select list should include teams if the currently logged in user is a coach, team manager, assistant coach, player or a parent of a player. When I have only one group of conditions in the where ...
|
| removing zero with loop | 30 Jul 2006 03:14 GMT | 4 |
Hello i have a Insert query which loops through my form from the previous page, what i need to do is if the PlayerPhone starts with "0" to remove it, i have tried the code below but i am having probllems can someone help <cfloop index="currRow" from="#form.startRow#" to="#form ...
|
| Custom tags with internal cfsavecontent | 29 Jul 2006 01:21 GMT | 5 |
I am trying to create a custom tag to simplify the repeative code that I am now using. The problem I am facing is that to get the code to work I have to change the names of the cfsavecontent variables every time I call on the custom tag. This needs to be done because I will ...
|
| How to hide directories | 28 Jul 2006 21:35 GMT | 1 |
Our company recently had a penetration test on our network and they suggested we delete all unnecessary directories. Some of the directories listed are the coldfusion directories. I'd rather hide them. Does anyone know a way to do this?
|
| Need help with jsp and java bean | 28 Jul 2006 19:31 GMT | 2 |
A department has built there own site using jsp. I need to get this up and running through cf7.1 I have created a server instance, so this is seperate from the rest of the intranet.
|
| Verity running in a multi-server MX 7 environment | 28 Jul 2006 18:44 GMT | 4 |
I have been trying to run Verity in a multi-server environment (2 machines running CFMX 7) with no success. When I create the collections in one of the machines, the other machine in the network cannot see the collections in the first machine. The ports have been configured as ...
|
| Extract WeekEnds | 28 Jul 2006 18:21 GMT | 8 |
:frown; How can I use the ( #DayofWeek(datefield)# NEQ 1 or 7 ) on the following loop code to remove (not display) weekends dates? <cfloop from="#GetStartDate.StartDate#" to="#GetEndDate.EndDate#" index="i">
|
| Help with trimming string | 28 Jul 2006 16:39 GMT | 3 |
Hi All, Wondering if someone could help me with trimming strings of data. I have results being spit out by a query that will always return results similar to this, same amount of numbers all of the time always in this format:
|
| CFC and Verity | 28 Jul 2006 15:38 GMT | 1 |
I have to develop a CFC which will be used to query a verity collection. Not really having used verity previously had not thought about even developing a query let alone using a CFC to do this. Wondering if anyone has actually done this previously nad if so if they could
|