RE: Menu Custom Tags

2001-11-01 Thread Kevan . Windle
This is an excellent DHTML menu, easy to use and customiseable. I use CF to generate dynamic menus with it. And it's free. http://linux.milonic.co.uk/menu/ -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: 01 November 2001 07:19 To: CF-Talk Subject: Re: Menu Custom

Browse local files

2001-11-01 Thread Dusty Tinashe Shoko
Hi I want to search for a file on the local machine to read and put its contents on a Db on the server! My que is how do I browse thru the files on the machine looking for it you know like what CF Server does when u are adding a datasource Thank you Cell: 091 268 728 A good name is to be

Help - SQL to Excel

2001-11-01 Thread Nick Betts
Can somebody show me some code to simply query a databse then by clicking a link export recordset to Excel and open worksheet displaying data. I have looked at CFCOmet but cannot get example working. Cheers, ~~ Structure your ColdFusion code with

Re: sessions and shopping carts

2001-11-01 Thread Bud
On 11/1/01, James Sleeman penned: CFIF NOT Compare(variables.ReferTest,0) OR NOT Compare(cgi.http_referer,) !--- uh. oh. Reset the session ID --- /CFIF Aha ! therein lies the problem... how does one go about resetting the session ID.. there is no CF function resetSessionID(), I

RE: Browse local files

2001-11-01 Thread Philip Arnold - ASP
I want to search for a file on the local machine to read and put its contents on a Db on the server! My que is how do I browse thru the files on the machine looking for it you know like what CF Server does when u are adding a datasource input type=file name=whatever Then use CFFile

RE: Help - SQL to Excel

2001-11-01 Thread Philip Arnold - ASP
Can somebody show me some code to simply query a databse then by clicking a link export recordset to Excel and open worksheet displaying data. I have looked at CFCOmet but cannot get example working. Change the Content Type to be Excel and then lay it out in a table I'm trying to find the

RE: Help - SQL to Excel

2001-11-01 Thread Nick Betts
Cheers, Found a custom tag (Query2Excel) that does exactly what I wanted. Nick -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 01 November 2001 11:55 To: CF-Talk Subject: RE: Help - SQL to Excel Can somebody show me some code to simply query a databse

Re: Oracle Help

2001-11-01 Thread Dave Hannum
Dumb question, but, are you sure you have the username and password correct in CFAdministrator. Also, do you have something like Oracle DBA Studio or Enterprise Manager that you can connect with? If so, the problem is with your CF Administrator settings. If not, then check the TNSNames.ora

Virus checking uploads

2001-11-01 Thread Katherine Maltby
Hi, We've got to develop a facility whereby users can upload material to a server via a cfm page, but we need to have some kind of virus checking software to check all uploads first. Does anyone know of anything already out there and how much it would cost? Thanks in advance, Kath Katherine

RE: CF Security Holes, what are the biggies?

2001-11-01 Thread Aidan Whitehall
Can anybody tell me the most glaring secutiy holes associated with CF, in particular CFFILE? People have been hacking some sites of mine and I think Do you restrict the file types that can be uploaded (via the CFFILE attribute)? Do you pass the path to the file once it's been uploaded as

RE: CFX_HTTP

2001-11-01 Thread Aidan Whitehall
For the rest of us...where did you get it? Someone e-mailed it to me. I'll stick it on my site this weekend. The URL will be http://www.thenetprofits.co.uk/coldfusion/tags/ Anyone feel free to nag me if I forget to do it. -- Aidan Whitehall [EMAIL PROTECTED] Macromedia ColdFusion Developer

RE: Generating reports in the background (update)

2001-11-01 Thread Aidan Whitehall
Let the invisible frame run the .cfm report and notify the visible frame when it's done. After being notified, the visible page doesn't load the reports page directly (this would run the report all over again). Instead, it load the variable into which the reports page has stored all its

Quasi OT: DHTML Menus

2001-11-01 Thread Carlisle, Eric
Any suggestions for a good DHTML menu system? I'm looking around and trying to find one that is fairly cross browser compatible, lightweight, etc., updated for new browser types, etc... Thanks, ~~ Your ad could be here. Monies from ads go

Cross Selects

2001-11-01 Thread Mark Leder
Anyone have any experience with custom tags known as Cross Selects? This is used in a form and provides two textarea boxes. Values in the left box can be selectively moved to the box on the right. My problem, getting the box on the left to be populated from a query (and behaving like a

Re: locking within CFSCRIPT

2001-11-01 Thread Birgit Pauli-Haack
Pete, you are right concerning cfscript but I can't see the limitations regarding UDFs. A UDF pre se is meant to be self-contained and therefore not relying on anything outside it's own scope. Wouldn't the use of shared data inside a UDF be defeating this purpose? You could read a shared scope

Re: Virus Checking Uploads

2001-11-01 Thread j s
McAffee, as I'm sure others, delivers an executable that you can use to scan files on upload. You would use cfexecute then pass any args. McAffee's utility comes with a test virus you can use. JS ~~ Get the mailserver that powers this list at

Re: Cross Selects

2001-11-01 Thread Yanton
don't use textarea but used select box multiple you can display all you recordset in option yanton - Original Message - From: Mark Leder [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, 01 November, 2001 8:40 PM Subject: Cross Selects Anyone have any experience with

RE: SQL Server 2000 desktop version.

2001-11-01 Thread Patrick Harkins
Hey gang: I attended an MS developer session where they said that SQL Desktop will run you about $50 per seat license. That was probably Canadian funds, so that's about, what, $1 American? ;) ... Patrick Harkins At 01:11 PM 30/10/2001 -0800, Costas Piliotis wrote: And for the most part,

RE: Cross Selects

2001-11-01 Thread Mark Leder
Yes, I have placed the Select box/multiple code within the custom tag, which I can't get to work. The custom tag only seems to allow comma delimited hard code text. Mark -Original Message- From: Yanton [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 9:00 AM To: CF-Talk

RE: Three select

2001-11-01 Thread Dave Babbitt
There is a typo in the javascript code and I can't remember where it is - somebody needs to sit down and rewrite this tag! Does anybody know of an open source depository for this tag - where developers can upload their fixes? -Original Message- From: Janine Jakim [mailto:[EMAIL

RE: Three select

2001-11-01 Thread Steven Dworman
Forcewidth4 should be forcewidth3 Steven D Dworman - Web Consultant Systems Administrator ComSpec International - http://www.comspec-intnl.com phone: 248.647.8841 cell: 734.972.9676

Re: Generating reports in the background (update)

2001-11-01 Thread Patrick Harkins
Aidan: Frankly I am not surprised you are having trouble Reports can put a serious load on the CF interpreter. Some questions to ask are: Are you using SQL Server and making full use of its power with views (and calculated columns?), stored procedures, triggers, etc.. Have you considered

RE: Help - SQL to Excel

2001-11-01 Thread Jeff Sokolik
Where is the Query2Excel tag? I am looking for something similar. Thanks, Jeff -Original Message- From: Nick Betts [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 6:14 AM To: CF-Talk Subject: RE: Help - SQL to Excel Cheers, Found a custom tag (Query2Excel) that does

RE: Help - SQL to Excel

2001-11-01 Thread Ben Forta
Jeff, I believe there is a CF5 UDF on www.cflib.org that does that too. --- Ben -Original Message- From: Jeff Sokolik [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 9:36 AM To: CF-Talk Subject: RE: Help - SQL to Excel Where is the Query2Excel tag? I am looking for

Re: Menu Custom Tags

2001-11-01 Thread freddy
CFPLUG Also check out http://www.akc.org I used a reworked cf version of hiermenus to drive the dropdown lists on this site's navigation menu. /CFPLUG Matt Robertson wrote: CF_Hiermenus. Actually its a great script without the CF wrapper, albeit a tad slow. Unmatched in its cross-browser

Goodbye Advanced Security, hello Session Params and eh.. hello list!

2001-11-01 Thread Tage Widsell
Hi, After weeks of struggling to get Advanced Security to run with Access in ColdFusion 5, i have given up. It works like a charm in CF 4.0.1, but not with the new version. Allaire, sorry, Macromedia support have suggested that Advanced Security in CF 5 simply doesn't work with Access. Time to

RE: Help - SQL to Excel

2001-11-01 Thread Simon Horwith
it's called CSVFormat() ~Simon Simon Horwith Macromedia Certified Instructor Certified Advanced ColdFusion 5 Developer Fig Leaf Software 1400 16th St NW, # 500 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]]

RE: Help - SQL to Excel

2001-11-01 Thread Nick Betts
Try developers exchange on www.allaire.com (probably on Macromedia too) -Original Message- From: Jeff Sokolik [mailto:[EMAIL PROTECTED]] Sent: 01 November 2001 14:36 To: CF-Talk Subject: RE: Help - SQL to Excel Where is the Query2Excel tag? I am looking for something similar. Thanks,

BOOKS for XML

2001-11-01 Thread ychen
any good book for xml? ycc PGI - The Event and Communications Agency Experience. The Difference. http://www.pgi.com GOD BLESS AMERICA ! ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

OT: online chat facilities

2001-11-01 Thread Katherine Maltby
Hello again, I'm needing another bit of help. We're looking for an online chat room programme. We don't really know anymore details than this at the moment, but I was wondering if anyone out there knew of any such thing that we could buy off the shelf? Cheers, Kath Katherine Maltby Web

RE: BOOKS for XML

2001-11-01 Thread Neil Clark
Simon St.Laurent XML : A Primer is a good start. in fact a very good start! Neil Team Macromedia ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Help - SQL to Excel

2001-11-01 Thread Jeff Sokolik
Thanks all, found it on Allaire's site. -Original Message- From: Nick Betts [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 8:48 AM To: CF-Talk Subject: RE: Help - SQL to Excel Try developers exchange on www.allaire.com (probably on Macromedia too) -Original

RE: BOOKS for XML

2001-11-01 Thread James Maltby
XML BIBLE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 01 November 2001 14:51 To: CF-Talk Subject: BOOKS for XML any good book for xml? ycc PGI - The Event and Communications Agency Experience. The Difference. http://www.pgi.com GOD BLESS AMERICA !

RE: online chat facilities

2001-11-01 Thread Rich Wild
Kath, There's CFChat for one. http://www.cfchat.net quite cheap, nay, very cheap too. --- Rich Wild Senior Web Developer --- e-mango.com ltd Tel: 01202 587 400

RE: BOOKS for XML

2001-11-01 Thread Carlisle, Eric
I dig the O'Reilly one. EC -Original Message- From: Neil Clark [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 9:59 AM To: CF-Talk Subject: RE: BOOKS for XML Simon St.Laurent XML : A Primer is a good start. in fact a very good start! Neil Team Macromedia

OT: Managing DNS via a browser

2001-11-01 Thread Clint Tredway
Does anyone know of a current solution cf based or not, that will allow you to manage DNS records via a browser? Thanks in advance! ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Re: Goodbye Advanced Security, hello Session Params and eh.. hello list!

2001-11-01 Thread Jochem van Dieten
Tage Widsell wrote: Hi, After weeks of struggling to get Advanced Security to run with Access in ColdFusion 5, i have given up. It works like a charm in CF 4.0.1, but not with the new version. Allaire, sorry, Macromedia support have suggested that Advanced Security in CF 5 simply doesn't

Using Len() to Check for Blanks (Was RE: LT Function)

2001-11-01 Thread Dave Babbitt
Why not use Len(q_createRecordSet.INFLOW) - it's quicker and easier to read! FWIW, any non-zero integer that Len() outputs will be cast into Yes (TRUE) when used as an input to CFIF. A blank string will be converted to a zero by the Len() function and will be cast into No (FALSE) when used as an

Re: Goodbye Advanced Security, hello Session Params and eh.. hello list!

2001-11-01 Thread Tage Widsell
on 01-11-01 16.10, Jochem van Dieten at [EMAIL PROTECTED] wrote: Tage Widsell wrote: Hi, After weeks of struggling to get Advanced Security to run with Access in ColdFusion 5, i have given up. It works like a charm in CF 4.0.1, but not with the new version. Allaire, sorry, Macromedia

allaire forums tag gallery

2001-11-01 Thread lsellers
Sometimes I just want to strangle whoever maintains these. Grrr.. Anyway, while I'm grring at them for deleting my account account... again A) I monitor cf-talk through the nntp mirror at fusetalk. It would be nice if there was an option to sign up to cf-talk but NOT receive any email.

RE: Virus checking uploads

2001-11-01 Thread Lon Lentz
Hi Katherine, I don't know what kind of solution you are tending to be partial to, but I can speak about a product I have some experience with. It's a network based antivirus program from a company called PandaSoft. At my previous company we ran it on our internal network (which also

Re: OT: Managing DNS via a browser

2001-11-01 Thread Critz
oi Clint!! well if you register with dotster.com you can.or you can use the free one zoneedit.com -- Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion - Thursday, November 01, 2001,

Re: OT: Managing DNS via a browser

2001-11-01 Thread Clint Tredway
Ok, I need to rephrase my question. Is there a tool that will allow me to manage my own DNS through a browser? I am running Win2k and I am using MS DNS. Thanks! -- Original Message -- from: Critz [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Thu,

Re: Managing DNS via a browser

2001-11-01 Thread Rick Moon
Clint, Not sure if this is what you're looking for, but we use these folks a lot. There customer service is very good, and you can control all aspects of your DNS account from a web browser. http://www.easydns.com Rick - Original Message - From: Clint Tredway [EMAIL PROTECTED] To:

sql distinct

2001-11-01 Thread Michael Vinson
My distinct is no longer distinct after a simple, but major, change. SELECT DISTINCT CategoryIdTable.Category, CategoryIdTable.CategoryID, CourseTable.CategoryID, CourseTable.PartNumber FROM CategoryIdTable, CourseTable WHERE CategoryIdTable.CategoryID = CourseTable.CategoryID AND

Structures and SetVariable() function

2001-11-01 Thread Aaron Rouse
I am trying to set some values to a structure that I have already created on my page, but set them based upon some data I pull from my database. When I try the following inside a loop: cfset tmp = SetVariable(Ses.Profile[frm#qryGetInfo.FormNumber#].#qryGetInfo.FormFieldName#.Value,

RE: SQL Server 2000 desktop version.

2001-11-01 Thread Dave Watts
OK, so it looks like for what I need (a SQL server on my local development machine -- my 120 eval is about to expire, and I've really started to dig SQL Server), I need the developers edition. This costs $500. With this, I could, if I wanted -- in addition to my usual CF-based

RE: Structures and SetVariable() function

2001-11-01 Thread Raymond Camden
Why not just do: CFSET X[Foo] = Whatever ? Or, in your case, CFSET Ses.Profile[frm#qryGetInfo.FormNumber#].Value = Whatever === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL

RE: Structures and SetVariable() function

2001-11-01 Thread Aaron Rouse
Maybe because I have been focusing in the wrong direction on this, I have tried some variations of what you just suggested and had no luck with them yesterday. I am gussing it should be this(you left off the qryGetInfo.FormFieldName): CFSET

RE: Structures and SetVariable() function

2001-11-01 Thread Raymond Camden
So, your structure looks like this, correct: Ses Profile SomeKey SomeKey Value Then you would do: CFSET Ses.Profile[frm#qryGetInfo.FormNumber#][frm#qryGetInfo.FormNumber#]. Value = Whatever Remember, if you want

RE: Structures and SetVariable() function

2001-11-01 Thread Aaron Rouse
Thanks, seems to work with that, one form is getting skipped over but I am sure that is unrelated to this. Snipe - CF_BotMaster Network=EFNet Channel=ColdFusion On Thu, 1 Nov 2001, Raymond Camden wrote: So, your structure looks like this, correct: Ses Profile SomeKey

Re: OT: Managing DNS via a browser

2001-11-01 Thread Eric Dawson
I want this too! I think it might not be that tough ... the DNS records are jst in text files right? Eric Dawson From: Clint Tredway [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: OT: Managing DNS via a browser Date: Thu, 1 Nov 2001 10:32:33 -0500

Re: Structures and SetVariable() function

2001-11-01 Thread Don Vawter
The cf parser always has trouble when you have arrays of structs in my experience. In a worst case scenario you can always use cfset evaluate( both sides of the expression) (trick i picked up from early spectra code) but Raymonds solution is much better in this case. - Original Message

Re: OT: Managing DNS via a browser

2001-11-01 Thread Howie Hamlin
True, but you need to know the proper format. I know of acompany that created a typical boilerplate that they use for client hosting and they use CF to fill in the proper values. One other thing - if you're using Bind on Windows then the service needs to be restarted for the changes to take

RE: Structures and SetVariable() function

2001-11-01 Thread Raymond Camden
From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 11:18 AM To: CF-Talk Subject: Re: Structures and SetVariable() function The cf parser always has trouble when you have arrays of structs in my experience. In a worst case scenario you can always use cfset

RE: Generating reports in the background (update)

2001-11-01 Thread Aidan Whitehall
Are you using SQL Server and making full use of its power with [snip] sorry if any of this sounds like bad news to you. I'm using Access. Go on. Laugh. However, this only needs to tie us over for about 8 weeks. After that, we'll be moving our main database from Sybase's Adaptive Server

Re: OT: Managing DNS via a browser

2001-11-01 Thread savan . thongvanh
am i missing something here? if you are using win 2k why aren't you using the terminal service web client? it's an active-x control that lets you run a terminal service session thu your browser. you cant do whatever you want from a browser. do a search in windows or @ MS for tsweb is there

Re: Structures and SetVariable() function

2001-11-01 Thread Aaron Rouse
Actually, I tried Evaluate in several formats before emailing the list, but thanks for the tip. Snipe - CF_BotMaster Network=EFNet Channel=ColdFusion On Thu, 1 Nov 2001, Don Vawter wrote: The cf parser always has trouble when you have arrays of structs in my experience. In a worst case

Re: Structures and SetVariable() function

2001-11-01 Thread Don Vawter
I don't use it either Raymond unless everything else I try fails. You will note I did say in a worst case scenario and also that your solution was much better. - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 9:27

RE: OT: Managing DNS via a browser

2001-11-01 Thread Dave Watts
Ok, I need to rephrase my question. Is there a tool that will allow me to manage my own DNS through a browser? I am running Win2k and I am using MS DNS. I don't have an answer for you about an existing web interface, but I suspect that if you're running Win2K DNS, you could build your own

RE: Structures and SetVariable() function

2001-11-01 Thread Raymond Camden
Oh yea, I certainly didn't mean _NEVER_ use evaluate. Sorry if that wasn't clear! :) === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the

RE: BOOKS for XML

2001-11-01 Thread Dave Watts
any good book for xml? I'm sure there are many. XML is a very broad topic - and pretty simple, if you're just interested in XML itself. I've been happy with XML in a Nutshell from O'Reilly, which covers XML and a bunch of related topics like XSL/XSLT, XPath, and so on. Since XML is a very

Re: OT: Managing DNS via a browser

2001-11-01 Thread savan . thongvanh
sorry, should said you CAN do whatever you want from the browser. [EMAIL PROTECTED] on 11/01/2001 10:25:49 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: Re: OT: Managing DNS via a browser am i missing something here? if you are using win 2k why

QUESTION: Oracle returning multi referential cursors

2001-11-01 Thread Emily C. Grossman
I have re-written an app using all stored procedures and it still runs too slow (it's a series of parent-child query loops) so I'd like to move all conditional processing to the db and run it all in one sproc... is this at all possible using referential cursors? Can I return conditional

SOAP - was BOOKS for XML

2001-11-01 Thread Baskin, Dave
I've heard talk of SOAP around the office but haven't had time to look into what it is. Can anyone give a quick overview of what it is and it's benefits. Thanks. d -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Since XML is a very broad topic, you might be more

Question about using 2 datasources

2001-11-01 Thread Kris Pilles
Ok heres my problem. I have a Access database that our users can go into and register new studetns with. However all of our course information resides in another datasource. My problem is that I have to display the course names which reside in database 2. however I have to use the course ID's

Re: OT: Managing DNS via a browser

2001-11-01 Thread Jon Hall
I've never seen one available, except for in one of those prefab ISP control panels that are out there. Never seen one in CF though. The zone file are just individual text files though. Go to C:\winnt\system32\dns and open up a couple of the .dns files. It's not to hard to figure out what is

Re: Goodbye Advanced Security, hello Session Params and eh.. hello list!

2001-11-01 Thread Jochem van Dieten
Tage Widsell wrote: on 01-11-01 16.10, Jochem van Dieten at [EMAIL PROTECTED] wrote: Tage Widsell wrote: We don't use sandboxing. I need a role based log-in system that enables me to control what information goes where. We have groups like allUsers, RegisteredUser, betaTesters, admins and

ANN: Single user CF5 license available

2001-11-01 Thread Matt Brown
I don't know if I posted this here, but I thought a dupe was better than not having the information. The ColdFusion Server 5 Single User Activation Kit is now available on Macromedia.com. The Activation Kit converts the ColdFusion Server 5 evaluation software into a non-expiring, Single User

Re: Oracle Help

2001-11-01 Thread Simon Whittaker
hi there, I have been working on this all day and am still getting errors - I can connect using sqlplus in solaris without problems but cannot connect through cfadministrator - I tried a page to sdee if it would work even though it was failaing connectivity but with no joy. Error code is below:

Re: Question about using 2 datasources

2001-11-01 Thread Kevin Schmidt
If you have CF 5 you can join 2 queries with query of a query! - Original Message - From: Kris Pilles [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 10:52 AM Subject: Question about using 2 datasources Ok heres my problem. I have a Access database

RE: Question about using 2 datasources

2001-11-01 Thread Kris Pilles
I have CF 5... How do I do this Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED] -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 12:00 PM To: CF-Talk

RE: SOAP - was BOOKS for XML

2001-11-01 Thread Dave Watts
I've heard talk of SOAP around the office ... So many jokes, so little time. I've heard talk of SOAP around the office but haven't had time to look into what it is. Can anyone give a quick overview of what it is and it's benefits. Thanks. I did an introductory DevCon presentation on SOAP

Re: Question about using 2 datasources

2001-11-01 Thread Joseph Thompson
This works to combine two Access datasources into one query. http://cfhub.com/forum/index.cfm?FuseAction=ThreadTopicID=1914 Ok heres my problem. I have a Access database that our users can go into and register new studetns with. However all of our course information resides in another

Re: Question about using 2 datasources

2001-11-01 Thread Clint Tredway
You will need to run queries from both datasources and compare the results. HTH -- Original Message -- from: Kris Pilles [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Thu, 1 Nov 2001 11:52:31 -0500 Ok heres my problem. I have a Access database

RE: Question about using 2 datasources

2001-11-01 Thread Ben Forta
You can join two queries in a third CFQUERY. Look at the docs on querying queries. --- Ben -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 12:07 PM To: CF-Talk Subject: RE: Question about using 2 datasources I have CF 5... How do I do

RE: Oracle Help

2001-11-01 Thread Dave Watts
I have been working on this all day and am still getting errors - I can connect using sqlplus in solaris without problems but cannot connect through cfadministrator - I tried a page to sdee if it would work even though it was failing connectivity but with no joy. Error code is below:

problem w/ cart structure

2001-11-01 Thread Douglas L. Brown
I am so CF_CONFUSED !!! I have created a shopping cart to add for the purchase of computer systems, and everything works ok if their is just one computer in the cart. I can update the quantity etc just fine. My problem comes in when I add another computer to the cart and then try to do an

Re: Oracle Help

2001-11-01 Thread Dave Hannum
The error message you displayed tells me that your TNSNames.ora file is not right. Dave - Original Message - From: Simon Whittaker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 11:55 AM Subject: Re: Oracle Help hi there, I have been working on

Re: SOAP - was BOOKS for XML

2001-11-01 Thread BILLY CRAVENS
In a sense, what DCOM was supposed to be. You call remote URL's, invoking methods and properties, and get something back. Everything is sent over HTTP; the data going back and forth is XML. For the most part, SOAP and web services are pretty synonymous. Pretty cool; hopefully it's past the

Re: QUESTION: Oracle returning multi referential cursors

2001-11-01 Thread cf refactoring
Is it a problem with overall performance or individual cfm templates? Is it the CF that's slow or the Oracle queries? If it's Oracle, it may be poorly structured queries, inefficient design of database tables, lack of or misuse of table indexes, Oracle configuration mistakes? I think that before

### Output all variables?

2001-11-01 Thread Jason Blum
Anyone know of a quick and dirty way to just show all variables that were passed from a previous page? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Cold Fusion Error on Solaris

2001-11-01 Thread Steven Monaghan
We have just taken over hosting of a Cold Fusion website in-house. We are running on Solaris and have been live for just over 2 days without any problems. All of a sudden, everyone trying to connect to the site received the following error: Unix error number 24 occurred: Too many open files

RE: ### Output all variables?

2001-11-01 Thread Raymond Camden
You mean via Form? Or URL? Use Dump. CFDUMP VAR=#Form# CFDUMP VAR=#URL# === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a

RE: SOAP - was BOOKS for XML

2001-11-01 Thread Dave Watts
Everything is sent over HTTP; the data going back and forth is XML. For the most part, SOAP and web services are pretty synonymous. To be a bit nit-picky here, SOAP doesn't require the use of HTTP; SOAP data can be sent over any application protocol you like (HTTP, SMTP, FTP, or whatever).

Re: ### Output all variables?

2001-11-01 Thread Douglas L. Brown
You can use getClientVariablesList() to get all the client variables that are available to the page, I am not sure about the session vars DB - Original Message - From: Jason Blum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 9:27 AM Subject: ###

RE: ### Output all variables?

2001-11-01 Thread Garza, Jeff
You could use CFDUMP if using CF5. Just pass the scope CFDUMP var=#SESSION# Will output all the session variables. Otherwise there is a custom tag out there that will do the same thing for 4.5 Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED]

Re: ### Output all variables?

2001-11-01 Thread BILLY CRAVENS
if you're using cf5: cfdump var=#url# cfdump var=#form# or you could turn on debugging - Original Message - From: Jason Blum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 11:27 AM Subject: ### Output all variables? Anyone know of a quick and dirty

Processing an HTTP Post (not form)

2001-11-01 Thread Ben Koshy
I have a java applet that posting some data to my cold fusion template. But I can't seem to access the data. It doesn't appear to be showing up in a FORM post, more of a raw-socket post as far as I can tell from the documentation. When I output the CGI structure seen by the webserver via the

RE: ### Output all variables?

2001-11-01 Thread Steve Martin
dump the contents of the FORM, URL ATTRIBUTE structs using a handy tag such as for example CF_ObjectDump. Steve -Original Message- From: Jason Blum [mailto:[EMAIL PROTECTED]] Sent: 01 November 2001 17:27 To: CF-Talk Subject: ### Output all variables? Anyone know of a quick and dirty

RE: Upgrading to XP?

2001-11-01 Thread Costas Piliotis
Wow. Someone who actually purchases Microsoft Windows =) Too funny... -Original Message- From: Michael Bruce [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 11:24 AM To: CF-Talk Subject: Upgrading to XP? Just thought I would share something with everyone.. I just

RE: SOAP - was BOOKS for XML

2001-11-01 Thread Costas Piliotis
In a nutshell, it's a way of envoking methods of remote objects. It's actually more like RPC's than DCOM... Here's what a SOAP reqeust looks like for a remote method HelloWorld(using ASP.NET Web Services) You can also Contact through HTTP GET and HTTP POST methods, however, using SOAP you

RE: Question about using 2 datasources

2001-11-01 Thread Steve Martin
This works to combine two Access datasources into one query. http://cfhub.com/forum/index.cfm?FuseAction=ThreadTopicID=1914 Eh oh, that tells you how to query 2 TABLES not 2 datasources! You can query 2 datasources in Access using the following technique however: SELECT tableA.field1,

Re: OT: Managing DNS via a browser

2001-11-01 Thread Tony Schreiber
what is different between them. The thing is that the file has to be perfect, line breaks and all. Also necessary is a registry key which is Let me add, that I once (in my younger days ;p ) brought down an entire dns server by having a single space at the beginning of one of the zone

RE: ### Output all variables?

2001-11-01 Thread Aidan Whitehall
Anyone know of a quick and dirty way to just show all variables that were passed from a previous page? Save this as OnRequestEnd.cfm. You'll also need to have CF_SHOW somewhere in your application and alter the path to it (ie to whereever you end up putting it on your machine). !---

Re: Cold Fusion Error on Solaris

2001-11-01 Thread Alex
this isn't a cf issue. what are the defaults for the user that CF is running under? On Thu, 1 Nov 2001, Steven Monaghan wrote: We have just taken over hosting of a Cold Fusion website in-house. We are running on Solaris and have been live for just over 2 days without any problems. All of a

RE: Processing an HTTP Post (not form)

2001-11-01 Thread Dave Watts
I have a java applet that posting some data to my cold fusion template. But I can't seem to access the data. It doesn't appear to be showing up in a FORM post, more of a raw-socket post as far as I can tell from the documentation. When I output the CGI structure seen by the webserver via

RE: Menu Custom Tags

2001-11-01 Thread Janine Jakim
I checked this out and it looks really coolbut how did you generate the dynamic menus? Where do you add the queries? Thanks, j -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 4:22 AM To: CF-Talk Subject: RE: Menu Custom Tags

[OT] Frustrating IE window.open popup delay...

2001-11-01 Thread Ron Hornbaker
Sorry for the OT and cross-post from JS-Jive list, but I still haven't found the answer for this. Ever since upgrading to IE5, then 5.5, on my way too fast and memory-laden Dell laptop, JS popup windows take friggin' forEVER to popup, something like 10-12 seconds on average. After a fresh

RE: ### Output all variables?

2001-11-01 Thread Raymond Camden
CFLOOP COLLECTION=#Application# ITEM=Key #Variables.Key#: #Evaluate(Application. Variables.Key)#BR /CFLOOP No, no, no. Sorry, but, again, this is my pet peave. Please remember that when working with structures, you do not need to use evaluate like this. Simply use bracket

  1   2   >