| Thread | Last Post | Replies |
|
| Append using a Structure | 16 Aug 2007 21:35 GMT | 4 |
I need to run an append query using a structure to pass in one of my data fields. This isn't a tough thing to do normally but this is a little abnormal. Basically I am migrating about 1.5 million records from a single table data dump into a relational database.
|
| order by down columns | 16 Aug 2007 21:28 GMT | 4 |
Hi i am displaying a cfoutput query in 3 columns using <cfif #CurrentRow# MOD 3 is 3><TR></cfif> <cfif #CurrentRow# MOD 3 is 0></TR></cfif> the output is ordered by name, how do i get the order to read down each column
|
| Search directory of PDF's based on Query Results? | 16 Aug 2007 21:07 GMT | 2 |
Hello - Is it possible to search a directory of .pdf files based on a returned list of query results? For example I query a product database that returns a list of Product Names and Product ID's. Based on that list of query results, I'd like see if a pdf exists in the directory
|
| Multiple instances of jrun.exe running? | 16 Aug 2007 21:00 GMT | 2 |
Is it common for there to be more than one instance of jrun.exe running in a non-clustered installation of CF7? There have been episodes where jrun.exe seems to get taxed on moderately size queries. After looking at Task Manager on Win2K3 server - there are sometimes 3 or 4 ...
|
| CFForm format="flash" result a blank page | 16 Aug 2007 19:50 GMT | 8 |
Hey guys, I have search the net for most of the day to find a solution but came up with nothing. I am trying to use flash form to give my app a better look. When I use format="flash" with my cfform tag, the form does not render, but if I use xml
|
| Malicious Bots | 16 Aug 2007 19:47 GMT | 1 |
OK, I don't even really know where to post this question, but since I am using ColdFusion on my site, then I'll start here. I am starting to notice that I am having what I assume are "bots" filling out various forms on my site. They sign up for the newsletter,
|
| CFDOCUMENT and Javascript | 16 Aug 2007 19:08 GMT | 5 |
I am trying to call javascript function that lives outside the <cfdocument> wrapper. The code that calls my javascript function IS within the <cfdocument> tags, but its not working for some reason. I also tried puttin the actual javascript function WITHIN the <cfdocument> ...
|
| CF Report Builder | 16 Aug 2007 17:29 GMT | 1 |
I just install CF 8 Report Builder and I did a simple query and I can't preview. I got this error "The specified module could not be found. " How can I fix this problem?
|
| cfhttp connection failure | 16 Aug 2007 13:32 GMT | 2 |
We're making a secured post to a web server. Even if we specify port 443 which is the port anyhow set up for the request from cf, we're getting a connection failure. We have the deflation header parameters plugged in, a non secured protocol works, we've followed the ...
|
| Creating PDF with IMAGE using CFDOCUMENT TAG | 16 Aug 2007 13:25 GMT | 4 |
I m facing problem while creating the PDF using CFDOCUMENT tag. Actually my clients want the IMAGEs in PDF document. Problem is most of the images in JPG format and while I am going to attach images in PDF document it takes lots of time for creating PDF. In most of time
|
| Returning user to correct page position | 16 Aug 2007 13:19 GMT | 5 |
I have a list of links that go down the page, all the links are pulled from a database. When a user clicks on a link it goes to a query page and then returns the user to that list. The problem is that when the query page returns the user ( via cflocation) to the top of the page. ...
|
| Preload Images | 16 Aug 2007 09:25 GMT | 1 |
I'm in need of a solution to preload images. The main images in my header and footer load and display quickly, so no problems there. But I have some pages that consistently use the same spacers or bullets in the body of the pages. They are small in
|
| CF8: cfdocument, flashPaper, and bookmarks | 16 Aug 2007 07:05 GMT | 1 |
Correct me if I'm wrong, but it seems that a cfdocument, with a FlashPaper format, and bookmark set to "yes" doesn't work as expected. The bookmark attribute doesn't seem to affect the output at all unless the format is set to "PDF". The following code works, but if I change ...
|
| checked boxes | 16 Aug 2007 04:29 GMT | 13 |
howdy, can someone help me with a check box issue plz? i have i cfoutput of a list of categories from my category_table with check boxes next to them, i have another table CategoryToProduct and a session
|
| learning CFCs | 16 Aug 2007 00:05 GMT | 4 |
I am trying to learn CFCs I am working through tutorials in a book from 2002 called CodeRutters "Discovering CFCs -- ColdFusion MX Components" by Hal Helms and Benjamin Edwards put out by Techspedition and I am working a tutorial in a chapter about inheritance.
|