Author Archives: eSearing

About eSearing

Webdeveloper, Photographer, political junkie.

cfdiv and bind

I have been using the CFDIV and BIND attribute since we switched to Coldfusion 8. This week it really came in handy. I helped a co-worker create a dropdown list that changes based on year selected. Some options were not … Continue reading

Posted in Code, Coldfusion | Comments Off on cfdiv and bind

ColdFusion ReReplace

Avery useful function for dealing with strings. Uses a regular expression (RE) to search a string for a string pattern and replace it with another. The search is case-sensitive, and it has attributes you can set to control case. REReplace(string, … Continue reading

Posted in Code, Coldfusion, Snippets | Comments Off on ColdFusion ReReplace

MS SQL, ColdFusion, and Form Naming Issues

I had a bug in one of my bits of code earlier this week discovered during migrating an application from a Sybase database to MSSQL database. The bug deals with how a Form element was named and called using Coldfusion. … Continue reading

Posted in Code | Comments Off on MS SQL, ColdFusion, and Form Naming Issues

Javascript Objects and Methods

I have a lovely form that allows me to add_new records, edit records, or delete records for a database table. What was missing was an extra submit button to allow me to edit an existing record and save it as … Continue reading

Posted in Code, Problems & Fixes | Tagged | Comments Off on Javascript Objects and Methods

Need an Excel upload script for CF

Dying for our servers to be upgraded to CF 9. I am in desperate need of a file upload process for Excel. I can not use POI or anything that requires java objects (according to our hosting folks). CF9 has … Continue reading

Posted in Coldfusion | Comments Off on Need an Excel upload script for CF