| Thread | Last Post | Replies |
|
| How Do You Assume A Session From Event Gateways? | 28 Jul 2008 22:24 GMT | 2 |
I am using event gateways to send and receive via SMS, IM, and Email. I can go back and forth just fine, and if the client initiates the session, session persistence is not a problem. Sometimes, though, we need the server to initiate the session and the client
|
| cfdocument dynamic margin? | 28 Jul 2008 17:26 GMT | 3 |
I am trying to write an Invoice PDF generator in CF8 whereby it gets some data from the DB and converts it to a PDF document. I am using XHTML and CSS to layout the data and then using cfdocument to generate the PDF. My problem is with the cfdocument margin functionality. For ...
|
| BInding to a grid... | 28 Jul 2008 10:34 GMT | 3 |
I'm new to data binding, but I thought this is possible. I'm trying to pass information from one cfgrid to another. There is no error message, it's just that nothing shows up in the grid when I expect it to. I'm sure it's just something I've overlooking, but I could use
|
| Integrating Google Maps in a CFDIV? | 28 Jul 2008 07:50 GMT | 3 |
I played around with the Google Maps API and I like it a lot. I found the excellent cf_googlemaps custom tag at riaforge.com and that worked like a charm. I was (and still am) ready to get some mapping done. Unfortunately, integrating a Google map in a CFDIV (or a CFLAYOUT, ...
|
| Using external utility functions inside a CFC | 26 Jul 2008 13:42 GMT | 4 |
I tend to write my code in cfscript whenever possible, but because not all tags are available within cfscript, I often have to write wrapper functions for them. I also have a bunch of miscellaneous, non-application-specific utility functions that I use quite a bit.
|
| Form emailer and xml | 24 Jul 2008 13:22 GMT | 1 |
I have a form set up and if a user inputs their first name I want the email sent to have their first name surrounded by XML. I have tried this but it doesn't work(the email gets sent with the xml stripped out): <cfoutput>
|
| Credit Cards and checkout process | 24 Jul 2008 10:59 GMT | 2 |
I have a small business that wants a shopping cart that handles credit cards. In actual fact they would manually verify the credit card offline but i need to get them the card details from the user securely, and I dont want to store the credit details at all.
|
| Tricky SOAP input problem; need help with cfinvoke syntax | 23 Jul 2008 19:52 GMT | 8 |
Hello -- I have been struggling mightily for the past week or so trying to build a CF app that will talk to the Microsoft and IBM UDDI web services registries. I finally got to the point where I could 'manually' compose the necessary SOAP input, talk to the UDDI server via ...
|
| Insert Query | 23 Jul 2008 19:34 GMT | 4 |
Hello - What is the best method to take the results of a query that returns a series of records based on an order number (ex. Order Number is 1234ABC and returns 5 records that include sku, qty and price) and insert the query results into a db table?
|
| Connection failure error when using cfhttp to a asp.net site | 23 Jul 2008 12:53 GMT | 12 |
i've encountered connection failure error when using cfhttp to a asp.net site. However, when i access the site on the browser it's working fine. here is the codes: <cfhttp url="http://XXX/login.aspx" method="POST" port="443" multipart="NO"
|
| Component location problems | 22 Jul 2008 23:27 GMT | 1 |
I'm using a component via cfajaxproxy. It instantiates with the call to cfajaxproxy but then when I used it to invoke some of its functions in my javascript, I'm getting file not found errors. Here's how things are set up: c:\someDirs\webroot
|
| cfdocument scaling | 22 Jul 2008 23:02 GMT | 1 |
I have a fairly long HTML page which produces a PDF via CFDocument, but this apparently has a mind of its own, as it is not obeying the font sizes I put in. Whether it is 10pt or 50pt, it comes out exactly the same. So I can't tell if I'm missing something, or it's just not ...
|
| Creating Questions & Tallying Scores | 22 Jul 2008 20:34 GMT | 6 |
Greetings I am creating online tests in which the user score needs to be recorded. I have them log in and go to the test, which creates a new record in the DB with the date and start time. After submitting the test, the number correct and
|
| CFDIRECTORY and results paging? | 21 Jul 2008 19:47 GMT | 2 |
I realize this is probably a stupid question, but is there way to use something like recordset paging when displaying the files within a particular folder on a server? My code:
|
| generate PDF | 20 Jul 2008 08:21 GMT | 4 |
How can I generate a PDF file from a cfm page. I would like generate whole things on the current page of my website to PDF file.
|