Re: Advanced Security

2001-03-13 Thread Heidi Belal
Hi! Have you found a solution? Cause i need to do something similar! I have people logging in. So what i thought i'd do was divide the people to groups according to their level of access. Then check on each page before displaying it if they are one of those that are allowed access to that page

RE: CFHTTP Problem

2001-03-13 Thread John McCosker
Here is the problem: On another dev server (this one running IIS 5 and CF 4.5.1 SP2) the CFHTTP throws an error indicating "the file is not in ASCII text format and cannot be rendered" right after the POST operation. Any ideas? I'm experiencing exactly the same problem, I'm getting the

RE: Coldfusion Timesheet application

2001-03-13 Thread Neil Clark
Carlo, my xperience is write one for yourself; its much easier and mosre cost effective as you can modify it to the exact requirements of muppet managers. The time you spend on other peoples code to make it work for you is a waste of time... $0.02 N ! --- Neil

cfloop for 2 list?!!!

2001-03-13 Thread han peng
hi.. i hav a prob. here. i hav a tool to key in remarks for mulitple users. Eg. Page1.cfm form action="page2.cfm" method="post" cfloop query="part_info" textarea cols="20" rows="2" name="p_arrival_remarks"#p_arrival_remarks#/textarea input type="hidden" name="p_username"

RE: Any recommendations on an E-commerce software?

2001-03-13 Thread Adam Reynolds
I'll second this one. It really is awesome for the price. You're client will love it as well, as one of its major selling points is that it also manages orders off line through a very user friendly interface. The front-end is 'good enough' and runs using a combination of html(product display)

RE: cffile and mapped or UNC drives

2001-03-13 Thread Philip Arnold - ASP
Just the application server. Don't forget about RDS if you want to use that across servers - it's service must have a different login too Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: How to pass javascript variable to a cf tag?

2001-03-13 Thread Philip Arnold - ASP
i am using a cfquery inside a javascript function. Question is how do i pass the javascript variable to the cfquery? this is an example of the code. function ChangeSelect(value) { cfquery name="GetEmpName" datasource="#DSN#" dbtype="#DBType#" select family_name || ' ' ||

RE: Project Mgmt for CF development?

2001-03-13 Thread Andy Ewings
Michael You're not missing the boat at all! Exactly what we've done. Our Intranet/extranet contains a timesheet and a scheduler. Project managers within the company create and manage projects using the scheduler by specifying start date and deadline of projects. The scheduler then

OT: Responding to Post's

2001-03-13 Thread Michael
Why cant people respond to the post in the appropriate post note and not mix match things, ?? Just a question, not trying to start a flame war or something, just seems that lately alot of this is happening, then again maybe its just me.

Re: cfloop for 2 list?!!!

2001-03-13 Thread Phoeun Pha
insteadof using a list, dynamically name your input forms, then in your cfoutput, u can output those forms. like #Form.Question1# #Form.Remark1# #Form.Question1# #Form.Remark1# - Original Message - From: han peng [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 13,

RE: cfloop for 2 list?!!!

2001-03-13 Thread Adkins, Randy
For inserting the remarks into the DB simply suffix your textarea variable with the ID number or some unique value that would indicate the record they are putting the remarks to. Example: -Original Message- From: han peng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 5:32

RE: Can CF work with a FileMakerPro database?

2001-03-13 Thread Daniel Lancelot
If you decide to take the project and the database is going to be access by the Internet public, make sure its the FM Pro 5 Unlimited version. The standard FM Pro 5 has a '10 IPs per 12 hour' limit. Surely if it was being accessed through CF it would only be via one IP - The IP of the CF-Server

RE: Advanced Security

2001-03-13 Thread Steve Drucker
The procedure is that you would create a set of UserObject rules within the security context, assign users/groups access rights to the userObject rule, and within your application check to see if the user has permission using the isAuthorized() function. Regards, Steve Drucker CEO Fig Leaf

RE: Responding to Post's

2001-03-13 Thread Arden Weiss
Okay, tell me more -- what are you talking about -- what is "the appropriate post note" -- I don't have an "any key" either. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Michael [SMTP:[EMAIL PROTECTED]] Sent:

Re: Project Mgmt for CF development?

2001-03-13 Thread Jeff Gombala
You also have to remember that this information is vital in planning a production schedule for a company. Just imagine what it would be like to schedule 5 projects between 7 developers over a period of 2 months without any idea how long it takes for the developers to complete something. It lets

nesting queries

2001-03-13 Thread Jones, Becky
I have 3 queries. But when i try to nest the cfoutput tags i get an error that says this in to allowed. how do you use the cfoutput tags to output your information if the data to your second and third query is dependent upon the info from the first? here are my first 2 queries. !--- Query to

RE: nesting queries

2001-03-13 Thread Adkins, Randy
You can place a CFOUTPUT at the very top of the Queries and instead of using CFOUTPUT QUERY, use a CFLOOP Query just make sure when you are outputing the query results you use the prefix for the given query Example: CFOUPUT CFLOOP QUERY=Query1 #Query1.MYFIELD# CFLOOP

Re: Responding to Post's

2001-03-13 Thread Michael
All I am saying is if responding to a message respond to the message in that message's header, like this one "Arden Weiss" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Okay, tell me more -- what are you talking about -- what is "the appropriate post note" -- I

Re: nesting queries

2001-03-13 Thread Phoeun Pha
it's a matter of how u do your query. in this case, u do one query, and use agreggratataacrap functions. sorry i have stutter problems. the thing is, u have to call out every column individually, instead of using the asterisk *. here is an example. notice i am using aliases CFQUERY

Re: Advanced Security

2001-03-13 Thread Vance Duke
Thanks Steve. That helped immensely. And that it worked and pointed me in the right direction. Thanks, Vance Duke - Original Message - From: "Steve Drucker" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 7:34 AM Subject: RE: Advanced Security The

RE: Any recommendations on an E-commerce software?

2001-03-13 Thread paul smith
Which is? All I could find is: "Actinic e-store solutions begin at less than $500." which suggests the price is $495 per store. Which is fine. I just find it annoying to find it hard to find the price. best, paul At 10:07 AM 3/13/01 +, you wrote: I'll second this one. It really is

SNMP and CF

2001-03-13 Thread Lewis Steven
Is there a way to monitor CF using SNMP right now? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Project Mgmt for CF development?

2001-03-13 Thread Nathan Stanford
Some one who has access to a Polling System... if you would I would like to see how many people use a project mgmt system and which ones... HOWEVER Let's not all respond to the list... in fact if you want Respond to me and I will add up the responses. To: [EMAIL PROTECTED] Subject:

RE: nesting queries

2001-03-13 Thread Jones, Becky
i tried that and i only get results from the first query... cfoutput cfloop query="qryAllEmp" tr td colspan="2" bgcolor="E0" b#qryAllEmp.FName# #strSpace# #qryAllEmp.MI# #StrSpace# #qryAllEmp.LName#/b br

faulty join?

2001-03-13 Thread megan sherman
Hi, I'm trying to display (kayak) class information on a web page. I have 3 tables, one for class description (primary key "classID"), one for class prerequisites (primary key "prereqID"), and one for class schedule (primary key "scheduleID"). I have slimmed down the query and the output below.

RE: nesting queries

2001-03-13 Thread Adkins, Randy
Then it is possible that the 2nd Query returns no records, Can you show me both queries -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 9:45 AM To: CF-Talk Subject: RE: nesting queries i tried that and i only get results from the first

RE: nesting queries

2001-03-13 Thread Jones, Becky
sure, i checked the database for one specific person that i know has information in the equipment table so the info is there..i just cant get it out! :) qry one: cfquery name="qryAllEmp" datasource="ITData" SELECT * FROM tblEmployees WHERE tblEmployees.FName

RE: faulty join?

2001-03-13 Thread Hayes, David
Hi, Megan You will get the prereq list for each distinct schedule date for the class; I'm assuming your query is returning 3 dates for the class. Dave -Original Message- From: megan sherman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 9:02 AM To: CF-Talk Subject: faulty

RE: nesting queries

2001-03-13 Thread Adkins, Randy
Considering that do a simple join on the two tables to obtain results in one recordset. Thus: One Query: cfouput query=qyrAllEmp All variables would be: qryAllEmp.fieldnames Then you only need one CFOUTPUT and No CFLOOPS Also considering that within the Equipment table that EquipID is actually

OT/Summary: DB Server Upgrade Dilemma

2001-03-13 Thread Tony Schreiber
I've been wrestling with whether to upgrade a Compaq Proliant 6000 or get a new server entirely. We're preparing to drastically increase the size and use of our database and I need to make a decision. We're running Oracle 8.0.5 on NT4 SP6 right now. The 6000 is a 1x 400mhz Xeon 512k. (it was

Javascript IsDefined

2001-03-13 Thread Jeanne Sarfaty Glazer
Hi Folks, What is the Javascript equivalent to the Cold Fusion IsDefined function? (or does one even exist?!) TIA, - - - Jeanne ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: nesting queries

2001-03-13 Thread Jones, Becky
i tried doing that first. but the problem i run into is that i want to have Prev/next buttons. and when i loop thru, it minuses one of the applications/equipment for an indivual person each time it loops. inotherwords...say for me i have 3 pieces of equipment. my record count shows that i have

RE: Javascript IsDefined

2001-03-13 Thread Hayes, David
You can use the "typeof" operator. if (typeof myVarName == "undefined"){ } -Original Message- From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 9:27 AM To: CF-Talk Subject: Javascript IsDefined Hi Folks, What is the Javascript equivalent to the

RE: Javascript IsDefined

2001-03-13 Thread Michael Rosario
JS doesn't inherently have isDefined... The functions that follow should help you though Michael Rosario Internet Applications Dev [EMAIL PROTECTED] ** // DESCRIPTION:Returns the value named

RE: Javascript IsDefined

2001-03-13 Thread Douglas Knudsen
why not use this... For variable x do: if (x) then balh blah blah IIRC, in JavaScript, if a var is 'defined', then a conditional returns true. ie: if (document.layers) then blah blah - Douglas Knudsen Leveraged Technologies Group Alltel AIS 678-351-6063 Got Linux? http://linuxmall.com

CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Nathan Stanford
CF Studio 4.5.2 Memory Leak? My question is my fellow employees and I seem to be having lots of problems with memory when we have CF Studio 4.5.2 open. Even if we boot up a machine and don't do anything more then open CF Studio 4.5.2 and leave the machine open all day it will lock up before

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Corrine Clark
I have never experienced a problem with my studio 4.5.2 and I run it with my database open, email, browser, and adobe photoshop. I am running on a 2000 professional and never had a problem. -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001

cfexecute and prompts

2001-03-13 Thread Todd Ashworth
I am trying to run a program with cfexecute. The problem I am having is that the program has a prompt built into it. Every time I run it via cfexecute it gets to the prompt and just sits there waiting on an answer. Does cfexecute have any provisions for skipping over things like this? Is there

Re: [cfexecute and prompts]

2001-03-13 Thread Alex
yes. post your code. "Todd Ashworth" [EMAIL PROTECTED] wrote: I am trying to run a program with cfexecute. The problem I am having is that the program has a prompt built into it. Every time I run it via cfexecute it gets to the prompt and just sits there waiting on an answer. Does cfexecute

Re: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Douglas Knudsen
What OS? How much memory? We are running 4.5.1 and 4.5.2 on NT4 SP6 and 128MB of ram on PIIIs. Version 4.5.1 tends to freak out if it is run all day, but not 4.5.2. - Douglas Knudsen Leveraged Technologies Group Alltel AIS 678-351-6063 Got Linux? http://linuxmall.com From: [EMAIL

Thanks for the info: migration from NT4 to Solaris

2001-03-13 Thread Capolinea
Thanks a lot ! ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Lewis Steven
If you send a query requests to the CF Server and it returns a large number of records I've seen studio lock up. But thats about it Corrine Clark wrote: I have never experienced a problem with my studio 4.5.2 and I run it with my database open, email, browser, and adobe photoshop. I am

Re: Project Mgmt for CF development?

2001-03-13 Thread Peter Theobald
Did you ever think that this information might be necessary to bill clients? Or to allocate resources to projects efficiently? Or to make accurate estimates of project completion dates? Or to forecast hiring needs? (I'm not saying your manager wasn't an asshole :-) I didn't know the guy. Just

Re: [cfexecute and prompts]

2001-03-13 Thread Todd Ashworth
Basicly what I am doing is having someone upload a zip file which I can then unzip using a command line program. cfexecute name="#Attributes.ExecutionPath#wzunzip.exe" arguments="-ybc #Attributes.DirectoryPath##File.ServerFile# #Attributes.DirectoryPath#"/cfexecute The first thing the command

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread James Maltby
My version of CF Studio 4.5.2 is very touchy - I've had to re-install it three times over the past 3 months, sometimes the RDS does not link and fails completely with a "can't find library" file error, other days the code checker falls over completely, refusing to run - (but if I open the

First crack at commerce, sort of.

2001-03-13 Thread Kortland, Brian
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_01C0ABD9.673F79C0 Content-Type: text/plain; charset="iso-8859-1" Hi All, I have a number of small clients who mostly have very

cfloop

2001-03-13 Thread John McCosker
From a select box I am selecting a single vehicle or all vehicles and pass the parameter to a second template which determines my vairables type of existence, cfif not isdefined("form.callsign") cflocation url="mapTest.cfm" addtoken="No" cfelseif isdefined("form.callsign") and

RE: cfexecute and prompts

2001-03-13 Thread Craig Dudley
Not unless the program in question accepts paramaters from the command line. -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 15:55 To: CF-Talk Subject: cfexecute and prompts I am trying to run a program with cfexecute. The problem I am having is

Ben Forta tonite!! in Dallas

2001-03-13 Thread Billy Cravens
Just wanted to post this message in case there's anyone in here who would be interested in attending tonite's meeting of the Dallas/Fort Worth ColdFusion User Group, where Ben will be speaking. For details go to www.dfwcfug.org -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED]

Re: [Re: [cfexecute and prompts]]

2001-03-13 Thread Alex
write a DOS batch file and call that from cfexecute. you need 2 files ..1)the *.bat and 2)a text file that is just a y and carriage return ex. *.bat wzunzip stuffvariable y.txt "Todd Ashworth" [EMAIL PROTECTED] wrote: Basicly what I am doing is having someone upload a zip file which I can

RE: cfloop

2001-03-13 Thread Jason Lees (National Express)
Have you tried cfoutput query=#MyQuery# Or use a CFLoop trtd Colspan="11" img src="http://maps.whereonearth.com/cgi-bin/mapview.exe?mode=#mode#data=#data #zoom=#zoom#x=#qry_getVeichle.lon#y=#qry_getVeichle.lat#symbol=#qry_getV eichle.lon#,#qry_getVeichle.lat#,target,#callsign#" /td/tr

OT: Who's the Moderator of this List?

2001-03-13 Thread Erika L Walker
This seems like a silly question and please don't yell at me for asking, but I was looking for a moderator's direct email address and name and couldn't find one, here or on the website. (I have over 4000 CF_Talk emails, and I searched through all of them) although, not knowing the person's actual

RE: Responding to Post's

2001-03-13 Thread Arden Weiss
Get It - Got It - Good :-)) ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Michael [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 9:14 AM To: CF-Talk Subject:Re: Responding to Post's All I am

Re: nesting queries

2001-03-13 Thread Paul Johnston
At the risk of having seventeen other people tell you how to do it... All that this code... cfoutput query="myQuery" /cfoutput does is: cfoutput cfloop query="myQuery" /cfloop /cfoutput Try using cfloop instead. Also if you want to create a query based on another query, you have to loop

Re: Who's the Moderator of this List?

2001-03-13 Thread Howie Hamlin
Michael Dinowitz Publisher: Fusion Authority weekly news alert (www.fusionauthority.com/alert) Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. (www.houseoffusion.com) - Original Message - From: "Erika L Walker" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday,

RE: Who's the Moderator of this List?

2001-03-13 Thread Braver, Ben:
Michael Dinowitz [[EMAIL PROTECTED]] -Original Message- From: Erika L Walker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 8:39 AM To: CF-Talk Subject: OT: Who's the Moderator of this List? This seems like a silly question and please don't yell at me for asking, but I was

Re: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Michael S. Kimmett
Nathan, When I have Studio and Server running all day I also have my system lock up. This has become quite annoying especially at the end of a long day. - Original Message - From: "Nathan Stanford" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 9:49 AM

RE: First crack at commerce, sort of.

2001-03-13 Thread Phoeun Pha
go with SQL or mysql -Original Message- From: Kortland, Brian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 10:20 AM To: CF-Talk Subject: First crack at commerce, sort of. This message is in MIME format. Since your mail reader does not understand this format, some or all of

Server log errors

2001-03-13 Thread Andy Ewings
I have a setup of 4 servers - 2 web servers (NT IIS) and 2 database servers (SQL 7), one active and one passive. The web servers are load balanced but both use the actyive SQL machine. Sometimes both CF servers die and by looking at the error logs it appears that SQL Server is deadlocking.

RE: First crack at commerce, sort of.

2001-03-13 Thread Kevin Miller
I agree that you should use a true DBMS if possible, but Access can probably be made to work Ok for just 1000 users.I would consider switching away from Access if you have more than 5-10 simultaneous connections, or more than a 100-200k records. If you use Access, make judicious use of

CF_EmbedFields Crashes my server?

2001-03-13 Thread Jay Patton
hello all, I am using the CF_EmbedFields tag in a 3 part form. the first day that I used it everything worked fine. however now when I run that form. (3 days latter with NO changes to the site) my cfserver.exe ends up taking up 95% of the CPU usage (this is running local). has anyone else

Re: First crack at commerce, sort of.

2001-03-13 Thread Jay Patton
I would use SQL or MySQL for this NOT! Access Jay Patton Web Design / Application Design Web Pro USA 406.549.3337 ext. 203 1.888.5WEBPRO www.webpro-usa.com - Original Message - From: "Kortland, Brian" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 9:19 AM

Re: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Michael Kear
Any time I have brought this issue up with Allaire or their distributors, they just look at me with scorn, as though I am some kind of fool and say "well you should be using Win2000" and the implied rest of the sentence seems to be "... instead of that childs toy you are using." My answer is,

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Daniel Lancelot
CFSTUIDO 4.5.2 is not the most stable app in the world, and is very easy to crash (try closing a window with JS in the internal browser - and watch those error messages!!!) but as far as memory holes go, its not nearly as bad as previous versions (I've been working with it for 2 days and I'm

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Nathan Stanford
If you do a search on Allaire's own ColdFusion Forum's in the CF Studio area you get 32 notes about this problem. April 1999 is the first request about the problem and the fact that using projects increases the problem. A Allaire Employee said that the project deployment increases the memory

one more Paradox question...

2001-03-13 Thread kmansel
Ok we are going to be connecting to a Paradox 4.5 systemyes i knowoldbut besides that, i know that the M$ ODBC driver will lock the tables and mess everything up... :oP so has anyone worked with this and found a better ODBC driver? TIA Kevin ~ Kevin Mansel Web

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Richard Kuryk
If it crashes and eats through memory don't use it and certainly don't purchase it! There are many good programmer editors out there. UltraEdit, MultiEdit, and the list goes on and on, give your money to something that is stable and is not counterproductive. Most of these editors have demos or

RE: Javascript IsDefined

2001-03-13 Thread Patricia Lee
The correct syntax is if (typeof(myvarname) == "undefined") { [do your stuff] } |-Original Message- |From: Hayes, David [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 13, 2001 10:32 AM |To: CF-Talk |Subject: RE: Javascript IsDefined | | |You can use the "typeof" operator. | |if

RE: parsing form submission into an html file?

2001-03-13 Thread Daniel Lancelot
I have in the past used CFFILE to generate .htm files - what exactly are you wanting to do??? -Original Message- From: Jon Tillman [mailto:[EMAIL PROTECTED]] Sent: 09 March 2001 01:48 To: CF-Talk Subject: parsing form submission into an html file? -BEGIN PGP SIGNED MESSAGE-

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Philip Arnold - ASP
CFSTUIDO 4.5.2 is not the most stable app in the world, and is very easy to crash (try closing a window with JS in the internal browser - and watch those error messages!!!) I'm sorry, but "Well DUH!" - how are you meant to close a window that's built in to the system? Also - since

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Mark W. Breneman
I have fought this problem for some time now. I could not get CFS to be happy under windows 9x. But, windows 2000 seems to handle the CFS MUCH better. I found a solution that works very well for me: Windows 2000 196MB RAM CF Studio 4.5.2 It is very stable. And believe me I hammer CF studio

OT: Access '97 repair log?

2001-03-13 Thread W Luke
Hi, Just fixed a DB in Access 97 using the Repair function - is it possible to see a log of what it fixed? Thanks Will -- [EMAIL PROTECTED] -=- www.lukrative.com Local-Advertising -=- www.localbounty.com ~~ Structure your ColdFusion code

(Review) Conditional loops

2001-03-13 Thread Michael Dinowitz
I just did some more tests and I've got some more interesting results. The test was to compare conditional loops between the CFLOOP and the two conditional loops in CFSCRIPT (while and do-while). My tests showed that the CFSCRIPT statments were about twice as fast as the CFLOOP statment. This

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Daniel Lancelot
-Original Message- CFSTUIDO 4.5.2 is not the most stable app in the world, and is very easy to crash (try closing a window with JS in the internal browser - and watch those error messages!!!) I'm sorry, but "Well DUH!" - how are you meant to close a window that's built in to the

OLE DB vs. ODBC

2001-03-13 Thread S R
htmlDIVHi,/DIV DIVnbsp;/DIV DIVI've been told in the past that when using CF server and SQL Server to use OLE DB instead of ODBC when connecting to databases. I've never been told why? Is it faster? Another thing is they use ODBC where I work to connect to SQL Server databases and are asking

TID errorlist

2001-03-13 Thread Joseph Thompson
Well, the post I sent to Allaire looking for the list of "TID" errors (and I was thinking, maybe the definitions/solutions) came and went without an answer. Any one here know if there is such an animal? What prompted me to ask was a TID=4100 error on a linux server. (not mine)

RE: (Review) Conditional loops

2001-03-13 Thread Daniel Lancelot
What do make of this then??? CFLOOP is (fairly substantially) quicker when you have 1,000,000 repetitions... 1,000,000 repetitions: CF-34781 While - 50079 do-50391 100,000 repetitions: === CF-3360 While - 1859 do-1813 10,000 repetitions: ==

RE: (Review) Conditional loops

2001-03-13 Thread Garza, Jeff
Me thinks you are wrong... Did you remember to change the loop count in the CFLOOP to 1,000,000 as well? Your results are awfully close to those of the 100,000 group. 1,000,000 on my machine... PIII 600MHz 782MB RAM *** CF-44063 While - 28562 do-25297 These results are

RE: (Review) Conditional loops

2001-03-13 Thread Daniel Lancelot
Yeah - I checked that... ran it again: CF-33671 While - 27625 do-18782 must have been some other factor... -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 18:49 To: CF-Talk Subject: RE: (Review) Conditional loops Me thinks you are wrong... Did

Linking to URLs with Ampersands

2001-03-13 Thread Terra Durrant
Hello, For our Web site, I use a ColdFusion redirect page to display a legal disclaimer when linking to external sites. To have this redirect text appear in the template before the user leaves our site, I must use the following format for a link tag: A

RE: Javascript IsDefined

2001-03-13 Thread Caulfield, Michael
Actually typeof is an operator, not a function, so it is generally used the way Dave described. -Original Message- From: Patricia Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 11:51 AM To: CF-Talk Subject: RE: Javascript IsDefined The correct syntax is if

Re: First crack at commerce, sort of.

2001-03-13 Thread Billy Cravens
I'd recommend taking a look at MSDE, which is essentially the engine behind SQL Server, just without the pretty front end, and it easily upgrades to full-blown SQL Server. You can use Access as the front end, but under the scenes, it's SQL Server. I say that because it may or may not be

RE: one more Paradox question...

2001-03-13 Thread Hoffman, Joe (CIT)
Try http://www.merant.com/ Joe Hoffman mailto:[EMAIL PROTECTED] National Institutes of Health Center for Information Technology Division of Computer System Services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:31 PM To: CF-Talk

RE: Javascript IsDefined

2001-03-13 Thread Patricia Lee
Ah... I stand corrected. I'll have to give that way a shot. The person who informed me of it used that syntax and it's worked for me but now I know better. |-Original Message- |From: Caulfield, Michael [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 13, 2001 2:11 PM |To: CF-Talk

What Version of LDAP server to use for Win 2000

2001-03-13 Thread Vance Duke
Question for those of you using the LDAP server and CF. What version are you using for Win 2000? I looked at the Netscape site, and version 4.12 and 4.13 of iPlanet Directory Server (the successor to the LDAP server) is not supported for Win 2000; and version 5, which does support Win 2000, is

Re: Linking to URLs with Ampersands

2001-03-13 Thread Al Musella, DPM
Just use urlencodedformat() around the URl. in your case: A HREF="#Session.TemplatePath#Template=Redirect.cfmLocation=#urlencodedformat(http://www.leg.s tate.co.us/2001/inetcbill.nsf/fsbillcont/F0ACA8F6AE0D6AE7872569BC005A272F?Op enfile=001_rn2.pdf)#" TARGET="_blank" Another possibility, and

Re: SNMP and CF

2001-03-13 Thread Jon Hall
I dont believe there will be until version 5 comes out. The current beta does include the MIB scripts though. I am not 100% on this, but the current CF 4.5 Enterprise does include a cluster monitoring utitlity that might be able to be used to monitor CF server. I saw it once, and it had a lot of

Re: (Review) Conditional loops

2001-03-13 Thread Michael Dinowitz
I tried out your suggestion of using an evaluation vs. a variable rather than against a number and the results moved from CFSCRIPT being twice as fast to it only being about a third as fast. I only tested on 1,000 and 10,000. My understanding was that loops inside a CFSCRIPT slowed

Form Fields cleared on Back

2001-03-13 Thread Adrian Cesana
Im going nuts trying to figure this one out, I have a form with about 110 fields (ya i know), there is lots of server side validation, if an input error occurs I CFABORT and give the user a JavaScript back button to go back an correct the input. On some users PC the form gets cleared on other

Re: What Version of LDAP server to use for Win 2000

2001-03-13 Thread Douglas Knudsen
Isn't that thingy called Active Directory LDAP compliant? Not suggesting using it, just thinking outloud here. - Douglas Knudsen Leveraged Technologies Group 678-351-6063 Got Linux? http://linuxmall.com From: [EMAIL PROTECTED] AT INTERNET on 03/13/2001 02:34 PM To: [EMAIL

Re: Form Fields cleared on Back

2001-03-13 Thread S R
I've found that this is something that happens on IE5. Netscape doesn't do this. The only way I've gotten around is to painstakingly include a bunch of 'hidden' form fields that way when the user presses the back button it repopulates the form. From: "Adrian Cesana" [EMAIL PROTECTED]

RE: (Review) Conditional loops

2001-03-13 Thread Top-Link Tech (John Ceci)
1,000,000 on my machine... PIII 750MHz 512MB RAM === CF-64360 While - 34062 do-31563 -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:49 PM To: CF-Talk Subject: RE: (Review) Conditional

Another Note RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Nathan Stanford
Not to keep this going but I have observed one other problem. when you deploy a project and it scrolls through line by line the speed at which it deploys changes if you drag the results window away from the bottom of CF Studio An example I did was to minimize the window to one line of text

RE: (Review) Conditional loops

2001-03-13 Thread Garza, Jeff
I forgot to mention that I'm running CF5.0. So that may have influenced the results. I'll have to try again on a 4.5.2 machine. Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: [EMAIL

RE: Form Fields cleared on Back

2001-03-13 Thread Phoeun Pha
it is DEFINITLEY the large number of input fields. i had a problem like that once, where i allowed the admin to enter different events for different artists as many times as they wanted. anything about 20 times made the page work wierd, so i limited to 10 times only. hehe -Original

RE: Form Fields cleared on Back

2001-03-13 Thread Jason Aden
What type of inputs are they? I know that IE will clear password fields when you hit the browser back button. Jason Jason Aden Allaire Certified Developer [EMAIL PROTECTED] www.wwstudios.com -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March

RE: Form Fields cleared on Back

2001-03-13 Thread Maia, Eric
The way I do it is to first create a structure with all of the form field preloads (if editing a record) or all blank values (if a new record). I use this struct to populate the form fields. Then, if there's an error detected upon submittal, I load the form data into the struct (so it'll keep

Broken Images / Testing for file existence

2001-03-13 Thread Tony Schreiber
I have an application where I list several items on a page and display an image for that item based on a reference number (ie, productnum+.jpg). The database table does not tell me whether there is an image for that item and there are many that do have one. I'd like to display an alternate image

RE: Form Fields cleared on Back

2001-03-13 Thread Bryan Love
I've come up with a very handy solution to this... IF you use fusebox try this (I call it stacking): cfcase value="bugList" cfinclude template="act_deleteBugs.cfm" cfinclude template="../dsp_header.cfm" cfinclude

RE: Form Fields cleared on Back PART 2

2001-03-13 Thread Phoeun Pha
here's another idea. IF there is an error, do a CFABORT, AND a CFinclude a certain template. This template will be designed like the first page that had the forms, except, the input fields will be given values. so whatever values are present will be in those input fields (it might be

  1   2   >