Calling Cold Fusion "Procedures"

2006-11-10 Thread Jason T. Slack
Hello All, I am moving from ASP to ColdFusion. Are there ColdFusion "Procedures" That I can run on a form post? like: What I am looking for is an all coldfusion method, not a page with code embedded into it Also, can I call Coldfusion procedures from onBlur() events? Thanks, -Jason

Re: Calling Cold Fusion "Procedures"

2006-11-10 Thread Jason T. Slack
a. You can do this with AJAX, but not directly, as CF is > server-side, > and the onBlur() event is client side. > > > > -Original Message- > From: Jason T. Slack [mailto:[EMAIL PROTECTED] > Sent: Friday, November 10, 2006 5:37 PM > To: CF-Talk > Subject

DSN Question

2006-11-10 Thread Jason T. Slack
I am working my way through setting us a Datasource on my ColdFusion Server. I get an error that states: * Connection verification failed for data source: MyDSN java.sql.SQLException: Communication failure during handshake. Is there a server running on 10.99.254.97:3306? T

Re: DSN Question

2006-11-10 Thread Jason T. Slack
Thanks Rick worked perfectly. I guess I should have searched the Tech Notes. >> I wish CF ran on my intel Mac! But alas I cannot start the server and >> I when I called Adobe they said they dont support it. So I am running >> everything through a Parallels Workstation VM Instance. > > Maybe CF8

Code Question

2006-11-10 Thread Jason T. Slack
Today is my first day with CF. I am trying to create a login procedure. I have MySQL setup and created a DSN. I am trying to run: SELECT LocationName FROM WHERE LocationID = '#form.user#' AND LocationPassword = '#form.password#'; ]

Re: Code Question

2006-11-10 Thread Jason T. Slack
t say MyDSN in the cfquery statement. -Jason On Nov 10, 2006, at 9:55 PM, Rick Root wrote: > Jason T. Slack wrote: >> >> > SESSIONTIMEOUT="#CreateTimeSpan(0, 0, 20, 0)#"> > > PRoblem #1: ONLY goes in a file called Application.cfm >

Re: Code Question

2006-11-11 Thread Jason T. Slack
r please return it to the sender > or call > our switchboard on +44 (0) 20 89107910. The opinions expressed > within this > communication are not necessarily those expressed by Reed > Exhibitions." > Visit our website at http://www.reedexpo.com > > -Origi

More DSN Troubles

2006-11-11 Thread Jason T. Slack
I have an application.cfc that looks like: And I can calling: SELECT LocationName FROM WHERE LocationID = AND LocationPassword

Re: More DSN Troubles

2006-11-11 Thread Jason T. Slack
on, copying or use of this communication > or the > information in it is strictly prohibited and may be unlawful. If > you have > received this communication in error please return it to the sender > or call > our switchboard on +44 (0) 20 89107910. The opinions expressed

Extensions

2006-11-11 Thread Jason T. Slack
Hello All, First let me say that I am thankful for the help you all have provided so far. It is helping me hit the ground running and getting up to speed as quickly as possible. Thanks! I have another question: Extensions. The normal extension is .cfm, but then there are .cfc files. Are the

Re: Data from MySQL

2006-11-11 Thread Jason T. Slack
Hi Doug, Thanks for the suggestions, I am enjoying the book so far. It is a great read. I am actually sitting down now to go through the 30 minute tutorial. -Jason On Nov 11, 2006, at 6:05 PM, Doug Brown wrote: > And along the lines of what Matt has said, I think you said > previously that

Re: Data from MySQL

2006-11-11 Thread Jason T. Slack
Dave, I'll go through it this evening. Maybe it will help with the initial questions that I am having. -Jason > I suggest you read the section of the documentation entitled "Getting > Started Building ColdFusion MX Applications". > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/

Mixing CF and JavaScript.

2006-11-14 Thread Jason T. Slack
I am on Day 5 with CF and Coming along nicely. I have a question on mixing CF and Javascript. Say I have the following with an onBlur event: Here is the JS for LookUpUPC() function lookUpUPC(upc) { SELECT Description, UnitPrice FROM Inventoryitems WHERE up

Re: Best CF7 Hosting company

2006-11-14 Thread Jason T. Slack
Have you checked out GoDaddy? They do MySQL and Cold Fusion Hosting for like $13.00 per month. That is what i use. -Jason On Nov 14, 2006, at 11:31 AM, Jon Clausen wrote: > Check out Enterhost as well : http://enterhost.com > > They don't offer "managed" hosting in the sense that you have to

BlueDragon Question

2006-11-15 Thread Jason T. Slack
I am evaluating Blue Dragon for OS X since I am invested in CF (new to it, but making the investment) and CF 7 does not run on Intel macs. I moved over an application that works on CF Server to Blue Dragon install on my Powerbook. I setup a DSN called webPOS using the Blue Dragon Administrato

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
Hi Rick, Yeah that put me further along in the process. Now I get: The tag CFQUERY had no corresponding ending tag Source 20: 21: 22: 23: ^ Snippet from underlying CFML source Here is the full code: SELECT LocationID, LocationName FROM Locations WHERE LocationID =

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
Hi Teddy, > 2) > > You are missing a # symbol by the word application: > > > > should be > > Makes no difference, I still get an application.dsn doesn't exist message > 3) > > For: > WHERE LocationID = cfsqltype="cf_sql_varchar"value="#form.user#"> > > Is the locationID column an integer in

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
Hi Rick, I noticed that. Here is what I have: 1: 2: 3: 4: SELECT LocationID, LocationName FROM Locations 5: WHERE LocationID = -Jason On Nov 15, 2006, at 9:54 AM, Rick Root wrote: > Jason T. Slack wrote: >> >

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
I am still getting Application.dsn not found. -Jason On Nov 15, 2006, at 10:17 AM, Rick Root wrote: > What error are you getting now? > > Rick > > Jason T. Slack wrote: >> Hi Rick, >> >> I noticed that. Here is what I have: >> >> 1: >> 2:

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
h > > -Original Message- > From: Jason T. Slack [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 15, 2006 10:38 AM > To: CF-Talk > Subject: Re: BlueDragon Question > > I am still getting Application.dsn not found. > > -Jason > > On Nov 15, 2006, at

Re: BlueDragon Question

2006-11-16 Thread Jason T. Slack
Hi, > Btw~ Coldfusion runs pretty damn good on intel macs, you just gotta > spend an additional 20 seconds on the install. I tried installing CF 7.02 and the install went well but I cannot start the server. How did you get it to install and start the server? -jason

Re: BlueDragon Question

2006-11-16 Thread Jason T. Slack
elping out with installation-related issues. > Check it > out: > > http://www.newatlanta.com/products/bluedragon/self_help/ > archive_search/index > ..cfm > > Josh > > -Original Message- > From: Jason T. Slack [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Nove

CF 7.02 on an Intel Mac?

2006-11-16 Thread Jason T. Slack
It installs fine for me, but I cannot launch the server. Anybody have this working? -Jason ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, deliver

Re: CF 7.02 on an Intel Mac?

2006-11-16 Thread Jason T. Slack
OK so I have done this, but how do I deploy applications now? I see a JRun directory in my Applications folder. I used the starters for JRun 4 and I see cfusion deployed on port 8300. How do I deploy my applications now? going to Localhost:8300 do I do it as part of enterprise manager? I h

Re: Installing BD 7 beta on MacTel

2006-11-17 Thread Jason T. Slack
Hi David, I reported the same installer troubles to NewAtlanta also. I was really hoping for 7.0 to work and solve some issues that I have. As far as the JVM issue, I was able to get it to recognize JVM 1.4.2 by creating a symlink. The instructions for this can be found at New Atlanta Support