Re: CF Store Locator - almost there - order results

2008-05-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I have two tables. The first table is the zip code table. Once I find the zipcodes that fall within the milage radius input, I take the list of zipcodes and seatch against my store table. I'm trying to figure out how to get the results from my store database to be in the same order by the zipcod

Re: Cftextarea and "Fukeditor"

2008-05-18 Thread Gerald Guido
Don, I hear you. So far I have avoided using a lot of the Ajax features in CF 8 (save cfajaxproxy ) and sticking with their source libraries like EXT and FCKeditor and the like. If anything for the foot print. I am still a sucker for cfform though. BTW FCKeditor has a CFC that works out of the box

Re: CF Store Locator - almost there - order results

2008-05-18 Thread James Holmes
I can't see any ordering in that query; there's no order by clause. On Mon, May 19, 2008 at 11:21 AM, <[EMAIL PROTECTED]> wrote: > This the last thing I have to figure out. > > I've got this CF store finder application that does what it's suppose to do. > It takes > the zipcode and the radius an

Cftextarea and "Fukeditor"

2008-05-18 Thread Don L
Maybe I've misspelt the editor. With cf8 standard (8.0, not 8.0.1), with the Cftextarea tag using Fukeditor's Basic tool configuration. If there's double quotes (") inside the textarea, cfajax related tag such as cfajaxproxy referencing data inside the textreaa would generate an error. Quite

CF Store Locator - almost there - order results

2008-05-18 Thread coldfusion . developer
This the last thing I have to figure out. I've got this CF store finder application that does what it's suppose to do. It takes the zipcode and the radius and returned an order list of zipcodes sorted by the distance from the original zip code entered. The only problem is when I plug this list

Re: edit an upload file

2008-05-18 Thread Azadi Saryev
1) you have 2 form fields - one hidden field and one file field - with same name. if you cfdump your form on your action page you will see that form.movie_picture has a value something like "oldfilename, " - a comma-delimited list. thus it will not be empty, and your action page will try to run the

RE: How do I use "order by" for this?

2008-05-18 Thread Rick Faircloth
Thanks, Will... I've decided to just merge all the property data from the two databases into one massive property table. I'm going to incorporate a "source field", as well, with the data for that field specifying the data vendor. I need that if for no other reason because each vendor supplies mu

Re: How do I use "order by" for this?

2008-05-18 Thread Will Tomlinson
>Well... I can't figure out how to use the "order_by" column >I've put into each real estate office table. > >Let's say (to make this simpler) that I've got six tables. > >1 - hmls_offices >2 - hmls_lots >3 - hmls_homes > >4 - smlc_offices >5 - smlc_lots >6 - smlc_homes > It looks like you don't h

edit an upload file

2008-05-18 Thread Don R Seibert
To All, I have a template that uploads a jpg file to a directory on the server and puts the name of the file into the database. That part works fine. The part I am having a problem with is I have a template that will edit the record from the database. It does not seem to be keeping the name of

RE: How do I use "order by" for this?

2008-05-18 Thread Rick Faircloth
Well... I can't figure out how to use the "order_by" column I've put into each real estate office table. Let's say (to make this simpler) that I've got six tables. 1 - hmls_offices 2 - hmls_lots 3 - hmls_homes 4 - smlc_offices 5 - smlc_lots 6 - smlc_homes The hmls_offices and smlc_offices table

RE: CF and IText

2008-05-18 Thread Dave Watts
> 4. Is the foundation for LiveCycle iText as well? No. > This comes from the fact that I want to use pageoverlay or > pageunderlay, which are restricted DDX in CFPDF, and so I'm > now looking at other options (LiveCycle, iText, other). DDX is supported only by LiveCycle Assembler. There are n

Re: CF and IText

2008-05-18 Thread Paul Hastings
Stephen Cassady wrote: > 1. Can I call iText directly? Are the libraries loaded in a manner that this > would work? yes. > 2. Can I update the iText libraries to 2.1 (or a newer version) nope not w/out breaking cfdocument, etc. though you could use javaLoader & go merrily on your way. > 3. Has

CF and IText

2008-05-18 Thread Stephen Cassady
Coldfusion uses itext when manipulating PDFs (dump created PDFs and you should find the Producer is "iText 1.4 (by lowagie.com)"). I have a couple questions about this: 1. Can I call iText directly? Are the libraries loaded in a manner that this would work? 2. Can I update the iText libraries to 2