| Thread | Last Post | Replies |
|
| CFObject COM object not working | 25 Jan 2008 15:48 GMT | 3 |
I'm at wit's end here. I know (hope) there is probably a simple explanation for this but I'm new to working with objects and I can't figure it out. I've got an OCX file that was created for our company to generate software licence strings. It has worked all along but now that I ...
|
| Pagination, sorting and maintaining checkboxes | 25 Jan 2008 14:15 GMT | 1 |
I need to paginate records returned into an HTML table structure. The records are presented in a table with checkboxes in each row. The records also need to be sortable via clicking on column headers. As the user navigates between the paginated records in the table or sorts the
|
| Email barcode | 25 Jan 2008 10:24 GMT | 1 |
I need to send email to customer and in each email it needs to include barcodes based on the orders. And it is preferred not to use attachment. Can I use <cfmail> to include barcode and how can I generate barcode? Thanks.
|
| webservice to parse incoming xml | 25 Jan 2008 09:47 GMT | 1 |
does anyone have any sample/example on how to write a webservice to parse an incoming xml file? thanks in advance!
|
| CFHTTP Put | 25 Jan 2008 06:31 GMT | 2 |
This is the plan. Clients need to be able to move text files to a server WITHOUT having FTP access to the web site server. Code will then import the data where it's needed after the text file is on the server. I cannot find a real world example anywhere of how this is done! ...
|
| INsert Into not working in query | 25 Jan 2008 00:38 GMT | 25 |
I wrote this part of my web site that allows you to insert records into the DB. Right now it is not working properly. I don't get any error, but I also don't get a new record. Can anyone see why this is happening? I am posting both pages of code, the edit page and action page. I ...
|
| create 404 coldfusion in apache | 24 Jan 2008 18:46 GMT | 5 |
I created a 404.cfm page for CF 8 installed with Apache. Everything is working with 404 except for .cfm pages. When typing a missing .cfm page, 404 page will not working and shows "Requested URL not found in this server". thanks.
|
| Backreferences with Regex | 23 Jan 2008 23:17 GMT | 1 |
In the following Regex: /.+?/(?<num1st>\d+)/(?<num2nd>\d+)}_{(?<name>\w+)}_{(?<date>[\d\-]+)}_{(?<filena me>.*)\.txt How can I use the backreferences (ie. num1st,num2nd,etc) with REFind so that I
|
| Joining form variables for an insert | 23 Jan 2008 21:59 GMT | 3 |
I have two form variables #Select# and #masterno1# that I want to insert into a single database column with a trailing ".jpg". What is the correct syntax? I dont have much idea how cold fusion wants this variable so it dosent throw an error
|
| Verification of an uploaded file BEFORE upload - The Answer | 23 Jan 2008 21:50 GMT | 3 |
Hello fellow CF Maniacs... As many of us may have experienced, when someone uses a form on a site to upload a file, it can be quite a pain to have to wait for the file to be uploaded before it gets
|
| Are Cookies Required for an Ecommerce Site | 23 Jan 2008 21:14 GMT | 7 |
Is there anything that you can do to make your ecommerce site work if a user decides to block them with his browser?
|
| When to use <cflock> | 23 Jan 2008 20:54 GMT | 1 |
I am currently looking into using <cflock>. I currently use it to count 'views' on my pages but I was wondering if it would be required on things like 'user signup'. I understand the concept when related to page views etc and how the stats would be inaccurate but what about ...
|
| Referencing WSDL Variables | 23 Jan 2008 19:31 GMT | 2 |
I'm learning how to use wsdl in my code and need to do an api to it. I got some questions and hopefully someone can help me out or point me to so way. The wsdl def is http://voyager3.expedata.net/ExpeData_DAWS/DAWS.asmx?WSDL I'm able to authenticateuser, but when I try to ...
|
| Access to Novell Share thru CFMX application | 23 Jan 2008 16:57 GMT | 5 |
I am currently running CFMX 7.0.2 on a W2K server ; the server also has Novell Client 4.91 SP4 so it can access a shared Novell drive for documents which are uploaded into a filing system. When I ran this system on CF 5.0 on an NT 4.0 box with Novell Client 4.90 SP2 everything ...
|
| Use Query Results in Subsequent Query | 23 Jan 2008 16:04 GMT | 3 |
Is it possible to use a value returned in query number one in query number two as the "where"? For example, Box Number is returned in query number one, and I want to query again for additional information based upon the box number.
|