| Thread | Last Post | Replies |
|
| dollar output | 11 Jan 2005 15:38 GMT | 1 |
when I output the dollar amount from the user input box, I got an error if there is an comma b/w the number. I already Provided the dollar sign on the user input box. The output format that I used was
|
| Problem with application.cfm file | 11 Jan 2005 14:06 GMT | 3 |
Hello, Please I need help with my coldfusion application.I've got a coldfusion application with an application.cfm template that loop forever without calling the index.cfm file. The application is included in a folder eg..Julie with 2 subdirectories, dbase and htdocs. The dbase ...
|
| CF Guestbook v.1.0 | 11 Jan 2005 12:46 GMT | 11 |
[url=http://cfguestbook.byroxanne.com]http://cfguestbook.byroxanne.com[/url] This is an app I've been working on on and off for some time now and I thought it was time I release it to the public. It's a fully functional and customizable guestbook written entirely in ...
|
| cfinclude - page processing terminates | 11 Jan 2005 07:14 GMT | 4 |
I have developed a cfc that works as follows: 1. a directory name in my sandbox is passed to a cfc with three functions; 2. the cfc executes cfdirectory tag to obtain all the file names in the specified directory
|
| Can you help? | 11 Jan 2005 05:40 GMT | 1 |
I am trying to create a search engine indexing the database data using verity. this is the code to create the form: <!--- Create a search form ---> <HTML>
|
| Strange error | 10 Jan 2005 16:29 GMT | 4 |
Good morning. I am using the anchor tag to link to a shortcut to a PDF file. In the shortcut, I direct the computer to use the executable found at a specific location and open a specific file. I am able to open the shortcut on the machine with no problem, but when I click on ...
|
| cfm processing stops. | 10 Jan 2005 14:21 GMT | 1 |
i have code like this: if file is true <script> alert("File found");
|
| executing shell files (.exe) | 10 Jan 2005 14:18 GMT | 1 |
I've set up a credit card processing arrangement with my bank La Caixa (Spain) who use a system called cyberpac. I need to execute their crURL.exe including purchasing parameters (amount, id, language,currency etc) from my shared server, the program then returns a URL which opens ...
|
| How to Display Date in CFChart in xaxis? | 10 Jan 2005 14:04 GMT | 1 |
hi I am displaying date in xaxis in Cfchart . but i am unable to give the format for that. if i give format to the date then its not display the date . instead of that
|
| Auto Novell ID LDAPAuthorization | 10 Jan 2005 13:46 GMT | 2 |
I have an internal site that I want my users to access without having to login, yet other users should not be able to access the pages. I am authenticating users against our LDAP server, and authenticating based on the users name and container (dept.).
|
| 3 actions in a click | 10 Jan 2005 12:07 GMT | 1 |
i need to perform 3 actions when the user clicks on a link, first invoke a component to insert in DB, moves into another page with a message & starting a download ( flushing a .wmv file url), i am working on wap ... So does anyone got any idea how to perform all these only with ...
|
| Query for data using valueList of ID's | 10 Jan 2005 02:40 GMT | 2 |
My 2nd query is stopping after the first value in my valueList. My first query selects all clients and sets their ID's using valueList: <cfquery name='getExhibitors' datasource='odbcname'> select clientID from clientbooths where showid = #form.showID# </cfquery> <!--- set ...
|
| Datasource Back Up | 10 Jan 2005 02:37 GMT | 5 |
Was wondering if there's a way to back up all the datasources set up in the CF administrator. Appreciate any help. Thanks.
|
| OT: CF & DW Question | 09 Jan 2005 02:50 GMT | 2 |
Hi All!! I know there are NG's for this but you folks are all much more on the ball ,-) I'm using CF Developer Edition V6.1 w the current update installed and DW MX
|
| cfselect and comma deliminated list | 08 Jan 2005 15:50 GMT | 1 |
have a query field 'crdtmo' which is the months of the year as in 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sept,Oct,Nov,Dec' would like to create a dropdown list with cfselect with each month a selection <cfselect name='mont' query='gtdtfig' value='crdtmo'></cfselect> gets, of course ...
|