Re: CFX problem

2007-11-13 Thread Richard White
I found out what it was... for some reason even though the people that developed it said that name is an attribute its not, instead of name i had to put 'r_qResults' hmmm, very useful ~| ColdFusion is delivering applications s

Re: CFX problem

2007-11-13 Thread Richard White
Have i installed it in the wrong directory, does it need to be in the wwwroot somewhere? thanks ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe

Re: CFX problem

2007-11-13 Thread Richard White
> sorry the above should have been... ~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052

Re: CFX problem on Solaris

2002-10-09 Thread Steini Jonsson
Thanks ... I'll try this in the morning. (I'm in Europe - Luxembourg) Let you know how it goes. Cheers Steini - Original Message - From: "Jesse Noller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 7

RE: CFX problem on Solaris

2002-10-09 Thread Jesse Noller
f his knowledge." - Ayn Rand > -Original Message- > From: Steini Jonsson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 09, 2002 12:39 PM > To: CF-Talk > Subject: Re: CFX problem on Solaris > > This is what he's been doing (he says). And his conclusio

Re: CFX problem on Solaris

2002-10-09 Thread Steini Jonsson
the environment variables, and that cfserver needs to be aware of all the environment variables. - Original Message - From: "Steve Green" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 5:33 PM Subject: RE: CFX problem

RE: CFX problem on Solaris

2002-10-09 Thread Steve Green
Well if your C++ guy is any good he should be able to put try/catch's round his code to stop the CFX knacking the server and exit gracefully on error, and also write out a trace file or something to debug. This is the approach i've taken in the past when developing CFX tags in Delphi (but not for

Re: CFX problem on Solaris

2002-10-09 Thread Steini Jonsson
Here is the error: Unable to load library /nca/lib/CFX_NCAquery.so - Original Message - From: "Jesse Noller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 5:31 PM Subject: RE: CFX problem on Sol

RE: CFX problem on Solaris

2002-10-09 Thread Jesse Noller
What's the actual error? Jesse Noller [EMAIL PROTECTED] Macromedia Server Development "No concept man forms is valid unless he integrates it without contradiction into the sum of his knowledge." - Ayn Rand > -Original Message- > From: Steini Jonsson [mailto:[EMAIL PROTECTED]] > Sent: W

RE: cfx problem

2001-08-23 Thread Dave Watts
> I'm having a problem registering a cfx, I registered the cfx, > the dll is in the appropriate directory and permissions are fine > but I keep getting an error saying that the dll can not be found. > PLEASE HELP It's possible that there's a dependency on another file within the CFX DLL.

Re: cfx problem

2001-08-23 Thread Keith Meade
Is it possible that another required DLL is missing? e.g. if the CFX is written in C++, do you need to install an MSVCRT??.dll ? Keith Meade [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fu

RE: CFX problem: Debug or Release build

2001-02-23 Thread lsellers
> The CFX tag works fine if the DLL is from the "win32 > debug" build. However if I take a 'Win32 Release" > build, I get an error if the number of rows in the > query are greater than 999. For 999 rows or less it > works fine. > > Does anyone know which build we should be using. > Release or Deb