Re: ArcIMS and Cold Fusion

2002-09-20 Thread Richard Meredith-Hardy
but... Paul Hastings wrote: Depends what you call 'knows geography'. The maps at http://www.adventuredirectory.com work on this basis and are calibrated can't buffer. can't route. can't do proximity searches. can't identity/union/intersect. doesn't know topology. yada yada yada.

Re: ArcIMS and Cold Fusion

2002-09-20 Thread Paul Hastings
actually they do a proximity calculation every page impression. no idea what you mean but autocad's not GIS. This is all very well, but my customers always seem to agree that their *your* customers. category) or the sites don't seem to work at all. The state of things at the moment seem

Looping

2002-09-20 Thread Shirley
Hello, I have a field that stores info in a comma-delimited format. The field is named Common_Names. I'll use three records from this field as an example: Tall Whitetop, Tall Pepperweed, Perennial Pepperweed Sycamore Maple Porcelainberry, Amur Peppervine After querying the database, I want

RE: TR: UUID's ( maybe OT)

2002-09-20 Thread Benoit Hediard
Parameters for a static file? Or does vignette use .html as an extension for an ISAPI filter? Yes, it could be any extension. So the 1674 part is the only part of all that which is actually useful eh? :) No, all the parameters are usefull (0,1674,P249,00), especially P249 and 00. I

RE: Looping

2002-09-20 Thread Thomas Chiverton
After querying the database, I want to loop over these records and output them in the following format, so that I can use them in a Select List: Any reason not to just do something like this, or use cfselect : select CFOUTPUT QUERY=getcommonnames option#Common_Names#/option

RE: OT Generating a data/Enterprise Manager

2002-09-20 Thread Bartee Lamar
Would DTS Work for you. Bartee Lamar www.enterpriseenergy.com MSN [EMAIL PROTECTED] -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 1:16 AM To: CF-Talk Subject: OT Generating a data/Enterprise Manager Hey Folks! I am wanting

RE: Why Use Flash Remoting?

2002-09-20 Thread Hays, Duncan
I believe Flash script is based on the ECMA ??? spec so it's basically JavaScript. If you know JS it shouldn't be hard to pick up. Check out http://www.ashleyit.com/rs/main.htm for another example of JavaScript remote scripting. Duncan Hays -Original Message- From: Rick Faircloth

Breaking DB connection in CFMX

2002-09-20 Thread W Luke
Hi, In 4.5, CF rarely held onto Access DBs after a hit - there was an option in the Admin to disable a permanent connection, which worked. The same setting in CFMX doesn't work though, and I was wondering if anyone had a solution to fixing it. I've tried running a false/bust query, but no joy.

Re: Breaking DB connection in CFMX

2002-09-20 Thread Jochem van Dieten
Quoting W Luke [EMAIL PROTECTED]: Hi, In 4.5, CF rarely held onto Access DBs after a hit - there was an option in the Admin to disable a permanent connection, which worked. The same setting in CFMX doesn't work though, and I was wondering if anyone had a solution to fixing it. I've

RE: Just curious possible problem

2002-09-20 Thread Greg Luce
I think you just need some single quotes around your text datatype input values. ie: '#desc#'... -Original Message- From: Webmaster [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 11:48 AM To: CF-Talk Subject: RE: Just curious possible problem I get the following error

Re: Breaking DB connection in CFMX

2002-09-20 Thread W Luke
Jochem van Dieten [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... In 4.5, CF rarely held onto Access DBs after a hit - there was an option in the Admin to disable a permanent connection, which worked. The same setting in CFMX doesn't work though, and I was wondering if

Re: Breaking DB connection in CFMX

2002-09-20 Thread Jochem van Dieten
Quoting W Luke [EMAIL PROTECTED]: Restart the DataSourceService. http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=12 Thanks Jochem. My concern with using this is I'm on a shared server - could this cause major problems with the other clients/sites on the same server as mine?

RE: Why Use Flash Remoting?

2002-09-20 Thread Rick Faircloth
Thanks for the tip, Duncan. Rick -Original Message- From: Hays, Duncan [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 7:03 AM To: CF-Talk Subject: RE: Why Use Flash Remoting? I believe Flash script is based on the ECMA ??? spec so it's basically JavaScript. If you know JS

Auto Submit Select Boxes

2002-09-20 Thread Rick Faircloth
What's the piece of code that makes a Select box submit on selection without using a button? Rick __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Auto Submit Select Boxes

2002-09-20 Thread Adrian Lynch
onselect I think, I hate JS :O| -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: 20 September 2002 13:25 To: CF-Talk Subject: Auto Submit Select Boxes What's the piece of code that makes a Select box submit on selection without using a button? Rick

Re: Looping

2002-09-20 Thread Shirley
Part of my problem is database design, where CSV lists are allowed in a field name. I know I have to correct this and create a separate table. However, for now, some of the records are quite long. For example here's the unabridged record that I alluded to in my previous message: Tall

OT: Can form fields look differently?

2002-09-20 Thread Rick Faircloth
A little OT, but a quick one... Can form fields be made to look differently or are we stuck with the typical looking fields... white with the normal border? Rick __ Structure your ColdFusion code with Fusebox. Get the

RE: Looping

2002-09-20 Thread Adrian Lynch
If it's in the DB as a list, why not pull it out and then loop through it putting a br after each iteration of the loop? Ade -Original Message- From: Shirley [mailto:[EMAIL PROTECTED]] Sent: 20 September 2002 13:20 To: CF-Talk Subject: Re: Looping Part of my problem is database

RE: Can form fields look differently?

2002-09-20 Thread Adrian Lynch
Use CSS, you can get some nice looking ones with it Ade -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: 20 September 2002 13:31 To: CF-Talk Subject: OT: Can form fields look differently? A little OT, but a quick one... Can form fields be made to look

RE: Can form fields look differently?

2002-09-20 Thread Greg Luce
I use style for some features, I'd like to know more features though: style=width: 110px; font-family: Verdana; font-size: xx-small; -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 8:31 AM To: CF-Talk Subject: OT: Can form fields look

RE: Looping

2002-09-20 Thread Everett, Al
The reason you're getting that output is because HTML renders CR/LF as any other whitespace character, i.e., a space. You could try this: CFOUTPUT QUERY=getcommonnames CFSET COMMONLIST = Replace(Common_Names, ,, br, ALL) #COMMONLIST#br /CFOUTPUT Or this, since you know the field contains a

RE: Can form fields look differently?

2002-09-20 Thread Everett, Al
Style sheets, dude. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 8:31 AM To: CF-Talk Subject: OT: Can form fields look differently? A little OT, but a quick one... Can form fields be made to look differently or are we

Re: Can form fields look differently?

2002-09-20 Thread Gyrus
- Original Message - From: Rick Faircloth [EMAIL PROTECTED] Can form fields be made to look differently or are we stuck with the typical looking fields... white with the normal border? --- All the usual CSS properties - border, background-color, color,

RE: Can form fields look differently?

2002-09-20 Thread Tony Weeg
check out the CSS editor that comes with CF Studio 5. it's the little icon, with the letter A and a pencil. it's the style sheet editor. There is a plethora things that you can modify for most elements on the page. and have those things conform across multiple pages or you can do them inline

RE: Looping

2002-09-20 Thread Chris Lofback
How about a list loop like this: SELECT NAME=Foo CFLOOP LIST=#MyQuery.ListField# INDEX=Item OPTION#Item#/OPTION /CFLOOP /SELECT Or if you just want the items without the select, like this: CFLOOP LIST=#MyQuery.ListField# INDEX=Item BR#Item# /CFLOOP Chris Lofback Sr. Web Developer TRX

RE: Can form fields look differently?

2002-09-20 Thread Benoit Hediard
Example : style type=text/css formInput { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color : #4A4A4A; border : 1px solid #8A8A8A; background : #F4F4F4; } formButton { font-family : Verdana, Arial, Helvetica, sans-serif;

multiple OUTER joins in SQL?

2002-09-20 Thread Gyrus
I have a main table for content, and several subset tables for different types of content (articles, interviews, reviews, etc.). I'm building a 'master' query that will retrieve all content info according to certain criteria (maybe browsing, maybe listing content by a certain contributor). So

RE: Can form fields look differently?

2002-09-20 Thread Thomas Chiverton
I use style for some features, I'd like to know more features though: style=width: 110px; font-family: Verdana; font-size: xx-small; http://www.htmlhelp.com/reference/css/properties.html :-) WebMonkey has some good stuff too: http://hotwired.lycos.com/webmonkey/authoring/stylesheets/ Tom

Re: Breaking DB connection in CFMX

2002-09-20 Thread W Luke
Jochem van Dieten [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Restart the DataSourceService. http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=12 Thanks Jochem. My concern with using this is I'm on a shared server - could this cause major problems with the other

RE: Can form fields look differently?

2002-09-20 Thread Rick Faircloth
Thanks, all! Rick -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 8:29 AM To: CF-Talk Subject: RE: Can form fields look differently? check out the CSS editor that comes with CF Studio 5. it's the little icon, with the letter A and a

Re: Looping

2002-09-20 Thread Shirley
Thanks for responding. That's what I believed by previous code did -- looping over the list and replacing it with a line feed. I have tried replacing the commas with a br tag instead of a line feed, but I'm still left with a long string, this time substituting the commas with a br tag. So,

RE: Looping

2002-09-20 Thread Thomas Chiverton
What I want to do is this: query the db. If there is a record that is comma-delimited within the field, remove the commas and output each entry on a separate line. cfquery name=qQuery ... /cfquery cfscript sString=replace(qQuery.field,,,br); /cfscript Then print sString. If you want

Re: Tracking first 'click' off of a home page

2002-09-20 Thread Pete Ruckelshaus
I would do it with a redirector page. * First, create a table with the redirect links and a count field (at the very minimum). Make the URL field the key * All links from front page go to a redirect page (i.e. /switchboard.cfm?loc=/dir/file.cfm) * On switchboard.cfm, do a cfquery to increment

Re: multiple OUTER joins in SQL?

2002-09-20 Thread Dina Hess
Try this: SELECT c.itemID, c.title, c.ownerID, c.type, i.subject, i.intDate, r.rvwType FROM content c LEFT JOIN interviews i ON c.itemID = i.itemID

RE: Just curious possible problem

2002-09-20 Thread Webmaster
I changed the name in my database and the problem cleared up. -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 6:56 AM To: CF-Talk Subject: RE: Just curious possible problem I think you just need some single quotes around your text datatype

Re: Looping

2002-09-20 Thread Shirley
I am going to try the different solutions suggested here and will get back to the list. So far, there's something missing in all the solutions, but I hope to have this worked through. Thanks for your patience. Chris Lofback wrote: How about a list loop like this: SELECT NAME=Foo CFLOOP

RE: Possible to send out mail for CFerror..?

2002-09-20 Thread Chad
I tried using CFerror, but you cannot put any CF tags in the error page like CFMail. I am trying a hack now where you edit the actual error page that CF uses. \CFusionMX\wwwroot\WEB-INF\exception\detail.cfm Of course this is a server wide change and I am doing it on MX. I don't know if the

RE: Auto Submit Select Boxes

2002-09-20 Thread Chad
I use this code: SCRIPT LANGUAGE=JavaScript !-- function openURL() { // grab index number of the selected option selInd = document.theform.url.selectedIndex; // get value of the selected option goURL = document.theform.url.options[selInd].value; // redirect browser to the grabbed value

RE: Possible to send out mail for CFerror..?

2002-09-20 Thread Eric Hoffman
We use cferror and type is exception in the cfapp file...then template_error.cfm file is the pretty page with error info for the users, and it shoots off via cfmail a report to us. It does work Regards, Eric J Hoffman Head Tech Geek DataStream Connexion www.datastreamconnexion.com

RE: Looping

2002-09-20 Thread Chris Lofback
What I want to do is this: query the db. If there is a record that is comma-delimited within the field, remove the commas and output each entry on a separate line. Since the Replace statement merely replaces the comma with a CRLF and doesn't output each entry on a separate line, it

RE: OT: Best JAVA Book...

2002-09-20 Thread Leroy Gonzalez
I haven't read these but have looked through them in the bookstores. You can check them out at Amazon.com. Developing Enterprise Java Applications with J2EE and UML by Khawar Zaman Ahmed, Cary E. Umrysh Addison-Wesley Pub Co; ISBN: 0201738295; 1st edition (December 15, 2001) Java for the Web

Re: Looping

2002-09-20 Thread Dina Hess
This should do what you want: cfquery name=getTrees datasource=test select common_names from trees /cfquery select cfoutput query=getTrees cfloop index=i list=#getTrees.common_names# option#i#/option /cfloop /cfoutput /select - Original Message

RE: TR: UUID's ( maybe OT)

2002-09-20 Thread S . Isaac Dealey
In my previous mail, I was not saying, that Vignette naming was a great one. I was just explaining that it was linked to the way their caching system works. I definitely agree : if you can have friendly URL, you should keep them friendly (and avoiding UUID is already one way to do it). Why

Re: Auto Submit Select Boxes

2002-09-20 Thread Sean Daniels
On Friday, September 20, 2002, at 08:25 AM, Rick Faircloth wrote: What's the piece of code that makes a Select box submit on selection without using a button? select name=name onChange=submit() __ This list and all House of

Re: OT: Can form fields look differently?

2002-09-20 Thread Alex
white with the normal border What does this mean? You can use CSS to change some things. On Fri, 20 Sep 2002, Rick Faircloth wrote: A little OT, but a quick one... Can form fields be made to look differently or are we stuck with the typical looking fields... white with the normal border?

online resources

2002-09-20 Thread Brian Rozenblum
im wondering where the best online resources for learning CF are? I am a web developer in south floria, but have never ventured into the backend/database connectivity programming. any help is appreciated. thank you. brian rozenblum

Re: CFMAIL replacements?

2002-09-20 Thread Neil H.
I appreciate that. I would like to fix the problem rather then replace it :) That's like cutting your finger off when you have a hang nail :). Anyway I have confirmed there aren't mail server issues. There is no antivirus running, and I disabled our backup tools to ensure no file locking was

RE: That was quick! (hacked)

2002-09-20 Thread Earl, George
Don't allow the devlopment servers to be accessible from the Net via firewall. We are behind a firewall. We got hit from inside . . . George __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Re: online resources

2002-09-20 Thread Jeffry Houser
I definitely recommend looking into the Macromedia Designer Developer exchange. www.macromedia.com/desdev www.HouseofFusion.com has a bunch of presentation and documents. Going through the archives for this list might be fruitful, especially if you are looking for something specific.

RE: That was quick! (hacked)

2002-09-20 Thread Thomas Chiverton
We are behind a firewall. We got hit from inside . . . Most people are. This is either because people are nasty, or security is always weaker on the inside. Tom Chiverton You don't have to be a mad scientist to believe in ColdFusion

Finding next 2 items in query

2002-09-20 Thread W Luke
Hi, I need to run a scheduled task which updates a table in my DB. The structure looks something likes this: -- ID* - Active - Approved -- 12 - No - Yes 23 - No - No 24 - No - Yes 29 - Yes - Yes 32 - Yes - Yes 33 - No - Yes

RE: Auto Submit Select Boxes

2002-09-20 Thread Dave Watts
What's the piece of code that makes a Select box submit on selection without using a button? select name=name onChange=submit() The submit method belongs to the Form object, so you'll typically have to specify the path through the DOM hierarchy: select name=name

RE: Auto Submit Select Boxes

2002-09-20 Thread Rick Faircloth
Perfect! Thanks, Sean, and everyone who responded... Rick -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 9:44 AM To: CF-Talk Subject: Re: Auto Submit Select Boxes On Friday, September 20, 2002, at 08:25 AM, Rick Faircloth wrote:

Referencing a dynamically named form field

2002-09-20 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Hi, I have created a form that is populated by a query, like this: form

RE: Finding next 2 items in query

2002-09-20 Thread Greg Luce
First I'd deactivate the old 2. UPDATE tablename SET active = 'NO' WHERE active = 'YES' I think you'll have to fill us in on why 33, and 12 meet the criteria. I guess if you have a nice query you use to get the 2 records you want to update you can plug that query into: UPDATE tablename SET

RE: Referencing a dynamically named form field

2002-09-20 Thread Perez, Jimmy
One thing I have done in the past, using the same query from the form page: Action page: cfoutput query=qselGetLink cfset ParentID = Form.Parent #qselGetLink.ID# cfset ShortID = Form.Short #qselGetLink.ID# !--- Check each field for changes

Re: Looping

2002-09-20 Thread Shirley
Thanks for all who helped me. I added a cfoutput query to the list loop below and everything worked perfectly. SELECT NAME=Foo CFOUTPUT QUERY=getcommonnames CFLOOP LIST=#common_names# INDEX=Item OPTION#Item#/OPTION /CFLOOP /CFOUTPUT /SELECT Chris Lofback wrote: How

RE: Referencing a dynamically named form field

2002-09-20 Thread Douglas McKenzie
With radio boxes, only one value is passed thru ie whatever they clicked on so theres no need to reference them seperately. Try calling them all linkSection and see what happens. If you want more than one box to be selected, use checkbox instead. hth, Doug -Original Message- From:

RE: Referencing a dynamically named form field

2002-09-20 Thread Tony Weeg
stephen. to my knowledge there is a form scope of variables. they are listed in a string (Comma separated) and can then be sent to an array ListToArray(ListName) and from there looped through, etc ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet

Re: Referencing a dynamically named form field

2002-09-20 Thread Sam Farmer
My first question is, what are you trying to do with the data that is returned from the form? I think you are on the right path but might be getting muddled along the way. For instance, by giving each radio button a different name you are negating the use of radio buttons because it becomes

Re: Referencing a dynamically named form field

2002-09-20 Thread David Hannum
Use Evaluate to parse out all of the names and values: This will display them - you can figure the rest. CFLOOP LIST=#FORM.FieldNames# Index=i CFSET Val = Evaluate(i) CFOUTPUT #i# = #val#BR/CFOUTPUT /CFLOOP Dave - Original Message - From: Adams, Stephen [EMAIL PROTECTED] To: CF-Talk

RE: Referencing a dynamically named form field

2002-09-20 Thread Thomas Chiverton
Any one got any ideas? Loop over the forms structure, and look at the keys. Tom Chiverton You don't have to be a mad scientist to believe in ColdFusion __ Signup for the Fusion Authority news alert and keep up with the

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-20 Thread Matt Liotta
I'm on vacation, so I don't have the time nor do I feel like finding documentation to prove my point. I suggest you do some more reading because you are just completely wrong on this point. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-20 Thread Matt Liotta
To Matt's comment.. I dont think Java's Bytecode is the same as C# MSIL.. or it works the way... IF it did.. we would see same performance and its NOT. I am a member of the Mono project which is building .NET for the Linux platform. I would suggest believing my actual experience and

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-20 Thread Matt Liotta
Then, I guess there is no point in paying attention to best practices or any other discipline that leads to writing efficient code. Best practices and writing efficient code has nothing to do with code optimization. Taking that line of thought further, we should not worry about sloppy

RE: Referencing a dynamically named form field

2002-09-20 Thread Tony Weeg
and that variable is called fieldnames sorry ;) ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002

RE: online resources

2002-09-20 Thread Kevin Graeme
The ColdFusion books by Ben Forta are also highly recommended. Thanks Ben! Kevin Graeme -Original Message- From: Brian Rozenblum [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 8:52 AM To: CF-Talk Subject: online resources im wondering where the best online

RE: Referencing a dynamically named form field

2002-09-20 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** The data returned from the form is used to update a table in the database. My

RE: online resources

2002-09-20 Thread Christine Lawson
I find the Mastering ColdFusion books by Ray Camden, Arman Danesh and Kristin Motlagh to be wonderful! Just used mine this morning :-) Christine Lawson Macromedia -Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:36 AM To: CF-Talk

RE: online resources

2002-09-20 Thread Mike Brunt
Kevin, I would suggest looking at some CF example applications, depending on how CF was installed on your systems there could be sample applications already there. If you can, log into ColdFusion Administrator and on the first screen under documentation see if there is an Example Applications

CF Studio 5 RDS/FTP records

2002-09-20 Thread David Hannum
I'm setting up a new workstation, and I'm installing StudioMX along with CF Studio 5. I'd like to copy all of my old CF Studio 5 settings, including RDS and FTP to the new setup. Where does CF Studio 5 store this? I've alreay copied over all of the User Data files, but that did not give me my

RE: CFMAIL replacements?

2002-09-20 Thread Chad
http://www.eggheadcafe.com/articles/20010301.asp Has anyone played with something like this? In a nutshell it allows you to send email with your SQL server. It looks pretty slick. I wonder if it will be better then CFMail -Original Message- From: Neil H. [mailto:[EMAIL

Re: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-20 Thread Joe Eugene
I'm on vacation, so I don't have the time nor do I feel like finding documentation to prove my point. I havent found any docs that prove your point... NOR am i going to waste my time to research and prove your point. Joe - Original Message - From: Matt Liotta [EMAIL PROTECTED] To:

RE: Run a check before an insert

2002-09-20 Thread Janine Jakim
Sorry for the delay- been running some traingings. Here's the real scoop (more complicated then my example) Teachers can schedule students from the grade and subject that the admin has set up. If the grade or subject has not been chosen by the admin than they can't schedule that student(s) This

Re: Referencing a dynamically named form field

2002-09-20 Thread mynews
This is contrary to Ray Camden's crusade to stop the use of evaluate(), try: cfset j=1 CFLOOP LIST=#FORM.FieldNames# Index=i CFOUTPUT #i# = #FORM.FieldNames[j]#BR/CFOUTPUT cfset j=j+1 /CFLOOP = = = Original message = = = Use Evaluate to parse out all of the names and values: This will

Re: OT: Can form fields look differently?

2002-09-20 Thread S . Isaac Dealey
white with the normal border What does this mean? You can use CSS to change some things. On Fri, 20 Sep 2002, Rick Faircloth wrote: A little OT, but a quick one... Can form fields be made to look differently or are we stuck with the typical looking fields... white with the normal border?

RE: online resources

2002-09-20 Thread Kevin Graeme
I think you actually meant to suggest this to Brian, but it's a good suggestion. Kevin Graeme -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:06 AM To: CF-Talk Subject: RE: online resources Kevin, I would suggest looking at some

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-20 Thread Thomas Chiverton
I'm on vacation, so I don't have the time nor do I feel like finding documentation to prove my point. I havent found any docs that prove your point... NOR am i going to waste my time to research and prove your point. First google hit for Java's Bytecode is the same as C# MSIL: C#, as

Re: OT Generating a data/Enterprise Manager

2002-09-20 Thread Paul Giesenhagen
No, I can export the 'data' but not the actual SQL inserts and data combined .. at least I can't find how to do it I want to include some of this information into an install script that has a number of default values (too many to type in if it can be avoided). Thank You Paul Giesenhagen

RE: CF Studio 5 RDS/FTP records

2002-09-20 Thread Debbie Dickerson
The RDS/FTP connections are saved in the registry under the HKEY_CURRENT_USER\Software\Macromedia\RemoteServers. You would need to be logged in as the user that created the connections in order to see them there. You can then export the key and import it on the new workstation. Deb

Re: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-20 Thread Joe Eugene
If you saying Java's Bytecode is the SAME as C#'s MSIL code, C# MSIL code is Platform Independent? Joe - Original Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 20, 2002 10:30 AM Subject: RE: Jsp Vs Cfm (CFMX) -- Test Code To

RE: OT: Can form fields look differently?

2002-09-20 Thread Thomas Chiverton
Netscape 4.x doesn't support most style elements on Remind me again why we should support NS4.x ? __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

RE: OT: Can form fields look differently?

2002-09-20 Thread Angel Stewart
Because some people either don't know how to update their browsers or choose not to ;-) -Gel -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Remind me again why we should support NS4.x ? __

RE: OT Generating a data/Enterprise Manager

2002-09-20 Thread Matthew Fusfield
Paul, Take a look at this sp - we've used it numerous times to do exactly what you've described: http://www.swynk.com/downloads/sp_generate_insert_script.sql Matt -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 11:18 AM To: CF-Talk

RE: OT: Can form fields look differently?

2002-09-20 Thread Tony Weeg
oft I wonder the same. why support anything but ie 5+ if they don't have that, they really arent on the web anyway, are they? ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message-

Re: OT Generating a data/Enterprise Manager

2002-09-20 Thread S . Isaac Dealey
Hey Paul, I'm looking at possibly doing this myself soon... Couple of things I'm considering: 1) Draw a query in CF and use that query to generate a series of .cfm files containing the necessary queries to insert data into the table. The good news is that you shouldn't run into security /

RE: Auto Submit Select Boxes

2002-09-20 Thread Robert Polickoski
Rick. I am pretty sure it is the onchange event that will alow you to take an action when someone selects an option. Then you need to programmaticall do a form.submit(). -- Original Message -- From: Adrian Lynch [EMAIL PROTECTED] Reply-To: [EMAIL

RE: OT: Can form fields look differently?

2002-09-20 Thread Thomas Chiverton
Because some people either don't know how to update their browsers or choose not to ;-) Remind me again why we should support NS4.x ? Why would you choose to be on NS4.x ? Tom Chiverton You don't have to be a mad scientist to believe in ColdFusion

RE: OT: Can form fields look differently?

2002-09-20 Thread Thomas Chiverton
why support anything but ie 5+ Well, support Mozilla / Gecko. It's very easy, because IE5.5/6 and Moz. are both very close to standards complience, and very often are able to use the same javascript. Which is nice. Tom Chiverton You don't have to be a mad scientist to believe in ColdFusion

RE: Firewall Software

2002-09-20 Thread Thomas Chiverton
but there was a more generic one too that I can't find a reference for. http://tooleaky.zensoft.com/ __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics.

RE: OT: Can form fields look differently?

2002-09-20 Thread Bruce Sorge
The chart below shows the percentages of browsers out there. IE6 43% 46% 39% IE5 48% 37% 37% IE4 2.3% 1.2% .8% IE3 .05% 0 .8% IE2 .05% 0 .05% Gecko (NN6+, Mozilla, ...) 1.5% 3.4% 11% NN4 2.8% 5.9% 3.3% NN3 .05% .15% .05% Opera .95% 1.1% .75% (other) 0 1.7% .35% (unidentified) 1.3% 2.8%

RE: OT: Can form fields look differently?

2002-09-20 Thread Angel Stewart
Because they don't know any better, or you could be in an organisation that has standardised in the past on Netscape 4.x . Depending on the site, you just have to cater to the lowest common denominator. You can't disregard the non-techie dude or dudette that just uses whatever was installed on

CF Underground IV 10/27/02 seats going fast!

2002-09-20 Thread Michael Smith
Don't miss out on the pre-DevCon event of the year - CF Underground IV. Seats are going fast so register now to guarantee your place. On Sunday 10/27/02 10am-1:30pm at the DevCon hotel you can learn a bunch of cool CF programming tricks to save you time and headaches and network with CF top

RE: OT: Can form fields look differently?

2002-09-20 Thread Tony Weeg
twas simply a rhetorical statement caused by years of tireless work urging clients to make the move to the ie of the browser world. hey, I was the most devout, diehard NS fan, way back from 99 to ns3, but when ie4 came out, it was time to switch, then ie5 and on upnothing compares, yeah

RE: OT: Can form fields look differently?

2002-09-20 Thread Kevin Graeme
I'd love to dump NS 4.x support, but according to our logs NS accounts for 12% of our visitors and 4.x is over 60% of that. Heck, I see hits from NS 3. Kevin Graeme -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:30 AM To:

OT? HTML4.0 Reference

2002-09-20 Thread Robert Polickoski
All, For those who need a good HTML reference, this site http://www.htmlhelp.com/distribution/ Has downloadable .hlp files that are great references. -- Respectfully, Robert J. Polickoski, CNA Lead Programmer (540) 842-6339 [EMAIL PROTECTED] AIM: RobertJFP Windows Messenger: RPolickoski --

RE: OT: Can form fields look differently?

2002-09-20 Thread Thomas Chiverton
math, and stood to lose 0ver $26,000.00 based on these percentages. To them this is a big deal, so I had to make sure that the site supported NN4+ and IE4+ browsers. Yeah OK, there are cases for it. But in general ? I think it's best to let it die. But then I approve of

Re: OT: Can form fields look differently?

2002-09-20 Thread jon hall
Not even Microsoft takes that view with their own site... If you are interested in AOL users on the Mac, you should at least support Mozilla. Opera as of v6 is now a very good browser, and easily supportable, 7 is going to finally bring DOM2 to Opera as well. IE is no longer available for the

RE: OT: Can form fields look differently?

2002-09-20 Thread Mark Stephenson - Evolution Internet
If designers decided to not give support for certain browsers, would people upgrade to get the content/info??? Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E: [EMAIL PROTECTED] This email, together with any attachments,

Re: Finding next 2 items in query

2002-09-20 Thread W Luke
-- ID* - Active - Approved -- 12 - No - Yes 23 - No - No 24 - No - Yes 29 - Yes - Yes 32 - Yes - Yes 33 - No - Yes 40 - No - No I think you'll have to fill us in on why 33, and 12 meet the criteria Because

  1   2   3   >