| Thread | Last Post | Replies |
|
| Help with a complex query | 06 Feb 2005 21:11 GMT | 1 |
I have a query where I need to pull the session data to display only the logged in users files but I also need to pull certain file numbers that go with that user. So if bob was logged in, and bob wanted to see his listing it would only show his listing. The listings have a ...
|
| Getting the name of a file after it has been renamed | 06 Feb 2005 20:01 GMT | 8 |
Hey all..... I'm still stuck on my gallery project. Im close though, all I need to do it get the name of this file after it has been renamed. It goes like this, if someone uploads a file that has a space in it, I have a small block of code that renames it with a _ instead of the ...
|
| Session management help | 06 Feb 2005 16:45 GMT | 1 |
I need help with this session management tutorial. The link is below. <!---This query looks for the UserName and Password that was entered in the login form. If it does not find a match the 'RecordCount' will be 0 and you will know that the user should not ...
|
| Database Locking | 06 Feb 2005 13:47 GMT | 3 |
Hi, I need to use locking for an edit page , For example if two users request the same record to edit, after the first user clicks edit the record should be edited, but when the other user clicks edit i should show him an error message. Thanks
|
| cfhttp use to submit XML to IIS asp page | 06 Feb 2005 02:38 GMT | 1 |
I have a site running .cfm's and need to be able to set an action that will execute server side, since it is an internal server which is running IIS and an asp page (parsing and processing the incoming set of name value pairs) The site works fine as long as I run it while on the ...
|
| Web Services - Please Help... | 05 Feb 2005 22:51 GMT | 2 |
I?m trying to consume a web service, which has complex data types. The web service file format is .asmx. <CFINVOKE WEBSERVICE = "http://10.38.11.55/shopping/baluser.asmx?WSDL" METHOD = "getEMPList"
|
| CFC, Invoking methods dynamically?? | 05 Feb 2005 21:45 GMT | 1 |
Hi.. I wanted to ask.... how can I make a method call dynamic?? I have this code: <cfloop from="1" to="3" index="i">
|
| NETSCAEP is suck or i am stupid ? | 04 Feb 2005 23:32 GMT | 4 |
SO the basic problem with netscape , i have this script : <!------------------------------------------------- <cfquery name='Product' datasource='webcontrol'> SELECT picture FROM Products </cfquery> <cfoutput query='Product'> <img src='#(picture)#'> </cfoutput>
|
| Commas input into form mess up my SQL statement... | 04 Feb 2005 20:10 GMT | 8 |
I am using this simple script to dynamically generate my INPUT SQL statement. The problem is that when someone inputs into a form field a comma it throws this statement off. I get the error too many column fields. If they don't put a comma it works fine. How can I change this ...
|
| Email Broadcasts | 04 Feb 2005 19:28 GMT | 2 |
Hi, Normally when I create an email system I break number of emails into bite size pieces of about 500 emails. I then manually click the link to step through the next 500 untill all emails have been sent. However, I have a large set of clients that have opted for automatic ...
|
| Why deleting multiple things no work? | 04 Feb 2005 18:28 GMT | 2 |
Hey everyone. I got a feature on my site that allows admins to delete entries from my 'rant box'. The rant box is just where users can go and say random stuff, and rant about stuff. Anywho admisn need to be able to delete rants that overly offensive and such. So i put together ...
|
| Using the same form multiple times. | 04 Feb 2005 18:11 GMT | 2 |
This is going to be somewhat hard to explain so bare with me. I have a form that is going to be processed multiple times. An example can be seen at http://dan.sotatech.net/?page=quote . On that example you can choose a number, and when you hit submit it will
|
| New to Coldfusion | 04 Feb 2005 17:02 GMT | 8 |
When I say I am new to this I mean 2 weeks ago I started using Coldfusion! I have read the getting started pdf document and gone through the example Newland and it all seems pretty good but nowhere in there does it show you how to list items in tables alphabetical.
|
| CFSCRIPT W/ Stored Procedures | 04 Feb 2005 16:20 GMT | 1 |
After looking into CFSCRIPT, it really got to me. It has a similar feel to what I use to code in ASP. The codes are more organized. Anyhow, does anyone have an example on how to execute queries or stored procedures within a CFSCRIPT? If you know CFSCRIPT very well and think ...
|
| Desperate Cry for Help! | 04 Feb 2005 13:14 GMT | 1 |
I have posted a few times on this issue and have not received any help. Hopefully, someone out there can help me. We use Oracle via the 10g JDBC Thin Drivers and are having an issue getting the Date to return with the time. I know this is related to Oracle compliance
|