Re: CFM based page with a lookup button not being seen in my wireless palm III

2000-08-06 Thread David Shadovitz
Boris, I guess that you got it working. One minor comment: when validating the form, don't report only the first missing field. Report all of the missing fields, so that the user can correct all omissions at once. -David YOU'RE

cfoutput usage

2000-08-06 Thread Michael Chiu
Which of these would be faster? It's much easier to slap a cfoutput at the beginning of the block, but i remember reading that with a cfoutput, the cf server must "inspect" each to see if it's CF code. On the other hand, it removes the need to switch between CF and HTML "mode". Am I making

Another speed issue

2000-08-06 Thread Michael Chiu
I know that for displaying the output of a dbquery with multiple rows, I have to write cfoutput query="dbquery" However, if I know that it's only going to have one record, cfoutput works just fine. Would there be any reason why it'd be beneficial to use cfoutput query="dbquery" in this one

Re: cfoutput usage

2000-08-06 Thread Bud
On 8/6/00, Michael Chiu penned: Which of these would be faster? It's much easier to slap a cfoutput at the beginning of the block, but i remember reading that with a cfoutput, the cf server must "inspect" each to see if it's CF code. On the other hand, it removes the need to switch between CF

CF-Cluster with different OS ?

2000-08-06 Thread cftalk
Is it possible to cluster an NT based CF (one machine) with a Linux based CF (another machine) ? Uwe -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

Re: Afraid of long CFOUTPUT...

2000-08-06 Thread Seth Petry-Johnson
Before I go ahead with CFOUTPUT at the top of the page and /CFOUTPUT at the bottom of the page and a whole 'lotta page in between... I am afraid that running some other CF tags inside a CFOUTPUT might cause trouble. Is there *anything* that might get hurt by being inside a CFOUTPUT? All

Re: Help with updating a database

2000-08-06 Thread Angel Stewart
Hi! I did something exactly like this for a project recently. In my case it was a list of employees, each employee belonging to a certain department. There was a Search Function where the person could search by Employee ID, Employee Name, or by Department. Searching by Department of course

RE: Help with updating a database

2000-08-06 Thread Chris Farrugia
That would be a huge help. I've been stuck on this for about 3 days now... I'm new to coldfusion and just do not understand how it is done. Thank you very much for the help! -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 06, 2000 9:50 AM To:

RE: Help with updating a database

2000-08-06 Thread Chris Farrugia
Well, I don't think I really explained it clearly... There are about 20 categories of product, each containing about 20 products (at the most). So the first screen they see is a pulldown for the category. The second page, once the category is submitted, contains those 20 products for editing.

Re: Help with updating a database

2000-08-06 Thread Bud
On 8/5/00, Chris Farrugia penned: Good day, I am creating the site for my computer store, where a user will be able to custom configure a new PC. Currently I am stuck creating an administration page where I can update the prices in my database. The table has fields (ProductID, CategoryID (Hard

RE: Help with updating a database

2000-08-06 Thread Bud
On 8/6/00, Chris Farrugia penned: Well, I don't think I really explained it clearly... There are about 20 categories of product, each containing about 20 products (at the most). So the first screen they see is a pulldown for the category. The second page, once the category is submitted,

RE: Buffer Overload

2000-08-06 Thread Dave Watts
I hope you don't count the web server as another "major" program :-) No, which is a good thing. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 -- Archives:

RE: designing error message pages

2000-08-06 Thread Dave Watts
I am wondering how I go about designing my own error message pages so that when a cf error occurs the system outputs my pre designed page to the user rather than it displaying a cf server generated message which is totally meaningless to the person viewing the internet site. You have

RE: Dynamic Variable Problems

2000-08-06 Thread Dave Watts
I am having problems with a setting a dynamic variable. I'm trying to set TempArray[1].GroupAccess[1] to some value. It is an array inside a struct, inside an array (whew!) I can execute... CFSET TempArray[1].GroupAccess[1] = "hi" ...just fine. But if I try... CFSET VarName

Stored procedures vs other methods

2000-08-06 Thread Brandon Behrens
Hello all, I was wondering if it was faster to execute a query in cold fusion as a stored procedure in oracle rather than just executing a query in cold fusion. Any opinions, comments would be welcome. Thanks in advance, Brandon Brandon Behrens The Internet Design Firm 512.451.5225 [EMAIL

Re: Breaking Sessions

2000-08-06 Thread Bud
On 8/4/00, Erika Foster penned: I know this has been discussed over and over again, but how do I break off sessions so that I can FTP a new version of my datasource? I've tried breaking the connection with a broken query... its not working. Any ideas? That should work. Always does for me.

Re: Afraid of long CFOUTPUT...

2000-08-06 Thread Peter Theobald
There's no easy answer to this. My pages are somewhere in between those two cases. There are many variables (50?) on a page so it would be a mess of CFOUTPUT#var#/CFOUTPUT text CFOUTPUT#var#/CFOUTPUT etc... I think that way CF would be burdened by processing many CFOUTPUT tags. The other war CF

Re: Stored procedures vs other methods

2000-08-06 Thread Alexander Apartsev
Hello all, I was wondering if it was faster to execute a query in cold fusion as a stored procedure in oracle rather than just executing a query in cold fusion I have experienced a slightly better performance with stored procedures. Alexander Apartsev just me design [EMAIL PROTECTED]

Help finding a shopping cart!

2000-08-06 Thread perry
Hi all, Does anyone know of a shopping cart application built in cold fusion that allows purchasing of a whole category, not just individual products? An example would be like the photodisc or eyewire websites, where you can purchase a whole collection or you individual images. TIA Perry

Mysterious Crashing Problem

2000-08-06 Thread Eron Cohen
Hi Folks, I've been experiencing a problem lately with a ColdFusion 4.5 appliction running on a hosted/shared server. Every now and then (every couple of days) when I go to open a particular page ColdFusion bogs down and eventually hangs altogether. The page in question is a javascript popup

RE: CFLOCK presentation

2000-08-06 Thread Robert Everland III
I have it, it isn't showing 4.5 lock. Now where does it even mention scope in there. Bob Everland -Original Message- From: Chris Montgomery [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 11:45 PM To: [EMAIL PROTECTED] Subject: RE: CFLOCK presentation In addition to Jeremy's

Structs contained within the application scope?

2000-08-06 Thread Cameron Childress
I've started experimenting a bit with using structs in application variables and have noticed something odd, although it may be expected behavior... Say I set up a struct called "test", and then stored it inside an application variable called "application.test". Now I want to copy the entire

Dave Watts is the man!

2000-08-06 Thread Norman Elton
I was really worrying about this one :) Thanks! Norman Elton -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 06, 2000 2:16 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Dynamic Variable Problems I am having problems with a setting a

Re: Security gotchas with dynamic SQL statements?

2000-08-06 Thread David Cummins
I'm reasonably sure it would stop them. The only thing I wonder is if there's a bit of SQL they could put in there that would make it go excrutiatingly slow... thoughts? Possibly they could try putting new table names in there to guess how your database is structured. Maybe an array of

RE: Structs contained within the application scope?

2000-08-06 Thread Dave Watts
I've started experimenting a bit with using structs in application variables and have noticed something odd, although it may be expected behavior... Say I set up a struct called "test", and then stored it inside an application variable called "application.test". Now I want to copy the

Re: Help finding a shopping cart!

2000-08-06 Thread Bud
On 8/6/00, perry penned: Hi all, Does anyone know of a shopping cart application built in cold fusion that allows purchasing of a whole category, not just individual products? An example would be like the photodisc or eyewire websites, where you can purchase a whole collection or you individual

Banner Advertising and Login

2000-08-06 Thread Jake Hileman
1. I'm going to be opening a site very soon that will be selling banner advertising. I've been looking around and am looking for something fairly simple that will let my clients log in and see the status of their banners, etc.. the features everyone needs! :-) I've looked at dreambanner, and

2 inputs in one column

2000-08-06 Thread CFNEWBIE
This is a multi-part message in MIME format. --=_NextPart_000_0079_01BFFFCA.6D6E8720 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello All,=20 =20 I have been researching a way to input a timestamp into the same = position as I input a

Re: Help with updating a database

2000-08-06 Thread [EMAIL PROTECTED]
Well, I have numerous categories such as Hard Drive, MOtherboard, etc. So on the first page, they choose the category they want to edit. If they choose motherboard, it will show them maybe 10 motherboards. Every part of the database is in an input field so they can go through and edit every

RE: CFLOCK presentation

2000-08-06 Thread Seamus Campbell
--=_7257365==_.ALT Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable scope pp 451, 457, 505, 766, 139-141 cflock 4.5 pp 483 At 07:38 AM 7/08/00 , you wrote: I have it, it isn't showing 4.5 lock. Now where does it even

Re: 2 inputs in one column

2000-08-06 Thread Bud
On 8/6/00, CFNEWBIE penned: I have been researching a way to input a timestamp into the same = position as I input a text note. I know how to generate the timestamp..I = am not clear on how to input 2 items in 1 db cell. It is probably = rather straightforward but I would appreciate a point in

Re: Help with updating a database

2000-08-06 Thread pan
From: [EMAIL PROTECTED] Well, I have numerous categories such as Hard Drive, MOtherboard, etc. So on the first page, they choose the category they want to edit. If they choose motherboard, it will show them maybe 10 motherboards. Every part of the database is in an input field so they

Re: Help with updating a database

2000-08-06 Thread Bud
On 8/6/00, [EMAIL PROTECTED] penned: Well, I have numerous categories such as Hard Drive, MOtherboard, etc. So on the first page, they choose the category they want to edit. If they choose motherboard, it will show them maybe 10 motherboards. Every part of the database is in an input field so

Spectra/Coldfusion problems and any work arounds please:-)

2000-08-06 Thread Scott, Andrew
I came across a small problem while trying to install spectra, as everyone knows spectra can be hard to get going and I think I know why. When I installed CF Enterprise I never used the IsAuthenticated tags, now these are failling within CF. I have followed the advice on the article for spectra

Re: Help finding a shopping cart!

2000-08-06 Thread Sean Renet
Dreamtank has a shopping cart like this. Call Tony Rennert at 310-260-1597 or email him at [EMAIL PROTECTED] Their's is used for web content photo cd's - Original Message - From: "perry" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 06, 2000 12:40 PM Subject: Help finding

Re: Spectra/Coldfusion problems and any work arounds please:-)

2000-08-06 Thread David Cummins
Where did you see the article on Security Policies failing? My CF Administrator has a policy related error each time I try to implement advanced security, and what with the search function on Allaire being a bit dodgy, I've never got around to investigating it. David Cummins "Scott, Andrew"

RE: Spectra/Coldfusion problems and any work arounds please:-)

2000-08-06 Thread Scott, Andrew
I did a search for it on the knowledgebase I don't recall the exact KB article number. -Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: 07 August 2000 12:54 To: [EMAIL PROTECTED] Subject: Re: Spectra/Coldfusion problems and any work arounds please:-) Where did

Re: Spectra/Coldfusion problems and any work arounds please:-)

2000-08-06 Thread Nrhorwitz
http://www.allaire.com/Handlers/index.cfm?ID=14378Method=Full I think you're talking about that one. == I did a search for it on the knowledgebase I don't recall the exact KB article number. -Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: 07

RE: Spectra/Coldfusion problems and any work arounds please:-)

2000-08-06 Thread Scott, Andrew
Yeah that is one of them, there is also another one on Security Policies as well which I read. I have tried everything that the KB's have asked and still can't get Spectra to work. Why is this so Allaire, why is it so hard to get Spectra to work. -Original Message- From: [EMAIL

Re: Spectra/Coldfusion problems and any work arounds please:-)

2000-08-06 Thread Nrhorwitz
You may want to explain a bit more about this: I had a similiar problem. Let me start from the beginning. - I ran win2k on a 192 mb ram with 6.0 gb compaq laptop. I also had a cf 4.5 enterprise server on my laptop which was important to the spectra functionality. -Turns out I needed a win2k

RE: Spectra/Coldfusion problems and any work arounds please:-)

2000-08-06 Thread Scott, Andrew
Ok here is the problem, I am running W2K and Windows Nt 4.0 on two machines. Both are running CF Enterpise with Advanced Security Installed. Now before even installing Spectra I can not create user policies or contexts I am always getting a Security Policy Error when I attempt, so of course when

Re: Spectra/Coldfusion problems and any work arounds please:-)

2000-08-06 Thread Nrhorwitz
Few things come to mind: (I'm assuming you are running them on Win2k Advanced Server and NT 4.0 Server, not the professional and workstation , respectively) 1. did you set the decimal value to 15360 in the HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\Database (regedit) or

Re: ADO vs. ODBC

2000-08-06 Thread Aymeric Grassart
Check out http://dev.aylo.com/FusionADO/ And to answer your question, yes the tag (if your query is a select statement) goes through the ado recordset to convert it into a cf query recordset. This extra conversion layer makes the tag slower than cfquery from the overhead incurred, but we plan on

CFFILE problem on linux

2000-08-06 Thread rkeniger
Hi there, I'm trying to get CFFILE working on a linux box. ColdFusion is running as a user called coldfusion which has group write privileges to my HTML directory. If I log in as the coldfusion user I can create directories and files in the HTML directory OK. However, when I try to do a