| Thread | Last Post | Replies |
|
| Convert Decimal to Hex | 08 Jun 2007 21:49 GMT | 8 |
I use an LDAP database that stores values in decimal format, but to display these values to the end user, I want them in Hex. For example. 50699 becomes C60B
|
| How to Reload an URL in CFScheduler | 08 Jun 2007 16:39 GMT | 5 |
Hi I am very new to coldfusion. I have an application which retrieves data from an LDAP server and updates in another database. This application is working fine if i run it manually but is causing problems when called by a CFSCHEDULER. This program is running only for few minutes ...
|
| How to reload an URL in coldfusion | 08 Jun 2007 15:27 GMT | 2 |
Hi, I have a coldfusion application where i need to reload an URL several times by changing some conditions in query string. I have used CFLOCATION tag to achieve the same, but this is working fine only when i run the program manually. When i try to run this program from ...
|
| CFSchedule in Administrator | 08 Jun 2007 07:07 GMT | 4 |
Is there a way to stop a Daily recurring task from running on the weekends?
|
| Parsing XML | 08 Jun 2007 07:01 GMT | 2 |
I need some help with parsing out some data within a XML document. I need to be able to convert the code list below. <----current code-----> <id>CHAPTER 1 ADMINISTRATION</id>
|
| CFFORM and onSubmit | 07 Jun 2007 19:52 GMT | 3 |
CFFORM puts its own ONSUBMIT property in when the form is rendered. I need to use the ONSUBMIT feature to disable my submit button. Is there another way to do this besides using ONSUBMIT? Thanks.
|
| Inserting Random Records | 07 Jun 2007 19:05 GMT | 8 |
I have a simple form that I want to automate the case number to insert a random case number. How do I insert a random case number for each case I insert to the database? Form:
|
| send .html page requests to ColdFusion Application Server | 07 Jun 2007 17:48 GMT | 2 |
The way that I understand things, web browsers send all thier page requests to the web server, which in turn identifies which pages need to be processed by an application server (i.e. CFM, ASP, etc) and sends the request to the appropriate application server. The application ...
|
| form.fieldNames "missing" fields | 07 Jun 2007 16:28 GMT | 4 |
I have discovered during recent testing that certain field names are not included in the form.fieldNames list, In particular, I had a form that included text input fields named "event_arrival_date" and "event_departure_date."
|
| Printing (html or PDF Files) | 07 Jun 2007 16:10 GMT | 2 |
:embarrassment; It might seem like a dumb question with an obvious answer, but how can I, from within a cfm script, send a html or PDF file to the printer (attached to the server).
|
| Parsing an Xml document with extension .NEW | 07 Jun 2007 12:00 GMT | 1 |
I'm trying to the parse the contents of an XML file passed from my company's subscription's database and store them in a database on my website. The file itself is called MEDIA001.NEW, and by changing the extension on windows explorer i can file the file, however, i can't get ...
|
| Reading Large Text Files into a Database | 07 Jun 2007 11:43 GMT | 1 |
I have been having this ongoing battle with large files (3 MB or more). Basically each file is a comma delimited text file that on every line has information that needs to be checked against the database and then either updated or inserted.
|
| Doing transactions with MyISAM tables | 07 Jun 2007 01:14 GMT | 2 |
On Feb. 24, a question was asked about using cftransaction with MySQL. That person's answer was to convert the tables to InnoDB. I have three tables that must stay "in lockstep". When I add a row to one table, I have to add rows to the other two. If they get out of sync, one of ...
|
| Casting Cf struct in Hashtable Java | 07 Jun 2007 00:44 GMT | 3 |
Hi; i need to convert a Coldfusion Struct in a Java Hashtable (as th CFMX manual tell); I have this java class:
|
| Dynamic forms using dynamic column names | 06 Jun 2007 22:42 GMT | 3 |
I have a table with columns such as level_1, level_2, etc. until level_11 and I have another table with level_id and description, i.e. for level with id = 1 the description could be 'Crawl.' Id 2 could be 'Walk' etc. I'm trying to make a checklist so people can mark when ...
|