RE: (OT) - IP # setup

2000-07-25 Thread Anthony Geoghegan
There shouldn't be any problem with 192.168.*.* This address set is the so-called pseudo b-class address set. It has been recomended for local use. (Don't forget to set your ip mask for 255.255.0.0 and don't use 192.168.0.0 it's not a valid address. ;-)) Regards, Anthony Geoghegan. Lead Developer

RE: Structures vs. Scopes: Difference is?

2000-07-25 Thread Steve Martin
Session, URL, form, etc variables e.g. FORM.MyVar is a variable stored in the FORM scope. It just happens thas as from CF4.5 all FORM, URL, SESSION, APPLICATION, COOKIE (etc.) scoped variables are stored as structures such that you can use the various structure functions on them. Before structures

RE: application.cfm

2000-07-25 Thread Bert Dawson
If you use the fusebox technique... ( _everything_ goes through the index.cfm, which then decides which templates to include using a CFCASE statement on the 'fuseaction' eg etc.. see http://www.fusebox.org/ for more details) ... then you can use the follo

Re: update db

2000-07-25 Thread janey smith
any help at all would be much appreciated, kinda stuck with this one, thanks in advance >From: "janey smith" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: update db >Date: Mon, 24 Jul 2000 16:51:19 GMT > >any ideas on this one? > > > >From: "janey smith"

CLOB problem

2000-07-25 Thread Gary Kam
This is a multi-part message in MIME format. --=_NextPart_000_0010_01BFF659.6A3F0360 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hello everyone, I am using coldfusion to query the Oracle8 database with a CLOB = datatype, but when the CLOB fie

Re: update db

2000-07-25 Thread Dick Applebaum
Couple of observations: Who's the pollster? The form whith 5 textboxes should be submitted with METHOD=post rather than METHOD=get (default)... there is a limit on the number of characters that can be submitted with "get" and, well, 5 text boxes. If you have the pk of the answer available (pr

RE: Can i use 2 datasources in one app?

2000-07-25 Thread Philip Arnold - ASP
> Quick question. > Can I use 2 different datasources in a CF page? As nobody has answered this, I assume it's either been sorted (haven't read through a weeks worth of CFTalk), or been ignored. Anyways, to answer; You can open as many CFQuery tags as you want on a page, but you can'

FUSEBOX

2000-07-25 Thread Craig A. Zingerline
Hello, Can anyone tell me where to find resources on the Fusebox methodology. Any websites or print materials will be useful. Thank you very much in advance... Cheers, Craig Craig A. Zingerline Advanced Media Productions Web Application Developer [EMAIL PROTECTED] Phone: 508.647.5151 Fax:

RE: FUSEBOX

2000-07-25 Thread Bert Dawson
www.fusebox.org Bert > -Original Message- > From: Craig A. Zingerline [mailto:[EMAIL PROTECTED]] > Sent: 25 July 2000 13:02 > To: cf-talk > Subject: FUSEBOX > > > Hello, > > Can anyone tell me where to find resources on the Fusebox > methodology. Any > websites or print materials wi

RE: FUSEBOX

2000-07-25 Thread Howell, Katie
http://www.fusebox.org -Original Message- From: Craig A. Zingerline [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 8:02 AM To: cf-talk Subject: FUSEBOX Hello, Can anyone tell me where to find resources on the Fusebox methodology. Any websites or print materials will be useful

Re: FUSEBOX

2000-07-25 Thread JustinMacCarthy
www.fusebox.org - Original Message - From: "Craig A. Zingerline" <[EMAIL PROTECTED]> To: "cf-talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 25, 2000 1:01 PM Subject: FUSEBOX > Hello, > > Can anyone tell me where to find resources on the Fusebox methodology. Any > websites or print materi

RE: Shopping Cart w/ ICVerify

2000-07-25 Thread Brian Horn
Try www.cfwebstore.com. Their feature list page states "Use with Cybercash, ICVerify, Authorize.Net and Signio" Brian D. Horn Society of Financial Service Professionals Information Systems Group 610-526-2500 mailto:[EMAIL PROTECTED] > -Original Message- > From: LH Rothman [SMTP:[EMAIL

Re: FUSEBOX

2000-07-25 Thread Ken Wilson
http://www.fusebox.org/ > Can anyone tell me where to find resources on the Fusebox methodology. Any > websites or print materials will be useful. Thank you very much in > advance... -- Archives: http://www.mail-arc

Query manipulation

2000-07-25 Thread Francisco Montes; Spain on Line
This is a multi-part message in MIME format. --=_NextPart_000_0266_01BFF641.C4C81FA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all! I would like to order the results present in a query by one of its = fields. In order to optimise a

RE: Query manipulation

2000-07-25 Thread Jonathan R. Karlen
Why not pull them from the database ordered in the first place? SQL provides the ability to do this readily: SELECT fields FROM tables WHERE conditions ORDER BY field If the field that you want to order by is indexed there shouldn't be any large performance hit. Jon **

RE: Query manipulation

2000-07-25 Thread mherbene
There are a number of CF components for sorting queries (including one by me), with varying features. See http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=query+ and+sort&search=search. Note that these won't have the advantage of prebuilt indexes that your database should ha

Re: WML and CF

2000-07-25 Thread Erki Esken
Maybe this new article from Allaire helps you somewhat: http://www.allaire.com/handlers/index.cfm?id=16516&Method=Full Also Allaire's WAP Reference Deck: http://www.allaire.com/developer/TechnologyReference/wap.cfm And Ben Forta's "No strings attached" article on CFDJ: http://www.sys-con.com/col

RE: Shopping Cart w/ ICVerify

2000-07-25 Thread Olive, Christopher M Mr USACHPPM
www.cfwebstore.com . fantastic product, wondeful support, amazingly easy to customize, etc, etc. mary jo has done a fabulous job with this piece of software, and i highly recommend it to everyone developing an exommerce solution. Chris Olive, DOEHRS Website Administrator -Original Message

RE: Session and Array

2000-07-25 Thread Olive, Christopher M Mr USACHPPM
sure. .. Chris Olive, DOEHRS Website Administrator -Original Message- From: Phim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 2:24 AM To: [EMAIL PROTECTED] Subject: Session and Array Hi Everyone , Is there any way to declare array to be as session ? I have problem

List slow down(FUSEBOX)

2000-07-25 Thread Anthony Geoghegan
> Can anyone tell me where to find resources on the Fusebox methodology. Any > websites or print materials will be useful. Thank you very much in > advance... Here's one for the faq anyway. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dubli

CF 4.5.1 and the CFOUTPUT whitespace "undocumented feature"

2000-07-25 Thread Marc Campeau
Last week I noticed that the development version of a website and it's production version were different just after uploading the scripts and data. For some reason, I had whitespaces between a series of images, which I did not have before... After a lengthy search, I found out that the CFOUTPUT t

RE: LDAP

2000-07-25 Thread Michael Ross
Sorry, CF 4.0 NT 4 sp 4 LDAP 3.0 Here is my CFLDAP query. This is the error I get when I enter anything in the password field. Error Diagnostic Information CFLDAP No such object The error occurred while processing an element with a general identifier of (CFLDAP), occupying document positio

RE: Dynamic Variable

2000-07-25 Thread Anthony Geoghegan
Hi Kevin, |I have kind of a stupid question. Wrong thing to put on a question to this list lately Kev. |I need to create a dynamic |variable = |in a loop with the counter number attached to the end of the |variable. = |So I get button1 button2 buttton3 etc It looks to me that an array would

RE: Can i use 2 datasources in one app?

2000-07-25 Thread kraybill
> > Quick question. > > Can I use 2 different datasources in a CF page? You CAN actually use multiple sources of data in the very same CFQUERY, but only one can be an "official" CF datasource: SELECT a.*, b.* FROM TableInDSN a, "c:\inetpub\wwwroot\database\anyotherdb.m

RE: Can i use 2 datasources in one app?

2000-07-25 Thread mherbene
Caveat: I've only heard of this working with Access databases. And "AnyValidDSN" must also be an Access DB. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 5:32 AM To: [EMAIL PROTECTED] Subject: RE: Can i use 2 datasources in one app?

RE: Form Problem

2000-07-25 Thread Tim Bahlke
like causes a line break after the closing tag. A work around is to put the in its own Tim Bahlke, CIFO thinkcreate.com p. 336.230.0575 f. 336.230.0083 -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Monday, July 24, 2000 6:19 PM To: [EMAI

Crystal Reports

2000-07-25 Thread Mike Weaver
I have heard CRYSTAL REPORTS referenced and assume it is CF compatible. Where can I find info? Thanks for the assistance -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http:/

moving custom tags

2000-07-25 Thread Bert Dawson
if i move a custom tag from the local directory to CFUSION/CustomTags/ then CF won't find it until i stop and start the service. Is there a way around this? Bert Dawson [EMAIL PROTECTED] www.redbanner.com tel: 020 7456 0420 fax: 020 7456 0

CFOUTPUT/QUERY question/Problem

2000-07-25 Thread Kelly Matthews
Ok someone helped me with something similar before. Basically I initially run a query based on a set of dates and pull ALL records within that date range (simple enough): SELECT O_Report_Num, O_Period_dt_Beg, O_WildLife, O_Bird_Strikes, O_K9, O_Small_Mammals, O_Flocks_of_Birds, O_WildLife_Incid

RE: ntfs, how do i? ::Thank You::

2000-07-25 Thread Paul Ihrig
Steve, thank you. That worked like a charm. Seems like having the dir. structure the same as the web server is the only way to use linked fields in access. Again Thank You. -paul -- Archives: http://www.mail-archive.com

Accuweather3 tag...

2000-07-25 Thread Chris
Anyone else suddenly have their accuweather 3 tag create odd results starting this morning? CW -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/inde

CFHTTP, ResolveURL, Relative URLs and Frames

2000-07-25 Thread Dick Applebaum
I am writing a general-purpose agent for a client using CFHTTP to: Retrieve a Page Resolve the URLS Repoint the URLs back to the agent (for recursion) This allows the client to control the rendering of all linked pages and any pages that they, in turn link. I am experiencing a pro

Re: CFOUTPUT/QUERY question/Problem

2000-07-25 Thread Joseph Thompson
On Tue, 25 Jul 2000 09:49:25 -0400, [EMAIL PROTECTED] wrote: > Ok someone helped me with something similar before. Basically I initially > run a query based on a set > of dates and pull ALL records within that date range (simple enough): Good morning. I suspect that the trick here is to us

RE: CFOUTPUT/QUERY question/Problem

2000-07-25 Thread Kelly Matthews
Here is what i did Still only pulls ONE of the 2 runways that it should for the first report. however i may have done it wrong. Date of Incident: #DateFormat(O_Period_dt_Beg, ' d, ')# Number of Wildlife Incidents: #O_WildLife# Report Number: #O_Report_Num#Wildlife Info: #O_WildLife_Inc

NEWBIE requests HELP

2000-07-25 Thread Mike Weaver
This is a multi-part message in MIME format. --=_NextPart_000_01A6_01BFF61A.6AD9BB60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am trying to determine haw to periodically(daily) check the inputs = in a record to look for a pa

RE: NEWBIE requests HELP

2000-07-25 Thread Jeremy Allen
There is a scheduler within you can set it up using CFSCHEDULE... That should do it! :) Jeremy Allen [EMAIL PROTECTED] -Original Message- From: Mike Weaver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 12:27 PM To: [EMAIL PROTECTED] Subject: NEWBIE requests HELP This is

RE: Query manipulation

2000-07-25 Thread Francisco Montes; Spain on Line
Thanks! In my case, going back to the DB again would waste a lot of time as the query is rather complex and gets the information from several tables. I´m sure a custom tag will greatly increase performance anyway! Thanks again! -Mensaje original- De: [EMAIL PROTECTED] <[EMAIL PROTECTED

CF on WebsitePro - Frequent hangs

2000-07-25 Thread Reed Powell
Hello everyone - we're running CF on Website Pro on our production box, and see frequent hangs of the CF service(s). It's not uncommon for them to hang a couple of times a day. We ended up putting in a workstation that keeps an eye on the production box, and restarts the CF services if they don'

ACFUG Meeting - Wednesday, July 26 - TOMORROW!

2000-07-25 Thread Cameron Childress
Please RSVP to: [EMAIL PROTECTED] Topics: Integrating ColdFusion with Microsoft Office Applications Critical Ecommerce Techniques Using Database Triggers and Stored Procedures Time: Wednesday, July 26, 2000 6:00-9:00 P.M. Speakers: Steve Drucker (Fig Leaf

RE: ntfs, how do i? ::Thank You::

2000-07-25 Thread Steve Bernard
>From what I remember of Access, most of the linking functionality (fields, tables, etc.) is based on absolute paths which makes the development <-> production migration a pain. All the more reason to move to an RDBMS if possible. Steve -Original Message- From: Paul Ihrig [mailto:[EMAIL

Re: Query manipulation

2000-07-25 Thread JustinMacCarthy
Hola, If you need to manipulate/sort the same data over and over you might be better off saving the recordset as a structure or wddx in a session or client or cookie variable (or as wddx in a temp db table). You would need to stick it in a structure first. If you are using HTML4 browsers you c

Re: Accuweather3 tag...

2000-07-25 Thread Chuck Hergenroeder
I'm not having any problem with the tag. --Chuck -- Original Message -- From: Chris <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Tue, 25 Jul 2000 08:59:52 -0500 >Anyone else suddenly have their accuweather 3 tag create odd results starting this

Re: CFOUTPUT/QUERY question/Problem

2000-07-25 Thread Robert Flesher
You'll have to use a cfloop on the query, then inbed the 3rd query in the loop. Rob Flesher Cold Fusion Applications Developer HLP Associates, Inc. >From: Kelly Matthews <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: CFOUTPUT/QUERY que

RE: Accuweather3 tag...

2000-07-25 Thread Robert Everland
I see what the problem is. They keep sneaking in adds in there. I will take them out later today. I had already take a few things out of there already. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Chuck Hergenroeder [mailto:[EMAIL PROTECTED]] Sent: Tuesda

RE: CF on WebsitePro - Frequent hangs

2000-07-25 Thread Benjamin S. Rogers
We used to run CF (4.01) on WebSite and the only time we ran into problems was when ColdFusion driven apps would have to make calls through a slow network. Specifically, we were making calls from a high traffic Web site across the Internet to a database server. The clients were connected via SSL a

Parsing URLs on IIS 4

2000-07-25 Thread kraybill
Can anyone suggest what settings in IIS 4 / SP5 could cause problems with slash-delimited query strings? We use a well-known CF web hosting service for a client site. To improve visibility on search engines, we use slash-delimited query strings rather than the standard name=value pairs, and us

Re: Accuweather3 tag...

2000-07-25 Thread Chris
At 11:01 AM 7/25/00 -0400, you wrote: >I'm not having any problem with the tag. > > --Chuck Huh. Hmm. I've always put the Accuweather3 tag in the third column of a table, and it has always worked out fine. This morning, however, it started leaping out of the table it's supposed to be in,

Re: CF on WebsitePro - Frequent hangs

2000-07-25 Thread Howie Hamlin
Do you have WSP 2.5 installed? That version fixes some problems with long URLs and large cookies. Mmmmlarge cookies :-) Regards, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com =

RE: ntfs, how do i? ::Thank You::

2000-07-25 Thread Paul Ihrig
RDBMS? What are those? -paul -Original Message- >From what I remember of Access, most of the linking functionality (fields, tables, etc.) is based on absolute paths which makes the development <-> production migration a pain. All the more reason to move to an RDBMS if possible. Steve

RE: Crystal Reports

2000-07-25 Thread Braver, Ben:
Mike, CF once upon a time was included free with CF. It no longer is. Then, for a long time, the CFREPORT tag worked if you had your own copy of Crystal. But now there is Crystal Reports 8, which does not work with CF any more . Check the CF-TALK archives, there have been several threads on this.

RE: CF on WebsitePro - Frequent hangs

2000-07-25 Thread Steve Pierce
Can you give us more details, like Service pack level of you OS, version of Website, and CF. What other applications are running on the system. How much RAM. What is your swap space. All those sort of details will help us try to narrow the problem down for you. If it is any consolation I have CF

RE: Accuweather3 tag...

2000-07-25 Thread Chris
At 11:16 AM 7/25/00 -0400, you wrote: >I see what the problem is. They keep sneaking in adds in there. I will take >them out later today. I had already take a few things out of there already. > >Robert Everland III >Web Developer >Dixon Ticonderoga Thank you very much, kind sir ;) CW -

RE: Parsing URLs on IIS 4

2000-07-25 Thread mherbene
Are you getting IIS 404s or CF 404s? If IIS, perhaps IIS has been set to verify files? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 7:18 AM To: [EMAIL PROTECTED] Subject: Parsing URLs on IIS 4 Can anyone suggest what settings in IIS

Re: List slow down(FUSEBOX)

2000-07-25 Thread Michael Dinowitz
Just as a rebuttal here, the longest time it took from posting to receipt on the thread in question (a request for fusebox info) was 6 minutes. Not exactly a list slowdown by my standards. - Original Message - From: "Anthony Geoghegan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tue

RE: Parsing URLs on IIS 4

2000-07-25 Thread Eron Cohen
Hi Gene, Here is one idea...its a long-shot, but: You probably already know that if you're using the fusebox.org customer tag "CF_formurl2attributes" slash-delimited query strings are handled automatically. Having said that, perhaps if you are using that tag, someone replaced your version with

RE: ntfs, how do i? ::Thank You::

2000-07-25 Thread Duane Boudreau
Relational DataBase Management System Oracle, Sybase, SQL Server 6.5/7.0, etc. Access doesn't qualify as it is in fact actually a flat file database with a pseudo relational front end (gui) sitting on top. Duane > -Original Message- > From: Paul Ihrig [mailto:[EMAIL PROTECTED]] > Sent

RE: Crystal Reports (corrected)

2000-07-25 Thread Braver, Ben:
Mike, If I were doing a better job of proofreading, I would have said: Crystal Reports once upon a time etc. oops... CF once upon a time was included free with CF. It no longer is. Then, for a long time, the CFREPORT tag worked if you had your own copy of Crystal. But now there is Crystal Report

RE: Parsing URLs on IIS 4

2000-07-25 Thread ron
Gene, One solution that works for us is to configure IIS to use a custom 404 page on that domain, and to check for the existence of pages prior to serving them. Make the custom 404 page your index.cfm page, and your problem should go away. Doing it this way, you don't even need the filename in y

Re: ntfs, how do i? ::Thank You::

2000-07-25 Thread Billy Cravens
rdbms = Relational Database Management System Though Access is an RDBMS in the truest sense, Steve is probably referring to SQL Server or Oracle. -- Billy Cravens [EMAIL PROTECTED] Paul Ihrig wrote: > > RDBMS? > What are those? > -paul > > -Original Message- > > >From what I remembe

RE: moving custom tags

2000-07-25 Thread Steve Martin
Bert, I haven't tested this but it occurred to me that you might be able to get away with setting your template cache to 0, make a request and then set it back to what it was in the first place. I don't believe you need a restart to adjust the amount of memory needed to cache templates so this sho

RE: Parsing URLs on IIS 4

2000-07-25 Thread Sean German
There are post-SP5 fixes other than SP6 that can have this affect. (What is an MS SP but a collection of fixes released since the last SP?) I know the Ogle utility has this affect, as well as the (iirc) malformed HTTP request header fix. My impression that the use of slash-delimited query strin

RE: CF on WebsitePro - Frequent hangs

2000-07-25 Thread Eron Cohen
Reed, Are you using MS Access for your database on this server? I am very quickly reaching the conclusion that servers that Access really doesn't work on an application that has any level of traffic. If you are using MS Access, be sure and read the article in the Alliare KB about it. Another p

Re: Parsing URLs on IIS 4

2000-07-25 Thread Judah McAuley
At 11:18 AM 7/25/2000 +, you wrote: >Late last week, the server began coughing on the slash-delimited query >strings. It >appears that the server believes the slashes indicate folders, and it >gives 404 errors >whenever a slash-delimited URL query string is accessed. You have to tell IIS t

Scheduled Tasks

2000-07-25 Thread Tim Cavins
Do the scheduled tasks in cfide/administrator get written to a text file or to a table anywhere in CF? If so, where? -Tim -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://w

Re: application.cfm

2000-07-25 Thread Billy Cravens
Note that you can only control access to files within a directory that are parsed by the cf engine (ie, .cfm files), not all files using this method. For deeper directory protection, you would need to use your NOS security. -- Billy Cravens [EMAIL PROTECTED] "Parker, Kevin" wrote: > > Correc

OT: Accent Insensitive SQL?

2000-07-25 Thread Jonathan R. Karlen
This is a multi-part message in MIME format. --=_NextPart_000_0002_01BFF631.EF3AC5E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by onyx.he.net id JAA09612 Does anyone know of a way to

RE: CF on WebsitePro - Frequent hangs

2000-07-25 Thread John Fix 3rd
We run CF (4.5) with Website Pro (version 2.5) and have no problems. Does Website hang as well, or just CF? Take a look in the /cfusion/log directory at the application.log, server.log and webserver.log files to see if there are templates causing errors. Also look for templates that time out fr

RE: moving custom tags

2000-07-25 Thread Bert Dawson
Steve Cheers - that did the trick: set it to 1, then hammered away at the site to clear the cache, then called the tag and it worked... Bert > -Original Message- > From: Steve Martin [mailto:[EMAIL PROTECTED]] > Sent: 25 July 2000 16:42 > To: [EMAIL PROTECTED] > Subject: RE: moving cust

Re: Scheduled Tasks

2000-07-25 Thread JustinMacCarthy
They are stored in the reg. If you are looking for a scheduling package in which the tasks are in a a DB , give me a shout off-list ~Justin - Original Message - From: "Tim Cavins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 25, 2000 5:02 PM Subject: Scheduled Tasks

RE: Can i use 2 datasources in one app?

2000-07-25 Thread Nagai, Paul
It can work with SQL Server, too (if the databases are on the same server ... and possibly, even if they're not). I'm working on a query that looks like this: SELECT * FROMTable INNER JOIN servername.databasename.dbo.table2 ON Table.field1 = servername.databasename.dbo.table2.field

RE: Can i use 2 datasources in one app?

2000-07-25 Thread mherbene
I'll be shocked if you can get that to work across servers (unless you configure SQL Server specifically for this function). Across databases on the same server, no problem. -Original Message- From: Nagai, Paul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 12:46 PM To: '[EMAIL

RE: Parsing URLs on IIS 4

2000-07-25 Thread kraybill
Good question. Am I correct this error is actually a CF error? >Error Occurred While Processing Request >Error Diagnostic Information >An error has occurred. >HTTP/1.0 404 Object Not Found >Please inform the site administrator that this error has occurred (be sure to include >the contents of t

Re: [OT] Webtrends

2000-07-25 Thread Iztok Polanic
Hi! As you said. we installed Webtrends on a different machine and then we pulled down the data via FTP. But still you haven't told me what do CEO guys think when they said they have one milion visitors per day. Do they mean hits or vissitor sessions? Bye, Iztok - Original Message - Fro

Re: [OT] Webtrends

2000-07-25 Thread Russel Madere
Iztok, That is usually sales speak for hits. If you have a page with 10 images on it, each view is a hit (total of 11 for that page). I only start respecting numbers like that when they say Page Views. Russel At 07:01 PM 7/25/2000 +0200, you wrote: >Hi! > >As you said. we installed Webtrend

Re: Scheduled Tasks

2000-07-25 Thread Howie Hamlin
They are in the registry under HKLM\\Software\Allaire\ColdFusion\CurrentVersion\Schedule Regards, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com Please vote for iMS in the Most

RE: [OT] Webtrends

2000-07-25 Thread Kaplan, Mindie
"Visitors", in my experience, usually means page views. It does not, however, necessarily mean unique user sessions. If one person comes to your site and views 10 pages, marketing folk tend to count that as 10 "visitors" since, theoretically, it could be from a public-use machine and there could

RE: [OT] Webtrends

2000-07-25 Thread Kibbey, Bruce A (USI)
Don't forget, there are times when user sessions aren't reported correctly either. For instance, our organization uses outbound web proxies (as do most large organizations). If your reporting tool is only relying on IP address to distinguish visitors from each other then your session data is in

RE: [OT] Webtrends

2000-07-25 Thread Russel Madere
That was not the case at either of my 3 previous jobs. They considered a hit a visitor and that was the attitude I found common to executives I had to deal with. Russel At 01:25 PM 7/25/2000 -0400, you wrote: >"Visitors", in my experience, usually means page views. It does not, >however, nece

Seriously OT but kinda urgent (well very actually)

2000-07-25 Thread Stewart McGowan
Sorry to be a pain oh web guru's of CF, but does anyone know a quick and easy way of converting an MPEG to .MOV, thanks if you do, flames to me of list and i'll apologise in person... Stew -- Archives: http://www.mail-arc

RE: cookies: where does CF store them?

2000-07-25 Thread !jeff!
Russel, Dave, et al., I'm using 4.51 on NT. The cookies cannot be in RAM because when I restart the entire server, it still sends the same cookies. I used Find to search all local harddrives for any file containing the name of my cookie, and the only file that came back was User.dmp. That's a

RE: CFX_HTTP v.1.45 Headers question.

2000-07-25 Thread !jeff!
--=_3386203==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Andy, :O) Ok, now back to business. 1st file: Put this in one file on a CF machine. Replace URL with the URL of the second file. 2nd file: #key# is #EVALUATE("COOKIE.#key#")# Tha

This is Crazy!

2000-07-25 Thread paul smith
I'm using a SQL7 database to store client variables via WDDX The relevant script CF for a updating a Verity Search Term passed to it by a form follows: The CF script updates fine for many, many Search Terms, EXCEPT when Form.st = "Attorney" OR Form.st = "Attorneys" !!! But Form.st =

Re: Seriously OT but kinda urgent (well very actually)

2000-07-25 Thread James Taavon
Have you or do you have Dazzle? It is video equipment for copying video to mpeg format and it might be able to change formats for video files. Stewart McGowan wrote: > > Sorry to be a pain oh web guru's of CF, but does anyone know a quick and > easy way of converting an MPEG to .MOV, thanks if

Re: Accuweather3 tag...

2000-07-25 Thread Howie Hamlin
We also used the tag in one of our demo applications. Try sending mail to: [EMAIL PROTECTED] Substitute the x with your zip code. You should get an auto response with the weather forecast. For example: [EMAIL PROTECTED] will show the weather from Centereach, NY (where our office is). Re

Re: This is Crazy!

2000-07-25 Thread WBB
Hi Paul, I've got a Verity Collection that retrieve the word Attorney just fine so it may be how you're indexing it. I'm using a SQL7 database to store client variables via WDDX The relevant script CF for a updating a Verity Search Term passed to it by a form follows: The CF scrip

RE: Seriously OT but kinda urgent (well very actually)

2000-07-25 Thread Stewart McGowan
No but thanks for the idea, we have a full library of clips to convert (by friday of course) :)) -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: 25 July 2000 19:14 To: [EMAIL PROTECTED] Subject: Re: Seriously OT but kinda urgent (well very actually) Have you or do

RE: Seriously OT but kinda urgent (well very actually)

2000-07-25 Thread Shane Witbeck
adobe premiere will do the job. Sincerely, Shane Witbeck Webmaster [EMAIL PROTECTED] www.digitalsanctum.com -Original Message- From: Stewart McGowan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 2:01 PM To: '[EMAIL PROTECTED]' Subject: Seriously OT but kinda urgent (well ve

newbie: Accessing coldfusion variables in JS

2000-07-25 Thread SIMEON, ROLANDO (SBCSI)
Sorry, newbie question here: How do I reference CF variables within the

RE: Newbie needs a little PRO help

2000-07-25 Thread Karl Simanonok
Grabbing the max ID will often work just as well but it absolutely necessitates the use of CFTRANSACTION around your INSERT and SELECT Max(ID) queries. If the table of interest grows to contain many records it's likely to eventually take a lot longer to return the max ID than it would to read and

Re: ntfs, how do i? ::Thank You::

2000-07-25 Thread Billy Cravens
Hmm.. that creates an interesting (and somewhat philosophical) question: is an RDBMS an RDBMS based on its structure or its use? According to WhatIs.com (granted, it's not totally definitive) is: --start quote-- RDBMS (relational database management system) An RDBMS is a program that lets yo

FYI - recursive page calls with custom tags can kill a server

2000-07-25 Thread Dan Haley
Just passing along a problem I've spent the last hour and a half trying to solve, in case it helps someone else. Our server kept dying with messages of being out of virtual memory and we couldn't figure out where the problem was (we are in one building . . . IT department in another so coordinati

Results from several like tables

2000-07-25 Thread Howie Hamlin
I have a client application where monthly data are stored in a single database (Access 2K for now) but in separate tables (each table has the same structure). For example: JAN2000 FEB2000 etc Is there any way, besides concatenating these tables, to perform a single SELECT query on these mul

Re: This is Crazy!

2000-07-25 Thread paul smith
As near as I can tell, Verity's working fine (albeit a bit slower than I'd like). The problem is the CF app refuses to update the WDDXed client vars in a DB for two words. (!) best, paul At 11:21 AM 7/25/00 -0700, you wrote: >Hi Paul, > >I've got a Verity Collection that retrieve the word Atto

Help with passing values via url hyperlinks

2000-07-25 Thread AustralianAccommodation.com Pty. Ltd.
I have 7 buttons on a page each relates to a separate application form so when I click on a button it passes to the appropriate application form each button will have the hyper link http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm

ordering by time & refreshing select boxes without nocache

2000-07-25 Thread Deanna L. Schneider
Hi Folks, I have a query that is ordering by a date field. The field contains both date and time, but it's only ordering by the date, not the time within the day (so the 10:00 a.m. event shows up before the 9:00). Do I have to change the database to have a date field and a time field, or is there

Fixed Accuweather3 tag

2000-07-25 Thread Robert Everland
Anyone that would like the re-fixed Accuweather3 tag, give me an email and I'll send it to you. Robert Everland III Web Developer Dixon Ticonderoga -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.c

RE: Results from several like tables

2000-07-25 Thread mherbene
I would create a view (in access, a query) that does a UNION of the tables select field1, field fromtable1 union select field1, field2 from table2... and do my queries against the view. Or you can code the unions in your query. -Original Message- From: Howie Hamlin [mailto:[EMA

SQL Server Error

2000-07-25 Thread David B. Brooks
Hello All, Has anyone encountered this error: "ODBC Error Code = 08001 (Unable to connect to data source) [Microsoft][ODBC SQL Server Driver][Named Pipes]Specified SQL server not found." We received this error while our site was getting more hits than normal. Any info would be great! Thanks.

RE: newbie: Accessing coldfusion variables in JS

2000-07-25 Thread Steve DeWitt
send some code sample -Original Message- From: SIMEON, ROLANDO (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 11:39 AM To: '[EMAIL PROTECTED]' Subject: newbie: Accessing coldfusion variables in JS Sorry, newbie question here: How do I reference CF variables within the

Re: Help with passing values via url hyperlinks

2000-07-25 Thread Heather Haindel
Here's the basic idea... URL: action page: if url.button=optiona do this stuff if url.button=optionb do different stuff else do some default thing If the forms are basically the same, you can just set the form's action attribute and use the same form. ___

  1   2   >