Re: Crystal Reports

2003-11-26 Thread Paul Hastings
> I am looking at connecting to crystal reports 9.0 with Coldfusion MX 6.1,
I
> am having trouble converting some ASP code across to coldfusion and would
> like some examples or resource info on the component use in CF MX 6.1.

well i'm actually researching this now (using RAS 9.2). i've not been able
to get cf to work properly with the activeX clientside, i _think_ the
component is pulling stuff from asp sessions & so never the twain shall
meet. i haven't tried porting the asp stuff to cf yet.

i have had better much luck using the java connector, rendering the reports
only took a handful of lines & i could control a whole big chunk of the
process. can also easily move this to a CFC. the only fly in the ointment
being the loss of export/print functionality in the veiwer (even though the
java viewer reports these as both being "on"). still working thru this
(fallback would be seperate export to pdf CFC)--with mx i think the java
connector might be a better choice than the COM one.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Crystal Reports

2003-11-26 Thread Andrew Scott
Hi I am hoping someone has done this or knows where I can get good resource
information.

 
I am looking at connecting to crystal reports 9.0 with Coldfusion MX 6.1, I
am having trouble converting some ASP code across to coldfusion and would
like some examples or resource info on the component use in CF MX 6.1.

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485  -  Fax: 03 9699 7976   


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Securing user login details

2003-11-26 Thread Tom Kitta
Please be more specific, you want user to browse material that you want to be encrypted? I.e. another way of implementing https?

TK
  - Original Message - 
  From: John McCosker 
  To: CF-Talk 
  Sent: Wednesday, November 26, 2003 5:17 AM
  Subject: Securing user login details

  Hi,

  is there an alternative way to secure (encrypt) user login details along the
  wire
  than SSL. We have a client who wants security but does not trust SSL.

  Is there anything out there I can look into.

  Thanx, J


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and JVM CF Admin option in Linux?

2003-11-26 Thread Kwang Suh
I mean what edition of CF...  Standalone, JRun, J2EE

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: November 26, 2003 4:26 PM
To: CF-Talk
Subject: Re: Java and JVM CF Admin option in Linux?

k...talked to ISP...RedHat 9.0

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  - Original Message - 
  From: Kwang Suh 
  To: CF-Talk 
  Sent: Wednesday, November 26, 2003 2:26 PM
  Subject: RE: Java and JVM CF Admin option in Linux?

  Which version?

  -Original Message-
  From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
  Sent: November 26, 2003 3:16 PM
  To: CF-Talk
  Subject: Java and JVM CF Admin option in Linux?

  It's not there...I'm new to Linux and trying to regsiter a Java CFX
  tag...but can't ensure the Class Path setting is correct!!

  TIA

  Cheers

  Bryan Stevenson B.Comm.
  VP & Director of E-Commerce Development
  Electric Edge Systems Group Inc.
  t. 250.920.8830
  e. [EMAIL PROTECTED]

  -
  Macromedia Associate Partner
  www.macromedia.com
  -
  Vancouver Island ColdFusion Users Group
  Founder & Director
  www.cfug-vancouverisland.com

    _  

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Stacy Young
You may be able to get away with it another way...Try commenting out
these lines



In C:\CFusionMX\runtime\servers\default\SERVER-INF\default-web.xml

Also make sure, if ur using apache, that .jsp is not listed in
httpd.conf. (where jrun connector is specified)

Restart CFMX.

Not sure if it's exact same on Pro though...you will have to try...

-Stace

  _  

From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: November 26, 2003 3:10 PM
To: CF-Talk
Subject: RE: Problems using JRUN4 and CFMX together.

> We own a full professional version of CMFX and a full version 
> of JRUN 4. When running them together CFMX grabs every .jsp 
> file and won't let JRUN 4 process them. I shouldn't have to 
> purchase an enterprise version of CFMX to use JRUN 4 and CFMX 
> together.

Well, you probably don't have to purchase the Enterprise version, but if
you
do, things will probably be easier to put together. As it is, you'll
probably have to make some compromises to get the results you want.

For example, you can have JRun handle JSP requests for one virtual web
server, and have CFMX hooked to another virtual web server.

If you do purchase the Enterprise version of CFMX, though, you
essentially
get JRun for free, too. If you install CFMX Enterprise in its default
configuration, it'll run JSPs and servlets, and if you install JRun and
CFMX
together, which is the second installation option for CFMX Enterprise,
you
get a full JRun installation, which gives you the ability to run
multiple
JRun instances, use JRun clustering, and so on, as well as full access
to
the J2EE API.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Can anyone see a problem with this cffunction block?

2003-11-26 Thread Nate Petersen
That was too easy, perhaps I should have read a little further :)

Thanks,

Nate

>Try moving the cfargument tag up
>
> 
>
>-Original Message-
>From: Nate Petersen [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, 27 November 2003 9:44 a.m.
>To: CF-Talk
>Subject: Can anyone see a problem with this cffunction block?
>
> 
>
>After hearing and reading alot recently about declaring local variables in
>my functions I decided to go ahead and re-examine my CFC's and declare local
>variables where necessary. Take the following cffunction block for example:
>
>
>returntype="string">
>    
>
>
>username="#variables.UN#" password="#variables.PW#">
>  SELECT collections.bad_debt_check(null,#arguments.SSN#) as badDebtReturn
>  FROM DUAL
>
>
>  
>
>This function worked just fine before I declared the local variable
>"qBadDebt" and now when I instantiate the cfc with createObject() I get the
>following error:
>
>Context validation error for tag cffunction.  
>The start tag must have a matching end tag. An explicit end tag can be
>provided by adding . If the body of the tag is empty you can
>use the shortcut .  
>
>If I remove the local variable declaration it works just fine.
>
>Any ideas?
>
>Thanks,
>
>Nate
>
>  _  
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can anyone see a problem with this cffunction block?

2003-11-26 Thread Tom Kitta
You should place  tag 1st, then  tag 2nd then 
var> tag 3rd. Place things in that order and everything will work fine.

TK
  -Original Message-
  From: Nate Petersen [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 4:44 PM
  To: CF-Talk
  Subject: Can anyone see a problem with this cffunction block?

  After hearing and reading alot recently about declaring local variables in
my functions I decided to go ahead and re-examine my CFC's and declare local
variables where necessary. Take the following cffunction block for example:

  
returntype="string">
  
  
  
username="#variables.UN#" password="#variables.PW#">
    SELECT collections.bad_debt_check(null,#arguments.SSN#) as badDebtReturn
    FROM DUAL
  
  
    

  This function worked just fine before I declared the local variable
"qBadDebt" and now when I instantiate the cfc with createObject() I get the
following error:

  Context validation error for tag cffunction.
  The start tag must have a matching end tag. An explicit end tag can be
provided by adding . If the body of the tag is empty you can
use the shortcut .

  If I remove the local variable declaration it works just fine.

  Any ideas?

  Thanks,

  Nate

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Can anyone see a problem with this cffunction block?

2003-11-26 Thread Marlon Moyer
I believe that cfarguments must come directly after the cffunction.  If 
you move the cfset down a line I think it should work.

Marlon

Nate Petersen wrote:

> After hearing and reading alot recently about declaring local 
> variables in my functions I decided to go ahead and re-examine my 
> CFC's and declare local variables where necessary. Take the following 
> cffunction block for example:
>
> 
> returntype="string">
> 
> 
> 
> username="#variables.UN#" password="#variables.PW#">
>   SELECT collections.bad_debt_check(null,#arguments.SSN#) as badDebtReturn
>   FROM DUAL
> 
> 
>   
>
> This function worked just fine before I declared the local variable 
> "qBadDebt" and now when I instantiate the cfc with createObject() I 
> get the following error:
>
> Context validation error for tag cffunction.  
> The start tag must have a matching end tag. An explicit end tag can be 
> provided by adding . If the body of the tag is empty you 
> can use the shortcut .  
>
> If I remove the local variable declaration it works just fine.
>
> Any ideas?
>
> Thanks,
>
> Nate
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can anyone see a problem with this cffunction block?

2003-11-26 Thread Matthew Walker
Try moving the cfargument tag up

-Original Message-
From: Nate Petersen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 27 November 2003 9:44 a.m.
To: CF-Talk
Subject: Can anyone see a problem with this cffunction block?

After hearing and reading alot recently about declaring local variables in
my functions I decided to go ahead and re-examine my CFC's and declare local
variables where necessary. Take the following cffunction block for example:


returntype="string">
    


username="#variables.UN#" password="#variables.PW#">
  SELECT collections.bad_debt_check(null,#arguments.SSN#) as badDebtReturn
  FROM DUAL


  

This function worked just fine before I declared the local variable
"qBadDebt" and now when I instantiate the cfc with createObject() I get the
following error:

Context validation error for tag cffunction.  
The start tag must have a matching end tag. An explicit end tag can be
provided by adding . If the body of the tag is empty you can
use the shortcut .  

If I remove the local variable declaration it works just fine.

Any ideas?

Thanks,

Nate

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Can anyone see a problem with this cffunction block?

2003-11-26 Thread Paul Hastings
move the var statement below cfargument:

> 
returntype="string">
> 
> 


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Java and JVM CF Admin option in Linux?

2003-11-26 Thread Bryan Stevenson
k...talked to ISP...RedHat 9.0

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  - Original Message - 
  From: Kwang Suh 
  To: CF-Talk 
  Sent: Wednesday, November 26, 2003 2:26 PM
  Subject: RE: Java and JVM CF Admin option in Linux?

  Which version?

  -Original Message-
  From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
  Sent: November 26, 2003 3:16 PM
  To: CF-Talk
  Subject: Java and JVM CF Admin option in Linux?

  It's not there...I'm new to Linux and trying to regsiter a Java CFX
  tag...but can't ensure the Class Path setting is correct!!

  TIA

  Cheers

  Bryan Stevenson B.Comm.
  VP & Director of E-Commerce Development
  Electric Edge Systems Group Inc.
  t. 250.920.8830
  e. [EMAIL PROTECTED]

  -
  Macromedia Associate Partner
  www.macromedia.com
  -
  Vancouver Island ColdFusion Users Group
  Founder & Director
  www.cfug-vancouverisland.com

    _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can anyone see a problem with this cffunction block?

2003-11-26 Thread Raymond Camden
SHow us the code. How did you add the local var? Did you do 
qgetbaddebt = ""> immidiately after your cfargument tag?


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Java and JVM CF Admin option in Linux?

2003-11-26 Thread Bryan Stevenson
version of what? ;-)

CFMX 6.1

CF Admin on Linux says the OS is Unix (defiantely a  flavour of Linux)...version is 2.4.20-8smp if that helps ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  - Original Message - 
  From: Kwang Suh 
  To: CF-Talk 
  Sent: Wednesday, November 26, 2003 2:26 PM
  Subject: RE: Java and JVM CF Admin option in Linux?

  Which version?

  -Original Message-
  From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
  Sent: November 26, 2003 3:16 PM
  To: CF-Talk
  Subject: Java and JVM CF Admin option in Linux?

  It's not there...I'm new to Linux and trying to regsiter a Java CFX
  tag...but can't ensure the Class Path setting is correct!!

  TIA

  Cheers

  Bryan Stevenson B.Comm.
  VP & Director of E-Commerce Development
  Electric Edge Systems Group Inc.
  t. 250.920.8830
  e. [EMAIL PROTECTED]

  -
  Macromedia Associate Partner
  www.macromedia.com
  -
  Vancouver Island ColdFusion Users Group
  Founder & Director
  www.cfug-vancouverisland.com

    _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can anyone see a problem with this cffunction block?

2003-11-26 Thread Dave Watts
> 
> 
> 	
> default="0" />

You have to place your CFARGUMENT tags first, followed by your local
variable declarations, followed by everything else.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Stop CFMX 6.1 from processing JSP pages.

2003-11-26 Thread Dave Watts
> How can I stop CFMX 6.1 from processing JSP pages?
> It tries to process any jsp page and then throws a 
> licensing error.

If you're using IIS, you may be able to do this by removing the ISAPI filter
for CFMX from the virtual server in question, or you may be able to do this
by changing the order of the ISAPI filters and putting the JRun one first.
If you remove the ISAPI filter for CFMX, but leave the ISAPI extension
configuration intact, CFMX should still serve CF pages correctly, but other
functionality may not work, such as Flash Remoting - I'm not 100% sure what
functionality relies on each part of the CFMX ISAPI configuration.

However, in the long run, I'd recommend that you simply set up separate
virtual servers or directories, and configure each appropriately to use
either the CFMX or JRun web server connector.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Can anyone see a problem with this cffunction block?

2003-11-26 Thread Nate Petersen
After hearing and reading alot recently about declaring local variables in my functions I decided to go ahead and re-examine my CFC's and declare local variables where necessary. Take the following cffunction block for example:


    
	
	
	  SELECT collections.bad_debt_check(null,#arguments.SSN#) as badDebtReturn
	  FROM DUAL
	
	
  

This function worked just fine before I declared the local variable "qBadDebt" and now when I instantiate the cfc with createObject() I get the following error:

Context validation error for tag cffunction.  
The start tag must have a matching end tag. An explicit end tag can be provided by adding . If the body of the tag is empty you can use the shortcut .  

If I remove the local variable declaration it works just fine.

Any ideas?

Thanks,

Nate
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Calling another function within a function (CFC)

2003-11-26 Thread Raymond Camden
Inside the getWorkflow method you have a variable named getWorkflow, the
query. Rename the query result.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Calling another function within a function (CFC)

2003-11-26 Thread Spear, Andrew T
Raymond-
Good call.  I had a query called getWorkflow in the getWorkflow function.  I renamed it and everything works!

 
Thanks so much!!
Andrew

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 2:13 PM
To: CF-Talk
Subject: RE: Calling another function within a function (CFC)

I've seen this in the past where a user accidently created a variable with
the same name as the method. Can you show us the full code for both methods?

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java and JVM CF Admin option in Linux?

2003-11-26 Thread Kwang Suh
Which version?

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: November 26, 2003 3:16 PM
To: CF-Talk
Subject: Java and JVM CF Admin option in Linux?

It's not there...I'm new to Linux and trying to regsiter a Java CFX
tag...but can't ensure the Class Path setting is correct!!

TIA

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Calling another function within a function (CFC)

2003-11-26 Thread Tom Kitta
Make sure that nothing else has the same name as both of your functions
(like a veriable name).

TK
  -Original Message-
  From: Spear, Andrew T [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 4:53 PM
  To: CF-Talk
  Subject: Calling another function within a function (CFC)

  I have a CFC with 2 functions.  In the second function I call the first
function, but it returns the following error:

  Entity has incorrect type for being called as a function.
  The symbol you have provided getWorkflow is not the name of a function.

  The first function is named "getWorkflow" and returns a struct and it

works fine.  In the second function I call:

  WorkflowStruct = getWorkflow(arguments.RequestID);

  I have no clue why it won't let me call the first function.  Any help
would be appreciated!

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Calling another function within a function (CFC)

2003-11-26 Thread Spear, Andrew T
Here's the first function:

 

 access="public" 
 returntype="struct" 
 output="No">

 

 
 //Set up our instance only vars
 var PreviousWorkflowID  = '';
 var CurrentWorkflowID = '';
 var NextWorkflowID  = '';
 var WorkflowPath  = '';
 var WorkflowPathLen  = '';
 var CurrentWorkFlow  = '';
 var CurrentIndex  = '';
 var ReturnStruct  = StructNew();
 

 
 
 ...
 

 
 //Populate some vars for use later on
 WorkflowPath   = getWorkflow.WorkflowPath;
 WorkflowPathLen  = ListLen(WorkflowPath);
 CurrentWorkFlowID = getWorkflow.CurrentWorkflow;
 CurrentIndex  = ListFind(WorkflowPath,CurrentWorkFlowID);
 //Get Previous WorkflowID if there is one
 if (CurrentIndex NEQ 1) {
  PreviousWorkflowID = ListGetAt(WorkflowPath,CurrentIndex-1);
 }
 //Get Next WorkflowID if there is one
 if (CurrentIndex NEQ WorkflowPathLen) {
  NextWorkflowID = ListGetAt(WorkflowPath,CurrentIndex+1);
 }
 //Populate struct for return
 ReturnStruct.PreviousWorkflowID = PreviousWorkflowID;
 ReturnStruct.CurrentWorkflowID  = CurrentWorkflowID;
 ReturnStruct.NextWorkflowID  = NextWorkflowID;
 

 

 


 
And here's the first part of the second, it bombs out in the first cfscript block

 

 access="public" 
 returntype="struct" 
 output="No" 
 hint="This method returns the next workflow for a specific request">

 

 
 //Set up our instance only vars
 var NodeList    = '';
 var CurrentGroup  = '';
 var CurrentOrder  = '';
 var WorkflowEntryIDList = '';
 var WorkflowStruct  = '';
 var WorkflowID   = '';
 var NextWorkflowID  = '';
 var ReturnStruct  = StructNew();
 //Grab struct from our Workflow object
 WorkflowStruct   = getWorkflow(arguments.RequestID);
 WorkflowID    = WorkflowStruct.CurrentWorkflowID;
 NextWorkflowID   = WorkflowStruct.NextWorkflowID;
 ReturnStruct.WorkflowID = WorkflowID;
 ReturnStruct.WorkflowEntryIDList = '';
 

 
.

 


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 2:13 PM
To: CF-Talk
Subject: RE: Calling another function within a function (CFC)

I've seen this in the past where a user accidently created a variable with
the same name as the method. Can you show us the full code for both methods?

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: force file download for a Mac

2003-11-26 Thread Phillip B.
Well I couldn't get it to work the way I wanted it too. I decided to 
make them "Save link as" instead of forcing the download.

Dave Watts wrote:

> > I think that is where the file="[pathtofile]\sartxfercy.txt"
> > attribute comes in.
>
> This part is only applicable if you're returning a file from the 
> filesystem
> using CFCONTENT. If you're returning text you've just generated with 
> CF, you
> would omit the FILE attribute.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Java and JVM CF Admin option in Linux?

2003-11-26 Thread Bryan Stevenson
It's not there...I'm new to Linux and trying to regsiter a Java CFX
tag...but can't ensure the Class Path setting is correct!!

TIA

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Calling another function within a function (CFC)

2003-11-26 Thread Raymond Camden
I've seen this in the past where a user accidently created a variable with
the same name as the method. Can you show us the full code for both methods?


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Stop CFMX 6.1 from processing JSP pages.

2003-11-26 Thread Bosky, Dave
How can I stop CFMX 6.1 from processing JSP pages?
It tries to process any jsp page and then throws a licensing error.

Regards,

Dave Bosky


HTC Disclaimer:  The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.  If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer.  Thank you.

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Calling another function within a function (CFC)

2003-11-26 Thread Spear, Andrew T
I have a CFC with 2 functions.  In the second function I call the first function, but it returns the following error:

Entity has incorrect type for being called as a function.  
The symbol you have provided getWorkflow is not the name of a function.

The first function is named "getWorkflow" and returns a struct and it works fine.  In the second function I call: 

WorkflowStruct = getWorkflow(arguments.RequestID);

I have no clue why it won't let me call the first function.  Any help would be appreciated!
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Safari Issues

2003-11-26 Thread Benjamin S. Rogers
> A lot of the benefits of web standards will only be available in the
future,
> so they offer little current benefit. However, if you're building a web
> application that you expect will be around for three to five years, it
makes
> sense to build it in such a way that you won't have to replace things
> unnecessarily over the lifespan of that application.

Though I agree in principle, this hasn't proved an issue (yet). Most public
Web sites I've worked on get a major look-and-feel overhaul (for marketing
purposes if nothing else) every one to two years. There simply isn't any
longevity as far as the public sites go.

Designing intranets for corporate customers is a different story. They pick
a version of Internet Explorer and use that for 4 years. So, we design to
that version, using every proprietary trick Internet Explorer provides to
provide the best experience, usability wise, that we can.

If they chose Mozilla, we'd use every proprietary Mozilla trick. Some would
argue about my definition of proprietary since Mozilla's open source.
Nevertheless, Mozilla offers a lot of technologies that aren't Web standards
(though they may utilize them).

 
Regardless, corporations tend to pick one thing and stick with it for a long
time. If they do upgrade, they generally pick the path of least resistance
(i.e. the latest version of Internet Explorer) and Microsoft tends to be
pretty good about backward compatibility (hence, the tangled mess that many
of the applications and APIs are in).

-ben


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Samuel Neff
Huh?  What class-path issues with CFMX on JRun?  I've run in this
configuration on several computers (as well as with WebLogic) and haven't
had any "classpath" issues.

Sam

--
Blog:  http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
--

-Original Message-
From: Jeremy Brodie [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 2:06 PM
To: CF-Talk
Subject: Re:Problems using JRUN4 and CFMX together.

(snip)

You'll still have the problems with the classpaths issue- this happens while
Cold Fusion is run as an application within JRUN (since this is an issue
within JRUN). The issue goes away if you blast the flie into Tomacat or
other J2EE sever engine.

Jeremy Brodie

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: LogFile Reader

2003-11-26 Thread Dave Watts
> Anyone recommend or knows of a good Log File reporting tool 
> like web Trends built in CF?

I'd recommend something other than CF (or any other web application) for
this. Instead, you'll usually get better results by downloading log files to
another machine, and processing them from there using WebTrends or Analog or
any of the other log reader applications available.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: LogFile Reader

2003-11-26 Thread Larry C. Lyons
cfhelp wrote:

> Anyone recommend or knows of a good Log File reporting tool like web Trends
> built in CF?
> 
> It needs to read IIS Log Files.
> 
> Rick
> 
> 
> 
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




LogFile Reader

2003-11-26 Thread cfhelp
Anyone recommend or knows of a good Log File reporting tool like web Trends
built in CF?

It needs to read IIS Log Files.

Rick




 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Dave Watts
> We own a full professional version of CMFX and a full version 
> of JRUN 4. When running them together CFMX grabs every .jsp 
> file and won't let JRUN 4 process them. I shouldn't have to 
> purchase an enterprise version of CFMX to use JRUN 4 and CFMX 
> together.

Well, you probably don't have to purchase the Enterprise version, but if you
do, things will probably be easier to put together. As it is, you'll
probably have to make some compromises to get the results you want.

For example, you can have JRun handle JSP requests for one virtual web
server, and have CFMX hooked to another virtual web server.

If you do purchase the Enterprise version of CFMX, though, you essentially
get JRun for free, too. If you install CFMX Enterprise in its default
configuration, it'll run JSPs and servlets, and if you install JRun and CFMX
together, which is the second installation option for CFMX Enterprise, you
get a full JRun installation, which gives you the ability to run multiple
JRun instances, use JRun clustering, and so on, as well as full access to
the J2EE API.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Problems using JRUN4 and CFMX together.

2003-11-26 Thread Jeremy Brodie
Cold Fusion professional is using an emedded JRUN engine in this case. Current you're running two versions of JRUN-- one from Cold Fusion and the other JRUN!

As everyone has pointed out on the list the better was of making this happen is running Cold Fusion as an application from within the JRUN server.

You'll need to purchase the enterprise version to load Cold Fusion an an EAR/WAR file and blast within JRUN. Its well worth it. The other upside is that you could run your Cold Fusion within the Tomcat engine (or even go the websphere route) and bypass JRUN if you wanted to do that as well.

You'll still have the problems with the classpaths issue- this happens while Cold Fusion is run as an application within JRUN (since this is an issue within JRUN). The issue goes away if you blast the flie into Tomacat or other J2EE sever engine.

Jeremy Brodie 
Intelix 
an Edgewater Technology Solutions Company 

web: http://www.edgewater.com 
phone:(703) 815-2500 
nasdaq symbol: EDGE 

>We own a full professional version of CMFX and a full version of JRUN 4.
>When running them together CFMX grabs every .jsp file and won't let JRUN 4
>process them.
>I shouldn't have to purchase an enterprise version of CFMX to use JRUN 4
>and CFMX together.
>
>-Original Message-
>From: Dave Watts [mailto:[EMAIL PROTECTED] 
>Sent: Wednesday, November 26, 2003 12:07 PM
>To: CF-Talk
>Subject: RE: Problems using JRUN4 and CFMX together.
>
>
>> There may be a way of getting a standalone JRun to play nice 
>> with the one in CFMX, but we couldn't figure it out. We gave 
>> up in the end and we're running our pure Java apps through 
>> CFMX Enterprise's built-in JRun as well as our CF apps. Sounds 
>> crazy but it works OK.
>
>If you're running CFMX 6.1, I'd recommend taking a look at just running CFMX
>on top of your existing JRun install - there's no upgrade cost for moving to
>that from CFMX Enterprise as long as you don't have more than two processors
>in your server, if I understand the pricing correctly.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/  
>voice: (202) 797-5496
>fax: (202) 797-5444
>
>  _  
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Certification

2003-11-26 Thread Tony Weeg
eloquently stated tom!

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Tom Kitta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 2:55 PM
To: CF-Talk
Subject: RE: CF Certification

I guess with such a long resume no one bathers too much about
certifications. But if you are fresh from the school, certifications allow
you to get your 'foot in the door' of potential employers.

TK
  -Original Message-
  From: Schuster, Steven [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 2:43 PM
  To: CF-Talk
  Subject: RE: CF Certification

  I've been in this industry for about 14 years and nobody at any job I have
  ever had (including ones I was the boss at) has ever asked or cared about
  those things.

  Granted I have a degree in CS Engineering but even at that they have never
  even bothered to contact my school to check it out (well at least on my
last
  3 jobs).

  I guess it's assumed that after 14 years I should know at least the
  basicsboy do I have 'em all fooled.

  Steve

  -Original Message-
  From: Tony Weeg [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 2:33 PM
  To: CF-Talk
  Subject: RE: CF Certification

  that's really a personal choice, I believe.  did it get me anything
besides
  a nice little flag on my Max Badge, and a good feeling that I am
proficient
  in the coding language that my livelihood is based on, nope.  but it was
  cool to take, kinda let me know that I am good at what I do, and for what
  that is worth, why not take it.

  ...tony

  tony weeg
  senior web applications architect
  navtrak, inc.
  www.navtrak.net
  [EMAIL PROTECTED]
  410.548.2337

  -Original Message-
  From: Mickael [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 1:55 PM
  To: CF-Talk
  Subject: Re: CF Certification

  One the topic of the CF Certification, I am curious as to what value
people
  that are certified get from the certification?  Is it worth it?
    - Original Message -
    From: Dominic J. Doucet-Lorang
    To: CF-Talk
    Sent: Wednesday, November 26, 2003 1:41 PM
    Subject: CF Certification

    Hi,
    I am looking at taking the Macromedia CF test and would like an idea on
a
    good book for preparing for the exam.

    Thanks,

    Dominic J. Doucet-Lorang

    _


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Certification

2003-11-26 Thread Tom Kitta
I guess with such a long resume no one bathers too much about
certifications. But if you are fresh from the school, certifications allow
you to get your 'foot in the door' of potential employers.

TK
  -Original Message-
  From: Schuster, Steven [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 2:43 PM
  To: CF-Talk
  Subject: RE: CF Certification

  I've been in this industry for about 14 years and nobody at any job I have
  ever had (including ones I was the boss at) has ever asked or cared about
  those things.

  Granted I have a degree in CS Engineering but even at that they have never
  even bothered to contact my school to check it out (well at least on my
last
  3 jobs).

  I guess it's assumed that after 14 years I should know at least the
  basicsboy do I have 'em all fooled.

  Steve

  -Original Message-
  From: Tony Weeg [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 2:33 PM
  To: CF-Talk
  Subject: RE: CF Certification

  that's really a personal choice, I believe.  did it get me anything
besides
  a nice little flag on my Max Badge, and a good feeling that I am
proficient
  in the coding language that my livelihood is based on, nope.  but it was
  cool to take, kinda let me know that I am good at what I do, and for what
  that is worth, why not take it.

  ...tony

  tony weeg
  senior web applications architect
  navtrak, inc.
  www.navtrak.net
  [EMAIL PROTECTED]
  410.548.2337

  -Original Message-
  From: Mickael [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 1:55 PM
  To: CF-Talk
  Subject: Re: CF Certification

  One the topic of the CF Certification, I am curious as to what value
people
  that are certified get from the certification?  Is it worth it?
    - Original Message -
    From: Dominic J. Doucet-Lorang
    To: CF-Talk
    Sent: Wednesday, November 26, 2003 1:41 PM
    Subject: CF Certification

    Hi,
    I am looking at taking the Macromedia CF test and would like an idea on
a
    good book for preparing for the exam.

    Thanks,

    Dominic J. Doucet-Lorang

    _


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Bosky, Dave
We own a full professional version of CMFX and a full version of JRUN 4.
When running them together CFMX grabs every .jsp file and won't let JRUN 4
process them.
I shouldn't have to purchase an enterprise version of CFMX to use JRUN 4
and CFMX together.

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 12:07 PM
To: CF-Talk
Subject: RE: Problems using JRUN4 and CFMX together.

> There may be a way of getting a standalone JRun to play nice 
> with the one in CFMX, but we couldn't figure it out. We gave 
> up in the end and we're running our pure Java apps through 
> CFMX Enterprise's built-in JRun as well as our CF apps. Sounds 
> crazy but it works OK.

If you're running CFMX 6.1, I'd recommend taking a look at just running CFMX
on top of your existing JRun install - there's no upgrade cost for moving to
that from CFMX Enterprise as long as you don't have more than two processors
in your server, if I understand the pricing correctly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/  
voice: (202) 797-5496
fax: (202) 797-5444

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Certification

2003-11-26 Thread Schuster, Steven
I've been in this industry for about 14 years and nobody at any job I have
ever had (including ones I was the boss at) has ever asked or cared about
those things.

 
Granted I have a degree in CS Engineering but even at that they have never
even bothered to contact my school to check it out (well at least on my last
3 jobs).

 
I guess it's assumed that after 14 years I should know at least the
basicsboy do I have 'em all fooled.

 
Steve

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 2:33 PM
To: CF-Talk
Subject: RE: CF Certification

 
that's really a personal choice, I believe.  did it get me anything besides
a nice little flag on my Max Badge, and a good feeling that I am proficient
in the coding language that my livelihood is based on, nope.  but it was
cool to take, kinda let me know that I am good at what I do, and for what
that is worth, why not take it. 

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Mickael [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 1:55 PM
To: CF-Talk
Subject: Re: CF Certification

One the topic of the CF Certification, I am curious as to what value people
that are certified get from the certification?  Is it worth it?
  - Original Message -
  From: Dominic J. Doucet-Lorang
  To: CF-Talk
  Sent: Wednesday, November 26, 2003 1:41 PM
  Subject: CF Certification

  Hi,
  I am looking at taking the Macromedia CF test and would like an idea on a
  good book for preparing for the exam.

  Thanks,

  Dominic J. Doucet-Lorang

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF Certification

2003-11-26 Thread Jim Campbell
There's a huge amount of back-and-forth in the archives regarding that 
very question, but I can quickly attest that having a CF Certification 
put me in front of the pack in interviews and has helped land contracts 
as well as my current position.  It's more than worth the cost.

- Jim

Mickael wrote:

> One the topic of the CF Certification, I am curious as to what value 
> people that are certified get from the certification?  Is it worth it?
>   - Original Message -
>   From: Dominic J. Doucet-Lorang
>   To: CF-Talk
>   Sent: Wednesday, November 26, 2003 1:41 PM
>   Subject: CF Certification
>
>   Hi,
>   I am looking at taking the Macromedia CF test and would like an idea 
> on a
>   good book for preparing for the exam.
>
>   Thanks,
>
>   Dominic J. Doucet-Lorang
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can this be done??

2003-11-26 Thread Bushy
Exactly!

Work like a charm!

Mucho Grande!

--Original Message Text---
From: Greg Luce
Date: Wed, 26 Nov 2003 14:01:17 -0500

If I'm hearing you right you want to pass a value from the top frame
like:
Something

Then in your bottom.cfm you can have a persistant variable or maybe a
cookie that you can add the selected value to:


    


Then you can loop over the list and display the items that you selected
in the top:

    
#i#
    


Is that what you're after?

-Original Message-
From: Bushy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 1:24 PM
To: CF-Talk
Subject: Re: Can this be done??

That typo is OK in my code. I'm doing something else wrong.

--Original Message Text---
From: [EMAIL PROTECTED]
Date: Wed, 26 Nov 2003 13:07:46 -0500 (EST)



You had a typo on the equals sign.

Tom Nunamaker

> I've flipped through ColdFusion MX Web Application Construction Kit_
by
> Ben Forta, page 170. and this is just too deep for me.
>
> I've tried using 
without
> any success?
>
> When a link is clicked 
> target="bottomframe">
>
> I'm passing the results to the bottom frame which works fine.
>
> I put the 
link
> the ITEMLIST does not get appended. Am I using the correct CF code?
>
> What am I doing wrong?
>
>
> --Original Message Text---
> From: Bushy
> Date: Wed, 26 Nov 2003 10:40:11 -0500
>
>
> Nope.
>
> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 09:24:36 -0600
>
> Did you even try looking up how to use a list or array and figure it
out
> for yourself?
>
> Here's a lead:
> _ColdFusion MX Web Application Construction Kit_ by Ben Forta, page
170.
>
> -Kevin
>
> - Original Message -
> From: "Bushy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 9:12 AM
> Subject: Re: Can this be done??
>
>> Cool.
>>
>> I got it to work using the URL variable.
>>
>> How can I keep adding or concatenate each selection to the URL.item
> variable I'm displaying in the bottomframe to a list or array?
>>
>>
>>
>>
>>
>> --Original Message Text---
>> From: Kevin Graeme
>> Date: Wed, 26 Nov 2003 08:56:40 -0600
>>
>> Ah, maybe I misunderstood what you were trying to do. That still
>> sounds pretty basic and still may not need _javascript_.
>>
>> One way that you might do it is in the top frame, each link goes to
>> the
> same
>> page in the bottom frame and just passes the link information as a
url
>> variable. So pass from the top frame something like:
>> 
>> target="bottomFrame">changes
>>
>> Then on the bottom frame, just grab the url.item variable passed to
>> it,
> add
>> it to a list or array or whatever you need of url variables that
>> you've passed, probably storing them in the session scope. Then
output
>> whatever
> is
>> in that list.
>>
>> -Kevin
>>
>> - Original Message -
>> From: "Bushy" <[EMAIL PROTECTED]>
>> To: "CF-Talk" <[EMAIL PROTECTED]>
>> Sent: Wednesday, November 26, 2003 8:25 AM
>> Subject: Re: Can this be done??
>>
>> > --Original Message Text---
>> > From: Kevin Graeme
>> > Date: Wed, 26 Nov 2003 08:20:45 -0600
>> >
>> > Actually, depending on how he's doing things _javascript_ might not
be
>> feasible. If the file/folder listing view is a ftp window in the
>> frame,
>> then
>> > he probably won't be able to use _javascript_.
>> >
>> > The directory/file listing is created using 
>> >
>> > If it's a cf/html listing of files, then it's easy and doesn't even
> really
>> > need _javascript_. Just use the target attribute in the  for
>> each
>> link
>> > and point it to the other frame.
>> >
>> > OK...but how can I "concatenate" the listings?
>> >
>> > -Kevin
>> >
>> > - Original Message -
>> > From: <[EMAIL PROTECTED]>
>> > To: "CF-Talk" <[EMAIL PROTECTED]>
>> > Sent: Wednesday, November 26, 2003 8:13 AM
>> > Subject: RE: Can this be done??
>> >
>> > > http://developer.irt.org/script/script.htm ... the _javascript_
>> FAQ's learned most of my js there many moons ago... don't know
> how
>> > > up to date it is but certainly give you examples of things that
>> you could use to achieve what you want
>> > >
>> > >
>> > > -Original Message-
>> > > From: Bushy [mailto:[EMAIL PROTECTED]
>> > > Sent: 26 November 2003 14:02
>> > > To: CF-Talk
>> > > Subject: RE: Can this be done??
>> > >
>> > >
>> > > Do you know where I could find some examples?
>> > >
>> > > --Original Message Text---
>> > > From: Heald, Tim
>> > > Date: Wed, 26 Nov 2003 08:56:10 -0500
>> > >
>> > > _javascript_.
>> > >
>> > >
>> > >
>> > > -Original Message-
>> > > From: Bushy [mailto:[EMAIL PROTECTED]
>> > > Sent: Wednesday, November 26, 2003 8:56 AM
>> > > To: CF-Talk
>> > > Subject: re: Can this be done??
>> > >
>> > > Hi,
>> > >
>> > > I have a frame split in half (topframe & bottomframe).
>> > >
>> > > I the top frame I'm listing directories/files which have links to
> them.
>> > > Beside each directory/file is an image that when clicked I want
to
> send
>> > > the link information to the bottom frame

RE: CF Certification

2003-11-26 Thread Tony Weeg
that's really a personal choice, I believe.  did it get me anything besides
a nice little flag on my Max Badge, and a good feeling that I am proficient
in the coding language that my livelihood is based on, nope.  but it was
cool to take, kinda let me know that I am good at what I do, and for what
that is worth, why not take it. 

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Mickael [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 1:55 PM
To: CF-Talk
Subject: Re: CF Certification

One the topic of the CF Certification, I am curious as to what value people
that are certified get from the certification?  Is it worth it?
  - Original Message -
  From: Dominic J. Doucet-Lorang
  To: CF-Talk
  Sent: Wednesday, November 26, 2003 1:41 PM
  Subject: CF Certification

  Hi,
  I am looking at taking the Macromedia CF test and would like an idea on a
  good book for preparing for the exam.

  Thanks,

  Dominic J. Doucet-Lorang


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Certification

2003-11-26 Thread Tony Weeg
there is a ben forta book, all about preparing for the cfmx exam.

I just took the test on Thursday @ Max, I Passed :), and the book was very
helpful (thanks Scotty).
I can also say that the cfmx buster exam by centrasoft (www.centrasoft.com)
is irreplaceable.

the forta book, also has a 15% discount in it!

...tony

tony weeg
senior web applications architect
navtrak, inc.
www.navtrak.net
[EMAIL PROTECTED]
410.548.2337

-Original Message-
From: Dominic J. Doucet-Lorang [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 1:41 PM
To: CF-Talk
Subject: CF Certification

Hi,
I am looking at taking the Macromedia CF test and would like an idea on a
good book for preparing for the exam.

Thanks,

Dominic J. Doucet-Lorang


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Certification

2003-11-26 Thread Heald, Tim
ack no not again.

 
Go look in the archives

 
/me runs and hides.

Timothy Heald 
Web Portfolio Manager 
Overseas Security Advisory Council 
U.S. Department of State 
571.345.2319 

The opinions expressed here do not necessarily reflect those of the U.S.
Department of State or any affiliated organization(s).  Nor have these
opinions been approved or sanctioned by these organizations. This e-mail is
unclassified based on the definitions in E.O. 12958.

-Original Message-
From: Mickael [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 2:05 PM
To: CF-Talk
Subject: Re: CF Certification

One the topic of the CF Certification, I am curious as to what value people
that are certified get from the certification?  Is it worth it?
  - Original Message - 
  From: Dominic J. Doucet-Lorang 
  To: CF-Talk 
  Sent: Wednesday, November 26, 2003 1:41 PM
  Subject: CF Certification

  Hi,
  I am looking at taking the Macromedia CF test and would like an idea on a 
  good book for preparing for the exam.

  Thanks,

  Dominic J. Doucet-Lorang

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can this be done??

2003-11-26 Thread Greg Luce
If I'm hearing you right you want to pass a value from the top frame
like:
Something

 
Then in your bottom.cfm you can have a persistant variable or maybe a
cookie that you can add the selected value to:


    


 
Then you can loop over the list and display the items that you selected
in the top:

    
#i#
    


 
Is that what you're after?

-Original Message-
From: Bushy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 1:24 PM
To: CF-Talk
Subject: Re: Can this be done??

That typo is OK in my code. I'm doing something else wrong.

--Original Message Text---
From: [EMAIL PROTECTED]
Date: Wed, 26 Nov 2003 13:07:46 -0500 (EST)



You had a typo on the equals sign.

Tom Nunamaker

> I've flipped through ColdFusion MX Web Application Construction Kit_
by
> Ben Forta, page 170. and this is just too deep for me.
>
> I've tried using 
without
> any success?
>
> When a link is clicked 
> target="bottomframe">
>
> I'm passing the results to the bottom frame which works fine.
>
> I put the 
link
> the ITEMLIST does not get appended. Am I using the correct CF code?
>
> What am I doing wrong?
>
>
> --Original Message Text---
> From: Bushy
> Date: Wed, 26 Nov 2003 10:40:11 -0500
>
>
> Nope.
>
> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 09:24:36 -0600
>
> Did you even try looking up how to use a list or array and figure it
out
> for yourself?
>
> Here's a lead:
> _ColdFusion MX Web Application Construction Kit_ by Ben Forta, page
170.
>
> -Kevin
>
> - Original Message -
> From: "Bushy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 9:12 AM
> Subject: Re: Can this be done??
>
>> Cool.
>>
>> I got it to work using the URL variable.
>>
>> How can I keep adding or concatenate each selection to the URL.item
> variable I'm displaying in the bottomframe to a list or array?
>>
>>
>>
>>
>>
>> --Original Message Text---
>> From: Kevin Graeme
>> Date: Wed, 26 Nov 2003 08:56:40 -0600
>>
>> Ah, maybe I misunderstood what you were trying to do. That still
>> sounds pretty basic and still may not need _javascript_.
>>
>> One way that you might do it is in the top frame, each link goes to
>> the
> same
>> page in the bottom frame and just passes the link information as a
url
>> variable. So pass from the top frame something like:
>> 
>> target="bottomFrame">changes
>>
>> Then on the bottom frame, just grab the url.item variable passed to
>> it,
> add
>> it to a list or array or whatever you need of url variables that
>> you've passed, probably storing them in the session scope. Then
output
>> whatever
> is
>> in that list.
>>
>> -Kevin
>>
>> - Original Message -
>> From: "Bushy" <[EMAIL PROTECTED]>
>> To: "CF-Talk" <[EMAIL PROTECTED]>
>> Sent: Wednesday, November 26, 2003 8:25 AM
>> Subject: Re: Can this be done??
>>
>> > --Original Message Text---
>> > From: Kevin Graeme
>> > Date: Wed, 26 Nov 2003 08:20:45 -0600
>> >
>> > Actually, depending on how he's doing things _javascript_ might not
be
>> feasible. If the file/folder listing view is a ftp window in the
>> frame,
>> then
>> > he probably won't be able to use _javascript_.
>> >
>> > The directory/file listing is created using 
>> >
>> > If it's a cf/html listing of files, then it's easy and doesn't even
> really
>> > need _javascript_. Just use the target attribute in the  for
>> each
>> link
>> > and point it to the other frame.
>> >
>> > OK...but how can I "concatenate" the listings?
>> >
>> > -Kevin
>> >
>> > - Original Message -
>> > From: <[EMAIL PROTECTED]>
>> > To: "CF-Talk" <[EMAIL PROTECTED]>
>> > Sent: Wednesday, November 26, 2003 8:13 AM
>> > Subject: RE: Can this be done??
>> >
>> > > http://developer.irt.org/script/script.htm ... the _javascript_
>> FAQ's learned most of my js there many moons ago... don't know
> how
>> > > up to date it is but certainly give you examples of things that
>> you could use to achieve what you want
>> > >
>> > >
>> > > -Original Message-
>> > > From: Bushy [mailto:[EMAIL PROTECTED]
>> > > Sent: 26 November 2003 14:02
>> > > To: CF-Talk
>> > > Subject: RE: Can this be done??
>> > >
>> > >
>> > > Do you know where I could find some examples?
>> > >
>> > > --Original Message Text---
>> > > From: Heald, Tim
>> > > Date: Wed, 26 Nov 2003 08:56:10 -0500
>> > >
>> > > _javascript_.
>> > >
>> > >
>> > >
>> > > -Original Message-
>> > > From: Bushy [mailto:[EMAIL PROTECTED]
>> > > Sent: Wednesday, November 26, 2003 8:56 AM
>> > > To: CF-Talk
>> > > Subject: re: Can this be done??
>> > >
>> > > Hi,
>> > >
>> > > I have a frame split in half (topframe & bottomframe).
>> > >
>> > > I the top frame I'm listing directories/files which have links to
> them.
>> > > Beside each directory/file is an image that when clicked I want
to
> send
>> > > the link information to the bottom frame as the path. Each time a
> link
>> > > is clicked the bottom frame would get updated with a new entry.
>> > >
>> > > For

RE: Another Query Question

2003-11-26 Thread Ben Densmore
That worked. Thanks Milan.

Ben

-Original Message-
From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 1:05 PM
To: CF-Talk
Subject: Re: Another Query Question

try this..

SELECT  COUNT(DISTINCT emres_prod_part_numl+ emres_prod_catagory) As 
Clicks,emres_prod_part_numl, emres_prod_catagory

if emres_prod_part_numl and emres_prod_catagory are of different
datatypes, 
then you have to convert them into a single datatype using the CONVERT 
function as in SQL Server.

eg: SELECT  COUNT(DISTINCT convert (varchar,emres_prod_part_numl) + 
emres_prod_catagory) As Clicks,emres_prod_part_numl, emres_prod_catagory

Ofcourse, here I am assuming that emres_prod_catagory is of type varchar
and 
emres_prod_part_numl is not a varchar. If both are varchar, then u dont
have 
to use the CONVERT function.

Thanks,
Milan

>From: "Ben Densmore" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Another Query Question
>Date: Wed, 26 Nov 2003 10:52:39 -0500
>
>I have a query that currently looks like:
>
> 
> select Count(*) As Clicks,emres_prod_part_numl,
>emres_prod_catagory
> from email_results
> Where emres_blast_sent_id = 23
> GROUP BY emres_prod_part_numl, emres_prod_catagory
> 
>
>Based on the current emres_blast_sent_id I get output that looks like
>this:
>
>Part NumberCategory  Click Thrus
>
>HMCX  Amplifiers    389
>HMCX  Modulators - Direct   287
>HMCX  Modulators - Direct   132
>HMCX  Dividers & Detectors  125
>
>
>This is all fine except the click thrus are off because of duplicate
>entries. How can I get a distinct count on these? Using Count(*) is
>counting every click thru and I only need it to count unique ones.
>
>Thanks,
>Ben
>

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Stacy Young
An install option if u own enterprise license.

Stace

  _  

From: Nick de Voil [mailto:[EMAIL PROTECTED] 
Sent: November 26, 2003 12:20 PM
To: CF-Talk
Subject: Re: Problems using JRUN4 and CFMX together.

> If you're running CFMX 6.1, I'd recommend taking a look at just
running
CFMX
> on top of your existing JRun install

Is "CFMX for J2EE" now simply an install option for Enterprise then? Or
is
it a different product version?

Nick


  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CF Certification

2003-11-26 Thread Mickael
One the topic of the CF Certification, I am curious as to what value people that are certified get from the certification?  Is it worth it?
  - Original Message - 
  From: Dominic J. Doucet-Lorang 
  To: CF-Talk 
  Sent: Wednesday, November 26, 2003 1:41 PM
  Subject: CF Certification

  Hi,
  I am looking at taking the Macromedia CF test and would like an idea on a 
  good book for preparing for the exam.

  Thanks,

  Dominic J. Doucet-Lorang


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Certification

2003-11-26 Thread Boardwine, David L.
 
Check out CFMX Exam Buster here...
http://www.centrasoft.com/  

 
I used an earlier version and was very pleased with it.

 
HTH
davidb

-Original Message-
From: Dominic J. Doucet-Lorang [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 1:41 PM
To: CF-Talk
Subject: CF Certification

Hi,
I am looking at taking the Macromedia CF test and would like an idea on a 
good book for preparing for the exam.

Thanks,

Dominic J. Doucet-Lorang

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Samuel Neff
With the release of 6.1 MM changed their product offering a little.  CFMX
Enterprise now encompasses what used to be CFMX Enterprise and CFMX for
J2EE.  With a purchase of CFMX Enterprise 6.1 (or free upgrade from CFMX
Enterprise 6.0) you have the option to install in standalone mode or in J2EE
mode.

So, if you own CFMX Enterprise then you also own and have a license to CFMX
for J2EE.  When you run the installer, it gives you three install
options--standalone, integrated with JRun, and EAR/WAR.  To install to
existing J2EE server choose EAR/WAR.

HTH,

Sam

--
Blog:  http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
--
-Original Message-
From: Nick de Voil [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 12:20 PM
To: CF-Talk
Subject: Re: Problems using JRUN4 and CFMX together.

> If you're running CFMX 6.1, I'd recommend taking a look at just running
CFMX
> on top of your existing JRun install

Is "CFMX for J2EE" now simply an install option for Enterprise then? Or is
it a different product version?

Nick

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ImageMagick/MagickTag

2003-11-26 Thread Greg Luce
Have you ever gotten the draw text thing to work? See my examples below.

-Original Message-
From: cf-talk [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 12:10 PM
To: CF-Talk
Subject: RE: ImageMagick/MagickTag

I've never really bothered with the CF_Magick tag myself.  I just build
the arguments in a string variable and then use CFEXECUTE.  I've found
this to be much easier to deal with since I can test my image
manipulation(s) at the command prompt first and then, when I'm convinced
its working, put it into my code.

-Novak

-Original Message-
From: CF Lists [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 5:57 AM
To: CF-Talk
Subject: ImageMagick/MagickTag

Has anyone used imagemagick or magicktag to write text on an image? This

doesn't work.

 inputtype="file"
 inputfile="/usr/var/www/html/greg/banner.gif"
 outputType="file"
 outputFile="/usr/var/www/html/greg/greg.gif"
  debug="No"
  timeout="5">
  


Nor this:
  

Tried this also:

arguments="/usr/var/www/html/greg/banner.gif -draw text 10,30 'GREG' 
/usr/var/www/html/greg/greg.gif"
timeout="5">


And this:

arguments="/usr/var/www/html/greg/banner.gif -draw text 10,30 GREG> 
/usr/var/www/html/greg/greg.gif"
timeout="5">


  _  

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Certification

2003-11-26 Thread Dave Sueltenfuss
Dominic,

 
I recommend Certified Macromedia ColdFusion MX Developer Study Guide by
Ben Forta. Also, CFExam Buster offers a good practice test for the exams

Dave 

	-Original Message-
	From: Dominic J. Doucet-Lorang [mailto:[EMAIL PROTECTED] 
	Sent: Wednesday, November 26, 2003 1:41 PM
	To: CF-Talk
	Subject: CF Certification
	
	
	Hi,
	I am looking at taking the Macromedia CF test and would like an
idea on a 
	good book for preparing for the exam.
	
	Thanks,
	
	Dominic J. Doucet-Lorang
	
	
  _  

	
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CF Certification

2003-11-26 Thread Ketan Patel
CFMX Exambuster from Centrasoft. http://www.centrasoft.com/

Ketan Patel
G3 Technology Group, LLC
Graphics III Advertising, Inc.
(410)789-7007 or (800)783-1799
"It's Not Creative if it doesn't Sell."
http://www.g3group.com 

  -Original Message-
  From: Dominic J. Doucet-Lorang [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, November 26, 2003 1:41 PM
  To: CF-Talk
  Subject: CF Certification

  Hi,
  I am looking at taking the Macromedia CF test and would like an idea on a
  good book for preparing for the exam.

  Thanks,

  Dominic J. Doucet-Lorang


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CF Certification

2003-11-26 Thread Dominic J. Doucet-Lorang
Hi,
I am looking at taking the Macromedia CF test and would like an idea on a 
good book for preparing for the exam.

Thanks,

Dominic J. Doucet-Lorang


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Can this be done??

2003-11-26 Thread Bushy
That typo is OK in my code. I'm doing something else wrong.

--Original Message Text---
From: [EMAIL PROTECTED]
Date: Wed, 26 Nov 2003 13:07:46 -0500 (EST)



You had a typo on the equals sign.

Tom Nunamaker

> I've flipped through ColdFusion MX Web Application Construction Kit_ by
> Ben Forta, page 170. and this is just too deep for me.
>
> I've tried using  without
> any success?
>
> When a link is clicked 
> target="bottomframe">
>
> I'm passing the results to the bottom frame which works fine.
>
> I put the 
> the ITEMLIST does not get appended. Am I using the correct CF code?
>
> What am I doing wrong?
>
>
> --Original Message Text---
> From: Bushy
> Date: Wed, 26 Nov 2003 10:40:11 -0500
>
>
> Nope.
>
> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 09:24:36 -0600
>
> Did you even try looking up how to use a list or array and figure it out
> for yourself?
>
> Here's a lead:
> _ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170.
>
> -Kevin
>
> - Original Message -
> From: "Bushy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 9:12 AM
> Subject: Re: Can this be done??
>
>> Cool.
>>
>> I got it to work using the URL variable.
>>
>> How can I keep adding or concatenate each selection to the URL.item
> variable I'm displaying in the bottomframe to a list or array?
>>
>>
>>
>>
>>
>> --Original Message Text---
>> From: Kevin Graeme
>> Date: Wed, 26 Nov 2003 08:56:40 -0600
>>
>> Ah, maybe I misunderstood what you were trying to do. That still
>> sounds pretty basic and still may not need _javascript_.
>>
>> One way that you might do it is in the top frame, each link goes to
>> the
> same
>> page in the bottom frame and just passes the link information as a url
>> variable. So pass from the top frame something like:
>> 
>> target="bottomFrame">changes
>>
>> Then on the bottom frame, just grab the url.item variable passed to
>> it,
> add
>> it to a list or array or whatever you need of url variables that
>> you've passed, probably storing them in the session scope. Then output
>> whatever
> is
>> in that list.
>>
>> -Kevin
>>
>> - Original Message -
>> From: "Bushy" <[EMAIL PROTECTED]>
>> To: "CF-Talk" <[EMAIL PROTECTED]>
>> Sent: Wednesday, November 26, 2003 8:25 AM
>> Subject: Re: Can this be done??
>>
>> > --Original Message Text---
>> > From: Kevin Graeme
>> > Date: Wed, 26 Nov 2003 08:20:45 -0600
>> >
>> > Actually, depending on how he's doing things _javascript_ might not be
>> feasible. If the file/folder listing view is a ftp window in the
>> frame,
>> then
>> > he probably won't be able to use _javascript_.
>> >
>> > The directory/file listing is created using 
>> >
>> > If it's a cf/html listing of files, then it's easy and doesn't even
> really
>> > need _javascript_. Just use the target attribute in the  for
>> each
>> link
>> > and point it to the other frame.
>> >
>> > OK...but how can I "concatenate" the listings?
>> >
>> > -Kevin
>> >
>> > - Original Message -
>> > From: <[EMAIL PROTECTED]>
>> > To: "CF-Talk" <[EMAIL PROTECTED]>
>> > Sent: Wednesday, November 26, 2003 8:13 AM
>> > Subject: RE: Can this be done??
>> >
>> > > http://developer.irt.org/script/script.htm ... the _javascript_
>> FAQ's learned most of my js there many moons ago... don't know
> how
>> > > up to date it is but certainly give you examples of things that
>> you could use to achieve what you want
>> > >
>> > >
>> > > -Original Message-
>> > > From: Bushy [mailto:[EMAIL PROTECTED]
>> > > Sent: 26 November 2003 14:02
>> > > To: CF-Talk
>> > > Subject: RE: Can this be done??
>> > >
>> > >
>> > > Do you know where I could find some examples?
>> > >
>> > > --Original Message Text---
>> > > From: Heald, Tim
>> > > Date: Wed, 26 Nov 2003 08:56:10 -0500
>> > >
>> > > _javascript_.
>> > >
>> > >
>> > >
>> > > -Original Message-
>> > > From: Bushy [mailto:[EMAIL PROTECTED]
>> > > Sent: Wednesday, November 26, 2003 8:56 AM
>> > > To: CF-Talk
>> > > Subject: re: Can this be done??
>> > >
>> > > Hi,
>> > >
>> > > I have a frame split in half (topframe & bottomframe).
>> > >
>> > > I the top frame I'm listing directories/files which have links to
> them.
>> > > Beside each directory/file is an image that when clicked I want to
> send
>> > > the link information to the bottom frame as the path. Each time a
> link
>> > > is clicked the bottom frame would get updated with a new entry.
>> > >
>> > > For example (+ is directory, - is files):
>> > >
>> > > Top frame listing
>> > > -
>> > >
>> > > Directory Listing:
>> > >
>> > > + changes
>> > > + delivery
>> > > + late
>> > > + schedule
>> > > - data.txt
>> > > - test.txt
>> > > - mywork.txt
>> > >
>> > > So if a user click on a the directory "changes" link the file path
>> and name are passed to the bottom frame. user then click on the
>> directory "late" and then filename "test.txt"
>> > >
>> > > Bottom frame:
>> > > ---

Re: Another Query Question

2003-11-26 Thread MILAN MUSHRAN
try this..

SELECT  COUNT(DISTINCT emres_prod_part_numl+ emres_prod_catagory) As 
Clicks,emres_prod_part_numl, emres_prod_catagory

if emres_prod_part_numl and emres_prod_catagory are of different datatypes, 
then you have to convert them into a single datatype using the CONVERT 
function as in SQL Server.

eg: SELECT  COUNT(DISTINCT convert (varchar,emres_prod_part_numl) + 
emres_prod_catagory) As Clicks,emres_prod_part_numl, emres_prod_catagory

Ofcourse, here I am assuming that emres_prod_catagory is of type varchar and 
emres_prod_part_numl is not a varchar. If both are varchar, then u dont have 
to use the CONVERT function.

Thanks,
Milan



>From: "Ben Densmore" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Another Query Question
>Date: Wed, 26 Nov 2003 10:52:39 -0500
>
>I have a query that currently looks like:
>
>	
>	select Count(*) As Clicks,emres_prod_part_numl,
>emres_prod_catagory
>	from email_results
>	Where emres_blast_sent_id = 23
>	GROUP BY emres_prod_part_numl, emres_prod_catagory
>	
>
>Based on the current emres_blast_sent_id I get output that looks like
>this:
>
>Part NumberCategory  Click Thrus
>
>HMCX  Amplifiers    389
>HMCX  Modulators - Direct   287
>HMCX  Modulators - Direct   132
>HMCX  Dividers & Detectors  125
>
>
>This is all fine except the click thrus are off because of duplicate
>entries. How can I get a distinct count on these? Using Count(*) is
>counting every click thru and I only need it to count unique ones.
>
>Thanks,
>Ben
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Can this be done??

2003-11-26 Thread tom


You had a typo on the equals sign.

Tom Nunamaker

> I've flipped through ColdFusion MX Web Application Construction Kit_ by
> Ben Forta, page 170. and this is just too deep for me.
>
> I've tried using  without
> any success?
>
> When a link is clicked 
> target="bottomframe">
>
> I'm passing the results to the bottom frame which works fine.
>
> I put the 
> the ITEMLIST does not get appended. Am I using the correct CF code?
>
> What am I doing wrong?
>
>
> --Original Message Text---
> From: Bushy
> Date: Wed, 26 Nov 2003 10:40:11 -0500
>
>
> Nope.
>
> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 09:24:36 -0600
>
> Did you even try looking up how to use a list or array and figure it out
> for yourself?
>
> Here's a lead:
> _ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170.
>
> -Kevin
>
> - Original Message -
> From: "Bushy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 9:12 AM
> Subject: Re: Can this be done??
>
>> Cool.
>>
>> I got it to work using the URL variable.
>>
>> How can I keep adding or concatenate each selection to the URL.item
> variable I'm displaying in the bottomframe to a list or array?
>>
>>
>>
>>
>>
>> --Original Message Text---
>> From: Kevin Graeme
>> Date: Wed, 26 Nov 2003 08:56:40 -0600
>>
>> Ah, maybe I misunderstood what you were trying to do. That still
>> sounds pretty basic and still may not need _javascript_.
>>
>> One way that you might do it is in the top frame, each link goes to
>> the
> same
>> page in the bottom frame and just passes the link information as a url
>> variable. So pass from the top frame something like:
>> 
>> target="bottomFrame">changes
>>
>> Then on the bottom frame, just grab the url.item variable passed to
>> it,
> add
>> it to a list or array or whatever you need of url variables that
>> you've passed, probably storing them in the session scope. Then output
>> whatever
> is
>> in that list.
>>
>> -Kevin
>>
>> - Original Message -
>> From: "Bushy" <[EMAIL PROTECTED]>
>> To: "CF-Talk" <[EMAIL PROTECTED]>
>> Sent: Wednesday, November 26, 2003 8:25 AM
>> Subject: Re: Can this be done??
>>
>> > --Original Message Text---
>> > From: Kevin Graeme
>> > Date: Wed, 26 Nov 2003 08:20:45 -0600
>> >
>> > Actually, depending on how he's doing things _javascript_ might not be
>> feasible. If the file/folder listing view is a ftp window in the
>> frame,
>> then
>> > he probably won't be able to use _javascript_.
>> >
>> > The directory/file listing is created using 
>> >
>> > If it's a cf/html listing of files, then it's easy and doesn't even
> really
>> > need _javascript_. Just use the target attribute in the  for
>> each
>> link
>> > and point it to the other frame.
>> >
>> > OK...but how can I "concatenate" the listings?
>> >
>> > -Kevin
>> >
>> > - Original Message -
>> > From: <[EMAIL PROTECTED]>
>> > To: "CF-Talk" <[EMAIL PROTECTED]>
>> > Sent: Wednesday, November 26, 2003 8:13 AM
>> > Subject: RE: Can this be done??
>> >
>> > > http://developer.irt.org/script/script.htm ... the _javascript_
>> FAQ's learned most of my js there many moons ago... don't know
> how
>> > > up to date it is but certainly give you examples of things that
>> you could use to achieve what you want
>> > >
>> > >
>> > > -Original Message-
>> > > From: Bushy [mailto:[EMAIL PROTECTED]
>> > > Sent: 26 November 2003 14:02
>> > > To: CF-Talk
>> > > Subject: RE: Can this be done??
>> > >
>> > >
>> > > Do you know where I could find some examples?
>> > >
>> > > --Original Message Text---
>> > > From: Heald, Tim
>> > > Date: Wed, 26 Nov 2003 08:56:10 -0500
>> > >
>> > > _javascript_.
>> > >
>> > >
>> > >
>> > > -Original Message-
>> > > From: Bushy [mailto:[EMAIL PROTECTED]
>> > > Sent: Wednesday, November 26, 2003 8:56 AM
>> > > To: CF-Talk
>> > > Subject: re: Can this be done??
>> > >
>> > > Hi,
>> > >
>> > > I have a frame split in half (topframe & bottomframe).
>> > >
>> > > I the top frame I'm listing directories/files which have links to
> them.
>> > > Beside each directory/file is an image that when clicked I want to
> send
>> > > the link information to the bottom frame as the path. Each time a
> link
>> > > is clicked the bottom frame would get updated with a new entry.
>> > >
>> > > For example (+ is directory, - is files):
>> > >
>> > > Top frame listing
>> > > -
>> > >
>> > > Directory Listing:
>> > >
>> > > + changes
>> > > + delivery
>> > > + late
>> > > + schedule
>> > > - data.txt
>> > > - test.txt
>> > > - mywork.txt
>> > >
>> > > So if a user click on a the directory "changes" link the file path
>> and name are passed to the bottom frame. user then click on the
>> directory "late" and then filename "test.txt"
>> > >
>> > > Bottom frame:
>> > > -
>> > >
>> > > changes
>> > > late
>> > > test.txt
>> > >
>> > > How could this be done?
>> > >
>> >
>>
> 
 [Todays Threads] 
 [This Message] 
 [Subscr

Re: Using Cursor in MS SQL 7.0

2003-11-26 Thread tom
You might want to change your WHILE condition to this:

WHILE (@@FETCH_STATUS=0)

--
Here are the codes from Microsoft's site at
http://msdn.microsoft.com/library/default.asp?url="">
:

@@FETCH_STATUS
Returns the status of the last cursor FETCH statement issued against any
cursor currently opened by the connection.

Return value Description
0 FETCH statement was successful.
-1 FETCH statement failed or the row was beyond the result set.
-2 Row fetched is missing.

--

Have you tried putting a FETCH statement before the WHILE and move the
FETCH inside the WHILE to the end of the loop?  Something like this:

FETCH NEXT FROM CUR_CUSTOMER_V_IDS INTO @CURRID
WHILE (@@FETCH_STATUS=0)
BEGIN
  IF @STR_IDS = ''
    BEGIN
  SET @STR_IDS=CAST(@CURRID AS VARCHAR(4))
    END
  ELSE
    BEGIN
  SET @[EMAIL PROTECTED]','+CAST(@CURRID AS
    VARCHAR(4))
    END

  FETCH NEXT FROM CUR_CUSTOMER_V_IDS INTO @CURRID
END

Tom Nunamaker

> Hi,
>
> I have wrote a stored proc which creates a cursor,
> I then open it, loop within it, append the id to a variable and when
> finished close it
> and print out the variable.
>
> I am testing the PROC inside Query Analyzer.
>
> The first time it runs ok, but the second time it wont,
>
> this is the PROC,
>
> CREATE PROCEDURE LEO4_CURRENT_STATES_WITH_LOCATION
>
> (@CUSTOMERID INT)
>
> AS
>
> DECLARE 	@STR_IDS VARCHAR(500)
> SET		@STR_IDS=''
>
> DECLARE CUR_CUSTOMER_V_IDS INSENSITIVE CURSOR
>
> FOR		SELECT DISTINCT TABLE.VEHICLEID FROM TABLE WHERE
> [EMAIL PROTECTED]
>
> OPEN 		CUR_CUSTOMER_V_IDS
>
> DECLARE @CURRID INT
>
> WHILE @@FETCH_STATUS <> -1
>
> 	BEGIN
>
> 		FETCH NEXT FROM CUR_CUSTOMER_V_IDS INTO @CURRID
>
> 		IF @STR_IDS = ''
> 			BEGIN
> SET @STR_IDS=CAST(@CURRID AS VARCHAR(4))
> 			END
> 		ELSE
> 			BEGIN
> SET @[EMAIL PROTECTED]','+CAST(@CURRID AS
> VARCHAR(4))
> 			END
>
>
> 	END
>
> CLOSE CUR_CUSTOMER_V_IDS
>
> DEALLOCATE CUR_CUSTOMER_V_IDS
>
> PRINT 'START'
> PRINT @STR_IDS
> PRINT 'END'
>
> first time it runs the out put looks something like this where x is an
> ID digit,
> START
> xxx,xxx,xxx,xx,,xxx
> END
>
> the second time I run it I get this,
> START
>
> END
> I'm not sure whats happening here, I have closed the cursor and removed
> it from memory.
> The only way I can get it to run again is to close down my database
> session window in
> query anaylzer and reconnect. I have only done testing in QA not from
> CF, but I would imagine
> the same thing would be happening.
>
> Would anyone have any ideas.
>
> J
>
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Intermittent Error

2003-11-26 Thread Bryan Stevenson
Hey All,

I've got a simple form with only 1 prompt of type "file".  Yes I have the
proper enctype in the form ;-)

This form is meant to allow the user to select a local image file and upload
it (pretty standard stuff).  The problem is that after some form posts I get
this error intermittently.

500 Error parsing the form under encoding - UTF-8.

So I assume this has something to do with the character set or
encodingbut I'm lost.

BTW this is a Win XP Pro client and a Win 2K Advanced Server running CF MX
6.1

Thanks in advance

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Can this be done??

2003-11-26 Thread Bushy
I've flipped through ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170. and this is just too deep for me.

I've tried using  without any success?

When a link is clicked 

I'm passing the results to the bottom frame which works fine.

I put the 

What am I doing wrong?

--Original Message Text---
From: Bushy
Date: Wed, 26 Nov 2003 10:40:11 -0500

Nope.

--Original Message Text---
From: Kevin Graeme
Date: Wed, 26 Nov 2003 09:24:36 -0600

Did you even try looking up how to use a list or array and figure it out for
yourself?

Here's a lead:
_ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170.

-Kevin

- Original Message - 
From: "Bushy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 9:12 AM
Subject: Re: Can this be done??

> Cool.
>
> I got it to work using the URL variable.
>
> How can I keep adding or concatenate each selection to the URL.item
variable I'm displaying in the bottomframe to a list or array?
>
>
>
>
>
> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 08:56:40 -0600
>
> Ah, maybe I misunderstood what you were trying to do. That still sounds
> pretty basic and still may not need _javascript_.
>
> One way that you might do it is in the top frame, each link goes to the
same
> page in the bottom frame and just passes the link information as a url
> variable. So pass from the top frame something like:
> changes
>
> Then on the bottom frame, just grab the url.item variable passed to it,
add
> it to a list or array or whatever you need of url variables that you've
> passed, probably storing them in the session scope. Then output whatever
is
> in that list.
>
> -Kevin
>
> - Original Message - 
> From: "Bushy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 8:25 AM
> Subject: Re: Can this be done??
>
> > --Original Message Text---
> > From: Kevin Graeme
> > Date: Wed, 26 Nov 2003 08:20:45 -0600
> >
> > Actually, depending on how he's doing things _javascript_ might not be
> > feasible. If the file/folder listing view is a ftp window in the frame,
> then
> > he probably won't be able to use _javascript_.
> >
> > The directory/file listing is created using 
> >
> > If it's a cf/html listing of files, then it's easy and doesn't even
really
> > need _javascript_. Just use the target attribute in the  for each
> link
> > and point it to the other frame.
> >
> > OK...but how can I "concatenate" the listings?
> >
> > -Kevin
> >
> > - Original Message - 
> > From: <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 26, 2003 8:13 AM
> > Subject: RE: Can this be done??
> >
> > > http://developer.irt.org/script/script.htm ... the _javascript_
> > > FAQ's learned most of my js there many moons ago... don't know
how
> > > up to date it is but certainly give you examples of things that you
> > > could use to achieve what you want
> > >
> > >
> > > -Original Message-
> > > From: Bushy [mailto:[EMAIL PROTECTED]
> > > Sent: 26 November 2003 14:02
> > > To: CF-Talk
> > > Subject: RE: Can this be done??
> > >
> > >
> > > Do you know where I could find some examples?
> > >
> > > --Original Message Text---
> > > From: Heald, Tim
> > > Date: Wed, 26 Nov 2003 08:56:10 -0500
> > >
> > > _javascript_.
> > >
> > >
> > >
> > > -Original Message-
> > > From: Bushy [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, November 26, 2003 8:56 AM
> > > To: CF-Talk
> > > Subject: re: Can this be done??
> > >
> > > Hi,
> > >
> > > I have a frame split in half (topframe & bottomframe).
> > >
> > > I the top frame I'm listing directories/files which have links to
them.
> > > Beside each directory/file is an image that when clicked I want to
send
> > > the link information to the bottom frame as the path. Each time a
link
> > > is clicked the bottom frame would get updated with a new entry.
> > >
> > > For example (+ is directory, - is files):
> > >
> > > Top frame listing
> > > -
> > >
> > > Directory Listing:
> > >
> > > + changes
> > > + delivery
> > > + late
> > > + schedule
> > > - data.txt
> > > - test.txt
> > > - mywork.txt
> > >
> > > So if a user click on a the directory "changes" link the file path and
> > > name are passed to the bottom frame. user then click on the directory
> > > "late" and then filename "test.txt"
> > >
> > > Bottom frame:
> > > -
> > >
> > > changes
> > > late
> > > test.txt
> > >
> > > How could this be done?
> > >
> >
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Using Cursor in MS SQL 7.0

2003-11-26 Thread John McCosker
Hi,

I have wrote a stored proc which creates a cursor,
I then open it, loop within it, append the id to a variable and when
finished close it
and print out the variable.

I am testing the PROC inside Query Analyzer.

The first time it runs ok, but the second time it wont,

this is the PROC,

CREATE PROCEDURE LEO4_CURRENT_STATES_WITH_LOCATION 

(@CUSTOMERID INT)

AS

DECLARE 	@STR_IDS VARCHAR(500)
SET		@STR_IDS=''

DECLARE CUR_CUSTOMER_V_IDS INSENSITIVE CURSOR

FOR		SELECT DISTINCT TABLE.VEHICLEID FROM TABLE WHERE
[EMAIL PROTECTED]

OPEN 		CUR_CUSTOMER_V_IDS

DECLARE @CURRID INT

WHILE @@FETCH_STATUS <> -1
	
	BEGIN
		
		FETCH NEXT FROM CUR_CUSTOMER_V_IDS INTO @CURRID
		
		IF @STR_IDS = ''
			BEGIN
SET @STR_IDS=CAST(@CURRID AS VARCHAR(4))
			END
		ELSE
			BEGIN
SET @[EMAIL PROTECTED]','+CAST(@CURRID AS
VARCHAR(4))
			END
		
	
	END

CLOSE CUR_CUSTOMER_V_IDS

DEALLOCATE CUR_CUSTOMER_V_IDS

PRINT 'START'
PRINT @STR_IDS
PRINT 'END'

first time it runs the out put looks something like this where x is an ID
digit,
START
xxx,xxx,xxx,xx,,xxx
END

the second time I run it I get this,
START

END
I'm not sure whats happening here, I have closed the cursor and removed it
from memory.
The only way I can get it to run again is to close down my database session
window in
query anaylzer and reconnect. I have only done testing in QA not from CF,
but I would imagine
the same thing would be happening.

Would anyone have any ideas.

J


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Problems using JRUN4 and CFMX together.

2003-11-26 Thread Jeremy Brodie
Dave,

Are you talking about adding classpaths to the JMC? (I'd bet that you are). If this is the case then this is a bug within JRUN4 (see reference for details) I recently had the same problem myself!

When one adds the necessary Classpaths to the JRUN server (in this configuration the Classpaths are located in the JRUN management console) and the Cold Fusion application is stopped, the application can not be restarted again (does not play nice). 

Solution: 

In this configuration we had to add the classpaths manually by doing the following:

1)   locate jvm.config. This is located within the following path {jrun location}\jre

2)   Open jvm.config with wordpad

3)   Under the Java Arguments make sure the first two arguments read as follows: java.args=-server -Xmx256m. In the error, these two arguments are switched when classpaths are added through the JRUN management console.

4)   Add the Classpaths manually by typing in the paths. Make sure classpaths have forward slashes, have the right cases (it is case sensitive) and separated by commas

5)   Stop and restart the Cold Fusion Application within the JMC

Reference: http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=274&threadid=688726&highlight_key=y&keyword1=classpath

Jeremy Brodie
Intelix
an Edgewater Technology Solutions Company

web: http://www.edgewater.com
phone:(703) 815-2500
nasdaq symbol: EDGE

> We seem to be having trouble getting JRUN4 and CFMX to work together.
> Are there any special tweaks or requirements needed to get the two 
> working
> together?
> 
> Do I need to use CFMX Enterprise version with JRUN 4 or will the 
> standard
> version work just as well?
> 
> 
> I switched over to Tomcat in the time being to get rid of the problem.
> 
> 
> 
> Regards,
> Dave Bosky
> 
> 
> 
> 
> HTC Disclaimer:  The information contained in this message may be 
> privileged and confidential and protected from disclosure. If the 
> reader of this message is not the intended recipient, or an employee 
> or agent responsible for delivering this message to the intended 
> recipient, you are hereby notified that any dissemination, 
> distribution or copying of this communication is strictly prohibited.  
> If you have received this communication in error, please notify us 
> immediately by replying to the message and deleting it from your 
> computer.  Thank you.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Anonymous access and authentication

2003-11-26 Thread Kwang Suh
If it's an active directory component, you won't be able to call it using
createObject.

 
Try the  tag in the developer's exchange.

-Original Message-
From: cf coder [mailto:[EMAIL PROTECTED] 
Sent: November 26, 2003 9:20 AM
To: CF-Talk
Subject: Re:Anonymous access and authentication

no, I won't use the cfhttp tag, I'll use the code directly in my file. Oh
and btw, I get this error when I view in the browser

An exception occurred when instantiating a Com object.  
The cause of this exception was that: java.lang.NullPointerException.  

any ideas?

>You would run into the same issue. You would still have to provide
>access information to execute this code.
>
>
> ADSys=createObject('com', 'ADSystemInfo');
> // you need a set user on this line.
> writeOutput=('User='&ADSys.UserName);
>
>
> 
  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Anonymous access and authentication

2003-11-26 Thread Bryan F. Hogan
Yep, com sucks. :) I don't know of any other way.

-Original Message-
From: cf coder [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 11:20 AM
To: CF-Talk
Subject: Re:Anonymous access and authentication

no, I won't use the cfhttp tag, I'll use the code directly in my file.
Oh and btw, I get this error when I view in the browser

An exception occurred when instantiating a Com object.  
The cause of this exception was that: java.lang.NullPointerException.  

any ideas?


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Nick de Voil
> If you're running CFMX 6.1, I'd recommend taking a look at just running
CFMX
> on top of your existing JRun install

Is "CFMX for J2EE" now simply an install option for Enterprise then? Or is
it a different product version?

Nick


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Anonymous access and authentication

2003-11-26 Thread cf coder
no, I won't use the cfhttp tag, I'll use the code directly in my file. Oh and btw, I get this error when I view in the browser

An exception occurred when instantiating a Com object.  
The cause of this exception was that: java.lang.NullPointerException.  

any ideas?

>You would run into the same issue. You would still have to provide
>access information to execute this code.
>
>
>	ADSys=createObject('com', 'ADSystemInfo');
>	// you need a set user on this line.
>	writeOutput=('User='&ADSys.UserName);
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:CFHTTP & url rewriting

2003-11-26 Thread Cathy Taylor
It can also be done without using cfscript:

It can also be done without using 


  method="get"
  resolveurl="true">



cforum/balancingact/", "content2.cfm?id=", "All")>

@
"content.cfm" [Read only] 27 lines, 994 characters

cforum/balancingact/", "content2.cfm?id=", "All")>


"0">
    ', #Variables.links#) -1>



#postlist#

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ImageMagick/MagickTag

2003-11-26 Thread [EMAIL PROTECTED]
I'm in a similar mindset.
I had trouble getting CF_Magick tag to work properly eventually I just
decided to sod it and build the sting and run it in cfexecute.
Damn, sight more simple and arguably quicker I would say (less steps to the
solution).

-Darren

-Original Message-
From: cf-talk [mailto:[EMAIL PROTECTED]
Sent: 26 November 2003 17:10
To: CF-Talk
Subject: RE: ImageMagick/MagickTag

I've never really bothered with the CF_Magick tag myself.  I just build
the arguments in a string variable and then use CFEXECUTE.  I've found
this to be much easier to deal with since I can test my image
manipulation(s) at the command prompt first and then, when I'm convinced
its working, put it into my code.

 
-Novak

-Original Message-
From: CF Lists [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 5:57 AM
To: CF-Talk
Subject: ImageMagick/MagickTag

Has anyone used imagemagick or magicktag to write text on an image? This

doesn't work.

 inputtype="file"
 inputfile="/usr/var/www/html/greg/banner.gif"
 outputType="file"
 outputFile="/usr/var/www/html/greg/greg.gif"
  debug="No"
  timeout="5">
  


Nor this:
  

Tried this also:

arguments="/usr/var/www/html/greg/banner.gif -draw text 10,30 'GREG' 
/usr/var/www/html/greg/greg.gif"
timeout="5">


And this:

arguments="/usr/var/www/html/greg/banner.gif -draw text 10,30 GREG> 
/usr/var/www/html/greg/greg.gif"
timeout="5">


  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:CFHTTP & url rewriting

2003-11-26 Thread Cathy Taylor
Maybe this will be helpful. This was code I used to rewrite bulletin boards stripped down to just messages and made local using variables. I used the rereplace function:


  method="get"
  resolveurl="true">


// Modify all links to local second agent page with variable
links = ReReplaceNoCase(#cfhttp.filecontent#,
"http://messageboards.ivillage.com/n/mb/message.asp?webtag=iv-ppplaynov97n&msg="
, "pp2.cfm?id=", "All");
// Replace 'nogifs' in links with nothing
links2 = ReReplaceNoCase(#Variables.links#, "wintext", "", "All");
// Find point in content to strip to from beginning of file
count = Find("", #variables.links2#
) -1;
// Remove from beginning to the above point
 postlist = RemoveChars("#variables.links2#", 1, #variables.count#);
// Remove from beginning to the above point
 postlist = RemoveChars("#variables.links2#", 1, #variables.count#);
// Display everything left of the 

RE: Anonymous access and authentication

2003-11-26 Thread Bryan F. Hogan
You would run into the same issue. You would still have to provide
access information to execute this code.


	ADSys=createObject('com', 'ADSystemInfo');
	// you need a set user on this line.
	writeOutput=('User='&ADSys.UserName);



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: ImageMagick/MagickTag

2003-11-26 Thread cf-talk
I've never really bothered with the CF_Magick tag myself.  I just build
the arguments in a string variable and then use CFEXECUTE.  I've found
this to be much easier to deal with since I can test my image
manipulation(s) at the command prompt first and then, when I'm convinced
its working, put it into my code.

 
-Novak

-Original Message-
From: CF Lists [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 5:57 AM
To: CF-Talk
Subject: ImageMagick/MagickTag

Has anyone used imagemagick or magicktag to write text on an image? This

doesn't work.

 inputtype="file"
 inputfile="/usr/var/www/html/greg/banner.gif"
 outputType="file"
 outputFile="/usr/var/www/html/greg/greg.gif"
  debug="No"
  timeout="5">
  


Nor this:
  

Tried this also:

arguments="/usr/var/www/html/greg/banner.gif -draw text 10,30 'GREG' 
/usr/var/www/html/greg/greg.gif"
timeout="5">


And this:

arguments="/usr/var/www/html/greg/banner.gif -draw text 10,30 GREG> 
/usr/var/www/html/greg/greg.gif"
timeout="5">


  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Anonymous access and authentication

2003-11-26 Thread cf coder
if I can rewrite the following asp code in coldfusion, my problem will automatically get solved, can I do this in coldfusion?

<% 

Set ADSys = CreateObject("ADSystemInfo") 

response.write "User=" & ADSys.UserName 

%>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Studio MX 2004 licensing and upgrade protection

2003-11-26 Thread Samuel Neff
You should contact MM sales directly, not 3rd party suppliers like CDW.

AFAIK there is no official upgrade path right now for subscriptions, but
I've seen it mentioned a lot and many subscribers were concerned about it
and I think MM is working on this.

Sam

--
Blog:  http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
--

-Original Message-
From: Candace Cottrell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 11:17 AM
To: CF-Talk
Subject: OT: Studio MX 2004 licensing and upgrade protection

So, I am wondering if I am the only one in this boat...

We bought 2 years of upgrade protection on Studio MX.

Flash MX 2004 Pro comes out and it's not included in upgrade
protection.

Ok, I can understand that. We need to buy upgrades to Pro.

BUT... according to CDW, we LOSE the 2 yrs worth of subscription and
have to RE-BUY the entire thing and pay the full price.

Is there no "upgrade" to upgrade protection??

Am I on the right track here? Can anyone help me???

Candace K. Cottrell, Web Developer

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Samuel Neff
You should be using the J2EE version if you have JRun installed on it's own.
JRun provides separate server instances within one installation which is all
you need for segregation of applications.

Sam

--
Blog:  http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
--
-Original Message-
From: Bosky, Dave [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 11:28 AM
To: CF-Talk
Subject: Problems using JRUN4 and CFMX together.

We seem to be having trouble getting JRUN4 and CFMX to work together.
Are there any special tweaks or requirements needed to get the two working
together?

Do I need to use CFMX Enterprise version with JRUN 4 or will the standard
version work just as well?

I switched over to Tomcat in the time being to get rid of the problem.

Regards,
Dave Bosky


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Anonymous access and authentication

2003-11-26 Thread cf coder
are you saying I should be passing my windows login username and password?

>The CFHTTP tag has 'username' and 'password' attributes that will pass along
>credentials for basic authentication.  You probably have to pass the
>credentials of your user to IIS.
>
>That's just a WAG, but might be the problem.
>
>Cheers,
>barneyb
>
>> -Original Message-
>> From: Allan Clarke [mailto:[EMAIL PROTECTED] 
>> Sent: Wednesday, November 26, 2003 8:49 AM
>> To: CF-Talk
>> Subject: Anonymous access and authentication
>> 
>> Hello everybody, 
>> 
>> I'm trying to call a .asp file from my coldfusion page
>> 
>> using cfhttp. When I browse the the cfm file in the
>> browser, I see this message displayed on the browser:
>> 
>> You are not authorized to view this page 
>> You do not have permission to view this directory or
>> page using the credentials you supplied. 
>> 
>> HTTP 401.2 - Unauthorized: Logon failed due to server
>> configuration Internet Information Services
>> 
>> Now here is the code in the asp file (user.asp)
>> 
>> <%
>> 
>> Set ADSys = CreateObject("ADSystemInfo")
>> 
>> response.write "User=" & ADSys.UserName
>> 
>> %>
>> 
>> Here is the code in the coldfusion file
>> (getuserdetails.cfm)
>> 
>> 
>> timeout="30"/>
>> #CFHTTP.FileContent#
>> 
>> As you can see, I'm trying to get the user information
>> from the active directory. To get round the error
>> message I described above, I went to the webserver IIS
>> Management Console, right clicked on the file
>> user.asp, hit the "File Security" tab, hit the "Edit"
>> button under "Anonymous access and authentication
>> control" and ticked the "Annoymous access" check box.
>> 
>> Now that anonymous access permissions are set on the
>> file, when I call this file with the cfhttp tag, I
>> don't see the error I was getting earlier (HTTP 401.2
>> -
>> Unauthorized: Logon failed due to server configuration
>> Internet Information Services), but I get an asp error
>> (error '80070534') and I know I get this error because
>> active directory does not know who to look for because
>> anonymous access permissions are set on the file. I
>> don't know what to do from this point, was hoping
>> somebody might know or have a solution to this
>> problem.
>> 
>> Best Regards
>> cf coder
>> 
>> __
>> Do you Yahoo!?
>> Free Pop-Up Blocker - Get it now
>> http://companion.yahoo.com/
>> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Another Query Question

2003-11-26 Thread Ben Densmore
I have a query that currently looks like:

	
	select Count(*) As Clicks,emres_prod_part_numl,
emres_prod_catagory
	from email_results
	Where emres_blast_sent_id = 23
	GROUP BY emres_prod_part_numl, emres_prod_catagory
	

Based on the current emres_blast_sent_id I get output that looks like
this:

Part NumberCategory  Click Thrus

 
HMCX  Amplifiers    389  
HMCX  Modulators - Direct   287  
HMCX  Modulators - Direct   132  
HMCX  Dividers & Detectors  125

This is all fine except the click thrus are off because of duplicate
entries. How can I get a distinct count on these? Using Count(*) is
counting every click thru and I only need it to count unique ones.

Thanks,
Ben  
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Dave Watts
> There may be a way of getting a standalone JRun to play nice 
> with the one in CFMX, but we couldn't figure it out. We gave 
> up in the end and we're running our pure Java apps through 
> CFMX Enterprise's built-in JRun as well as our CF apps. Sounds 
> crazy but it works OK.

If you're running CFMX 6.1, I'd recommend taking a look at just running CFMX
on top of your existing JRun install - there's no upgrade cost for moving to
that from CFMX Enterprise as long as you don't have more than two processors
in your server, if I understand the pricing correctly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Dave Watts
> We seem to be having trouble getting JRUN4 and CFMX to work 
> together. Are there any special tweaks or requirements needed 
> to get the two working together?
> 
> Do I need to use CFMX Enterprise version with JRUN 4 or will 
> the standard version work just as well?

I'm not sure what you mean by getting them to "work together". Typically, if
you have a full install of JRun, you'd simply install CFMX for J2EE on top
of it. When installing CFMX 6.1, there are three options - install CFMX
Enterprise or Standard (depending on your serial number), install JRun and a
single instance of CFMX for J2EE on top of that, or create an install
package (EAR or WAR) for your existing J2EE application server. 

You'd want to pick the last option, probably. This would create an EAR file,
which you'd then expand into the JRun server of your choice. This is
extremely easy to do, actually. You'd probably want to select a context root
of "/" when creating the EAR file.

If you hadn't installed JRun 4 yet, the second install option is the easiest
way to get both JRun and CFMX on your system.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Anonymous access and authentication

2003-11-26 Thread Barney Boisvert
The CFHTTP tag has 'username' and 'password' attributes that will pass along
credentials for basic authentication.  You probably have to pass the
credentials of your user to IIS.

That's just a WAG, but might be the problem.

Cheers,
barneyb

> -Original Message-
> From: Allan Clarke [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 26, 2003 8:49 AM
> To: CF-Talk
> Subject: Anonymous access and authentication
> 
> Hello everybody, 
> 
> I'm trying to call a .asp file from my coldfusion page
> 
> using cfhttp. When I browse the the cfm file in the
> browser, I see this message displayed on the browser:
> 
> You are not authorized to view this page 
> You do not have permission to view this directory or
> page using the credentials you supplied. 
> 
> HTTP 401.2 - Unauthorized: Logon failed due to server
> configuration Internet Information Services
> 
> Now here is the code in the asp file (user.asp)
> 
> <%
> 
> Set ADSys = CreateObject("ADSystemInfo")
> 
> response.write "User=" & ADSys.UserName
> 
> %>
> 
> Here is the code in the coldfusion file
> (getuserdetails.cfm)
> 
> 
> timeout="30"/>
> #CFHTTP.FileContent#
> 
> As you can see, I'm trying to get the user information
> from the active directory. To get round the error
> message I described above, I went to the webserver IIS
> Management Console, right clicked on the file
> user.asp, hit the "File Security" tab, hit the "Edit"
> button under "Anonymous access and authentication
> control" and ticked the "Annoymous access" check box.
> 
> Now that anonymous access permissions are set on the
> file, when I call this file with the cfhttp tag, I
> don't see the error I was getting earlier (HTTP 401.2
> -
> Unauthorized: Logon failed due to server configuration
> Internet Information Services), but I get an asp error
> (error '80070534') and I know I get this error because
> active directory does not know who to look for because
> anonymous access permissions are set on the file. I
> don't know what to do from this point, was hoping
> somebody might know or have a solution to this
> problem.
> 
> Best Regards
> cf coder
> 
> __
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now
> http://companion.yahoo.com/
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Nick de Voil
> We seem to be having trouble getting JRUN4 and CFMX to work together.

There may be a way of getting a standalone JRun to play nice with the one in
CFMX, but we couldn't figure it out. We gave up in the end and we're running
our pure Java apps through CFMX Enterprise's built-in JRun as well as our CF
apps. Sounds crazy but it works OK.

Nick


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: force file download for a Mac

2003-11-26 Thread Dave Watts
> I think that is where the file="[pathtofile]\sartxfercy.txt" 
> attribute comes in.

This part is only applicable if you're returning a file from the filesystem
using CFCONTENT. If you're returning text you've just generated with CF, you
would omit the FILE attribute.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Since CF knows no nulls...

2003-11-26 Thread Tom Jordahl
I think Kevin was referring to my web services talk (thanks for coming
Kevin!)

 
I was trying not to overload people with too many syntax-y things, so I
tried to stay away from too much talk about the 16 different ways we have to
deal with components. I only succeeded in 1.5 out of 3 talks.  :-)

 
You *can* use cfinvoke for both CFCs and Web service objects after calling
cfobject and passing the result of that as the Component= or WebService=
attribute.  As Ray said, this gives you the same reuse as the obj =
CreateObject()/obj.foo() syntax.  Or you can mix and match.

 
Its simply a style issue.  Even the reuse of a CFC object I don't think will
have that big of a performance impact (depending on the CFC), but its nice
to do.

 
Note however that in the web service case, the object is a bit more heavy
weight, so you *want* to reuse it as much as possible if you are calling
more than one operation on a page.

 
Hope that helps.

 
--
Tom Jordahl
Macromedia

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 12:40 PM
To: CF-Talk
Subject: Re: Since CF knows no nulls...

> > I don't know if this is specifically why, but my notes from a
> > MAX session mention that using cfinvoke slows things down because
> > it needs to create and manage a new object for each call, and
> > it was recommended to reuse existing objects where possible.
>
> In the absence of reuse, though, it doesn't make any difference whether
you
> use CFINVOKE or CreateObject. In many cases, there may not be any reuse.

Just double-checked the slides and the speed comparison was specifically for
creating an object vs reusing an object. Not which syntax was used to do so.
Either my notes from the talk were incomplete or the speaker glossed over
some of the issues. I think what was catching me, and maybe Tom, was
thinking of cfinvoke as for creating new objects.

-Kevin


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Anonymous access and authentication

2003-11-26 Thread Allan Clarke
Hello everybody, 

I'm trying to call a .asp file from my coldfusion page

using cfhttp. When I browse the the cfm file in the
browser, I see this message displayed on the browser:

You are not authorized to view this page 
You do not have permission to view this directory or
page using the credentials you supplied. 

HTTP 401.2 - Unauthorized: Logon failed due to server
configuration Internet Information Services

Now here is the code in the asp file (user.asp)

<%

Set ADSys = CreateObject("ADSystemInfo")

response.write "User=" & ADSys.UserName

%>

Here is the code in the coldfusion file
(getuserdetails.cfm)


timeout="30"/>
#CFHTTP.FileContent#

As you can see, I'm trying to get the user information
from the active directory. To get round the error
message I described above, I went to the webserver IIS
Management Console, right clicked on the file
user.asp, hit the "File Security" tab, hit the "Edit"
button under "Anonymous access and authentication
control" and ticked the "Annoymous access" check box.

Now that anonymous access permissions are set on the
file, when I call this file with the cfhttp tag, I
don't see the error I was getting earlier (HTTP 401.2
-
Unauthorized: Logon failed due to server configuration
Internet Information Services), but I get an asp error
(error '80070534') and I know I get this error because
active directory does not know who to look for because
anonymous access permissions are set on the file. I
don't know what to do from this point, was hoping
somebody might know or have a solution to this
problem.

Best Regards
cf coder

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Problems using JRUN4 and CFMX together.

2003-11-26 Thread Bosky, Dave
We seem to be having trouble getting JRUN4 and CFMX to work together.
Are there any special tweaks or requirements needed to get the two working
together?

Do I need to use CFMX Enterprise version with JRUN 4 or will the standard
version work just as well?

I switched over to Tomcat in the time being to get rid of the problem.

Regards,
Dave Bosky


HTC Disclaimer:  The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.  If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer.  Thank you.

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: force file download for a Mac

2003-11-26 Thread Patricia G. L. Hall
I think that is where the file="[pathtofile]\sartxfercy.txt" attribute
comes in.  You didn't have it in your original code, did you put it in
this go round?

My application does exactly what you want.  Forces a download of a text
file on both Mac and PC and names the file as I have it spelled out in the
file attribute of the cfcontent tag.

Also, as someone already mentioned you had, value="attached;..." rather
than value="attachment;"  If you hadn't fixed that, it could have made
a difference too.

-Patti

>> 
>> 
>> >

>
> I tried using application/unknown and it worked on the Mac but it put
> .cfm on the end of the file when I tried it with the PC. Strange. I need
> this to work on Mac and PC so I wonder if I should try to see what OS
> they are using and adjust the code accordingly. H
>
> Phillip B
>
>


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: Studio MX 2004 licensing and upgrade protection

2003-11-26 Thread Candace Cottrell
So, I am wondering if I am the only one in this boat...

 
We bought 2 years of upgrade protection on Studio MX. 

 
Flash MX 2004 Pro comes out and it's not included in upgrade
protection.

 
Ok, I can understand that. We need to buy upgrades to Pro.

 
BUT... according to CDW, we LOSE the 2 yrs worth of subscription and
have to RE-BUY the entire thing and pay the full price.

 
Is there no "upgrade" to upgrade protection??

 
Am I on the right track here? Can anyone help me???

 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org

[EMAIL PROTECTED]

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Safari Issues

2003-11-26 Thread Adam Wayne Lehman
That is a great quote from Shaw.

 
Your def right being that they are 'webstandards.org', I'm just not sure
who would/should follow their lead.

 
I once took over a contract where the client's site was having horrible
HTML display issues across the browsers. When the client contacted noted
these issues to the original vendor, the vendor responded "File a bug
report with MS, it's not our problem. If everyone would just email Bill
Gates and complain, your website would work across browsers". Needless
to say that vendor was fired.

 
But rather than web standards, why not limit the techniques or features
if they are not cross browser compliant. Rather than blindly use things
that won't work, why not boycott them.

 
I dunno, as a mid 90s web developer I've always assumed it part of my
job to ensure cross browser compatibility. This whole web standards
thing just seems like a bunch of lazy developers to me.

 
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division

 
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 10:38 AM
To: CF-Talk
Subject: RE: Safari Issues

 
> As I fully agree with the concept of web standards, I see it 
> very much like world peace. It's just a concept not a reality. 
> I think its best not to code for browsers _or_ web standards, 
> but better to code for the users.

For most websites, I'd probably agree with you, but if someone doesn't
push
for standards-based HTML, we'll be stuck with the status quo, which
really
sucks.

"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore, all
progress
depends on the unreasonable man." - George Bernard Shaw

> Having a site with un-selectable text may be traced back to an 
> issue with how IE renders HTML, but I feel it's irresponsible 
> that the developers of webstandards.org would knowingly put 
> their ideals before the user experience.

Normally, I would agree with you, but after all, this is
"webstandards.org".
Their entire reason for being is ... web standards! If they were to make
compromises to deal with IE deficiencies, that wouldn't say very much
for
them, now would it?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:Resize Image ?

2003-11-26 Thread Mary Jo Sminkey
>The reason I didn't suggest a server-based image resizing method is because
>you have one person uploading the images, they're doing it with ftp instead
>of a web interface. 

You could still go with this method, and I think it would work best for what the OP needs. Have a temporary directory that the user uploads the images to, and then just run a scheduled task that will do the resizing and move the images to their permanent locations. This way, you are only running the resizing once per image (instead of for every page load...best to avoid if possible) but you won't be requiring anything extra from the user either. I'd go ahead and resize the current images manually and go from there. 


Mary Jo Sminkey
[EMAIL PROTECTED]
http://www.cfwebstore.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Can this be done??

2003-11-26 Thread Charlie Griefer
nice.

  - Original Message - 
  From: Bushy 
  To: CF-Talk 
  Sent: Wednesday, November 26, 2003 8:40 AM
  Subject: Re: Can this be done??

  Nope.

  --Original Message Text---
  From: Kevin Graeme
  Date: Wed, 26 Nov 2003 09:24:36 -0600

  Did you even try looking up how to use a list or array and figure it out for
  yourself?

  Here's a lead:
  _ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170.

  -Kevin

  - Original Message - 
  From: "Bushy" <[EMAIL PROTECTED]>
  To: "CF-Talk" <[EMAIL PROTECTED]>
  Sent: Wednesday, November 26, 2003 9:12 AM
  Subject: Re: Can this be done??

  > Cool.
  >
  > I got it to work using the URL variable.
  >
  > How can I keep adding or concatenate each selection to the URL.item
  variable I'm displaying in the bottomframe to a list or array?
  >
  >
  >
  >
  >
  > --Original Message Text---
  > From: Kevin Graeme
  > Date: Wed, 26 Nov 2003 08:56:40 -0600
  >
  > Ah, maybe I misunderstood what you were trying to do. That still sounds
  > pretty basic and still may not need _javascript_.
  >
  > One way that you might do it is in the top frame, each link goes to the
  same
  > page in the bottom frame and just passes the link information as a url
  > variable. So pass from the top frame something like:
  > changes
  >
  > Then on the bottom frame, just grab the url.item variable passed to it,
  add
  > it to a list or array or whatever you need of url variables that you've
  > passed, probably storing them in the session scope. Then output whatever
  is
  > in that list.
  >
  > -Kevin
  >
  > - Original Message - 
  > From: "Bushy" <[EMAIL PROTECTED]>
  > To: "CF-Talk" <[EMAIL PROTECTED]>
  > Sent: Wednesday, November 26, 2003 8:25 AM
  > Subject: Re: Can this be done??
  >
  > > --Original Message Text---
  > > From: Kevin Graeme
  > > Date: Wed, 26 Nov 2003 08:20:45 -0600
  > >
  > > Actually, depending on how he's doing things _javascript_ might not be
  > > feasible. If the file/folder listing view is a ftp window in the frame,
  > then
  > > he probably won't be able to use _javascript_.
  > >
  > > The directory/file listing is created using 
  > >
  > > If it's a cf/html listing of files, then it's easy and doesn't even
  really
  > > need _javascript_. Just use the target attribute in the  for each
  > link
  > > and point it to the other frame.
  > >
  > > OK...but how can I "concatenate" the listings?
  > >
  > > -Kevin
  > >
  > > - Original Message - 
  > > From: <[EMAIL PROTECTED]>
  > > To: "CF-Talk" <[EMAIL PROTECTED]>
  > > Sent: Wednesday, November 26, 2003 8:13 AM
  > > Subject: RE: Can this be done??
  > >
  > > > http://developer.irt.org/script/script.htm   ... the _javascript_
  > > > FAQ's learned most of my js there many moons ago...  don't know
  how
  > > > up to date it is but certainly give you examples of things that you
  > > > could use to achieve what you want
  > > >
  > > >
  > > > -Original Message-
  > > > From: Bushy [mailto:[EMAIL PROTECTED]
  > > > Sent: 26 November 2003 14:02
  > > > To: CF-Talk
  > > > Subject: RE: Can this be done??
  > > >
  > > >
  > > > Do you know where I could find some examples?
  > > >
  > > > --Original Message Text---
  > > > From: Heald, Tim
  > > > Date: Wed, 26 Nov 2003 08:56:10 -0500
  > > >
  > > > _javascript_.
  > > >
  > > >
  > > >
  > > > -Original Message-
  > > > From: Bushy [mailto:[EMAIL PROTECTED]
  > > > Sent: Wednesday, November 26, 2003 8:56 AM
  > > > To: CF-Talk
  > > > Subject: re: Can this be done??
  > > >
  > > > Hi,
  > > >
  > > > I have a frame split in half (topframe & bottomframe).
  > > >
  > > > I the top frame I'm listing directories/files which have links to
  them.
  > > > Beside each directory/file is an image that when clicked I want to
  send
  > > > the link information to the bottom frame as  the path. Each time a
  link
  > > > is clicked the bottom frame would get updated with a new entry.
  > > >
  > > > For example (+ is directory, - is files):
  > > >
  > > > Top frame listing
  > > > -
  > > >
  > > > Directory Listing:
  > > >
  > > > + changes
  > > > + delivery
  > > > + late
  > > > + schedule
  > > > - data.txt
  > > > - test.txt
  > > > - mywork.txt
  > > >
  > > > So if a user click on a the directory "changes" link the file path and
  > > > name are passed to the bottom frame. user then click on the directory
  > > > "late" and then filename "test.txt"
  > > >
  > > > Bottom frame:
  > > > -
  > > >
  > > > changes
  > > > late
  > > > test.txt
  > > >
  > > > How could this be done?
  > > >
  > >
  > 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Odd variable error

2003-11-26 Thread Scott Weikert
Tom Kitta writes: 

> Are you maybe using CF5? I think it had a limit on the file size that can be
> operated with set at under 73kb of data you are talking about. I don't know
> what is the limit for CFMX. If you dealing with large files use Java (for
> very large files it becomes very tricky to do -- need to read some books).

Yes, in this case, CF5 (though we're shortly going to have all of our 
servers on MX, this is the last holdout). 

It's not so much a "file size" thing as variable size, but anyhoo... 

I'm pondering whether I should, instead of reading in the file contents, 
fiddling and writing back off, try using some file appends instead...
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Safari Issues

2003-11-26 Thread Dave Watts
> I think the point I'm trying to make is, support what makes 
> sense to support. By and large, Web standards are difficult 
> to support while offering our customers little benefit. 
> Browser sniffing by user-agent is easy. If it solves a problem, 
> then use it.

A lot of the benefits of web standards will only be available in the future,
so they offer little current benefit. However, if you're building a web
application that you expect will be around for three to five years, it makes
sense to build it in such a way that you won't have to replace things
unnecessarily over the lifespan of that application. To me, that's why (and
when) it makes sense to emphasize web standards whenever possible. Yes,
XHTML is harder than HTML, but not much, and there'll probably be lots of
XHTML renderers out there in a year or so.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX and a collection loop problem

2003-11-26 Thread Raymond Camden
Furthermore, the simplest thing is to assume there is no order. If you need
a particular order, use an array. If you still need struct-like data, just
use an array of structs.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re:force file download for a Mac

2003-11-26 Thread Jack Dalaa
You need to change 'attached' to 'attachment' for it to work, like:




I'm doing the same with Excel and Word docs, works beautifully on Mac.

Jack

>I'm trying to make a mac download an XML file that is dynamically 
>created. I can get it to work on a PC but a Mac just opens the file in 
>the browser. This is the CF that I'm using. Any ideas on what I need to 
>do to make this thing work?
>
>
>
>
>
>-- 
>Phillip B.
>
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Securing user login details

2003-11-26 Thread Dave Watts
> is there an alternative way to secure (encrypt) user login 
> details along the wire than SSL. We have a client who wants 
> security but does not trust SSL.
> 
> Is there anything out there I can look into.

There are all sorts of things you can use on the client to do this. I once
worked on a project that used a Netscape plugin to encrypt everything with
S/MIME before sending it through SSL.

However, you're probably better off just using SSL, as any sort of
client-side solution will depend on relatively complex and fragile
client-side stuff. The fact is, SSL is secure enough for the vast majority
of cases, and if it's not, you might want to rethink whether you want to use
a public network at all for your application. SSL/TLS gets a lot of public
scrutiny, and security issues are pretty rare and quickly addressed when
found.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Can this be done??

2003-11-26 Thread Bushy
Nope.

--Original Message Text---
From: Kevin Graeme
Date: Wed, 26 Nov 2003 09:24:36 -0600

Did you even try looking up how to use a list or array and figure it out for
yourself?

Here's a lead:
_ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170.

-Kevin

- Original Message - 
From: "Bushy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 9:12 AM
Subject: Re: Can this be done??

> Cool.
>
> I got it to work using the URL variable.
>
> How can I keep adding or concatenate each selection to the URL.item
variable I'm displaying in the bottomframe to a list or array?
>
>
>
>
>
> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 08:56:40 -0600
>
> Ah, maybe I misunderstood what you were trying to do. That still sounds
> pretty basic and still may not need _javascript_.
>
> One way that you might do it is in the top frame, each link goes to the
same
> page in the bottom frame and just passes the link information as a url
> variable. So pass from the top frame something like:
> changes
>
> Then on the bottom frame, just grab the url.item variable passed to it,
add
> it to a list or array or whatever you need of url variables that you've
> passed, probably storing them in the session scope. Then output whatever
is
> in that list.
>
> -Kevin
>
> - Original Message - 
> From: "Bushy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 8:25 AM
> Subject: Re: Can this be done??
>
> > --Original Message Text---
> > From: Kevin Graeme
> > Date: Wed, 26 Nov 2003 08:20:45 -0600
> >
> > Actually, depending on how he's doing things _javascript_ might not be
> > feasible. If the file/folder listing view is a ftp window in the frame,
> then
> > he probably won't be able to use _javascript_.
> >
> > The directory/file listing is created using 
> >
> > If it's a cf/html listing of files, then it's easy and doesn't even
really
> > need _javascript_. Just use the target attribute in the  for each
> link
> > and point it to the other frame.
> >
> > OK...but how can I "concatenate" the listings?
> >
> > -Kevin
> >
> > - Original Message - 
> > From: <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 26, 2003 8:13 AM
> > Subject: RE: Can this be done??
> >
> > > http://developer.irt.org/script/script.htm   ... the _javascript_
> > > FAQ's learned most of my js there many moons ago...  don't know
how
> > > up to date it is but certainly give you examples of things that you
> > > could use to achieve what you want
> > >
> > >
> > > -Original Message-
> > > From: Bushy [mailto:[EMAIL PROTECTED]
> > > Sent: 26 November 2003 14:02
> > > To: CF-Talk
> > > Subject: RE: Can this be done??
> > >
> > >
> > > Do you know where I could find some examples?
> > >
> > > --Original Message Text---
> > > From: Heald, Tim
> > > Date: Wed, 26 Nov 2003 08:56:10 -0500
> > >
> > > _javascript_.
> > >
> > >
> > >
> > > -Original Message-
> > > From: Bushy [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, November 26, 2003 8:56 AM
> > > To: CF-Talk
> > > Subject: re: Can this be done??
> > >
> > > Hi,
> > >
> > > I have a frame split in half (topframe & bottomframe).
> > >
> > > I the top frame I'm listing directories/files which have links to
them.
> > > Beside each directory/file is an image that when clicked I want to
send
> > > the link information to the bottom frame as  the path. Each time a
link
> > > is clicked the bottom frame would get updated with a new entry.
> > >
> > > For example (+ is directory, - is files):
> > >
> > > Top frame listing
> > > -
> > >
> > > Directory Listing:
> > >
> > > + changes
> > > + delivery
> > > + late
> > > + schedule
> > > - data.txt
> > > - test.txt
> > > - mywork.txt
> > >
> > > So if a user click on a the directory "changes" link the file path and
> > > name are passed to the bottom frame. user then click on the directory
> > > "late" and then filename "test.txt"
> > >
> > > Bottom frame:
> > > -
> > >
> > > changes
> > > late
> > > test.txt
> > >
> > > How could this be done?
> > >
> >
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX and a collection loop problem

2003-11-26 Thread Dave Watts
> Perhaps this has something to do with MXs different approach to
> ordering stuctures:
> 
> "ColdFusion MX returns struct keys in the order that you create 
> them. ColdFusion 5 returns struct keys in alphabetical order. 
> If you need sorted struct values or keys, use the StructSort() 
> and StructKeySort() functions."
> 
> http://livedocs.macromedia.com/coldfusion/6/Migrating_ColdFusion
> _5_Applications/cf_migration_guide6.htm

It's worth pointing out (as someone did in the annotation at the bottom of
the above link) that it appears there is no discernable order to how CFMX
returns struct keys. It certainly does not always return them in the order
in which they're created.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can this be done??

2003-11-26 Thread Heald, Tim
I was actually wondering the same thing.

Timothy Heald 
Web Portfolio Manager 
Overseas Security Advisory Council 
U.S. Department of State 
571.345.2319 

The opinions expressed here do not necessarily reflect those of the U.S.
Department of State or any affiliated organization(s).  Nor have these
opinions been approved or sanctioned by these organizations. This e-mail is
unclassified based on the definitions in E.O. 12958.

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 10:36 AM
To: CF-Talk
Subject: Re: Can this be done??

Did you even try looking up how to use a list or array and figure it out for
yourself?

Here's a lead:
_ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170.

-Kevin

- Original Message - 
From: "Bushy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 9:12 AM
Subject: Re: Can this be done??

> Cool.
>
> I got it to work using the URL variable.
>
> How can I keep adding or concatenate each selection to the URL.item
variable I'm displaying in the bottomframe to a list or array?
>
>
>
>
>
> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 08:56:40 -0600
>
> Ah, maybe I misunderstood what you were trying to do. That still sounds
> pretty basic and still may not need _javascript_.
>
> One way that you might do it is in the top frame, each link goes to the
same
> page in the bottom frame and just passes the link information as a url
> variable. So pass from the top frame something like:
> changes
>
> Then on the bottom frame, just grab the url.item variable passed to it,
add
> it to a list or array or whatever you need of url variables that you've
> passed, probably storing them in the session scope. Then output whatever
is
> in that list.
>
> -Kevin
>
> - Original Message - 
> From: "Bushy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 8:25 AM
> Subject: Re: Can this be done??
>
> > --Original Message Text---
> > From: Kevin Graeme
> > Date: Wed, 26 Nov 2003 08:20:45 -0600
> >
> > Actually, depending on how he's doing things _javascript_ might not be
> > feasible. If the file/folder listing view is a ftp window in the frame,
> then
> > he probably won't be able to use _javascript_.
> >
> > The directory/file listing is created using 
> >
> > If it's a cf/html listing of files, then it's easy and doesn't even
really
> > need _javascript_. Just use the target attribute in the  for each
> link
> > and point it to the other frame.
> >
> > OK...but how can I "concatenate" the listings?
> >
> > -Kevin
> >
> > - Original Message - 
> > From: <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 26, 2003 8:13 AM
> > Subject: RE: Can this be done??
> >
> > > http://developer.irt.org/script/script.htm
    ... the _javascript_
> > > FAQ's learned most of my js there many moons ago...  don't know
how
> > > up to date it is but certainly give you examples of things that you
> > > could use to achieve what you want
> > >
> > >
> > > -Original Message-
> > > From: Bushy [mailto:[EMAIL PROTECTED]
> > > Sent: 26 November 2003 14:02
> > > To: CF-Talk
> > > Subject: RE: Can this be done??
> > >
> > >
> > > Do you know where I could find some examples?
> > >
> > > --Original Message Text---
> > > From: Heald, Tim
> > > Date: Wed, 26 Nov 2003 08:56:10 -0500
> > >
> > > _javascript_.
> > >
> > >
> > >
> > > -Original Message-
> > > From: Bushy [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, November 26, 2003 8:56 AM
> > > To: CF-Talk
> > > Subject: re: Can this be done??
> > >
> > > Hi,
> > >
> > > I have a frame split in half (topframe & bottomframe).
> > >
> > > I the top frame I'm listing directories/files which have links to
them.
> > > Beside each directory/file is an image that when clicked I want to
send
> > > the link information to the bottom frame as  the path. Each time a
link
> > > is clicked the bottom frame would get updated with a new entry.
> > >
> > > For example (+ is directory, - is files):
> > >
> > > Top frame listing
> > > -
> > >
> > > Directory Listing:
> > >
> > > + changes
> > > + delivery
> > > + late
> > > + schedule
> > > - data.txt
> > > - test.txt
> > > - mywork.txt
> > >
> > > So if a user click on a the directory "changes" link the file path and
> > > name are passed to the bottom frame. user then click on the directory
> > > "late" and then filename "test.txt"
> > >
> > > Bottom frame:
> > > -
> > >
> > > changes
> > > late
> > > test.txt
> > >
> > > How could this be done?
> > >
> >
> 
  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: MDAC Version

2003-11-26 Thread Dave Watts
> How to determine which version of MDAC is installed on a Windows
> machine?
> 
> Run regedit and search for the following key:
> HKEY_LOCAL_MACHINE
>   \Software
>   \Microsoft
>    \DataAccess
> \Version
> 
> Another option is to find msado15.dll (in %SYSTEM32%\DLLCache\) 
> and check its properties. This should show the same results as 
> the ones from the registry.
> 
> Also there is a tool available from Microsoft called 
> Component Checker.
> It can be downloaded from :
> http://download.microsoft.com/download/dasdk/CC/2.7/WIN98MeXP/
> EN-US/cc.exe

Out of those three options, I'd strongly recommend the third one. It's
pretty common to have problems or version mismatches within MDAC, and this
tool will identify those issues.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Safari Issues

2003-11-26 Thread Dave Watts
> As I fully agree with the concept of web standards, I see it 
> very much like world peace. It's just a concept not a reality. 
> I think its best not to code for browsers _or_ web standards, 
> but better to code for the users.

For most websites, I'd probably agree with you, but if someone doesn't push
for standards-based HTML, we'll be stuck with the status quo, which really
sucks.

"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore, all progress
depends on the unreasonable man." - George Bernard Shaw

> Having a site with un-selectable text may be traced back to an 
> issue with how IE renders HTML, but I feel it's irresponsible 
> that the developers of webstandards.org would knowingly put 
> their ideals before the user experience.

Normally, I would agree with you, but after all, this is "webstandards.org".
Their entire reason for being is ... web standards! If they were to make
compromises to deal with IE deficiencies, that wouldn't say very much for
them, now would it?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can this be done??

2003-11-26 Thread Heald, Tim
You could store the info in a session variable and then append the new value
to it.

Timothy Heald 
Web Portfolio Manager 
Overseas Security Advisory Council 
U.S. Department of State 
571.345.2319 

The opinions expressed here do not necessarily reflect those of the U.S.
Department of State or any affiliated organization(s).  Nor have these
opinions been approved or sanctioned by these organizations. This e-mail is
unclassified based on the definitions in E.O. 12958.

-Original Message-
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 10:21 AM
To: CF-Talk
Subject: Re: Can this be done??

Cool.

I got it to work using the URL variable.

How can I keep adding or concatenate each selection to the URL.item variable
I'm displaying in the bottomframe to a list or array?

--Original Message Text---
From: Kevin Graeme
Date: Wed, 26 Nov 2003 08:56:40 -0600

Ah, maybe I misunderstood what you were trying to do. That still sounds
pretty basic and still may not need _javascript_.

One way that you might do it is in the top frame, each link goes to the same
page in the bottom frame and just passes the link information as a url
variable. So pass from the top frame something like:
changes

Then on the bottom frame, just grab the url.item variable passed to it, add
it to a list or array or whatever you need of url variables that you've
passed, probably storing them in the session scope. Then output whatever is
in that list.

-Kevin

- Original Message - 
From: "Bushy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 8:25 AM
Subject: Re: Can this be done??

> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 08:20:45 -0600
>
> Actually, depending on how he's doing things _javascript_ might not be
> feasible. If the file/folder listing view is a ftp window in the frame,
then
> he probably won't be able to use _javascript_.
>
> The directory/file listing is created using 
>
> If it's a cf/html listing of files, then it's easy and doesn't even really
> need _javascript_. Just use the target attribute in the  for each
link
> and point it to the other frame.
>
> OK...but how can I "concatenate" the listings?
>
> -Kevin
>
> - Original Message - 
> From: <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 8:13 AM
> Subject: RE: Can this be done??
>
> > http://developer.irt.org/script/script.htm
    ... the _javascript_
> > FAQ's learned most of my js there many moons ago...  don't know how
> > up to date it is but certainly give you examples of things that you
> > could use to achieve what you want
> >
> >
> > -Original Message-
> > From: Bushy [mailto:[EMAIL PROTECTED]
> > Sent: 26 November 2003 14:02
> > To: CF-Talk
> > Subject: RE: Can this be done??
> >
> >
> > Do you know where I could find some examples?
> >
> > --Original Message Text---
> > From: Heald, Tim
> > Date: Wed, 26 Nov 2003 08:56:10 -0500
> >
> > _javascript_.
> >
> >
> >
> > -Original Message-
> > From: Bushy [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, November 26, 2003 8:56 AM
> > To: CF-Talk
> > Subject: re: Can this be done??
> >
> > Hi,
> >
> > I have a frame split in half (topframe & bottomframe).
> >
> > I the top frame I'm listing directories/files which have links to them.
> > Beside each directory/file is an image that when clicked I want to send
> > the link information to the bottom frame as  the path. Each time a link
> > is clicked the bottom frame would get updated with a new entry.
> >
> > For example (+ is directory, - is files):
> >
> > Top frame listing
> > -
> >
> > Directory Listing:
> >
> > + changes
> > + delivery
> > + late
> > + schedule
> > - data.txt
> > - test.txt
> > - mywork.txt
> >
> > So if a user click on a the directory "changes" link the file path and
> > name are passed to the bottom frame. user then click on the directory
> > "late" and then filename "test.txt"
> >
> > Bottom frame:
> > -
> >
> > changes
> > late
> > test.txt
> >
> > How could this be done?
> >
> 
  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: force file download for a Mac

2003-11-26 Thread Phillip B.
Patricia G. L. Hall wrote:

> Try this:
>
> 
> 
>
> I don't know for sure if you need the file="[pathtofile]"  I just know
> that in my application, which works on the mac, I used that attribute.
> The important part, though is that you specify type="application/unknown".
>
> Works for me.

I tried using application/unknown and it worked on the Mac but it put 
.cfm on the end of the file when I tried it with the PC. Strange. I need 
this to work on Mac and PC so I wonder if I should try to see what OS 
they are using and adjust the code accordingly. H

Phillip B


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Can this be done??

2003-11-26 Thread Kevin Graeme
Did you even try looking up how to use a list or array and figure it out for
yourself?

Here's a lead:
_ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170.

-Kevin

- Original Message - 
From: "Bushy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 9:12 AM
Subject: Re: Can this be done??

> Cool.
>
> I got it to work using the URL variable.
>
> How can I keep adding or concatenate each selection to the URL.item
variable I'm displaying in the bottomframe to a list or array?
>
>
>
>
>
> --Original Message Text---
> From: Kevin Graeme
> Date: Wed, 26 Nov 2003 08:56:40 -0600
>
> Ah, maybe I misunderstood what you were trying to do. That still sounds
> pretty basic and still may not need _javascript_.
>
> One way that you might do it is in the top frame, each link goes to the
same
> page in the bottom frame and just passes the link information as a url
> variable. So pass from the top frame something like:
> changes
>
> Then on the bottom frame, just grab the url.item variable passed to it,
add
> it to a list or array or whatever you need of url variables that you've
> passed, probably storing them in the session scope. Then output whatever
is
> in that list.
>
> -Kevin
>
> - Original Message - 
> From: "Bushy" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 26, 2003 8:25 AM
> Subject: Re: Can this be done??
>
> > --Original Message Text---
> > From: Kevin Graeme
> > Date: Wed, 26 Nov 2003 08:20:45 -0600
> >
> > Actually, depending on how he's doing things _javascript_ might not be
> > feasible. If the file/folder listing view is a ftp window in the frame,
> then
> > he probably won't be able to use _javascript_.
> >
> > The directory/file listing is created using 
> >
> > If it's a cf/html listing of files, then it's easy and doesn't even
really
> > need _javascript_. Just use the target attribute in the  for each
> link
> > and point it to the other frame.
> >
> > OK...but how can I "concatenate" the listings?
> >
> > -Kevin
> >
> > - Original Message - 
> > From: <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 26, 2003 8:13 AM
> > Subject: RE: Can this be done??
> >
> > > http://developer.irt.org/script/script.htm   ... the _javascript_
> > > FAQ's learned most of my js there many moons ago...  don't know
how
> > > up to date it is but certainly give you examples of things that you
> > > could use to achieve what you want
> > >
> > >
> > > -Original Message-
> > > From: Bushy [mailto:[EMAIL PROTECTED]
> > > Sent: 26 November 2003 14:02
> > > To: CF-Talk
> > > Subject: RE: Can this be done??
> > >
> > >
> > > Do you know where I could find some examples?
> > >
> > > --Original Message Text---
> > > From: Heald, Tim
> > > Date: Wed, 26 Nov 2003 08:56:10 -0500
> > >
> > > _javascript_.
> > >
> > >
> > >
> > > -Original Message-
> > > From: Bushy [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, November 26, 2003 8:56 AM
> > > To: CF-Talk
> > > Subject: re: Can this be done??
> > >
> > > Hi,
> > >
> > > I have a frame split in half (topframe & bottomframe).
> > >
> > > I the top frame I'm listing directories/files which have links to
them.
> > > Beside each directory/file is an image that when clicked I want to
send
> > > the link information to the bottom frame as  the path. Each time a
link
> > > is clicked the bottom frame would get updated with a new entry.
> > >
> > > For example (+ is directory, - is files):
> > >
> > > Top frame listing
> > > -
> > >
> > > Directory Listing:
> > >
> > > + changes
> > > + delivery
> > > + late
> > > + schedule
> > > - data.txt
> > > - test.txt
> > > - mywork.txt
> > >
> > > So if a user click on a the directory "changes" link the file path and
> > > name are passed to the bottom frame. user then click on the directory
> > > "late" and then filename "test.txt"
> > >
> > > Bottom frame:
> > > -
> > >
> > > changes
> > > late
> > > test.txt
> > >
> > > How could this be done?
> > >
> >
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




  1   2   >