RE: @@Identity returns excessive records

2005-08-17 Thread David Manriquez Farias
Did you tired using a trigger to return the  inserted id?..

-Mensaje original-
De: Dan O'Keefe [mailto:[EMAIL PROTECTED] 
Enviado el: Wednesday, August 17, 2005 10:37 AM
Para: CF-Talk
Asunto: Re: @@Identity returns excessive records

I am not using SET NOCOUNT ON/OFF but using it did not make a
difference. Using SCOPE_IDENTITY() ensures your ID is at least in the
same scope, but I get the same results.

Dan

On 8/17/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I haven't used this method in a long time because now I use UUID()s as my
unique record identifier and since I create the UUID before I do the Insert,
I have access to it.
 
 I don't have the syntax handy, but are you using the SET NOCOUNT ON and
SET NOCOUNT OFF?  That might be it.
 
 FWIW, I have read some research that @@IDENTITY will not always provide
you with the proper ID, especially in multi-user environments (which the web
most certainly is) and leaves the possibility of returning the wrong
IDENTITY id.  This is why I switched to using UUID's.
 
 Dave
 
 -Original Message-
 From: Dan O'Keefe [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 17, 2005 10:12 AM
 To: CF-Talk
 Subject: Re: @@Identity returns excessive records
 
 
 If I copy and paste my tSQL into query analyzer:
 
 INSERT INTO tblArActivityNote (patientID,UserID,note)
 VALUES(238,1,'Letter 2 printed  mailed for DOS(s)' + ' 01/19/04')
 go
 select @@IDENTITY as ID from tblArActivityNote
 go
 
 My PK-IdentityID column in tblAractivityNote is AractivityNoteID. If
 the insert created a AractivityNoteID= 295256, the select @@identity
 returns 295256 rows with the same value, 295256.
 
 Weird, huh?


**
 The information contained in this message, including attachments, may
contain
 privileged or confidential information that is intended to be delivered
only to the
 person identified above. If you are not the intended recipient, or the
person
 responsible for delivering this message to the intended recipient, ALLTEL
requests
 that you immediately notify the sender and asks that you do not read the
message or its
 attachments, and that you delete them without copying or sending them to
anyone else.
 
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215419
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFEclipse 1.2 code hint problem?

2005-08-17 Thread David Manriquez Farias
Maeby  the  value of insight Delay is setted to high.. I set this value to 0
, and the Tag hit appears instantly.

-Mensaje original-
De: Johnny Le [mailto:[EMAIL PROTECTED] 
Enviado el: Wednesday, August 17, 2005 10:55 AM
Para: CF-Talk
Asunto: Re: CFEclipse 1.2 code hint problem?

My concern is whether I played with the options too much and messed it up
:-(

I don't get the closing tag either.  Basically I have to type everything
manually now.

On Wednesday 17 August 2005 15:06, Johnny Le wrote:
 doesn't work correctly.  For example, if I typed cfinclude and space, it
 doesn't give me any attribute hint.  When I start typing something else,
it

Works here.
Have you tried playing with the options ?

-- 

Tom Chiverton 
Advanced ColdFusion Programmer



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215425
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


createObject with Custom constructor

2005-08-11 Thread David Manriquez
hi ppl.

   How i can create an Java Object passing arguments? , i have a class with few 
constructors , but when i use createObject i can't pass arguments.. or at least 
i cant figure out how. the  the object is created with the default constructor.


 Any tips?..

 This in CF5

  

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214560
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


SOLVED : RE: createObject with Custom constructor

2005-08-11 Thread David Manriquez Farias
Thanks ,

It Works.


-Mensaje original-
De: Ian Skinner [mailto:[EMAIL PROTECTED] 
Enviado el: Thursday, August 11, 2005 11:46 AM
Para: CF-Talk
Asunto: RE: createObject with Custom constructor

This I think works.

variables.randomAccessFile = createObject(java,
java.io.RandomAccessFile);
variables.randomAccessFile.init(variables.file,r);

At least when I forgot the r access type in the init function call I got
an error something like Could not find Constructor with the combination of
parameters 'file'; or something to that effect.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
C code. C code run. Run code run. Please!
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214568
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Unhandled System exception !

2005-08-09 Thread David Manriquez Farias
Please guys , any tips about this issue?


Thanks.

-Mensaje original-
De: David Manriquez Farias [mailto:[EMAIL PROTECTED] 
Enviado el: Monday, August 08, 2005 3:49 PM
Para: CF-Talk
Asunto: RE: Unhandled System exception !

Sorry , i have and error (was when i translate the class for you guys)

The method called in main is test() not prueba()...



-Mensaje original-
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Monday, August 08, 2005 3:45 PM
Para: CF-Talk
Asunto: Unhandled System exception !

People :

 i was tried to run a simple Java Class into CF5 (yeah that dinosaur), but i
get this error..


Unhandled System exception ! 

java.lang.ClassNotFoundException: ClassFormatError for class testClass. Java
exception occurred in call to method.


My java Class is too Simple..

***
public class testClass {

public static void main(String[] args) throws Exception {
prueba();
}
static void test() throws Exception
{
System.out.print(wazzap Bitch!);  
}
}


dont understand wtf is going on , i have more stuff in Java inherits
CustomTags (CFX) and that works fine...


What im doiung wrong?...


Compiling and Editing with eclipse and JRE 1.5 (yeah Coldfusion 5 is fully
complatible with JRE 1.2 i know , but for the others CFX_*  works fine with
1.5)

Thanks in Advance.





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Looking for very simple CMS

2005-08-09 Thread David Manriquez Farias
Contribute is free??!

He says, no money.

:-P 

-Mensaje original-
De: Damien McKenna [mailto:[EMAIL PROTECTED] 
Enviado el: Tuesday, August 09, 2005 5:09 PM
Para: CF-Talk
Asunto: RE: Looking for very simple CMS

 I am looking for a VERY simple Content Management System 
 written in CF for a small community group that has no money 
 but has CF hosting.

Macromedia Contribute?

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include stdjoke.h




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214259
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Unhandled System exception !

2005-08-08 Thread David Manriquez
People :

 i was tried to run a simple Java Class into CF5 (yeah that dinosaur), but i 
get this error..


Unhandled System exception ! 

java.lang.ClassNotFoundException: ClassFormatError for class testClass. Java 
exception occurred in call to method.


My java Class is too Simple..

***
public class testClass {

public static void main(String[] args) throws Exception {
prueba();
}
static void test() throws Exception
{
System.out.print(wazzap Bitch!);  
}
}


dont understand wtf is going on , i have more stuff in Java inherits CustomTags 
(CFX) and that works fine...


What im doiung wrong?...


Compiling and Editing with eclipse and JRE 1.5 (yeah Coldfusion 5 is fully 
complatible with JRE 1.2 i know , but for the others CFX_*  works fine with 1.5)

Thanks in Advance.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214079
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Unhandled System exception !

2005-08-08 Thread David Manriquez Farias
Sorry , i have and error (was when i translate the class for you guys)

The method called in main is test() not prueba()...



-Mensaje original-
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Monday, August 08, 2005 3:45 PM
Para: CF-Talk
Asunto: Unhandled System exception !

People :

 i was tried to run a simple Java Class into CF5 (yeah that dinosaur), but i
get this error..


Unhandled System exception ! 

java.lang.ClassNotFoundException: ClassFormatError for class testClass. Java
exception occurred in call to method.


My java Class is too Simple..

***
public class testClass {

public static void main(String[] args) throws Exception {
prueba();
}
static void test() throws Exception
{
System.out.print(wazzap Bitch!);  
}
}


dont understand wtf is going on , i have more stuff in Java inherits
CustomTags (CFX) and that works fine...


What im doiung wrong?...


Compiling and Editing with eclipse and JRE 1.5 (yeah Coldfusion 5 is fully
complatible with JRE 1.2 i know , but for the others CFX_*  works fine with
1.5)

Thanks in Advance.



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214083
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Consuming Web Services from CF5

2005-07-14 Thread David Manriquez Farias
Oohhh Boy...

CF5 and WS are like Water and Oil... like heaven and hell , like linux and
micro$oft

Look for CFX_SOAP  and see if that covers you requirement.

I'm on the same thing now 

-Mensaje original-
De: Mark Drew [mailto:[EMAIL PROTECTED] 
Enviado el: Thursday, July 14, 2005 8:53 AM
Para: CF-Talk
Asunto: Consuming Web Services from CF5

Hi all
We have an application that we want to allow the consumption of  
webservices from CFMX. Is there a good/easy way to do this in CF5?

Regards

Mark Drew



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


MSXML in CF5? class not registered

2005-07-12 Thread David Manriquez
   Hi ppl ,

   i have some problem using msXML in cf5 , Coldfusion just says the object 
class is not registered

 tried :

 register the dll using regsrv32
 upgrading the MDAC to 2.8
 installed msXML 4.0
 looking for the right name of the progID and CLSID with OleView and use  each 
to test... but the same error keeps on screen :-S
 change permisions to access that object for all users in the machine.


 Any ideas?... i was used before in CFMX with no errors like this.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211625
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: MSXML in CF5? class not registered

2005-07-12 Thread David Manriquez Farias
Mmmm , weird  I test another class (ExcelWorksheet) and loads perfectly.

:-S



-Mensaje original-
De: Dave Watts [mailto:[EMAIL PROTECTED] 
Enviado el: Tuesday, July 12, 2005 10:30 AM
Para: CF-Talk
Asunto: RE: MSXML in CF5? class not registered

i have some problem using msXML in cf5 , Coldfusion just 
 says the object class is not registered
 
  tried :
 
  register the dll using regsrv32
  upgrading the MDAC to 2.8
  installed msXML 4.0
  looking for the right name of the progID and CLSID with 
 OleView and use  each to test... but the same error keeps on 
 screen :-S
  change permisions to access that object for all users in the machine.
 
  Any ideas?... i was used before in CFMX with no errors like this.

I would recommend that you try using it from another COM client, like
Windows Script Host, to see if it works from there. That will tell you
whether it's a CF problem or a problem with that COM object.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211631
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


how to.... Java Exception passed to CF struct

2005-07-11 Thread David Manriquez
i've working on some CFX tags and could be if i can
 pass the Java Exception captured by try catch statement to CF using query or 
structs or something , but dont know how do it cause
 Exception getStackTrace() method return Throwable  and i cant see that in CF 
only in console... but cant run this class in console cause implements CustomTag


Any ideas?...

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211576
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


how to.... Java Exception passed to CF struct

2005-07-11 Thread David Manriquez
i've working on some CFX tags and could be if i can
 pass the Java Exception captured by try catch statement to CF using query or 
structs or something , but dont know how do it cause
 Exception getStackTrace() method return Throwable  and i cant see that in CF 
only in console... but cant run this class in console cause implements CustomTag


Coldfusion version : 5

Any ideas?...

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211577
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Query to text file.

2005-07-11 Thread David Manriquez Farias
Did you tried to pass the Query Object to CFX using request and  then loop
over the query using the Query object.. (both from com.allaire.cfx)

-Mensaje original-
De: Jeff Waris [mailto:[EMAIL PROTECTED] 
Enviado el: Monday, July 11, 2005 3:18 PM
Para: CF-Talk
Asunto: Query to text file.

What is the best way to dump a HUGE query to a text file.

There used to be a CFX tag long ago called CFX_dumptext that did this.  This
doesn't work on MX6.1. 

I have rolled my own with little success on extremely large queries. Each
works below on small queries just fine. In no particular order:

I've written each line to a text file each loop through the query.
I've written chunks of the query at a time.
I've written one large variable using cfsavecontent.

My problem is even with a JVM heap size of 1024 and my JVM arguments to
-XX:MaxPermSize=256m I still get the java.lang.OutOfMemoryError on the
write.

Anyone have an enlightenment?

Thanks,
Jeff




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211578
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: .net (please don't hit me)

2005-07-07 Thread David Manriquez Farias
You can use BD.net


-Mensaje original-
De: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] 
Enviado el: Thursday, July 07, 2005 9:16 AM
Para: CF-Talk
Asunto: RE: .net (please don't hit me)

Yes.

-Original Message-
From: Dave Francis [mailto:[EMAIL PROTECTED] 
Sent: 07 July 2005 14:25
To: CF-Talk
Subject: .net (please don't hit me)

Is it possible to run CF5 and ASP.net (framework) on the same box? Any
gotchas?

TIA
Dave






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211317
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cffile: read in excel file

2005-06-28 Thread David Manriquez
If you read an CSV file.. you can see directly the output
If you don't , you need to use one of the CFX_ tags to read excel 
Using Java or COM Objects.

David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Daniel Kessler [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 28 de Junio de 2005 14:55
Para: CF-Talk
Asunto: cffile: read in excel file

I'm trying to read in an excel file and it does so, but the output is 
crap.  Well the data is in there, but there's alot of extraneous data 
which shows up as unrecognizable characters.  I thought that excel 
was tab delimited with char returns at the end of each line.  Maybe 
I'm wrong for assuming this.
Is there a way to read this in where it just shows up in that way? 
Should I export it differently first?  Here's the code that I'm using.

cftry
  cffile
   action=read
   file=#form.db_file#
   variable=file_contents
   cfcatch type=Any
#cfcatch.message#
   /cfcatch
/cftry

file_contents:br#file_contents#

thanks!

-- 
Daniel Kessler

Department of Public and Community Health
University of Maryland
Suite 2387 Valley Drive
College Park, MD  20742-2611
301-405-2545 Phone
www.phi.umd.edu



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210798
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Clinton and Bush best buddies

2005-06-28 Thread David Manriquez
Careful!

Bush is the Devil himself! Root of the inferno.


David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: G [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 28 de Junio de 2005 15:23
Para: CF-Talk
Asunto: Re: Clinton and Bush best buddies

sonofa.

i quite.

Please accept my apologies again

- Original Message - 
From: G [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Tuesday, June 28, 2005 2:05 PM
Subject: Clinton and Bush best buddies


 Reading little blurb on CNN about how elder Bush and Clinton have become 
 good friends
 (http://www.cnn.com/2005/POLITICS/06/27/bush.clinton.ap/index.html)

 Makes me kind of sad, actually. I'd take either one of them to the current

 prez. If we could somehow mix the foreign policy of elder Bush (build an 
 alliance, kick frickin ass, don't invade or occupy) with the domestic 
 policies and general like-ability of Clinton...that would rock.




 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210809
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


TagCFX::execute

2005-06-28 Thread David Manriquez
I'm installed a new CFX tag and now all my CFx tags says

unknown exception condition

TagCFX::execute

i saw a few recomentations in forums but nothing seems to be in the right way

BOX : CF5+IIS

Any Tips?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210820
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


XML from a XSD

2005-06-24 Thread David Manriquez
someone knows a CFX or Custom Tag to create a XML structure from a XSD? 

Thanks.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210479
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: XML from a XSD

2005-06-24 Thread David Manriquez
You're right Nick , sorry 

I meant something to validate my XML against XSD :)


David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Nick de Voil [mailto:[EMAIL PROTECTED] 
Enviado el: Viernes, 24 de Junio de 2005 9:40
Para: CF-Talk
Asunto: XML from a XSD

someone knows a CFX or Custom Tag to create a XML structure from a XSD? 

How could you do that, given that there can be all sorts of optionality and
alternatives built in to a schema?

Nick



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210481
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


WDSL and CF5

2005-06-24 Thread David Manriquez
 ppl  someone had the sadly work that make WDSL and CF5 works together?..
 anything wouldbe very useful..
 
tips,cfx etc...

 Thanks..

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210496
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
hi there 

 I'm creating a CFX tag to return a parsed EXcel file to a Query , but 
something weird is happening...

MyEXcel file has 4 rows  and when i dump the resulting query i see only 3 
rows.. but if i ask about the recordcount in the same query it says 4!!!

each row in query is created with Query.setQuery Method of cfx package.
query.setData(row, cellname, cellvalue);


Any tips about it?


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210365
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
It's CF5 

Wintendo Box.

David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155


-Mensaje original-
De: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 23 de Junio de 2005 11:58
Para: CF-Talk
Asunto: RE: com.allaire.cfx.Query problem

What version of CF? MX or 5?


-Original Message-
From: David Manriquez [mailto:[EMAIL PROTECTED] 
Sent: 23 June 2005 17:02
To: CF-Talk
Subject: com.allaire.cfx.Query problem

hi there 

 I'm creating a CFX tag to return a parsed EXcel file to a Query , but
something weird is happening...

MyEXcel file has 4 rows  and when i dump the resulting query i see only 3
rows.. but if i ask about the recordcount in the same query it says 4!!!

each row in query is created with Query.setQuery Method of cfx package.
query.setData(row, cellname, cellvalue);


Any tips about it?






~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210368
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
Thanks Marc , but like you said , none of that solved my problem eheheh

If my client Wants a New reinvented wheel , I'll do if he pays for.

1.- I need to read excel not CSV.
2.- The excel has  multiple sheets
3.- sheets have formulas and interrelations between cells.
4.- Is a dynamic File (cannot use DSN)


Thanks anyway.

David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Marc Campeau [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 23 de Junio de 2005 12:18
Para: CF-Talk
Asunto: Re: com.allaire.cfx.Query problem

Take a look at Nate Weiss's(or is it someone else?) CSVtoQuery CFX, I
used to use it (prior to CFMX) and it worked like a charm. If you
can't find it, tell me and I'll email it to you.

If you're dealing with XLS files maybe take a look at the ODBC/ADO
driver for Excel and create a DSN to your excel file, that might take
out the need for a CFX.

If you're on CFMX, try to find a Java Library that handles Excel CSVs
(like the one found there: http://ostermiller.org/utils/) and use
CFOBJECT to interact with it, works well for me.

I know this doesn't solve your problem, but these might help you not
reinvent the wheel.

Marc



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210374
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
Plus I'm using Jakarta POI. And HSSF (Horrible spreadsheet Format , the real
name of Excel) to read it from Java CFX.

David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 23 de Junio de 2005 12:26
Para: CF-Talk
Asunto: RE: com.allaire.cfx.Query problem

Thanks Marc , but like you said , none of that solved my problem eheheh

If my client Wants a New reinvented wheel , I'll do if he pays for.

1.- I need to read excel not CSV.
2.- The excel has  multiple sheets
3.- sheets have formulas and interrelations between cells.
4.- Is a dynamic File (cannot use DSN)


Thanks anyway.

David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Marc Campeau [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 23 de Junio de 2005 12:18
Para: CF-Talk
Asunto: Re: com.allaire.cfx.Query problem

Take a look at Nate Weiss's(or is it someone else?) CSVtoQuery CFX, I
used to use it (prior to CFMX) and it worked like a charm. If you
can't find it, tell me and I'll email it to you.

If you're dealing with XLS files maybe take a look at the ODBC/ADO
driver for Excel and create a DSN to your excel file, that might take
out the need for a CFX.

If you're on CFMX, try to find a Java Library that handles Excel CSVs
(like the one found there: http://ostermiller.org/utils/) and use
CFOBJECT to interact with it, works well for me.

I know this doesn't solve your problem, but these might help you not
reinvent the wheel.

Marc





~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210377
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: com.allaire.cfx.Query problem

2005-06-23 Thread David Manriquez
The Answer? Nop..

Cause exist another Method Called addRow(), if you use query.addRow() you
know exactly without know if start with 1 or 0 , how to set new query rows.


David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Marc Campeau [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 23 de Junio de 2005 12:40
Para: CF-Talk
Asunto: Re: com.allaire.cfx.Query problem

 Thanks Marc , but like you said , none of that solved my problem eheheh
I thought so... sorry.

Off the top of my head, could it be an index problem where a excel
file has N rows indexed from 0 to n-1 and queries have rows indexed
from 1 to n, hence query.setData(0, cellname, cellvalue); wouldn't
throw an error but we not set the value either which would leave you
at 3 rows instead of four? It might just be that  the query as a row
zero (making the recordcount=4) but that CF can't access it?

Just a thought, good luck and keep us posted.
 
Marc



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210389
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Can CFMX 6.1 and CFMX 7 co-exist?

2005-06-22 Thread David Manriquez
If you have an Enterprise version of any of cf's you can deploy both
versions in the same Jrun without problems I guess.

David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155
-Mensaje original-
De: Rey Bango [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 22 de Junio de 2005 9:56
Para: CF-Talk
Asunto: Can CFMX 6.1 and CFMX 7 co-exist?

Can CFMX 6.1 and CFMX 7 co-exist? If so, are there any articles that can 
point me in the right direction?

Rey...


-- 
http://www.ReyBango.com




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210214
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


how to cfoutput from com.allaire.cfx. methods

2005-06-20 Thread David Manriquez
 Hi ppl i have to make some changes in a CFX tag , and  i need to cfoutput 
something inside the CFX , anyone knows what method i can use?.. or betten than 
that a url with fully documentation about cfx.jar


greetings.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209972
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: how to cfoutput from com.allaire.cfx. methods

2005-06-20 Thread David Manriquez
Thanks 

Now I have this problem in the same issue.

I have a method 


public String[] getColumns(HSSFSheet hssfsheet, boolean flag)
 and inside this.

Query query = Response.addQuery(output,mycolumns);


And the complier says that addquery isn't static , but I didn't defined the
method as Static..


:-S


Thanks in advance.


David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155


-Mensaje original-
De: Daniel Mackey [mailto:[EMAIL PROTECTED] 
Enviado el: Lunes, 20 de Junio de 2005 9:31
Para: CF-Talk
Asunto: Re: how to cfoutput from com.allaire.cfx. methods

Hi David,

You can use the .write() function of the Response Object.

e.g: reponse.write(This is some bbold/b text from the custom tag.);

In the class declaration which inherits from the Custom Tag Interface, 
the Response and Request objects are passed in which you use to recieve 
and send data to and from your CFX.

Regards,
Dan.

David Manriquez wrote:

 Hi ppl i have to make some changes in a CFX tag , and  i need to
cfoutput something inside the CFX , anyone knows what method i can use?..
or betten than that a url with fully documentation about cfx.jar


greetings.





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209976
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


unable to Find Class in CFX , CF5

2005-06-20 Thread David Manriquez
 
Hi guys
  
 i have a CFX configured in the Adminstrator java class path and CFX Tags 
section,

 the name of the file is right , the class is right and is the same name 
as registered for coldfusion and compile OK , but coldfusion keep saying

java.lang.ClassNotFoundException: cfx_myQueryTag. Java exception occurred in 
call to method.

any tips 

thanks... 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209990
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Document root element is missing.

2005-06-06 Thread David Manriquez
The XMl isn't well formed

David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Elena Aminova [mailto:[EMAIL PROTECTED] 
Enviado el: Lunes, 06 de Junio de 2005 9:23
Para: CF-Talk
Asunto: Document root element is missing.

I am getting the Document root element is missing. error when i am trying
to parse an xml file on this line: 
cfset kitFile =  XmlParse(xmlfile)

This problem only occurs on the live server, and NOT on the development
server. I have tried debugging and its not the permissions issue, because i
can read the XML files easily when i give it an exact filename and then read
it  cffile action=read file=#filename# variable=myxml

Yet, when i try to run the script which needs to parse the xmlfile and
extract info from it, i am getting the Document root element is missing.

Any advise would be appreaciated
Thanks



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208671
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RDS point Entry in CFMX7 developer Edition

2005-05-26 Thread David Manriquez
I there , i was looking for a method to control the access to the RDS and found 
some instruccion what are working for CFMX 6.1 but i cant see the RDS entry 
point in CFMX7
 /CFIDE/main/api.cfm (main folder do not exist on my server)

 Any ideas?

 Plus i cann se in the Web.xml

!-- begin RDS --
servlet-mapping id=macromedia_mapping_9
servlet-nameRDSServlet/servlet-name
url-pattern/CFIDE/main/ide.cfm/url-pattern
/servlet-mapping
!-- end RDS --

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207743
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: RDS point Entry in CFMX7 developer Edition

2005-05-26 Thread David Manriquez
I see, 

But maeby I can restrict  the access to RDSServlet?...



David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Dave Watts [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 26 de Mayo de 2005 11:33
Para: CF-Talk
Asunto: RE: RDS point Entry in CFMX7 developer Edition

 I there , i was looking for a method to control the access to 
 the RDS and found some instruccion what are working for CFMX 
 6.1 but i cant see the RDS entry point in CFMX7
  /CFIDE/main/api.cfm (main folder do not exist on my server)
 
  Any ideas?
 
  Plus i cann se in the Web.xml
 
 !-- begin RDS --
   servlet-mapping id=macromedia_mapping_9
   servlet-nameRDSServlet/servlet-name
   url-pattern/CFIDE/main/ide.cfm/url-pattern
   /servlet-mapping
 !-- end RDS --

By default, you can't control access to RDS with CFMX very easily from your
web server. There's no actual file used by RDS requests - the server uses
the mapping you've found to automatically route requests with that URL
pattern to the RDS servlet.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207772
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Creating CF Archive in CF5

2005-05-11 Thread David Manriquez
 hi ppl..

  in one of my server i just tried to create a CAR but something wrong is 
happening.
  
  The Coldfusion Management service  has either not finished  or not is 
running. Verify the service  ins running by opening  the Services Tool in 
Control Panel, if the service is running please allow  th service time to 
complete the task.


 This could be raised by an overload in the server?.. is  a production server. 
we have the same conf. in developers server and archive works fine.

any tips?.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206480
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


any good JSP mail list

2005-05-06 Thread David Manriquez
someone knows a good JSP mailList , like this one?...

:-)
  

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205862
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


IIS LockDown Tool UrlScan runs after/before Jrun.dll ISAPI?

2005-05-05 Thread David Manriquez
hi ppl..

   i hope someone has been on the same situation before..

   i need to restrict for security reason the access to /CFIDE/main/ide.cfm
   for RDS in CF/IIS mixture :-)

   my question is  URlScan runs after or before Jrun.dll ISAPI FILTER?

 anyone knows?

 Thanks in advance.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205670
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: OT: Color Spies

2005-05-05 Thread David Manriquez
Isn't free but nifty

Color Wheel Pro
http://www.color-wheel-pro.com/

David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155


-Mensaje original-
De: Rick Mason [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 05 de Mayo de 2005 12:31
Para: CF-Talk
Asunto: Re: OT: Color Spies

Greg,
 This is the best one that I've found:
 http://wellstyled.com/tools/colorscheme2/index-en.html
  Rick Mason
 

 On 5/5/05, Greg Morphis [EMAIL PROTECTED] wrote: 
 
 You guys know of any good tools which has a color spy and also shows
 similar - related colors (colors that go well with the color you
 spied)? Free would be best..
 --
 Auxilium meum a Domino
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205699
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RDS restricted by IP?

2005-05-04 Thread David Manriquez
 Hi ppl.

 Is posible to restrict RDS to one or list of IP's?
 in CFMX and CFMX 7..

  any idea about to perform this?

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205591
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


loop question , seems to be invalid

2005-05-02 Thread David Manriquez
Hi there ppl.

 i have a little problem with this...
 i have a query with name of companies ,selected names are columns of another 
query , and i need to list the values for that names..

 Code Example

 cfloop query=selectCompanies
cfif listlen(valuelist(evaluate(companyDetails.#Acronym#)))
 --- some code here ---
/cfif
 /cfloop 
 
i think valuelist dont support Evaluate in there...

The syntax is valid cause Coldfusion raise Just in time compilation error

Any ideas?... 
  

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205247
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: loop question , seems to be invalid

2005-05-02 Thread David Manriquez
Solved :

 You cant  valuelist(evaluate(queryname.#dynamic#))
But you can
  Evaluate(valuelist(queryname.#dynamic#))



David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155


-Mensaje original-
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Lunes, 02 de Mayo de 2005 12:19
Para: CF-Talk
Asunto: loop question , seems to be invalid

Hi there ppl.

 i have a little problem with this...
 i have a query with name of companies ,selected names are columns of
another query , and i need to list the values for that names..

 Code Example

 cfloop query=selectCompanies
cfif listlen(valuelist(evaluate(companyDetails.#Acronym#)))
 --- some code here ---
/cfif
 /cfloop 
 
i think valuelist dont support Evaluate in there...

The syntax is valid cause Coldfusion raise Just in time compilation error

Any ideas?... 
  



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205252
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


looking for an advanced Web Form Macro?

2005-05-02 Thread David Manriquez
 Hi ppl...

 don't know how you are testing complex Forms... 
 i looking for a somthing like a Macro Recorder for complex  Forms/Sites.

 i spent hours to test some of my sites , looking for errores for all 
posibilities what forms offer to the users..

 will be really nifty i we can use a tool for this.. 
 like , selecting random options for a form.. etc...
 i was using Web Stress Tool from microsft but never felt really comfortable 
with that tool.

 Anyone knows something else like this?

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205307
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


calling UDF's from CustomTags.

2005-04-27 Thread David Manriquez
 Hi ppl.-

  I have a weird issue here, hope someone can help me a bit
 
  i have a CustomTag who needs to call some UDF's 

  if i put the cfscript into the CustomTag i receive this error.

 The routine myfunction has been declared twice in different templates.

The error occurred while processing an element with a general identifier of (), 
occupying document position (1:1) to (1:1) in the template file 
 but  i have this function only in this file.



  i tried  put the UDF's in another file and then using cfmodule adding the UDF 
files, this include the files (i can see parsed cfoutputs in there )but can see 
the functions.-


The Machine : Coldfusion 5 Professional
: windows 2000
: using fusebox

 any tips... :-)

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204760
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: New Pope

2005-04-19 Thread David Manriquez
God Bless to the new Pope Benedict XVI (Joseph RatZinger)


David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Nathan Strutz [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 19 de Abril de 2005 12:39
Para: CF-Talk
Asunto: Re: Issue getting Coldfusion to process pages on new site...

Right, there's actually 2 settings you can do to get around having to 
look at the error log, and 1 really great workaround.

Setting 1:
CF Administrator, settings page, turn off Enable HTTP status codes

Setting 2:
IE Tools  Options  Advanced, turn off Show friendly HTTP error messages

Complete workaround:
Get firefox (www.getfirefox.com).

-nathan strutz
http://www.dopefly.com/


Figy, Kam wrote:
 Occasionally CF does not serve proper error pages. Look in the CF log
 file, it will contain the actual CF error that occurred. Logs are in
 C:\cfusionmx\logs (exception.log iirc)
 
 /k
 
 -Original Message-
 From: Jeff Waris [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, April 19, 2005 9:08 AM
 To: CF-Talk
 Subject: Issue getting Coldfusion to process pages on new site... 
 
 I had an odd issue the other day and I was hoping someone could help. I
 run
 CFMX here and we have some testing IP addresses that we use internally.
 So I
 set another one up on our development box for a new site. NO biggie. I
 can
 serve out HTML pages just fine. As soon as I go to process a CFM page I
 get
 this error. Error 500: Internal Server Error. I am completely baffled
 by
 why it couldn't serve the page. IIS sees the site, why doesn't
 Coldfusion? I
 have tried some solutions from macromedia regarding this (setting the
 application security lower...), but it seems these solutions were for
 CF5.
 The new site is NOT in the WWWROOT directory, but neither is a bunch of
 others and they work. So I am at a loss? Anyone have anything similar
 happen
 to them?
 
 Thanks!
 Jeff
 
 
 
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203528
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: New Pope

2005-04-19 Thread David Manriquez
Don't you know that?

CF was the Support for the First Electronic Pope Election..

:-P

David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 19 de Abril de 2005 12:59
Para: CF-Talk
Asunto: Re: New Pope

 God Bless to the new Pope Benedict XVI (Joseph RatZinger)
 
 
 David Manriquez Desarrollador
 [EMAIL PROTECTED] 
 (+56-2) 43 00 155

Huhdoes he use CF? or perhaps you meant to post to CF-Community?

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203533
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Coldfusion is on Nº 25 in tiobe.com

2005-04-19 Thread David Manriquez
Anyone have seen this?...

PHP Nº 5 

Coldfusion : Nº 25 

I Hope so Adobe help us to raise one or two levels.. at least we are over
..NET



David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Sean Corfield [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 19 de Abril de 2005 17:47
Para: CF-Talk
Asunto: Re: Admin API

Sam also asked me offlist and my suggestion was to try using the Admin
API to set the template cache size to zero and then back to the usual
size (you can use getCacheProperty() / setCacheProperty()). Don't know
if it would work but it seems worth a try.

The same API also lets you turn trusted cache on and off, amongst other
things.

http://127.0.0.1:8500/CFIDE/componentutils/componentdetail.cfm?component=CFI
DE.adminapi.runtime

(or whatever port / context root you use)

On 4/19/05, Sam Smith [EMAIL PROTECTED] wrote:
 I've been reading through the Admin API for a little while now and it
 seems that the function that I'm looking isn't exposed through it. What
 I'm looking for is this. My boss asked me to create an app that would
 clear the template cache of all our 17 CFMX 7 servers at once. I thought
 I could do that through the admin api, but no luck it seems. I may be
 missing something.



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203575
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


MSSQL Decimal Field

2005-04-18 Thread David Manriquez
Hi there.

 i have a little problem here with storing decimals in MSSQL..
 i need to store a decimal number with 1 to 4 decimals but when i return the 
data 
 i need to see the exact numbers of decimals what i save

  i mean..

  if i save 1.14 i spect 1.14 from the DB not 1.1400

 any tips?...
  
  i was testing with decimal , float and reals 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203269
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: MSSQL Decimal Field

2005-04-18 Thread David Manriquez
10/4

David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155


-Mensaje original-
De: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] 
Enviado el: Lunes, 18 de Abril de 2005 11:52
Para: CF-Talk
Asunto: RE: MSSQL Decimal Field

What is its length/precision in the DB?



-Original Message-
From: David Manriquez [mailto:[EMAIL PROTECTED] 
Sent: 18 April 2005 16:35
To: CF-Talk
Subject: MSSQL Decimal Field

Hi there.

 i have a little problem here with storing decimals in MSSQL..
 i need to store a decimal number with 1 to 4 decimals but when i return the
data 
 i need to see the exact numbers of decimals what i save

  i mean..

  if i save 1.14 i spect 1.14 from the DB not 1.1400

 any tips?...
  
  i was testing with decimal , float and reals 





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203294
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: macromedia and Adobe?!

2005-04-18 Thread David Manriquez
Hummm

Coldfusion Studio still playing around here on mi PC :)

The BEST TOOL for CF'ers



Adobe is the Devil and the World is going to end. 
Pray to the Lord!.


David Manriquez Desarrollador



-Mensaje original-
De: Charlie Griefer [mailto:[EMAIL PROTECTED] 
Enviado el: Lunes, 18 de Abril de 2005 15:40
Para: CF-Talk
Asunto: Re: macromedia and Adobe?!

HS+ is alive and well on my machine :)

On 4/18/05, Tony Weeg [EMAIL PROTECTED] wrote:
 
 On 4/18/05, Calvin Ward [EMAIL PROTECTED] wrote:
  Note: Homesite+ is already dead.
 
  - Calvin
 
 according to whom? cfstudio is dead, but im not sure homesite+ is?
 
 --
 tony
 
 Tony Weeg
 
 macromedia certified coldfusion mx developer
 email: tonyweeg [at] gmail [dot] com
 blog: http://www.revolutionwebdesign.com/blog/
 cool tool: http://www.antiwrap.com
 
 ...straight cash homey
 - randy moss, now a raider
 
 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:203439
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: RegEx - help

2005-04-14 Thread David Manriquez
select[^]+
  
[^] anything not like 

David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Pascal Peters [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 14 de Abril de 2005 7:11
Para: CF-Talk
Asunto: RE: RegEx - help

REReplaceNoCase(str,(select|textarea)\b.*?/\1,,all)

This works only for tags that have a closing tag and if the tags aren't
nested.

Pascal

 -Original Message-
 From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson-
 [EMAIL PROTECTED]
 Sent: 14 April 2005 12:38
 To: CF-Talk
 Subject: RegEx - help
 
 Anyone got a RegEx to strip out certain HTML tags (and content between
 them).   I have a working StripHTML UDF now but I require one which
can
 say
 remove this in its entirety:
 
 select name=foo
  option value=pingpong/option
 /select
 
 Any RegEx gurus out there switched on today?
 
 TIA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
 Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed
Business,
 Registered in England, Number 678540.  It contains information which
is
 confidential and may also be privileged.  It is for the exclusive use
of
 the
 intended recipient(s).  If you are not the intended recipient(s)
please
 note
 that any form of distribution, copying or use of this communication or
the
 information in it is strictly prohibited and may be unlawful.  If you
have
 received this communication in error please return it to the sender or
 call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within
 this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com
 
 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202762
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: What's your setup for multiple developers

2005-04-13 Thread David Manriquez
For a while used DWMX but the development turns really slow for big files
or lot of includes like fbx_switch

So , we back to CfStudio with excellent results. 
Our problems is connect CVS ( like VSS but free ) with CFStudio

Any tips  about it.?


David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Ken Ferguson [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 13 de Abril de 2005 10:12
Para: CF-Talk
Asunto: RE: What's your setup for multiple developers

I like the last line of that email...

For all of you DWMX people out there, I tried to give it a shot. I
really did try my hardest to like it. In the end though, I just couldn't
do it. It's the most frustrating application I've ever used, apart from
Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
enough about how much I like it. I've been using it exclusively for
about a month now and I don't see myself using anything else for a hell
of a long time. I use it for CF, PHP/Smarty and Laszlo development and
it's just pure greatness.

--Ferg


-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 8:15 AM
To: CF-Talk
Subject: RE: What's your setup for multiple developers

VSS works AOK for us, never had issues - indeed the next version of VSS
should improve things no end.

I would avoid Dreamweaver MX like the plague.






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202546
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RV: What's your setup for multiple developers

2005-04-13 Thread David Manriquez
Ohhh  I have a old tool for connect CVS with Jalindi Igglo..
But like Sean said is moribund project without a new release since 2002


David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 13 de Abril de 2005 10:31
Para: 'cf-talk@houseoffusion.com'
Asunto: RE: What's your setup for multiple developers

For a while used DWMX but the development turns really slow for big files
or lot of includes like fbx_switch

So , we back to CfStudio with excellent results. 
Our problems is connect CVS ( like VSS but free ) with CFStudio

Any tips  about it.?


David Manriquez Desarrollador
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Ken Ferguson [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 13 de Abril de 2005 10:12
Para: CF-Talk
Asunto: RE: What's your setup for multiple developers

I like the last line of that email...

For all of you DWMX people out there, I tried to give it a shot. I
really did try my hardest to like it. In the end though, I just couldn't
do it. It's the most frustrating application I've ever used, apart from
Lotus Notes that is. I'm now using CFEclipse and I can't scream loudly
enough about how much I like it. I've been using it exclusively for
about a month now and I don't see myself using anything else for a hell
of a long time. I use it for CF, PHP/Smarty and Laszlo development and
it's just pure greatness.

--Ferg


-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 13, 2005 8:15 AM
To: CF-Talk
Subject: RE: What's your setup for multiple developers

VSS works AOK for us, never had issues - indeed the next version of VSS
should improve things no end.

I would avoid Dreamweaver MX like the plague.






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202548
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Fusedoc and Coldfusion Studio

2005-04-13 Thread David Manriquez
 Someone knows a free tool to add Fusedoc tags to Coldfusion Studio...
 i have only the free tool for DWMX.


 Thanks.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202557
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


MX 6.1 Updater 1 file disclosure

2005-04-11 Thread David Manriquez
Workaround available for ColdFusion MX 6.1 Updater file disclosure

http://www.macromedia.com/devnet/security/security_zone/mpsb05-02.html

FYI

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202311
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Bugzilla

2005-04-05 Thread David Manriquez
Don't know if this could help

http://www.cfdev.com/codereview

is cheap and you can create your own rules.


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Phill B [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 05 de Abril de 2005 9:42
Para: CF-Talk
Asunto: Bugzilla

There is a new article on the Macromedia site titled How to
Bulletproof Your Web Application. It mentioned an app built in perl
named Bugzilla that is used for bug tracking. Has anyone used it or
know of something similar that is written in CF?

I want to get some thing like this in place so any other
recommendations would be helpful as well.

-- 
Phillip B.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201484
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SQL prob

2005-04-05 Thread David Manriquez
Another way

SELECT r.eventID, d.title
FROM Events r,EventDescription d
WHERE d.eventID *= r.eventID


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 05 de Abril de 2005 10:17
Para: CF-Talk
Asunto: RE: SQL prob

You are using an INNER JOIN - you need to use a LEFT JOIN I believe.


SELECT r.eventID, d.title
FROM Events r
LEFT JOIN EventDescription d
ON WHERE d.eventID = r.eventID


-Original Message-
From: Dave Francis [mailto:[EMAIL PROTECTED] 
Sent: 05 April 2005 15:18
To: CF-Talk
Subject: OT:SQL prob

SQL Server 7.

cfquery name=q1 datasource=newStuff
 SELECT r.eventID, d.title
   FROM Events r,
EventDescription d
  WHERE d.eventID = r.eventID
/cfquery

This query only returns rows from Events table that have eventID present
in EventDescription table. I need to return ALL rows from Events table
whether thay have a description or not.

As ever, thanks in advance,
Dave






~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201494
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SQL prob

2005-04-05 Thread David Manriquez
I'm still using it cause a Microsoft Certified SQL professional show me the
tracing and performance of  LEFT/RIGHT/OUTHER/INNER JOIN and *=/=/=*/*=*
and the last one is better and faster.



David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Matt Osbun [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 05 de Abril de 2005 11:18
Para: CF-Talk
Asunto: RE: SQL prob

Why?  Not a challenge, but a question.  Using *= or (+) always seemed,
at least to me, quicker, easier, and easier to read afterward.

Now, I admit that I mostly got into the habit because, until fairly
recently, I was stuck on an Oracle platform that was too old to use
INNER JOIN/LEFT JOIN, but how much does it really matter?

Matt Osbun
Web Developer
Health Systems, International



-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 05, 2005 9:42 AM
To: CF-Talk
Subject: RE: SQL prob


This is the OLD way to perform a join - it should be avoided.



-Original Message-
From: David Manriquez [mailto:[EMAIL PROTECTED] 
Sent: 05 April 2005 15:48
To: CF-Talk
Subject: RE: SQL prob

Another way

SELECT r.eventID, d.title
FROM Events r,EventDescription d
WHERE d.eventID *= r.eventID


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 05 de Abril de 2005 10:17
Para: CF-Talk
Asunto: RE: SQL prob

You are using an INNER JOIN - you need to use a LEFT JOIN I believe.


SELECT r.eventID, d.title
FROM Events r
LEFT JOIN EventDescription d
ON WHERE d.eventID = r.eventID


-Original Message-
From: Dave Francis [mailto:[EMAIL PROTECTED] 
Sent: 05 April 2005 15:18
To: CF-Talk
Subject: OT:SQL prob

SQL Server 7.

cfquery name=q1 datasource=newStuff
 SELECT r.eventID, d.title
   FROM Events r,
EventDescription d
  WHERE d.eventID = r.eventID
/cfquery

This query only returns rows from Events table that have eventID
present in EventDescription table. I need to return ALL rows from
Events table whether thay have a description or not.

As ever, thanks in advance,
Dave












~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201507
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Mystified about select box

2005-04-05 Thread David Manriquez
And plus  you don't need to use cfif billable is Yes if the billable is
Boolean...
cfif billable is better..

(from Coldfusion documentation)..

David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Andy Mcshane [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 05 de Abril de 2005 14:59
Para: CF-Talk
Asunto: RE: Mystified about select box

shot in the dark, do you not have to close the option tag 
i.e.   option Value=Yes cfif billable is
Yesselected/cfifYes/option

 


From: Richard Colman [mailto:[EMAIL PROTECTED]
Sent: Tue 05/04/2005 19:44
To: CF-Talk
Subject: Mystified about select box



I am mystified about this one:

Part A:

billable=#billable#
cfif billable is Yesprint yes/cfif
cfif billable is Noprint no/cfif

(billable is always yes or no)

Part B:

select name=clusterbillable
option Value=Yes cfif billable is Yesselected/cfif Yes
option Value=No cfif billable is Noselected/cfif No
/select

Part A works fine, indicating variables and data ok.
Part B does not work, and I use the exact same method a little further down
in the form.

Can anyone see an error???

TNX if you can help.


Richard Colman







~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201572
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Deadlock in SQLSERVER

2005-04-05 Thread David Manriquez
Hi there...

 i have a problem with some querys,dunno exactly whta query is cause cfcatch 
don't say anything about but this if i see the line points to
cftransaction tag.

[Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 52) was 
deadlocked on {lock} resources with another process and has been chosen as the 
deadlock victim. Rerun the transaction.


Any tips?




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201584
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Set the Log level in CF5

2005-03-31 Thread David Manriquez
Yeah Right but that's only for My Custom Logs ... not for Coldfusion native
Log files.
Like  application.log


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Chris Norloff [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 31 de Marzo de 2005 10:00
Para: CF-Talk
Asunto: Re: Set the Log level in CF5

True, but you can do a lot with 
- cftry/catch, 
- the different types for cfcatch, 
- the error and cfcatch scopes, and 
- using cffile to write errors to a file.

(We also made the error info available in 'View Source' by enclosing them in
HTML comments. Not visible to the user, but can be seen with 'View Source'.
Though you may not want this on Production! )

Chris Norloff

-- Original Message --
From: Thomas Chiverton [EMAIL PROTECTED]
Reply-To: cf-talk@houseoffusion.com
Date:  Thu, 31 Mar 2005 14:15:51 +0100

On Wednesday 30 Mar 2005 17:57 pm, David Manriquez wrote:
  i need to know if is possible to set the log level in CF5.

CF doesn't have a native log framework.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200960
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Set the Log level in CF5

2005-03-31 Thread David Manriquez
Yes, nice idea..

But that not reduce the overload.
Must have a way to set the Log Level.. undocumented of course..


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 31 de Marzo de 2005 10:49
Para: CF-Talk
Asunto: RE: Set the Log level in CF5

You could set up a scheduled task to rotate the application.log file
every x amount of time and delete old log files.

-Original Message-
From: David Manriquez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 31, 2005 4:30 PM
To: CF-Talk
Subject: RE: Set the Log level in CF5

Yeah Right but that's only for My Custom Logs ... not for 
Coldfusion native
Log files.
Like  application.log


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155

   

-Mensaje original-
De: Chris Norloff [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 31 de Marzo de 2005 10:00
Para: CF-Talk
Asunto: Re: Set the Log level in CF5

True, but you can do a lot with 
- cftry/catch, 
- the different types for cfcatch, 
- the error and cfcatch scopes, and 
- using cffile to write errors to a file.

(We also made the error info available in 'View Source' by 
enclosing them in
HTML comments. Not visible to the user, but can be seen with 
'View Source'.
Though you may not want this on Production! )

Chris Norloff

-- Original Message --
From: Thomas Chiverton [EMAIL PROTECTED]
Reply-To: cf-talk@houseoffusion.com
Date:  Thu, 31 Mar 2005 14:15:51 +0100

On Wednesday 30 Mar 2005 17:57 pm, David Manriquez wrote:
  i need to know if is possible to set the log level in CF5.

CF doesn't have a native log framework.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer









~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200970
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Set the Log level in CF5

2005-03-31 Thread David Manriquez
Sadly  I don't have that key on my registry...
(remember im using CF5)


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 31 de Marzo de 2005 11:12
Para: CF-Talk
Asunto: RE: Set the Log level in CF5

check the registry -
hkey_local_machine\software\allaire\coldfusion\currentversion\logging\lo
gViewerFilters\CurrentFilter - see LogSeverity.



-Original Message-
From: David Manriquez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 31, 2005 5:00 PM
To: CF-Talk
Subject: RE: Set the Log level in CF5

Yes, nice idea..

But that not reduce the overload.
Must have a way to set the Log Level.. undocumented of course..


   David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155

   

-Mensaje original-
De: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 31 de Marzo de 2005 10:49
Para: CF-Talk
Asunto: RE: Set the Log level in CF5

You could set up a scheduled task to rotate the application.log file
every x amount of time and delete old log files.

-Original Message-
From: David Manriquez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 31, 2005 4:30 PM
To: CF-Talk
Subject: RE: Set the Log level in CF5

Yeah Right but that's only for My Custom Logs ... not for 
Coldfusion native
Log files.
Like  application.log


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155

  

-Mensaje original-
De: Chris Norloff [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 31 de Marzo de 2005 10:00
Para: CF-Talk
Asunto: Re: Set the Log level in CF5

True, but you can do a lot with 
- cftry/catch, 
- the different types for cfcatch, 
- the error and cfcatch scopes, and 
- using cffile to write errors to a file.

(We also made the error info available in 'View Source' by 
enclosing them in
HTML comments. Not visible to the user, but can be seen with 
'View Source'.
Though you may not want this on Production! )

Chris Norloff

-- Original Message --
From: Thomas Chiverton [EMAIL PROTECTED]
Reply-To: cf-talk@houseoffusion.com
Date:  Thu, 31 Mar 2005 14:15:51 +0100

On Wednesday 30 Mar 2005 17:57 pm, David Manriquez wrote:
  i need to know if is possible to set the log level in CF5.

CF doesn't have a native log framework.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer













~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200994
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Set the Log level in CF5

2005-03-30 Thread David Manriquez
Hi there...

 i need to know if is possible to set the log level in CF5.
 
 i want to set the severity of the logs i.e. dont want to log warnings

 any tips?...


 Saludos from Chile.!

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200741
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Set the Log level in CF5

2005-03-30 Thread David Manriquez
Please  someone can help a bit with this..

I have 1500K of Log Warnings/.5 hours

I know exactly why I have that but can solve quickly enough in my production
box..

I need to deactivate or set the log level for application.log

David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: David Manriquez [mailto:[EMAIL PROTECTED] 
Enviado el: Miércoles, 30 de Marzo de 2005 12:57
Para: CF-Talk
Asunto: Set the Log level in CF5

Hi there...

 i need to know if is possible to set the log level in CF5.
 
 i want to set the severity of the logs i.e. dont want to log warnings

 any tips?...


 Saludos from Chile.!



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200847
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: dynamic pdf creation

2005-03-29 Thread David Manriquez
OR..

You can use directly  HTMLDOC  :-) with CFexecute and the url.


CF7 PDF creation do not support Htttps links right?..


David Manriquez
Desarrollador de Sistemas
[EMAIL PROTECTED] 
(+56-2) 43 00 155



-Mensaje original-
De: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Enviado el: Martes, 29 de Marzo de 2005 13:24
Para: CF-Talk
Asunto: Re: dynamic pdf creation

OK...not sure why a server upgrade is being suggested over a simple custom 
tag solution...but I sure wouldn't go that far unless there was no other way

!!

It's like buying a new car because you like the rearview mirror better than 
you current car ;-)

Cheers

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200525
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Help With RegEXp.

2005-03-28 Thread David Manriquez
i need to remove some tags from HTML like inputs , images, selects ans scripts

i test the RegExp in Visual REgEXP 3.0 and works .. but not in Coldfusion.

Any tip?..

How i can test RegExp for Coldfusion?

Mi code :

cfset myHTML  = rereplace(myHTML,img .*?,,ALL)
cfset myHTML = rereplace(myHTML ,input .*?,,ALL)
cfset myHTML = rereplace(myHTML ,select .*?.+/select,,ALL)
cfset myHTML  = rereplace(myHTML ,InvalidTag*?.+/script,,ALL)

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200198
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Weid behavior with fbx_switch.cfm and Dreamweaver Mx 2004

2005-03-18 Thread David Manriquez
Hi there..

 I'm working with fusebox 3.01 in one of my projects , and i'm getting a 
headache with this thing..
  
 When i try to open a fbx_switch.cfm file in Dreaweaver it's takes MINUTES! to 
open.. dont' know why.. i'm working in a local folder and all other files open 
fast.. 
 
 fbx_Switch have a lot of cfincludes in its code... maeby DW looks for any 
include files?... anyone having played wiht this? , or  gimme a tip about how 
improve to opne this file..


Thanks!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199397
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Best Macromedia tool for multimedia creation?

2005-03-11 Thread David Manriquez
Breeze

David Manriquez
Macromedia Advisor


-Mensaje original-
De: Damien McKenna [mailto:[EMAIL PROTECTED] 
Enviado el: Viernes, 11 de Marzo de 2005 17:36
Para: CF-Talk
Asunto: Best Macromedia tool for multimedia creation?

We're looking to expand our computer-based materials along the following
lines:
- interactive training with audio  video
- one-to-many presentations with audio  video that would also be
redistributable via CD/DVD
Personally with so many tools to suit I'm a little confused as to which
would be best for our situations: Flash, Breeze, Captivate, Authorware,
etc?
Any suggestions would be appreciated.
 
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
The Limu Company - http://www.thelimucompany.com/
http://www.thelimucompany.com/  - 407-804-1014
#include stdjoke.h
 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198493
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Plum vs Adalon?

2005-02-17 Thread David Manriquez
Mmmm...

Plum uses Fusebox too?..

I tried to run Plum on my machine and i miss a dll called mscoree.dll
someone can send me this dll?.

 

 -Mensaje original-
 De: Damien McKenna [mailto:[EMAIL PROTECTED] 
 Enviado el: Jueves, 17 de Febrero de 2005 11:49
 Para: CF-Talk
 Asunto: Plum vs Adalon?
 
 Has anyone done a comparison between Plum and Adalon?  I'd be 
 interested to see how they compared.
  
 --
 Damien McKenna - Web Developer - 
 [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ 
 http://www.thelimucompany.com/  - 407-804-1014 #include stdjoke.h
  
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195165
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


calling a MSMAPI.MAPISession

2005-02-15 Thread David Manriquez
Hi there

i trying to create an object to send emails from outlook but i get an 
extraneous error 
this es mi code

cfobject class=MSMAPI.MAPISession type=com name=myobject action=create

An exception occurred when instantiating a Com object.  
The cause of this exception was that: 
coldfusion.runtime.com.ComObjectInstantiationException: An exception occurred 
when instantiating a Com object..  
 

But no more info about this error..
anyone can help me with this issue?

Danke.

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194793
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: GIS solution UK

2005-02-08 Thread David Manriquez
ARCIMS

www.esri.com

They have a complete CFX tags for interact with GIS;

 

 -Mensaje original-
 De: Dirk De Bock - Listclient [mailto:[EMAIL PROTECTED] 
 Enviado el: Martes, 08 de Febrero de 2005 14:13
 Para: CF-Talk
 Asunto: GIS solution UK 
 
 I'm looking for pointers to GIS mapping for the UK to 
 interface with cold Fusion.
 
 Any recommendation anyone?
 
 Thanks
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193672
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Scheduled Tasks in CF5

2005-01-07 Thread David Manriquez
I have some scheduled tasks on the Admin but  theses tasks aren't executed in 
the expected time.. 

all tasks scheduled for day execution interval runs fine 

but the hours interval fails.


Any ideas?...



David.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189656
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Coldfusion apache proxies -- Coldfusion MX 6.1

2005-01-04 Thread David Manriquez
Hi CF- Talkers

 After two days making probes i have a problem and i dont have any ideas about 
to solve it.

  I have an internal website ( development ) using Coldfusion MX 6.1 over IIS 
5.0 and i need to make this viewable from internet , for this i created a new 
Virtual Host on my linux machine and use the proxypass module in apache to 
redirect all request to this internal site

if i call mysite.myhost.xx from internet this is processed by this virtual host 
and redirect via proxy module to the internal site. or at least this was the 
expected behavior.

The problem : In this linux.. i have installed coldfusion 4.5  ( yes.. 4.5 i 
still have client on this  jeje! ). and this coldfusion is intercepting all 
request finishing with .cfm including the request for proxy. 
The format of this request are:
proxy:http://myinternalsite.myhost.xx/file.cfm.

I expect this can be handled by proxy first.. but no matter when i put the 
LoadModule of coldfusion module on my linux. Coldfusion Always capture the 
request and try to process.

What happens then.. i can't see my internal site from internet. cause my 
coldfusion 4.5 try to process and obviously the path is incorrect for this 
machine..


I hope 'm clearly enough..


The proxy machine runs Linux Redhat 7.3
  - apache 1.3 with proxy module
  - coldfusion 4.5



Thanks

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189236
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion IIS behind firewall

2005-01-03 Thread David Manriquez
Hi there :


  I using host headers, same ip , same port , same CF server.
Only the http port is opened for non local conections.


Thanks for you help.

 

 -Mensaje original-
 De: Troy Murray [mailto:[EMAIL PROTECTED] 
 Enviado el: Sábado, 01 de Enero de 2005 12:31
 Para: CF-Talk
 Asunto: Re: Coldfusion  IIS behind firewall
 
 How do you get to the two different sites when viewing on 
 your local network?  Is IIS using Host Headers or different 
 IP addresses to determine which site to send the user to?  If 
 it's using the IP address, and chances are your firewall's 
 WAN port has one IP address, that wouldn't work (at least not 
 how we have ours configured that way).  You'd need to use the 
 host headers feature in IIS to direct the person to the correct site.
 
 -t
 
 
 
 On Fri, 31 Dec 2004 08:06:39 -0400, David Manriquez 
 [EMAIL PROTECTED] wrote:
  Hi CF-Talkers!
  
I havea little problem here , hope someone can help me.
  
  I have two sites in IIS configured with one Coldfusion MX 
 server. both sites are named site1.myhost.xx and 
 site2.myhost.xx and are viewable from the local network 
 working perfectly.!
  Well i tried to put one of them online ( internet viewable 
 ) settings some parameters on my firewall and DNS.
  
  The problem : I can see only the site1.myhost.xx itself with and 
  index.cfm behind scene but if i call it directly or call 
 another file 
  like http://site1.myhost.xx/index.cfm , i get an error 404
  
  i have set only the port 80 open for internet connections..
  Coldfusion uses another one?..
  
  What' going on here?.. anyone can help me?.. please!
  
  Happy New Year
  
  
 
 

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189133
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Coldfusion IIS behind firewall

2004-12-31 Thread David Manriquez
Hi CF-Talkers!

  I havea little problem here , hope someone can help me.

I have two sites in IIS configured with one Coldfusion MX server. both sites 
are named site1.myhost.xx and site2.myhost.xx and are viewable from the local 
network working perfectly.!
Well i tried to put one of them online ( internet viewable ) settings some 
parameters on my firewall and DNS.

The problem : I can see only the site1.myhost.xx itself with and index.cfm 
behind scene but if i call it directly or call another file like 
http://site1.myhost.xx/index.cfm , i get an error 404

i have set only the port 80 open for internet connections..
Coldfusion uses another one?..

What' going on here?.. anyone can help me?.. please!


Happy New Year

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189051
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: workingDaysInMonth()?

2004-12-07 Thread David Manriquez
Cflib.org?

 

 -Mensaje original-
 De: James Smith [mailto:[EMAIL PROTECTED] 
 Enviado el: Martes, 07 de Diciembre de 2004 7:03
 Para: CF-Talk
 Asunto: workingDaysInMonth()?
 
 Is there an easy way to tell how many working days there are 
 in a month (Monday - Friday)?
 
  
 
 --
 
 Jay
 
 
 
 

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186431
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


cfqueryparam Don't Work for Dates

2004-11-09 Thread David Manriquez
Hi there :

I was using a cfqueryparam tag to work with my queries and when i set some 
Datetime values  coldfusiion raise this error , 

note : sorry about the field names , i'm working on a Spanish database.

[Microsoft][ODBC SQL Server Driver]Optional feature not implemented

SQL = SET DATEFORMAT DMY; INSERT INTO pla06_caratula 
(pla06_tipo_cliente,pla06_id_cliente_sp,pla06_ejecutivo_placement, 
pla06_poliza_anterior,pla06_compania_anterior,pla06_ramo, 
pla06_vigencia_desde,pla06_vigencia_hasta,pla06_vigencia_hora, 
pla06_fecha_limite_cotizar,pla06_moneda,pla08_id_tipo_cotizacion) 
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Query Parameter Value(s) - 
Parameter #1 = 1 
Parameter #2 = 77046420-K 
Parameter #3 = 1 
Parameter #4 = 41234123 
Parameter #5 = 12 
Parameter #6 = 69 
Parameter #7 = {d '2004-11-09'} 
Parameter #8 = {d '2005-11-09'} 
Parameter #9 = 12:00 Hrs local 
Parameter #10 = {d '2004-11-23'} 
Parameter #11 = 1 
Parameter #12 = 1 Data Source = PLACEMENT

if i use a direct variable instead of cfqueryparam (type date)
this query works fine..

Any ideas?

The environment
Coldfusion 5 professional
MS SQL Server 2000
MDAC 2.8
Windows 2000 server

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183763
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfqueryparam Don't Work for Dates

2004-11-09 Thread David Manriquez
David Manriquez wrote:

Does MS SQL Server implement timezones? Does it even implement a 
TIME datatype?

Jochem

Timezones, no (i guess) at least not in the systypes table
Time yes use a TimeStamp

MS SQL Built-In data Types.
bigint
binary
bit
char
datetime
decimal
float
image
int
money
nchar
ntext
numeric
nvarchar
real
smalldatetime
smallint
smallmoney
sql_variant
sysname
text
timestamp
tinyint
uniqueidentifier
varbinary
varchar

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183772
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Error in creaobject/CFOBJECT

2004-10-26 Thread David Manriquez
Hi there.


I'm trying to use a free Test Harness to test my files and other from my programmers 
based on Fusebox , for this  i use a Custom Tag what use or at least try to use a 
XMLDOM Object But i have this error :

An exception occurred when instantiating a Com object.  
The cause of this exception was that: AutomationException: 0x8007007e - . 

cfobject action=CREATE class=Microsoft.XMLDOM type=COM name=XMLDoc


looking for similiar problem i found some advices about it but nothing seems to be the 
solution

1.- Coldfusion runs over  Jrun server ( as SYSTEM process )
2.- COM Patch  Applied
3.- Verified the dcomcnfg for Everyone have Access


OS : windows 2000 server

Any tip would be  appreciate. :-)


~|
Sams Teach Yourself Regular Expressions in 10 Minutes  by Ben Forta 
http://www.houseoffusion.com/banners/view.cfm?bannerid=40

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182591
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFObject Error

2004-10-25 Thread David Manriquez
genius :-)

WG



Ok , readed and applied  everythink on this but i have the same problem
I have  4 coldfusion servers , and i tried just over one of them
Coldfusion and Jrun  separated Config.


Error : 
An exception occurred when instantiating a Com object.  
The cause of this exception was that: AutomationException: 0x8007007e - 

1.- COM HotFix Applied
2.- Coldfusion Runs like a SYSTEM
3.- dcomcnfg  is set to Anyone! Access

My Code :
cfobject action=CREATE class=Microsoft.XMLDOM type=COM name=XMLDoc



Please Any ideas?

this happened when i tried to use Test Harness , this is very useful for me
but i cant implement yet.! :-S

~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=38

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182512
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Urgent : problem with Client Variables.

2004-10-08 Thread David Manriquez
Hi there :

 
please anyone solved this issue?

 
I have clients variables that i want to delete but usign the
deleteclientvariable or using a query to delete direct from 
the database( where my clients vars are stored ) but the f... variable is
still there..

 
variables likeclient.foo are deleted , but variables like
client.contract.id can't

 
anyone knows Why?

The Box : windows 2000 server + coldfusion MX 6.1 Professional.

 
		

David Manriquez
Project Leader
 mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] 
(+56-2) 43 00 155
anexo 113 

http://www.netred.cl/images/logo6.gif
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Urgent : problem with Client Variables.

2004-10-08 Thread David Manriquez
Sure this is my code , to try
1.-, get all client variables from the CDATA
2.-then look for that variableslikeclient.foo1.foo2
3.- delete client variables from the CDATA nad put it again without the
client.foo1.foo2 variables looks like.

 
cfquery name=sel_client datasource=cfvariables
 select * from cdata 
 where CFID = '#CFID#:#CFTOKEN#'
/cfquery
cfset tmp = listtoarray(sel_client.data,##)
cfdump var=#tmp# label=original
cfoutput#arrayFind(tmp,cotizacion.)#br/cfoutput !--- here looking
for clients var like client.cotizacion.var1 ; client.cotizacion.var2 etc
---
cfscript
 while(arrayFind(tmp,cotizacion.) neq 0)
 {
writeoutput(encontre una cotizacion en la posicion
#arrayFind(tmp,cotizacion.)#br); 
arraydeleteat(tmp,arrayFind(tmp,cotizacion.));
 }
 while(arrayFind(tmp,contrato.) neq 0)
 {
arraydeleteat(tmp,arrayFind(tmp,contrato.));
 }
/cfscript
cfdump var=#tmp# label=without client.foo.foo1 variables look like
!--- this return an array truly without that vars --
cftry
cfquery name=del_client datasource=cfvariables
 delete from dbo.cdata 
 where CFID = '#CFID#:#CFTOKEN#'
/cfquery
cfquery name=del_client datasource=cfvariables
 delete from dbo.cglobal 
 where CFID = '#CFID#:#CFTOKEN#'
/cfquery
cfset tmp = arraytolist(tmp,##)
cfquery name=add_client datasource=cfvariables
 insert into dbo.cdata (CFID,APP,DATA)
 VALUES('#CFID#:#CFTOKEN#','prueba','#tmp#')
/cfquery
cfcatch type=database
 cfdump var=#cfcatch#
 cfabort
/cfcatch
/cftry
cfquery name=lst_client datasource=cfvariables
 select * from cdata 
 where CFID = '#CFID#:#CFTOKEN#'
/cfquery

 
cfdump var=#lst_client# label=get the vars from CDATA again..

 
And the f vars are still there...
:-S

 
i tried too deleteclientvariable(client.foo.foo2) but this dont delete it.

_

De: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Enviado el: Viernes, 08 de Octubre de 2004 13:41
Para: CF-Talk
Asunto: Re: Urgent : problem with Client Variables.

On Fri, 8 Oct 2004 13:41:59 -0400, David Manriquez [EMAIL PROTECTED]
wrote:
 Hi there :
 
 please anyone solved this issue?
 
 I have clients variables that i want to delete but usign the
 deleteclientvariable or using a query to delete direct from
 the database( where my clients vars are stored ) but the f... variable
is
 still there..
 
 variables likeclient.foo are deleted , but variables like
 client.contract.id can't
 
 anyone knows Why?
 

Can you share some code? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Urgent : problem with Client Variables.

2004-10-08 Thread David Manriquez
Yeah i know CFMX cant create complex variables in client Scope.

 
but this variables are created without any warning or error throw by
coldfusion Compiler.

 
cfset client.contract.id = foo is a valid client variable

 
This behaviorcreate this kind of variables and then you cannot delete is
not useful.

 
:-S

 
I have a lot variables like that. :-S any other suggestions?

_

De: Dave Watts [mailto:[EMAIL PROTECTED] 
Enviado el: Viernes, 08 de Octubre de 2004 14:18
Para: CF-Talk
Asunto: RE: Urgent : problem with Client Variables.

 I have clients variables that i want to delete but usign the 
 deleteclientvariable or using a query to delete direct from 
 the database( where my clients vars are stored ) but the 
 f... variable is still there..

 variables likeclient.foo are deleted , but variables like 
 client.contract.id can't

In CFMX, when you create a variable like contract.id, CF creates a
structure called contract, and then a key called id. This is new
behavior in CFMX, I think. You can't store structures in the Client scope,
so I would strongly recommend that you restrict the names of your Client
variables to letters, numbers and underscores.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Urgent : problem with Client Variables.

2004-10-08 Thread David Manriquez
yeah could be , but i have enabled the Debuggingin the Coldfusion
Administrator and see in the client variables sections my vars..
and i use it like any other clients vars...

pasting from a page in my site.. ( this is a part of debugging information
).
Client Variables:
apellido_cliente=SARANITI
apellidom=
apellidop= Sebastin
autos=true
categoria_cliente=
cfid=8875
cftoken=1941
codigo_cliente=
codpuntoventa=BMWBB
cotizacion.apellido=SARANITI 
cotizacion.calle=Patricios
cotizacion.codigo_postal=1638
cotizacion.departamento=
cotizacion.idente=639
cotizacion.localidad=1638



_

De: Burns, John D [mailto:[EMAIL PROTECTED] 
Enviado el: Viernes, 08 de Octubre de 2004 14:51
Para: CF-Talk
Asunto: RE: Urgent : problem with Client Variables.

I think what Dave Watts was saying was that when you do
client.contract.id, CF actually creates a structure named client.Thus,
that variable is not really a client variable, just a variable within a
structure called client.Maybe you can use structDelete() to get rid of
it.

John 

-Original Message-
From: David Manriquez [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 08, 2004 2:19 PM
To: CF-Talk
Subject: RE: Urgent : problem with Client Variables.

Yeah i know CFMX cant create complex variables in client Scope.

but this variables are created without any warning or error throw by
coldfusion Compiler.

cfset client.contract.id = foo is a valid client variable

This behaviorcreate this kind of variables and then you cannot delete
is not useful.

:-S

I have a lot variables like that. :-S any other suggestions?

_

De: Dave Watts [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 08 de
Octubre de 2004 14:18
Para: CF-Talk
Asunto: RE: Urgent : problem with Client Variables.

 I have clients variables that i want to delete but usign the 
 deleteclientvariable or using a query to delete direct from 
 the database( where my clients vars are stored ) but the 
 f... variable is still there..

 variables likeclient.foo are deleted , but variables like 
 client.contract.id can't

In CFMX, when you create a variable like contract.id, CF creates a
structure called contract, and then a key called id. This is new
behavior in CFMX, I think. You can't store structures in the Client
scope,
so I would strongly recommend that you restrict the names of your Client
variables to letters, numbers and underscores.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




extraneous Chars after select from Database Coldfusion 4.5

2004-10-08 Thread David Manriquez
Hi again :-)

 
This is for people who works o worked with CF 4.5 

 
The Box : Linux Redhat 
Database : SQL SERVER 2000

i have problem with showing data from a SQL SERVER with spanish native chars
like  
the result page display an extraneous char instead of  char..

 
i tried to use in the META the Charset iso 8859-1 and UTF-8 but the problem
is the same. :-/

 
if i get a result directly from Query analizer i see the chars in spanish
perfectly.

Anyone can gimme a tip..?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]