Re: Netscape 6 woes

2000-11-22 Thread Rob Keniger
"Richard Colman" <[EMAIL PROTECTED]> wrote: > None of my javascript/dhtml dynamic menus are working. My flash controls are > not working. to which Michael Taylor at [EMAIL PROTECTED] responded: > Netscape 6 has a problem with TCP/IP connections. Many cant even get it to > run. All you can do

RE: Netscape 6 woes

2000-11-22 Thread Michael Taylor
Netscape 6 has a problem with TCP/IP connections. Many cant even get it to run. All you can do is wait for the upgrade. --Original Message-- From: "Richard Colman" <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: November 21, 2000 12:24:08 AM GMT Subject: Netscape 6 woes None

Re: A CF limitation in building a spider?

2000-11-22 Thread Michael Thomas
Ive noticed one huge limitation that makes CF not a great choice in building a spider. CFHTTP doesnt like the use of URL pointers to another domain, like http://www.thisdomain.com redirects to http://www.thisotherdomain.com... In testing whether a domain is valid or not, an url pointer will be

RE: Netscape 6 woes

2000-11-22 Thread Michael Taylor
Netscape 6 has a problem with TCP/IP connections. Many cant even get it to run. All you can do is wait for the upgrade. --Original Message-- From: "Richard Colman" <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: November 21, 2000 12:24:08 AM GMT Subject: Netscape 6 woes None

Re: Ben Forta: Execute.cfm question

2000-11-22 Thread James Sleeman
---Reply to mail from Michael Dinowitz about Ben Forta: Execute.cfm question > Please excuse my ignorance but what is execute.cfm? I'm assuming its a hack > to take a string with variables in it and then turn it into a completely > evaluated string. I think you'll find that execute.cfm is a CT t

Re: Finding duplicate records

2000-11-22 Thread Jon Hall
I got the solution for you, I wrote this and snippetized it because it just so handy. SELECT * FROM #Tablename# WHERE #dupecheckloop# = '#listgetat(dupecheckvalues,looptracker)#' You have entered a duplicate #listgetat(dupecheckvalues,looptracker)# Please correct this error. The im

Re: A CF limitation in building a spider?

2000-11-22 Thread James Sleeman
---Reply to mail from Phill Gibson about A CF limitation in building a spider? > Does anyone know of a better way to do the recursive call to cfhttp? Anyway > I see it, you are still calling one page, and it eventually times out. Others have pointed out that CF is not a great tool for the task,

RE: Finding duplicate records

2000-11-22 Thread Walker, Matthew
> Hello, would this work? > > > Select first_name, last_name, country > from Tablename > where first_name = #form.first_name# AND last_name = > #form.last_name# AND > country = #form.country# > > > > There is another record in the database with the > same information > >

RE: Anyplace to pick up outdated browser versions for testing <-online emulator

2000-11-22 Thread Michael She
There is also an online browser emulator: http://www.dejavu.org/emulator.htm Pretty cool huh? At 09:54 PM 11/22/00 -0500, you wrote: >Or you could use VMware to create a virtual PC on your box. It's very cool. > >-Original Message- >From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] > >

Re: Finding duplicate records

2000-11-22 Thread Michael She
Hello, would this work? Select first_name, last_name, country from Tablename where first_name = #form.first_name# AND last_name = #form.last_name# AND country = #form.country# There is another record in the database with the same information Insert SQL here A

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
Thanx for yours & robs posts. They proved to be very knowledgable. Sincerely, Mike >From: "Walker, Matthew" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Use End of Line Char as Delimiter? >Date: Thu, 23 Nov 2000 16:26:12 +1300 > > > Since > > w

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Walker, Matthew
> Since > we're on the > subject the difference between a line feed & carriage return??? LF -- move the paper CR -- return the carriage to the left This is fairly meaningless onscreen. You may find text files are delimited by CR/LF combos though, in a bizarre "let'stakebackwardscompatibilityal

Re: Use End of Line Char as Delimiter?

2000-11-22 Thread Rob Keniger
on 11/23/00 1:17 PM, Michael Thomas at [EMAIL PROTECTED] wrote: > M'bad, your right. I wuz referring to my own ASCII chart & overlooked > CHR(13), also mis-enterpreted a line feed for a tab. Since we're on the > subject the difference between a line feed & carriage return??? Dates back to when c

Re: CSV-to-Query

2000-11-22 Thread Peter Theobald
Windows only unfortunately :-( Nothing for us Unix folk. At 02:24 PM 11/22/00 -0500, Larry C. Lyons wrote: >Richard, > >Go to http://www.nateweiss.com/taggallery/ and look at CFX_CSVToQuery - >it will put a CSV file into a CF Query. > >regards, > >larry > >-- >Larry C. Lyons >ColdFusion/Web Dev

Re: CSV-to-Query

2000-11-22 Thread Peter Theobald
CFHTTP can make a query out of a CSV file, but ONLY if all of the cells in the file have the SAME text delimiters. For example if ALL of the cells have "quotes" around the values or if NONE of the cells have "quotes". This rules out any CSV saved by Microsoft Excel. Unfortunately this is the so

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
M'bad, your right. I wuz referring to my own ASCII chart & overlooked CHR(13), also mis-enterpreted a line feed for a tab. Since we're on the subject the difference between a line feed & carriage return??? Sincerely, Mike >From: "Walker, Matthew" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Walker, Matthew
> CHR(10) is indeed a line break & I do believe the line feed > your speaking of > is CHR(9) CR is Chr(13) and LF is Chr(10). Chr(9) is Tab! Check out http://members.tripod.com/~plangford/ascii.html -- ah, those were the days. Remember when every computer book had an ASCII table in the back? ~~

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Michael Thomas
CHR(10) is indeed a line break & I do believe the line feed your speaking of is CHR(9) Sincerely, Mike >From: Eric Fickes <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: Use End of Line Char as Delimiter? >Date: Wed, 22 Nov 2000 16:16:21 -0500 >

RE: cf-studio mailing list? (was Re: Trying to understand deployment wizard)

2000-11-22 Thread Chris Montgomery
I think a separate CF Studio list would be a great idea. Chris Montgomery [EMAIL PROTECTED] Web Development & Consulting http://www.astutia.com Allaire Consulting Partner 210-490-3249/888-745-7603Fax 210-490-4692 >-Original Message- >M. Dinowitz: >On that note, is

RE: Anyplace to pick up outdated browser versions for testing

2000-11-22 Thread Stas Newdel
Or you could use VMware to create a virtual PC on your box. It's very cool. -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] > >I need to get some older versions of MSIE and Netscape in order to test out >style sheets that will be dynamically assigned based on browser v

RE: Anyplace to pick up outdated browser versions for testing

2000-11-22 Thread Peter Tilbrook
> >I need to get some older versions of MSIE and Netscape in order to test out >style sheets that will be dynamically assigned based on browser version as >detected by CF. Does anyone know where these can be found? I've searched >around on MS and Netscape site but can't find any archives of outda

Finding duplicate records

2000-11-22 Thread Seamus Mag Uiginn
Hi, I'm very new to CF and am currently working my way through Forta's book, CF 4.0 Web Application Construction Kit. Getting a bit ahead of myself but am wondering how to search a db for duplicate records based on multiple field contents. I have a db which is basically name and address field

RE: Anyplace to pick up outdated browser versions for testing

2000-11-22 Thread Ken Wilson
> I need to get some older versions of MSIE and Netscape No doubt there are other's but I always seem to remember this one: http://browsers.evolt.org/ ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionau

RE: Anyplace to pick up outdated browser versions for testing

2000-11-22 Thread Dylan Bromby
Some old Netscape versions: ftp://ftp12.netscape.com/pub/communicator/ Try each FTP server (change the 12 to something else...1-12 and there may be more) because I think I remember somewhere they have older ones. -Original Message- From: James McCullough [mailto:[EMAIL PROTECTED]] Sent:

RE: Anyplace to pick up outdated browser versions for testing

2000-11-22 Thread James McCullough
You might try the CDs that came with some of your older books. That is usually where I get them. -Original Message- From: Paul Sinclair [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 3:13 PM To: CF-Talk Subject: Anyplace to pick up outdated browser versions for testing I

Re: Trying to understand deployment wizard

2000-11-22 Thread John Foulds
i heard them say that a new version (not sure if it is the one mentioned) will be based on the wsftp engine buy ipswitch, which is in my expereince the most stable one there is i hate the interface, but for years haven't been able to break away from it. every time i see something sexier, i try it

RE: Trying to understand deployment wizard

2000-11-22 Thread Michael Kear
After many anguished nights rebuilding broken systems years ago, and wrestling with a Windows95 scattered with remnants of the Windows95 betas, I resolved never to use beta software on anything but an experimental machine ever again. So in short, no I haven't, and I won't either until the releas

RE: Trying to understand deployment wizard

2000-11-22 Thread Eron Cohen
Mike, I don't use the deployment wizard, but I wonder if you have tested the soon-to-be-released version of ColdFusion Studio that is currently at Release Candidate level? I am using it and have definitely found some improvements, especially in the way of their FTP engine (they have apparently r

Re: Trying to understand deployment wizard

2000-11-22 Thread Michael Kear
G'day Howard, Not sure if this is a help to you or not, but I gave up on the deployment wizard in Studio4.5.1 because it only works if all your folders are already created on the host, AND if you are uploading the entire project. It's a bug in the software, and as far as I know nothing's on the s

RE: page breaks

2000-11-22 Thread BORKMAN Lee
Nick, As far as I know, you can do this with StyleSheets for IE, but not for Netscape. Define a style like this: P.page {page-break-after:always} Then use to force the break. Anyone have any better way? Lee (Bjork) Borkman http://bjork.net ColdFusion Tags by Bjork -Original Message---

page breaks

2000-11-22 Thread Nick Call
Help I know we went over this a while back, but humor me again, please. I need to embed a page break in some HTML code to force the printer to "page break". Thanks in advance. Don't eat too much turkey! Nick ~~ Structure your ColdFusion cod

Anyplace to pick up outdated browser versions for testing

2000-11-22 Thread Paul Sinclair
I need to get some older versions of MSIE and Netscape in order to test out style sheets that will be dynamically assigned based on browser version as detected by CF. Does anyone know where these can be found? I've searched around on MS and Netscape site but can't find any archives of outdated bro

cfhttp? (tds)

2000-11-22 Thread Troy Simpson
I have a ColdFusion Template, call "getInfo.cfm", that will query a database and return a comma delimited list of records. For example: 1,Abby 2,Jack 3,Suzie I have another ColdFusion Template, called index.cfm, that makes a call to the "getInfo.cfm" template with cfhttp to this list. http://w

Re:MS SQL Shortcut?

2000-11-22 Thread Chris Terrebonne
I havn't tested this, but you should be able to do either of the following: SELECT (Sum(paymentamt) + 0) AS total or SELECT CAST(Sum(paymentamt) AS int) AS total Chris -- Original Message From: "Jim McAtee"<[EMAIL PROTECTED]> Subject: MS SQL Shortcut?

MS SQL Shortcut?

2000-11-22 Thread Jim McAtee
I've got a table that contains payment detail records and I've found that something like the following workaround is necessary when adding up a column contains the dollar amount. This query always returns a single record, but when there are zero payment records found, the 'total' field returns a

RE: cf-studio mailing list? (was Re: Trying to understand deployment wizard)

2000-11-22 Thread Owens, Howard
Such a list is a great idea. Sign me up. I know Studio pretty well, but would like to know it even better. In the mean time, does anybody have an answer to my question? H. = Howard Owens Web Producer InsideVC.com mailto:[EMAIL PROTECTED] =

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Eric Fickes
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C054C9.763C0AE0 Content-Type: text/plain; charset="iso-8859-1" CHR(13) and CHR(10) I can't remember which is which, but I belie

CF COM site

2000-11-22 Thread Eric Fickes
Hello all, For those who haven't already seen this site, check it out. Especially is you use or have tries to use COM objects with CF. http://www.cfcomet.com/cfcomet/ I was going to post this link to the list a while back when someone was talking about creating WORD documents from CF. You can

RE: Use End of Line Char as Delimiter?

2000-11-22 Thread Simon Horwith
yes it is. use the CHR() function ~Simon > Simon Horwith > Certified ColdFusion Developer > Fig Leaf Software > 1400 16th St NW, # 220 > Washington DC 20036 > 202.797.6570 (direct line) > www.figleaf.com > -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, N

RE: Dave Watts please read - Re: BLOCKFACTOR and MAXROWS

2000-11-22 Thread Dave Watts
> According to the article by Mr. Van Horn, any Oracle or ODBC > datasource supports blockfactor. Is that not true? I don't know for sure. > > Also, setting a block factor too high when it is not needed > > will hurt performance because allocating and freeing those > > larger buffers takes ti

Re: cf-studio mailing list? (was Re: Trying to understand deployment wizard)

2000-11-22 Thread Jon Hall
I for one, would love to see this group come into existence. jon - Original Message - From: "Billy Cravens" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, November 22, 2000 2:39 PM Subject: cf-studio mailing list? (was Re: Trying to understand deployment wizard)

RE: CSV-to-Query

2000-11-22 Thread Adrian Cesana
Cool...I always used http://www.icesinc.com/nate/taggallery/ and it disappeared recently. I thought Nate abandoned the CF world. His tags and support to the community have been great, although I have not heard much from Nate in recent days, perhaps he is on the Unix-CF based lists now... -Adria

cf-studio mailing list? (was Re: Trying to understand deployment wizard)

2000-11-22 Thread Billy Cravens
M. Dinowitz: On that note, is there any demand for a ColdFusion Studio mailing list? Studio is so extendible (VTML, scripting, etc.), has a scope that extends far beyond CFML, and we pretty much all use it on a daily basis, so I think the community would benefit greatly from such a resource. How

Use End of Line Char as Delimiter?

2000-11-22 Thread Jon Hall
Is it possible to use the end of line character as a delimiter in a list (I beleive it is Ascii-20)? The I could read an entire text file into The reason I ask is that I need to read a text file line by line, and it would be much easier if I could get a line count as I am going. jon ~~

Re: CSV-to-Query

2000-11-22 Thread Larry C. Lyons
Richard, Go to http://www.nateweiss.com/taggallery/ and look at CFX_CSVToQuery - it will put a CSV file into a CF Query. regards, larry -- Larry C. Lyons ColdFusion/Web Developer EBStor.com 8870 Rixlew Lane, Suite 201 Manassas, Virginia 20109-3795 tel: (703) 393-7930 x253 fax: (703) 393-2659

Trying to understand deployment wizard

2000-11-22 Thread Owens, Howard
This isn't work and I don't understand the error message. Any help would be appreciated: Using the deployment wizard, I created the following script // === // Project Name: BreakingFolder // Date/Time Generated:11/2

RE: MS Index Server vs. Verity

2000-11-22 Thread paul smith
I effectively use a form term, too, except I modify the term submitted in the form to: (1) Remove noise words (since SQL7 doesn't do it as advertised) (2) Automate proximity matching, and (3) enable wildcard searches: best, paul ==

RE: CSV-to-Query

2000-11-22 Thread Adrian Cesana
Not that I am aware of. It is a CFX. -Adrian -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 10:12 AM To: CF-Talk Cc: [EMAIL PROTECTED] Subject: RE: CSV-to-Query Does this tag use CFFILE? best, paul ~~~

Re: OT: Dynamic HTML help

2000-11-22 Thread Billy Cravens
Look at cfx_WhoIs. Allows you to communicate with whois servers (like Network Solution) on the TCP/IP level. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34726B-2830-11D4-AA9700508B94F380&method=Full -- Billy Cravens [EMAIL PROTECTED] Kelly Britt wrote: > > Hello all. > > I want

Re: RIF Please read concerning Cube

2000-11-22 Thread Billy Cravens
Looks like you're trying to query a table called "The Cube". In most RDBMS's, this is not a valid table name. Change it to something like TheCube or The_Cube. -- Billy Cravens [EMAIL PROTECTED] Edward Peloke wrote: > > Rif, > > I tried your code and seem to be able to get to the linked serv

RE: MS Index Server vs. Verity

2000-11-22 Thread paul smith
Now that you've stepped up to bat, is there an alternative to the OR in the following? It seems to me that 1 CONTAINS ought to be able to search more than one column, but I haven't figured out how. best, paul SELECT ID FROM orgs (nolock) WHERE City = '#REQUEST.GetClientDataCity.City#' AND

Re: Allaire newsgroups

2000-11-22 Thread Michael Dinowitz
There's a mirror of the CF-Talk list at fuseware.com. I'm finishing up a Lyris news server for ALL the lists as we speak. Does Allaire sponsor a news server or are there any usnet groups that are about Cold Fusion? ~~ Structure your ColdFusion code

RE: CSV-to-Query

2000-11-22 Thread paul smith
Does this tag use CFFILE? best, paul At 09:44 AM 11/22/00 -0800, you wrote: >This tag works great and may suit your needs. > >http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347395-2830-11D4-AA >9700508B94F380&method=Full > > > > > > Greetings! > > > > I am struggling with the notion

Re: CSV-to-Query

2000-11-22 Thread paul smith
Well, if you go to EM and select a database, you'll see "import data" as an option in the right pane. Click on that, then click on "Next" and then select "Text file" from the drop down for "Source" This is how you can do it while sitting at a SQL7 box. My question is has anyone developed the

RE: Displaying files in a directory

2000-11-22 Thread Arden Weiss
I too am entering stage left on this type of endeavor and am looking at AppletFile at www.infomentum.com (both upload and download between web-server and local drives. AppletFile works with both ASP and CFM pages. With AppletFile, you can even have progress bars displayed during the file trans

RE: MS Index Server vs. Verity

2000-11-22 Thread Simon Horwith
I agree... using SQL 'CONTAINS' on full-text indexed database fields has always been a much better search method for doing database searches, in my experience. ~Simon > Simon Horwith > Certified ColdFusion Developer > Fig Leaf Software > 1400 16th St NW, # 220 > Washington DC 20036 > 202.797.657

Allaire newsgroups

2000-11-22 Thread kevinw
Does Allaire sponsor a news server or are there any usnet groups that are about Cold Fusion? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf

Re: MS Index Server vs. Verity

2000-11-22 Thread paul smith
Index Server is included in SQL Server 7. For my application, I like SQL7 full-text indexing and searching on database fields better than Verity, having directly compared their performance in the same application. I don't use stemming though (and, like Google, don't want to). For my applicat

RE: Dynamic HTML help

2000-11-22 Thread Simon Horwith
you could put code that does the whois search and then loads it into a wddx packet, into a page that refreshes intself and lives in a hidden frame, and display the recordsets in javascript accesible containers of some sort, then use javascript to change the values of those objects being displayed.

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Hayes, David
I just did a quick test. The collection was created and was searchable, although the folder I indexed only had 11 WORD 2000 docs in it. (I just grabbed some from my machine.) Creating and deleting from the Administrator worked; files were deleted as expected. -Original Message- From: Dy

SQL/Stored Proc Generator

2000-11-22 Thread John Anderson
Here is a link to a utility that will. Generate SQL Inserts, Updates, Deletes, Selects Generate Stored Procs (if database selected is sql server) Generate forms based on database tables -Javascript is written for dates, not nulls, numeric fields. -Maxlengths on input fields are ca

RE: CSV-to-Query

2000-11-22 Thread Adrian Cesana
This tag works great and may suit your needs. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347395-2830-11D4-AA 9700508B94F380&method=Full > > Greetings! > > I am struggling with the notion of trying to query a CSV. For some reason > CFHTTP does not work for me. And I am also having

OT: Dynamic HTML help

2000-11-22 Thread Kelly Britt
Hello all. I want to create a page that loads completely, but then dynamically updates the html updates based on a series of whois queries. I don't think there is a way to make CF stream this data... What I have is a local database of zone files for the .com domain names. This database can be

Re: MORE VERITY PROBLEMS

2000-11-22 Thread Dylan Bromby
can you make collections of Word 2000 files? - Original Message - From: "Hayes, David" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, November 22, 2000 8:27 AM Subject: RE: MORE VERITY PROBLEMS > We're using 4.5.1 SP1, Professional. > > -Original Message

RE: Printing mailing labels in a browser -- Joy... :-O

2000-11-22 Thread Adrian Cesana
I had the same challenge recently. Printing 4 up labels was not really too bad as long as the label was NOT completely filled edge to edge, you need a little buffer area. Anything more than 4 up was tough. We ended up scrapping the idea for another non-label method which worked well. If I had t

Re: CSV-to-Query

2000-11-22 Thread Richard Gilbert
Paul: Now you're talking. Can you describe this process to me? I am using SQL7, but have never taken advantage of this feature. Richard - Original Message - From: "paul smith" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, November 22, 2000 11:39 AM Subject: RE:

RE: cferror.....

2000-11-22 Thread Dave Watts
> http://www.fusionauthority.com/alert/index.cfm?alertid=34#tech1 > The explanation of CFERROR type = Monitor will give you a LOT > of food for thought. Actually, I found the part about the Error scope being a structure interesting - I wasn't aware of that. I don't know if I'll ever use it, but

RE: permissions problem?

2000-11-22 Thread Shane Witbeck
Well...after all of that...the problem was a missing trailing \ in my path statement!!! Someone kick me in the head now. Shane Witbeck -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 10:07 AM To: CF-Talk Subject: RE: permissions proble

RE: MS Index Server vs. Verity

2000-11-22 Thread Anthony Geoghegan
Index server is a security nightmare, never, ever install this dung. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: 22 November 2000 17:06 To: CF-Talk S

Re: Displaying files in a directory

2000-11-22 Thread Jennifer
At 04:35 PM 11/21/00 -0500, you wrote: >I need to display the files in a directory to a web page. This way people >can see the files they can download, and click on them to download. > >Is there a good CF tag that can do this? Im starting to lean towards a list >of the files placed in a database..

Re: TURKEY VS CFHTTP - [in mime format]

2000-11-22 Thread Melissa Fraher
I am having the same exact problem. Does anyone have any ideas? John Rice wrote: > This message is in MIME format. Since your mail reader does not understand > this format, some or all of this message may not be legible. > > --_=_NextPart_001_01C053C3.BD22DF62 > Content-Type: text/plain; >

RE: MS Index Server vs. Verity

2000-11-22 Thread Simon Horwith
I don't know a lot about index server, but I hazard to guess it's probably going to run faster than verity. I'm sure Mr. Dave Watts will have more to say on the matter. ~Simon > Simon Horwith > Certified ColdFusion Developer > Fig Leaf Software > 1400 16th St NW, # 220 > Washington DC 20036 > 2

Re: form passes all fields, except one?

2000-11-22 Thread Sima . Lee
Hi Tammy, Mother's ID number If this is exact the code you used , then you forgot the "=" sign between "Name" and " the Parent_ID" in the tag. Sima Tammy

MS Index Server vs. Verity

2000-11-22 Thread S R
Hi, I had to demo how cold fusion works to my I.S. department last week and after showing them how 'verity' works they suggested I look into 'Index Server' as a 'better' alternative. Can I get some of your opinions as to the differences between the two and where I can get more info on 'Index S

RE: CSV-to-Query

2000-11-22 Thread paul smith
Anyone have a CF version of CSV-to-Table using SQL7's ability to import a text file? best, paul At 11:07 AM 11/22/00 -0500, you wrote: >Take a look at: >http://support.microsoft.com/support/kb/articles/Q190/1/95.ASP >and >http://support.microsoft.com/support/kb/articles/Q195/9/51.ASP > >~Simon

RIF Please read concerning Cube

2000-11-22 Thread Edward Peloke
Rif, I tried your code and seem to be able to get to the linked server but I now get an error or incorrect syntax near cube. ** Error Diagnostic Information OLEDB Error Code = 170 Line 3: Incorrect syntax near 'Cube'. The error occurred while processing an eleme

RE: form passes all fields, except one?

2000-11-22 Thread Scott Wolf
should be Left out the equal sign :) Scott Wolf Goodfriend Computer Training -Original Message- From: Tammy Schilling [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 11:06 AM To: CF-Talk Subject: form passes all fields, except one? --CF871434F10C748D047F

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Hayes, David
We're using 4.5.1 SP1, Professional. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 9:54 AM To: CF-Talk Subject: RE: MORE VERITY PROBLEMS I'm deleting through the Admin. Files are on the server, collection does not exist in the admin.

RE: Dave: Kooky Form Field/List question.

2000-11-22 Thread Dave Watts
> The solution looping over list is working, but I'm not > getting what you're saying about looping over the structure. > I cant seem to access the form as a structure. I'm on > CFServer 4.0. Could that be the problem? Special feature of > 4.5? I think that the Form scope is available as a s

RE: XMLHTTP vs CFHTTP POST - how do you get stuff in the message body of the header?

2000-11-22 Thread Dave Watts
> How do I do this in CFHTTP - specifically, line 21 - where do > you put the message body? ... > 21 Unfortunately, you can't manipulate the raw request body with CFHTTP; you can only send form data in that message body. You'll need to use a third-party component to do this. > P.S. I've been u

Re: Broadvision [Fraudvision]

2000-11-22 Thread Nick Call
Neil: Buy a good seatbelt and install it on your office chair. You are going to need it. It's going to be a wild ride. I didn't know you could integrate CF with Broadvision, or I probably would have stuck with it. I found Broadvision's basic theories solid, but their product is still very buggy

lost replies needed: XMLHTTP vs CFHTTP POST - how do you get stuff in the message body of the header?

2000-11-22 Thread Mary Romagnoli
Hi. Sorry for the repost, but I posted this message yesterday but did not receive a digest so I don't know if there were any answers. I'm kind of in a bind, if there was an answer to this yesterday and you still have it, could you forward it to me? Of course, new replies are always welcome. Th

RE: form passes all fields, except one?

2000-11-22 Thread Chris Montgomery
If Parent_ID is a number, remove the single quote marks around #form.Parent_ID# in your query and try that. Chris Montgomery [EMAIL PROTECTED] Web Development & Consulting http://www.astutia.com Allaire Consulting Partner 210-490-3249/888-745-7603Fax 210-490-4692 >-Original

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Anthony Geoghegan
Snap Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: 22 November 2000 16:12 To: CF-Talk Subject: RE: MORE VERITY PROBLEMS I've encountered the same thi

RE: form passes all fields, except one?

2000-11-22 Thread Bob Silverberg
If you copied and pasted that text from your cfm file, I can see the problem: You have no "=" sign between Name and "Parent_ID". It should say Name="Parent_ID". Bob -Original Message- From: Tammy Schilling [mailto:[EMAIL PROTECTED]] Sent: November 22, 2000 11:06 AM To: CF-Talk Subjec

RE: form passes all fields, except one?

2000-11-22 Thread Nardi, Gaston
need the = after name Mother's ID number Cheers, Gaston > -Mensaje original- > De: Tammy Schilling [SMTP:[EMAIL PROTECTED]] > Enviado el: MiƩrcoles 22 de Noviembre de 2000 13:06 > Para: CF-Talk > Asunto: form passes all fields, except one? > > > -

RE: form passes all fields, except one?

2000-11-22 Thread Courtney Payne
Missing an equal sign in the name attribute. Courtney E. Payne, Developer Fig Leaf Software "We've got you covered" [EMAIL PROTECTED] www.figleaf.com -Original Message- From: Tammy Schilling [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 11:06 AM To: CF-Talk Subject: for

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Bob Silverberg
I've encountered the same thing. Here's what I do when I need to delete and recreate a collection: 1. Delete the collection using either CF Administrator or . 2. Restart the CFAS. 3. Delete the files found under CFUSION/Verity/Collections/{collection name}. Note: it seems that the CFAS will not

RE: form passes all fields, except one?

2000-11-22 Thread Simon Horwith
I'd remove the spaces, and drop the single quotes from FORM.PARENT_ID unless it's a string ~Simon > Simon Horwith > Certified ColdFusion Developer > Fig Leaf Software > 1400 16th St NW, # 220 > Washington DC 20036 > 202.797.6570 (direct line) > www.figleaf.com > -Original Message- From

form passes all fields, except one?

2000-11-22 Thread Tammy Schilling
--CF871434F10C748D047F62D1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all, I'm struggling with a form and query problem. There are four form fields to be inserted into a table. All seem to pass just fine, except one. I can't figure out why. I'v

RE: CSV-to-Query

2000-11-22 Thread Simon Horwith
Take a look at: http://support.microsoft.com/support/kb/articles/Q190/1/95.ASP and http://support.microsoft.com/support/kb/articles/Q195/9/51.ASP ~Simon > Simon Horwith > Certified ColdFusion Developer > Fig Leaf Software > 1400 16th St NW, # 220 > Washington DC 20036 > 202.797.6570 (direct line

Re: CSV-to-Query

2000-11-22 Thread Richard Gilbert
Apparently I do not have the necessary driver to map it as a datasource through cfadmin. "verification failed" every time. Also, how do I construct a query to a csv? I've never done, and I assume I can't ise standard sql! - Original Message - From: "Simon Horwith" <[EMAIL PROTECTED]> To

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Anthony Geoghegan
Dylan, I Have had exactly this problem. It looks like a bug. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: 22 November 2000 15:54 To: CF-Talk Subject: RE: MORE VERITY PROBLEMS I'm deleting through the Admin. Files are on the server, collection does not exist in

RE: CSV-to-Query

2000-11-22 Thread Robert Hinojosa
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C0549C.EDA1C16A Content-Type: text/plain; charset="iso-8859-1" You could do something like this.

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Dylan Bromby
I'm deleting through the Admin. Files are on the server, collection does not exist in the admin. They're not mapped collections. What version of CF are you running? I'm on 4.01 Ent. -Original Message- From: Hayes, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 22, 2000 7:51

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Hayes, David
We're using Verity. I'm able to delete collections using CFCOLLECTION, and it does remove the files. Are you deleting using CFCOLLECTION or through the Administrator? If the former, check the Administrator and see if the collection still exists. Is it, by chance, a mapped collection? From the

RE: CSV-to-Query

2000-11-22 Thread Simon Horwith
no custom tag, but what's the problem mapping it as a datasource? What drivers are you using to try to connect to the spreadsheet? ~Simon > Simon Horwith > Certified ColdFusion Developer > Fig Leaf Software > 1400 16th St NW, # 220 > Washington DC 20036 > 202.797.6570 (direct line) > www.figlea

CSV-to-Query

2000-11-22 Thread Richard Gilbert
Greetings! I am struggling with the notion of trying to query a CSV. For some reason CFHTTP does not work for me. And I am also having trouble setting up a csv file as a datasource in CF Admin. (verify=failed) Do any of you know of a custom tag for this purpose? Thanks in advance, Richard

RE: Custom output tag

2000-11-22 Thread Rif Kiamil
This is what I do when I want to Query MSOLAP from ColdFusion. set quoted_identifier on SELECT o."[Measures].[Unit Sales]" as C, o."[Promotion Media].[Media Type].[MEMBER_CAPTION]" AS R FROMOPENQUERY(OLAP_TEST, ' select {Measures.[Unit Sales]} on columns, order(except([Promotion Me

Re: Java to cf

2000-11-22 Thread Greg Wolfinger
Rick: I would basically just look at what the java and cgi is doing (even though you don't know java you can figure it out) and just re-write what its trying to do using CF. Hope It Works Out, Greg Wolfinger Certified Uncertified ColdFusion Developer - Original Message - From: Rick La

  1   2   >