Re: OT: The best free word editor?

2006-09-21 Thread Robertson-Ravo, Neil (RX)
+1 "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the

Re: CFinput submit Action page

2006-09-21 Thread Denny Valliant
The advantage of using named submit buttons, is that you can have multiple actions on the same form. And it's good to keep in mind if the user presses the enter key to submit the form, instead of pressing the submit button(s), browsers behave different. The explicit nature of naming stuff makes i

Re: OT: The best free word editor?

2006-09-21 Thread Matt Williams
Open Office has the whole gamut - word, excel, powerpoint, access, and more... On 9/21/06, Casey Dougall <[EMAIL PROTECTED]> wrote: > On 9/21/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > I haven't been able to reinstall any word editors since my puter crashed a > > few months back. What's th

RE: How do I use JS to let someone know a test question needs to be answered

2006-09-21 Thread Bobby Hartsfield
LOL! "Who's your daddy" To add to Charlie's response... use a type="button" not "submit" then put an onlcick that will submit() the form so without JS, they cant submit it so they can't circumvent your timer by simply turning off JS -Original Message- From: Charlie Griefer [mailto:[EMAIL

Re: OT: The best free word editor?

2006-09-21 Thread Casey Dougall
On 9/21/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I haven't been able to reinstall any word editors since my puter crashed a > few months back. What's the best free editor out there? > Writely is really cool, might want to check it out. www.writely.com If you really want the software exper

OT: The best free word editor?

2006-09-21 Thread Will Tomlinson
I haven't been able to reinstall any word editors since my puter crashed a few months back. What's the best free editor out there? I'll google for one but thought I'd get some input. Thanks, Will ~| Introducing the Fusion Aut

Re: How do I use JS to let someone know a test question needs to be answered

2006-09-21 Thread Charlie Griefer
start with this. you can mess with the intervals by replacing the static 5000 and 1 with values from the database (just remember it's miliseconds...not seconds). function doSubmit() { alert("You blew it!"); document.my

How do I use JS to let someone know a test question needs to be answered

2006-09-21 Thread Will Tomlinson
I have a friend working on a testing application for his school class. He wants to have a field for every question where the value would be a time limit - say 60 seconds. So he queries the db for the time limit for the question being presented to the user. How would we 1. Warn the user his t

Re: Oracle JDBC Drivers vs. CF Oracle Drivers

2006-09-21 Thread James Holmes
The CF Oracle drivers (in Enterprise) have better support for BLOBS/CLOBS and for stored procs. On 9/22/06, Dave Hatz <[EMAIL PROTECTED]> wrote: > We are setting up a new box with CFMX 7.0.2, running on Windows 2003 Web > Server Edition with IIS6. We have an Oracle 9i Database running on a W2K

Oracle JDBC Drivers vs. CF Oracle Drivers

2006-09-21 Thread Dave Hatz
We are setting up a new box with CFMX 7.0.2, running on Windows 2003 Web Server Edition with IIS6. We have an Oracle 9i Database running on a W2K server. I am curious to the pros/cons of using Oracle Drivers that come with CFMX7 or use the Oracle JDBC drivers from Oracle? I am looking for pe

Re: latest server version

2006-09-21 Thread Bryan Stevenson
Thanks Dennyand I don't know ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: "Denny Valli

Re: Fusion Reactor interfering with web services?

2006-09-21 Thread Ryan Duckworth
We had a problem with CFC web services that was intermittent and we solved that by placing the CFC's in their own web service directory and placing an Application.cfm file in that directory. Basically the CFC web services when ran will look for an Application.cfm file and go up the directory struc

RE: cfinput text backcolour

2006-09-21 Thread Bobby Hartsfield
Oh actually I'm not sure you can set the background color of a select box as a whole. Individual options, however, I KNOW you can. The best place to start would of course be the final generated source code. Make sure your function is there; make sure your fields are named what you think they are.

RE: CFinput submit Action page

2006-09-21 Thread Bobby Hartsfield
How you include the action is of course up to you. CFC, Custom Tag, straight code, sending it to billy bob's remote service... etc, etc... The point of using isdefined over http.request method is rather moot since it's only necessary to use something else when you have more than one form on the pa

Re: SOT: Stopping .jsp from being sent to CF??

2006-09-21 Thread Eric Haskins
Turns out you have to edit web.xml and default-web.xml files and comment out some mappings. It appears the jrun_wildcard.dll gets run before the IIS Handler gets a crack at it. Oh well its fixed now Thx Teddy ~Eric On 9/21/06, Teddy Payne <[EMAIL PROTECTED]> wrote: > > You could remove the .

Re: Wierd SQL Server issue

2006-09-21 Thread Matt Williams
On 9/21/06, Jim Wright <[EMAIL PROTECTED]> wrote: > Matt Williams wrote: > > Anyone dealt with this? > > Some SQL Databases are not accessible from CF. The DSN verifies > > correctly, but I can't hit any of the tables. In addition, the > > Dreamweaver RDS doesn't list the tables, but does list some

Re: CFinput submit Action page

2006-09-21 Thread Jon Clausen
Bobby, This is kind of expanding the scope of the initial question, but using http.request_method can cause other problems down the road - especially when pages have multiple forms, or multiple submits (i.e. - an Update and Delete submits). Better always to use the isDefined('FORM.submitName

Re: cfinput text backcolour

2006-09-21 Thread Richard White
>I never use CFForms. I much prefer to write my own JS. > >Does it throw a JS error at all? Are you possibly calling it before the >select even exists? > hi bobby, thanks for the reply. it doesnt throw any error at all. I have a few cfselect boxes on the cfform, and a few cfinput type text boxes o

RE: Javascript vs. cfscript

2006-09-21 Thread Bobby Hartsfield
You cant actually use the CF VARIABLE in Javascript but you can use its value (if that makes sense) alert("#student.name#"); -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.6/453 - Release Date: 9/20/2006 ~~

RE: flash forms and unix

2006-09-21 Thread Shelley Browning
Thanks, yes that one has caused me some grief before as well. Unfortunately, that's not the issue this time. The data is being returned with flash remoting and populated in the cftree. However, if the data set is small and the form isn't completely rendered when the data is returned the data is

RE: cfinput text backcolour

2006-09-21 Thread Bobby Hartsfield
I never use CFForms. I much prefer to write my own JS. Does it throw a JS error at all? Are you possibly calling it before the select even exists? -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 12:08 PM To: CF-Talk Subject: Re: cfinput

RE: CFinput submit Action page

2006-09-21 Thread Bobby Hartsfield
Most people (I would think) just include the action page when the form was submitted. You could check for a specific form field or button. I just check to see if the request_method is "POST". -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / V

Re: Bizarre Flash/AS error

2006-09-21 Thread John C. Bland II
If that is the only function then the error isn't referring to that function UNLESS you chose to put 23 carriage returns before the function. To clarify,j the error says it is on Line 23. Look in your FLA vs the AS file. That function has no code issues. On 9/21/06, Josh Nathanson <[EMAIL PROTECT

AjaxCFC Method List?

2006-09-21 Thread loathe
Is there a list of the available JS methods and the ajax.cfc methods somewhere? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your d

Re: Javascript vs. cfscript

2006-09-21 Thread Richard White
>you're still overlooking the client/server issue. > >when you create your structure, you're doing it on the server. that >has nothing to do with the client until you make it have somethign to >do with the client. > >e.g. > > > > > > var studentName = "#students.name#"; >

Re: Javascript vs. cfscript

2006-09-21 Thread Charlie Griefer
you're still overlooking the client/server issue. when you create your structure, you're doing it on the server. that has nothing to do with the client until you make it have somethign to do with the client. e.g. var studentName = "#students.name#"; alert(stud

Re: Javascript vs. cfscript

2006-09-21 Thread Richard White
> stop thinking in terms of javascript vs cfscript and start thinking > in > terms of client versus server. > > any ColdFusion (be it CFML or cfscript) is going to execute on the > server. by the time the browser renders the page, any and all CF > processing is long since done. > > you can "int

Re: CFinput submit Action page

2006-09-21 Thread Charlie Griefer
that wasn't meant to be cfscript as much as pseudocode. sorry to have offended you. On 9/21/06, Casey Dougall <[EMAIL PROTECTED]> wrote: > If your going to use cfscript when you reply put around it. > Looks ugly enough as it is. > > > >On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote: > > >if

Re: Javascript vs. cfscript

2006-09-21 Thread Richard White
hi, thanks for your reply. I dont really understand how this works, i tried to use the code you supplied but it didnt do as expected. can i not create a variable in a cfset tag and then use it in the javascript. if i cant do this how can i get around it? i tried playing around with the code tha

Re: Javascript vs. cfscript

2006-09-21 Thread Charlie Griefer
stop thinking in terms of javascript vs cfscript and start thinking in terms of client versus server. any ColdFusion (be it CFML or cfscript) is going to execute on the server. by the time the browser renders the page, any and all CF processing is long since done. you can "integrate" CF and JS j

Re: Bizarre Flash/AS error

2006-09-21 Thread Josh Nathanson
There are no other brackets, functions or anything in the script. Just that one function. When the error started happening I moved everything else out of the file to isolate the function. I'm about to uninstall and go re-download the application again... -- Josh - Original Message -

RE: Javascript vs. cfscript

2006-09-21 Thread Matt Quackenbush
As a followup, you can reference CF variables inside of javascript while the page is being built. For example... var foo = "#foo#"; if (foo == "bar2") { // do stuff } Hope that helps. -Original Message- From: Matt Quackenbush [mailto:[EMAIL PROTECTE

RE: Bizarre Flash/AS error

2006-09-21 Thread Kevin Aebig
My guess is that you're missing a { or } somewhere else in your script and it's confusing the compiler. Check to make sure that you have both opening and closing brackets everywhere else including if, switch, loops, etc. !k -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED]

Re: Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread Aaron Rouse
We have some guys here that do something similar but I think with MS's virtual machine. Only drawback is the need for better system resources than most of us over here have. On 9/21/06, Terry Schmitt <[EMAIL PROTECTED]> wrote: > > I've recently become a fan of using VMware for this. > My workstat

RE: Fusion Reactor interfering with web services?

2006-09-21 Thread Cedric Mollet
Thanks Ryan. The webservices are cfc's. I've got them working on dev environment, cfmx 6.1 updater. The only difference right now between dev and prod environments is a couple of extra hotfixes in production that I haven't yet put in place in dev. They were in dev, but I've since done a complet

Re: SOT: Stopping .jsp from being sent to CF??

2006-09-21 Thread Teddy Payne
You could remove the .jsp handler inside of IIS. You open the properties of the web site and then click the "Home Directory" tab and then "Configuration." It should show you all of the extensions being handled. I believe IIS 5 and 6 have teh same feature. Teddy On 9/21/06, Eric Haskins <[EMAIL

RE: Javascript vs. cfscript

2006-09-21 Thread Matt Quackenbush
Javascript is client-side. Cfscript is server-side. They do NOT communicate with each other. The only way to get javascript to talk to CF is to use AJAX. -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 1:36 PM To: CF-Talk Subject: R

Re: Javascript vs. cfscript

2006-09-21 Thread Richard White
i am wondering if you can intergrate the 2. Basically i have a structure in coldfusion which holds all the information ready to be saved, however i want to reference this in javascript. I need to reference it in a javascript function which says that if the structure value is equal to x then doc

Re: Bizarre Flash/AS error

2006-09-21 Thread Josh Nathanson
Hi Kevin, Thanksyes it is external...however, it seems to reload the AS file each time I publish -- if I make a change to the AS file I see it reflected in the error message. I'm hip to the datatypes, I tried that too but it didn't make a difference. Also tried putting the '{' on the secon

SOT: Stopping .jsp from being sent to CF??

2006-09-21 Thread Eric Haskins
Hey Everyone, I am trying to get IIS to NOT send .jsp requests to CFMX. We are getting dinged on our PCI Compliance scans because they hit our servers with a bunch of crap .jsp,.cgi,cfm to see what the server gives up. Well if you are running standalone it will throw a "500 License Exception

Re: CFinput submit Action page

2006-09-21 Thread Richard White
>Richard, > >Here's an example of a form using the same page to post data using >only Coldfusion to give the user feedback that the form has been >submitted: > > > > > > > > > > > > >Your form has been processed successfully. > > > > > > > > >-Jon > >On Sep 21, 2006, at 2:09 PM, Richard White w

Re: CFinput submit Action page

2006-09-21 Thread Casey Dougall
If your going to use cfscript when you reply put around it. Looks ugly enough as it is. > >On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote: > >if structKeyExists(form.fieldnames) > >do action stuff > >end if ~| Introduci

Re: Fusion Reactor interfering with web services?

2006-09-21 Thread Ryan Duckworth
Are these web services created by CFC's or not? Are you getting a compiler error like this? coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler Can you post the stack trace of the error message that you get? Also, in your WS directories under "\CFusionMX7\stubs" are there

Re: CFinput submit Action page

2006-09-21 Thread Jon Clausen
Richard, Here's an example of a form using the same page to post data using only Coldfusion to give the user feedback that the form has been submitted: Your form has been processed successfully. -Jon On Sep 21, 2006, at 2:09 PM, Richard White wrote: >> On 9/21/06, Richard

Re: CFinput submit Action page

2006-09-21 Thread Richard White
>On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote: > >if structKeyExists(form.fieldnames) >do action stuff >end if > >display form > >-- >Charlie Griefer > > >"...All the world shall be your enemy, Prince with a Thousand Enemies, >and whenever

Re: CFinput submit Action page

2006-09-21 Thread Charlie Griefer
On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote: > >On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote: > > > >Well, from a usability perspective, you'd probably not want the page > >to remain totally unchanged. you'd probably like to give your user > >some indication that the database insert

Re: CFinput submit Action page

2006-09-21 Thread Richard White
>On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote: > >Well, from a usability perspective, you'd probably not want the page >to remain totally unchanged. you'd probably like to give your user >some indication that the database insert/update/delete occurred >successfully. > >But yes, you can easi

RE: Bizarre Flash/AS error

2006-09-21 Thread Kevin Aebig
The flash compiler takes the scripts in the movie and creates a cache of them called ASO files. Is this script in an external file? If it's not try defining it differently and don't forget that Flash has gone a lot more strict, so set your datatypes: doSomething = function ():Void { var z

Re: Timeout requests after XX seconds . . .

2006-09-21 Thread Earl, George
Steven Erat said: >This has been a common topic over the years. and much more ... Thanks for the informative response. George ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date Cold

Re: SQL Server Upgrade and Coldfusion

2006-09-21 Thread Rick Root
JediHomer wrote: > As far as can remember, if you use the short hand for outer joins... e.g. > > select * > from member, payment > where member.id *= payment.member_id > > Aren't supported by default, you have to change something on the server... > > I believe this is blogged on Ben Forta's Blog

Re: CFinput submit Action page

2006-09-21 Thread Richard White
i was going to have an alert pop up saying that the data had been changed but your right mike, they might try to click it again once it is processing the changes - thanks ~| Introducing the Fusion Authority Quarterly Update. 80

Re: CFinput submit Action page

2006-09-21 Thread Teddy Payne
AJAX, Flex and a Flash Form with Flash Remoting can achieve that sort of interaction. Teddy On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote: > > > if you're storing data in the database, you still need to go back to > > the server. so you need an action page (unless you go some AJAX > > rout

Re: CFinput submit Action page

2006-09-21 Thread Charlie Griefer
On 9/21/06, Richard White <[EMAIL PROTECTED]> wrote: > > if you're storing data in the database, you still need to go back to > > the server. so you need an action page (unless you go some AJAX > > route, i suppose). Whether or not the action page displays anything > > is another matter...but you

Re: CFinput submit Action page

2006-09-21 Thread Mike Kear
IT's best to give the user some kind of response, so they knwo their submit has been accepted. Otherwise you get multiple submits, with users thinking your form doesnt work. So to that extent, a page refresh is a good thing. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced Cold

Re: CFinput submit Action page

2006-09-21 Thread Richard White
>The action page doesnt have to be another page. If can be the same >page, with the form submitting to itself. > >Thats my normal method of operation - i have form at the bottom, adn >the action code at the top, sometimes with a redirect to another page >after the action has been processed. > >But

Re: CFinput submit Action page

2006-09-21 Thread Mike Kear
The action page doesnt have to be another page. If can be the same page, with the form submitting to itself. Thats my normal method of operation - i have form at the bottom, adn the action code at the top, sometimes with a redirect to another page after the action has been processed. But as Charl

Re: CFinput submit Action page

2006-09-21 Thread Richard White
> if you're storing data in the database, you still need to go back to > the server. so you need an action page (unless you go some AJAX > route, i suppose). Whether or not the action page displays anything > is another matter...but you'd still need an action page. > thanks for your reply. if

Re: CFinput submit Action page

2006-09-21 Thread Charlie Griefer
if you're storing data in the database, you still need to go back to the server. so you need an action page (unless you go some AJAX route, i suppose). Whether or not the action page displays anything is another matter...but you'd still need an action page. On 9/21/06, Richard White <[EMAIL PROT

CFinput submit Action page

2006-09-21 Thread Richard White
Hi, just a quick question about good practise. I was wondering whether it was always good practise for every form to have an action page, even if it is simply to store data in a database, even if you can do an onclick event on the cfinclude button type. This is the way that the coldfusion deve

RE: SQL Server 2005

2006-09-21 Thread Steve LaBadie
Thanks very much for the insight Jim. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 11:5

Re: Wierd SQL Server issue

2006-09-21 Thread Jim Wright
Matt Williams wrote: > Anyone dealt with this? > Some SQL Databases are not accessible from CF. The DSN verifies > correctly, but I can't hit any of the tables. In addition, the > Dreamweaver RDS doesn't list the tables, but does list some weird > tables such as dbo.spt_monitor and dbo.spt_values.

Wierd SQL Server issue

2006-09-21 Thread Matt Williams
Anyone dealt with this? Some SQL Databases are not accessible from CF. The DSN verifies correctly, but I can't hit any of the tables. In addition, the Dreamweaver RDS doesn't list the tables, but does list some weird tables such as dbo.spt_monitor and dbo.spt_values. This is SQL Server 2000. --

Re: Javascript vs. cfscript

2006-09-21 Thread Claude Schneegans
>>just wondering if there was much of a difference between cfscript and javascript. In other words, cfscript is to CFML what javascript is to HTML. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send

Bizarre Flash/AS error

2006-09-21 Thread Josh Nathanson
Hey all, Just getting into Flash again after a few years...got the free trial of Flash 8...trying to do some action scripting. When I try to define a function, like so: function doSomething() { var z = 0; } Then I preview, I get the error: Line 23: '{' expected function doSomething() { Howe

RE: cfinput text backcolour

2006-09-21 Thread Sandra Clark
I'm not sure how the cfselect works in terms of what the background is being set on. But in CSS, background-color can be set on either the option or the select (the select will style the topmost box and option will style the drop down.) Perhaps you can try using a stylesheet rather than placing th

Re: cfinput text backcolour

2006-09-21 Thread Richard White
>>document.getElementById('formElementId').style.backgroundColor = "#c0"; is there any reason why the above wont work on cfselect drop down boxes although i can set the style="background:##xx;" when i declare it fine? ~|

RE: SQL Server 2005

2006-09-21 Thread Robertson-Ravo, Neil (RX)
Express Edition is a different tool. You don't need it if you have the full standard version -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: 21 September 2006 16:54 To: CF-Talk Subject: RE: SQL Server 2005 I did install Management Studio, so I assume I do not need

RE: SQL Server 2005

2006-09-21 Thread Steve LaBadie
I did install Management Studio, so I assume I do not need the Express Edition? Can you recommend any particular books on how to use the Management Studio? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.

Re: SQL Server 2005

2006-09-21 Thread Jim Wright
Steve LaBadie wrote: > I have upgraded my web server from Access to SQL Server. Is there a GUI > interface for creating tables and database similar to Access? > In addition to Management Studio, you can use Access to manage a SQL database fairly effectively...create a new Access Project and poi

RE: SQL Server 2005

2006-09-21 Thread Robertson-Ravo, Neil (RX)
If you have standard you will have SQL Server Management Studio if you chose to install it! -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: 21 September 2006 16:39 To: CF-Talk Subject: RE: SQL Server 2005 Installed standard edition 32-bit What is SQL Server 2005

RE: flash forms and unix

2006-09-21 Thread Kevin Aebig
Check the paths you're using inside of the Flash form. Unix is case sensitive and that's come back to haunt me when switching between the two... !k -Original Message- From: Shelley Browning [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 11:11 AM To: CF-Talk Subject: flash

RE: SQL Server 2005

2006-09-21 Thread Steve LaBadie
Installed standard edition 32-bit What is SQL Server 2005 Express Edition compared to the Management Studio? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Robert

RE: SQL Server 2005

2006-09-21 Thread Adrian Lynch
http://msdn.microsoft.com/vstudio/express/sql/ -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: 21 September 2006 16:27 To: CF-Talk Subject: SQL Server 2005 I have upgraded my web server from Access to SQL Server. Is there a GUI interface for creating tables and da

RE: SQL Server 2005

2006-09-21 Thread Robertson-Ravo, Neil (RX)
SQL Server Management Studio (used to be Enterprise Manager in 2000). Which version of SQL 2005 did you install? I seem to remember that MSDE does not come with an IDE. -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: 21 September 2006 16:27 To: CF-Talk Subject

SQL Server 2005

2006-09-21 Thread Steve LaBadie
I have upgraded my web server from Access to SQL Server. Is there a GUI interface for creating tables and database similar to Access? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] ht

Re: Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread Terry Schmitt
I've recently become a fan of using VMware for this. My workstation is WinXP and I will run a couple of instances of Win2000Server in that. It keeps your PC nice and clean and you don't have SQL server, mySQL, CF and whatever else to have to install and configure on your PC. Not to mention the p

Re: cfinput text backcolour

2006-09-21 Thread Richard White
>From: "Richard White" <[EMAIL PROTECTED]> > >Put an ID on the form field and use: > >document.getElementById('formElementId').style.backgroundColor = "#c0"; thanks for your help :) ~| Introducing the Fusion Authority Quarter

RE: Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread Dan G. Switzer, II
Trey, >Did you run into any problems running the 7.0.2 updater? My understanding >is this is when the jvm gets rev'd? No. In the way that I installed CFMX, they are completely separate installed. CFMX 6 is in one folder, CFMX 7 is in another. This means their JVMs remain completely separate and

Re: Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread Trey Rouse
Dan, Did you run into any problems running the 7.0.2 updater? My understanding is this is when the jvm gets rev'd? Trey On 9/21/06, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: > > Tony, > > >Up until now, I've been lucky enough to work in mostly heterogeneous > >environments and not had reaso

RE: Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread Dan G. Switzer, II
Tony, >Up until now, I've been lucky enough to work in mostly heterogeneous >environments and not had reason to have more than one version of the server >platform deployed on my workstation. However, now I'm in a position that >will require development on both platforms. I'm running that on my l

RE: Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread COLLIE David
> Subject: Can 6.1 and 7.0.2 co-exist? J2EE install and multiple instances. http://www.adobe.com/devnet/coldfusion/articles/multi_instances.html ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, u

Can 6.1 and 7.0.2 co-exist?

2006-09-21 Thread Trey Rouse
Up until now, I've been lucky enough to work in mostly heterogeneous environments and not had reason to have more than one version of the server platform deployed on my workstation. However, now I'm in a position that will require development on both platforms. I googled, searched archives, and r

Re: NFL Player Stats Service

2006-09-21 Thread Joe FitzGerald
> On Wednesday 20 September 2006 18:47, Ray Champagne wrote: > > $1000 p/mo), or scrape screens (I would think this would be > virtually > > impossible with player stats) illegally and risk getting caught, no. > > > Impossible is a strong word. > Why would it be illegal ? Screen-scraping is gen

RE: cfinput text backcolour

2006-09-21 Thread Bobby Hartsfield
To add to the list of background colors? The first solution WAS a valid method... but only in JS... not inline styles. the poster obviously just confused the two... plus I felt like it. ;-) -Original Message- From: Mike Tangorre [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006

Re: cfinput text backcolour

2006-09-21 Thread Mike Tangorre
From: "Richard White" <[EMAIL PROTECTED]> > is there any way of changing this background in javascript e.g. i am > trying to do the following but dont know exactly the syntax > > >function changeColor() >{ > firstName.style="background:##C0;" >} > Put an ID on the form fie

Re: cfinput text backcolour

2006-09-21 Thread Richard White
is there any way of changing this background in javascript e.g. i am trying to do the following but dont know exactly the syntax function changeColor() { firstName.style="background:##C0;" } the firstName is the name of the text type cfinput

Re: cfinput text backcolour

2006-09-21 Thread Mike Tangorre
From: "Bobby Hartsfield" <[EMAIL PROTECTED]> > style="background:##xx;" > had to ;-) Why? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: cf [-] search varchar

2006-09-21 Thread Paul Ihrig
Thanks Dan.. just tried AND ReferAgencyNo LIKE seems to work well CAST didnt seme to work. On 9/21/06, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: > > Paul, > > >yeh i dont get it > >ReferAgencyNo = '91402' returns 1 search result > >if i use > >ReferAgencyNo like '%91%' i get an error below

ValueList not working in CFReport

2006-09-21 Thread david plotner
I am unable to use the valueList funtion in a CF Report (.cfr). I have seen multiple postings of this problem, but no resolution. Has anyone been able to use this function without getting an error indicating that the query field in invalid? If not, has anyone found a work around? I need to conve

Re: NFL Player Stats Service

2006-09-21 Thread Tom Chiverton
On Wednesday 20 September 2006 18:47, Ray Champagne wrote: > $1000 p/mo), or scrape screens (I would think this would be virtually > impossible with player stats) illegally and risk getting caught, no. Impossible is a strong word. Why would it be illegal ? -- Tom Chiverton Helping to ambassadori

RE: cfinput text backcolour

2006-09-21 Thread Bobby Hartsfield
>> From: "Jake Churchill" <[EMAIL PROTECTED]> >> style="backgroundColor:##xx;" This goes inside your cfinput tag > style="background-color:##xx;" style="background:##xx;" had to ;-) -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Vir

Re: cfinput text backcolour

2006-09-21 Thread Richard White
thats works brilliant,thanks alot ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthori

RE: cf [-] search varchar

2006-09-21 Thread Dan G. Switzer, II
Paul, >yeh i dont get it >ReferAgencyNo = '91402' returns 1 search result >if i use >ReferAgencyNo like '%91%' i get an error below > >i have tried looking at ListFind, but thats not clicking.. How is your QoQ being generated? It sounds as if QoQ might be treating your varchar field as an integer

Re: cfinput text backcolour

2006-09-21 Thread Mike Tangorre
From: "Jake Churchill" <[EMAIL PROTECTED]> > style="backgroundColor:##xx;" This goes inside your cfinput tag style="background-color:##xx;" ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitt

Re: cfinput text backcolour

2006-09-21 Thread Jake Churchill
style="backgroundColor:##xx;" This goes inside your cfinput tag Richard White wrote: > hi, is there anyway to set the background colour of the type text in cfinput? > If not do you know how i can do this by some other means. Thanks > > ~~

cfinput text backcolour

2006-09-21 Thread Richard White
hi, is there anyway to set the background colour of the type text in cfinput? If not do you know how i can do this by some other means. Thanks ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-

Re: cf [-] search varchar

2006-09-21 Thread Paul Ihrig
yeh i dont get it ReferAgencyNo = '91402' returns 1 search result if i use ReferAgencyNo like '%91%' i get an error below i have tried looking at ListFind, but thats not clicking.. The system has attempted to use an undefined value, which usually indicates a programming error, either in your co

Re: cfslider vgalue and onchange event

2006-09-21 Thread Richard White
thanks ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive:

Re: How to get these query results

2006-09-21 Thread Jim Wright
Jochem van Dieten wrote: > Several people wrote: >> "ROM table1,table2 WHERE table1.foo = table2.foo (Is NOT ANSI compliant >> SQL)" > > There is nothing wrong with that syntax under any version of the SQL standard > from ANSI or the ISO/IEC. This syntax is not even deprecated in the standard >

Fusion Reactor interfering with web services?

2006-09-21 Thread Cedric Mollet
Hi everyone, My application has several web services that have been working just fine for the last year or so. Due to other server issues that were popping up, ( Jrun memory useage, mice in the server, etc...) I recently went through and installed all the CFMX 6.1 updater hotfixes that appeared to

  1   2   >