PLUM IDE

2004-04-10 Thread Elyse Nielsen
Hi, A while ago, this thread about beta testing was going on. http://www.houseoffusion.com/cf_lists/index.cfm/method=message&messageid=151858&forumid=4 How did the Beta for Plum go? Anticlue [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFTransaction and Access weird behavior

2004-04-10 Thread Roberto Perez
Hi all, I'm using ColdFusion MX and Access 2000. I have a strange error that ocurrs with CF talking to the Access database using CFTRANSACTION. What I'm doing is insert a record to the Access table and then get the autonumber value in the Respondent field. I insert with INSERT (duh) and I get t

Re: CFTransaction and Access weird behavior

2004-04-10 Thread Jochem van Dieten
Roberto Perez said: > > I'm using ColdFusion MX and Access 2000. I have a strange error that > ocurrs  with CF talking to the Access database using CFTRANSACTION. > What I'm doing  is insert a record to the Access table and then get > the autonumber value in  the Respondent field. I insert with INS

Re: CFTransaction and Access weird behavior

2004-04-10 Thread Roberto Perez
At 05:10 PM 4/10/04, Jochem van Dieten wrote: >DreamWeaver errors mean very little. Debug in a normal browser and >look at the CF errors. Thanks for a prompt response. I forgot to mention that the errors ocur in DreamWeaver, I never get an error when I open the page and submit a form. >  VA

Re: CFTransaction and Access weird behavior

2004-04-10 Thread Jochem van Dieten
Roberto Perez said: > At 05:10 PM 4/10/04, Jochem van Dieten wrote: >> >>  VALUES ( >>  >>value="#FORM.Consent#" null="#YesNoFormat(not >>Len(FORM.Consent))#">, >>  >>value="#FORM.AccessCode#" null="#YesNoFormat(not >>Len(FORM.AccessCode))#">, >>  > > > I'm not familiar

RE: PLUM IDE

2004-04-10 Thread Philip Arnold
> From: Elyse Nielsen > > A while ago, this thread about beta testing was going on. > > http://www.houseoffusion.com/cf_lists/index.cfm/method=message > &messageid=151858&forumid=4 > > How did the Beta for Plum go? Best if you speak directly to Adam and David Churvis I can't remember if they'r

Coldfusion 6.1 + JRun4 + Flex Directory Structure?

2004-04-10 Thread Abraham Vionas
Ugh. My installation was working fine but after restarting my computer it no longer does. The error I see in the coldfusion logs is something to the effect that .Coldfusion tried to override Flex because they're both sharing the same context path. Based on this I think I must've somehow managed to

Re: evaluating name of form

2004-04-10 Thread Andrew Grosset
Thanks for answering my question.    The following is related but more of a _javascript_ problem than cold fusion: I want to pass a variable in the form of a url but have it processed as a form.variable in the action page rather than pass it through the url. The following will process the url but I

Re: evaluating name of form

2004-04-10 Thread Cutter (CF-Talk)
I would suggest encoding/decoding all your url variables though. Nice UDF at udflib.org to handle this. Cutter Andrew Grosset wrote: > Thanks for answering my question. >    The following is related but more of a _javascript_ problem than cold > fusion: I want to pass a variable in the form o

Re: evaluating name of form

2004-04-10 Thread Andrew Grosset
I'm trying to use _javascript_ to process url parameters into form paramaters before they're sent to the action page.the above _javascript_ will take a url and post it through a form but I can't find a way send the parameter associated with the url as wellIf only _javascript_ were as easy a

RE: ...just took 60+ seconds to load "Hello World" in Flex!

2004-04-10 Thread Samuel R. Neff
Christian answered the underlying question better than I was able to... preloader is easily customized via application tag attributes.  However, as to reading AS... Flex includes a bytecode decompiler.  I just realized it's not documented and not set up but here's instructions. Add the followin

Building a Database Database

2004-04-10 Thread Claremont, Timothy
Using CFMX... My current CF project includes ODBC Connections to FoxPro, SQLServer, and Access databases. These databases are designed and maintained by outside vendors. I merely query them to present information in a friendly format. What I want to do is programmatically go through the li

Re: evaluating name of form

2004-04-10 Thread Andrew Grosset
Found the answer: I was getting an error caused by document.myTest.km.value = myvariable; which is inside the function "Submit Form".   By using within the form, "document.myTest.km" is initialised and the value of km is successfully posted. [Todays Thr

Configuration and Settings Migration Wizard ( WAS Re: help, cfmx 6.1 just hangs! )

2004-04-10 Thread Josh
OK, I have narrowed this down further.  I have installed and reinstalled CF a few times.  I can get .cfm files running, but I cannot get past the initial admin screen after install. For those of you familiar with the install process the first screen is the "Configuration and Settings Migration

RE: ColdFusion Coding Contest

2004-04-10 Thread Paul Kenney
This sounds like something I saw blogged a couple of years ago called "Hedonists Delima".  You can read about the concept in the archives (I've had a link to it on my desktop this whole time) here: http://blog.daemon.com.au/archives/02.html#02 Paul Kenney [EMAIL PROTECTED] 916-212-4359

Re: Building a Database Database

2004-04-10 Thread Don
I've done SQL Server (7/2000) part, was interested in FoxPro and Access reverse engineering. > Using CFMX... > > My current CF project includes ODBC Connections to FoxPro, SQLServer, > and Access databases. > > These databases are designed and maintained by outside vendors. I > merely qu

Re: ...just took 60+ seconds to load "Hello World" in Flex!

2004-04-10 Thread Christian Cantrell
On Apr 9, 2004, at 4:04 AM, Samuel R. Neff wrote: >  The overhead will be addressed as soon as Flex supports runtime shared >  libraries.  With this then the classes only have to be downloaded > once.  I >  would say that RSL are critical to the success of Flex, but it's > really >  strange they

"Invalid Context During Role Validation" error in flex-event.log --> Anyone have any ideas?

2004-04-10 Thread Abraham Vionas
I get the error... "invalid context during role validation" in the flex-event.log ..everytime I attempt to load a mxml file into my browser. The error page that gets displayed in the browser says... "HTTP Status Code: 500 Exception Type: class java.lang.NullPointerException" I've been going bac