server mappings

2001-02-07 Thread S.E.Fling
Hi all, OK here is the situation We have a ColdFusion Server in London and one in the US. I want to map the server in London so that it can see the US data base. I have created a "mapping" using the fully qualified path beginning with the server \\1crp025\inetpub\wwwhrisroot\hris\edge and the

Multiple Select problem

2000-08-01 Thread S.E.Fling
H alli, I'm trying to display multiple selected values in a drop down list box, but can't figure out to select multiple values programmatically. These values are returned as WorkLocationCountryCode by the query qrySelectCountry, and 5 rows are returned. qryAllCountries returns all the countrie

Re: outputting query results to Excel

2000-06-29 Thread S.E.Fling
Thanks Mark and everybody for your responses. You guys are the best. ;-) sf Mark Warrick wrote: > Here's some sample code that I used to output sales leads to an Excel spreadsheet. >This works best if the user is browsing with Internet Explorer because IE will >automatically launch Excel and

outputting query results to Excel

2000-06-29 Thread S.E.Fling
Hi, I'd like to write the results of a query to an excel spreadsheet, then allow the user to download it. I think I can handle the download part, but I'm not sure how to output the query results to Excel. Appreciate any and all clues, TIA. sharon --

testing for existence of table

2000-06-27 Thread S.E.Fling
Hi all, I have a temporary table that needs to be deleted after processing has completed. But, if the user bails and doesn't complete the transaction, the temporary table doesn't get deleted, which causes an error message when CF attempts to create the table later on. So I put in some code to

Re: custom tag for Query Sort

2000-05-16 Thread S.E.Fling
Try Nate's Custom Tags http://www.icesinc.com/nate/taggallery/ Frederic COLLIN wrote: > Hi, > > Does someone know a good custom tag making a QUERY SORT ? > > Thanks. > -- Archives: http://www.eGroups.com/list/cf-talk T

Re: Web registrars may take back your domain name

2000-05-15 Thread S.E.Fling
I'm not surprised that Network Solutions is the bottleneck, it took me 2 months just to change my e-mail address. The automated solution didn't work and whenever I tried to contact a live person, I kept getting referred back to the stupid forms. I finally had to create a letter, and FAX it to t

Re: E-Commerce Packages

2000-05-15 Thread S.E.Fling
--052A94E1DB6B8F98381B982B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I had good luck with -- http://twcreations.com sf Vance Duke wrote: > A month or 2 ago, there was discussion regarding Able Commerce. I am > looking for some of the E-Commerce p

Re: setting file download name using CFCONTENT -- SOLVED!

2000-05-13 Thread S.E.Fling
Dick, Thanks, it worked like a charm! sharon Dick Applebaum wrote: > This works for me: > > > > FILE="d:\itool\sites\sgcpubs\www\mediakits\RB2000MK.PDF"> > At 7:23 PM -0700 5/13/2000, S.E.Fling wrote: > >Hi, > > > >Thanks to the great th

setting file download name using CFCONTENT

2000-05-13 Thread S.E.Fling
Hi, Thanks to the great thread on "CFCONTENT and File Download", I was able to create a download page for 2page.exe, a self-extracting winzip file (contains 12 Microsoft word documents). However, when the "Save As.." box comes up, instead of "2page.exe" as the file name, the dialog box default

Re: [OT] Forcing file downloads (self extracting .exe)

2000-05-09 Thread S.E.Fling
I have a similar problem, so I thought I'd jump in here and ask. I have a winzip file saved as a self-extracting .exe file that it available for download. But when you click on the clink, nothing happens, the server just hangs. Even if you right click on the link and "Save As", it doesn't save

another disappearing cookie case

2000-04-24 Thread S.E.Fling
--0307E32963F2DF4A550BB08B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all, Here's another case of the disappearing cookie. I set a cookie, the customer clicks on an order link, which takes them to another server, where they complete the transacti

CGI script question

2000-04-23 Thread S.E.Fling
Hi all, Can someone tell me what language the following CGI script is written in? Whatever it is, can it run on a CF site? Thanks. sf sub valid { ### Copyright Keynetics Inc. Patents pending. my($a,$b,$c,$i,$q,$w,$x,$y,$z,@s,@v); ### $a='

Re: table formatting in IE-- SOLVED!

2000-04-06 Thread S.E.Fling
> > Make sure the tags are included in the output or loop. If you only > include the tags, your output will be horizontally as table cells in a > single row. This sounds like a possible source of your problem. > > HTH, > Steve > > -Original Message- > From: S.E.

OT: table formatting in IE

2000-04-06 Thread S.E.Fling
Hi, This is probably not a CF problem but I know somebody must have run into this before. I have 4 rows of CF output being displayed in a table, and instead of the rows going down the page, row1 row2 row3 they are going across the page: row1 row2 row3 This only happens in IE, in Netscape it's