Re: Filemaker Pro and Cold Fusion

2005-06-23 Thread Ben Forta
It's been a few years since I did this, so my info may be outdated by now (I'd 
hope that would be the  case) but ...

There is an ODBC driver for FM, and I have used it with CF, but would not 
suggest doing so. It has some ridiculous requirements that make it just about 
useless in the real world, FM has to be open as an app (not a service, so you 
can't logout), tables to be accessed must actually be open (the driver kinda 
stuffs keystrokes in for you, as you execute sql statements you actually see 
the FM screens changing), and so on.

Again, this may have changed. But if not, your only real option would be to 
import the data into a real DBMS.

--- Ben


-Original Message-

From:  Les Mizzell [EMAIL PROTECTED]
Subj:  Filemaker Pro and Cold Fusion
Date:  Thu Jun 23, 2005 1:05 am
Size:  1K
To:  CF-Talk cf-talk@houseoffusion.com

I've got a potential client that has a huge honking Filemaker Pro 
database that they wish to have a web application built on top of.

I've not yet been able to look at the underlying structure yet, so I 
don't have all the details. They basically want a rather complicated 
search interface.

I know *CRAP* about Filemaker. So...

1. Is this even possible?
2. Better to export to SQL Server or mySQL? Can you even
export into another format?
3. Suggestions/Pointers? URL with required reading?

Obviously I'm just starting research for this.

Thanks,

-- 
---
Les Mizzell



~|
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:210322
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: Filemaker Pro and Cold Fusion

2005-06-23 Thread Micha Schopman
Les,

That is the web companion. File Maker Pro has its own language, CDML -
Claris Database Markup Language which is pretty much like CFML. It is
tag based, and enables you to build web apps using the web companion.

More or less the web companion is the web part of a FileMaker Pro
application, and in the backend which is a client application you can
design forms for data entry and browse the data. It does have login
features though, we used it a long time ago so each citizen could lookup
the status of his garbage quota with the local city. This was done after
login.


Micha Schopman
Project Manager

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep. 
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl 


-
-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED] 
Sent: donderdag 23 juni 2005 9:06
To: CF-Talk
Subject: Re: Filemaker Pro and Cold Fusion

It's been a few years since I did this, so my info may be outdated by
now (I'd hope that would be the  case) but ...

There is an ODBC driver for FM, and I have used it with CF, but would
not suggest doing so. It has some ridiculous requirements that make it
just about useless in the real world, FM has to be open as an app (not a
service, so you can't logout), tables to be accessed must actually be
open (the driver kinda stuffs keystrokes in for you, as you execute sql
statements you actually see the FM screens changing), and so on.

Again, this may have changed. But if not, your only real option would be
to import the data into a real DBMS.

--- Ben


-Original Message-

From:  Les Mizzell [EMAIL PROTECTED]
Subj:  Filemaker Pro and Cold Fusion
Date:  Thu Jun 23, 2005 1:05 am
Size:  1K
To:  CF-Talk cf-talk@houseoffusion.com

I've got a potential client that has a huge honking Filemaker Pro 
database that they wish to have a web application built on top of.

I've not yet been able to look at the underlying structure yet, so I 
don't have all the details. They basically want a rather complicated 
search interface.

I know *CRAP* about Filemaker. So...

1. Is this even possible?
2. Better to export to SQL Server or mySQL? Can you even
export into another format?
3. Suggestions/Pointers? URL with required reading?

Obviously I'm just starting research for this.

Thanks,

-- 
---
Les Mizzell





~|
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:210323
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: Macromedia Using CFPoP?

2005-06-23 Thread Paul Hastings
Paul Hastings wrote:
 this encoding issue (though it looks like you have to merge it's 
 jcharset.jar with cf's jrun jar for cf to pick up the utf-7 charsets).

just to be thorough, that's not true. you can simply dump the 
jcharset.jar in the cfinstall/runtime/jre/lib dir and cf will pick it up 
fine. no need to merge w/jrun.jar. i was messing around w/flex  i guess 
i missed a stop/re-start cycle.

~|
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:210324
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: CF + Lazlo

2005-06-23 Thread Thomas Chiverton
On Wednesday 08 June 2005 18:01, Yves Arsenault wrote:
 I'm assuming that they were running on different boxes, or were they?

New versions of LPS don't require LPS to be running on the live systems - you 
can just copy the Flash file across and use like any other resource. This 
would almost certainly be the approach we would take.

-- 

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:210325
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


Verity Searches Vs. Database Searches ( mssql )

2005-06-23 Thread Protoculture
Part of our system uses the verity search ( it updates its index from a group 
of word doc files ). 

Now using MSSQL, do you think there could be a performance improvement by 
switching this search to the database?

~|
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:210326
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: Blackberry calendar integration

2005-06-23 Thread Robertson-Ravo, Neil (RX)
Yep, you will need Blackberry Enterprise Server to do this.



-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: 22 June 2005 21:17
To: CF-Talk
Subject: Blackberry calendar integration

We have a fairly simple calendar/events module in our cf application, and
management wants to see if it could be integrated with Blackberry calendar.
Does anyone have any experience doing something like this?  I'm assuming
we'll need something like Blackberry Enterprise Server for the blackberry
sync to work, but how would we integrate our application with the Blackberry
Enterprise Server?  Can somebody point me in the right direction?





~|
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:210327
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: Verity Searches Vs. Database Searches ( mssql )

2005-06-23 Thread Paul Hastings
Protoculture wrote:
 Now using MSSQL, do you think there could be a performance 
 improvement by switching this search to the database?

if you mean using sql server's full-text indexing, yes. while k2 has
certainly been an improvement, verity searches performances are flat
compared to db ones (search the same phrase 10x, verity more or less
takes the same amount of time, every time while the db based one will
get faster). joining the verity results back to the database isn't
nearly as elegant as sql server's. and believe it or not, ms's search
wins academic awards pretty consistently (see trec.nist.gov).

but speed isn't the only thing to consider. the purpose of your search
and how each technology handles that should also be looked into.  you
should probably post this question on the sql server list
(www.sswug.org) or sql server newsgroup
(http://www.microsoft.com/technet/community/newsgroups/server/sql.mspx
at the bottom of the page) and maybe hillary cotter will answer (he's a
guru when it comes to searching). sql server 2005 is supposedly better
at this than sql server 2000.

~|
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:210328
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: Don't wait for webservice?

2005-06-23 Thread Ben Mueller
(-;


On Jun 21, 2005, at 5:47 PM, Jared Rypka-Hauer - CMG, LLC wrote:

 Hey Ben,

 Don't be put off by the reference to 6.0... there's more similarity  
 between
 6.1 and 7 than 6 and 6.1.

 6.0 was a freaky little animal that was deprecated almost as soon  
 as it was
 released. So to say you're worried about 6.0 when you're running  
 6.1 isn't
 really comparing apples to apples.

 Even green ones. ;)

 Laterz,
 J

 On 6/20/05, Ben Mueller [EMAIL PROTECTED] wrote:


 Thanks for the tip, but the following line has scared me off, given
 that we're running 6.1:

 Note for CFMX 6.0 users. The tag may or may not work under CFMX 6.0.
 The tag itself is CF version independent. However, due to
 unexplainable reasons some users have reported problems when using
 CFX_HTTP5 with CFMX 6.0.


 but maybe I'll have a look anyway.





 -- 
 ---
 -
 Buy SQLSurveyor!
 http://www.web-relevant.com/sqlsurveyor
 Never make your developers open Enterprise Manager again.


 

~|
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:210329
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: Verity Searches Vs. Database Searches ( mssql )

2005-06-23 Thread George Abraham
How do you plan to use MS-SQL's full-text search to search word doc
files? Is the content in these files already in the database? If so,
how complex is your data model? When you conduct a database search, do
you have to search across a number of fields?

George


On 6/23/05, Protoculture [EMAIL PROTECTED] wrote:
 Part of our system uses the verity search ( it updates its index from a group 
 of word doc files ).
 
 Now using MSSQL, do you think there could be a performance improvement by 
 switching this search to the database?
 
 

~|
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:210330
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


xhtml

2005-06-23 Thread Richard Cooper
Is there a way round the problem caused by cfform, cfinput etc. capitalising 
the tags whihc inturn prevents them form being valid xhtml?

Thanks,

Richard

~|
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:210331
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: xhtml

2005-06-23 Thread Adam Haskell
haven't tried it but have you tried to encase it in a cfsavecontent
then lcase that?


Adam H

On 6/23/05, Richard Cooper [EMAIL PROTECTED] wrote:
 Is there a way round the problem caused by cfform, cfinput etc. capitalising 
 the tags whihc inturn prevents them form being valid xhtml?
 
 Thanks,
 
 Richard
 
 

~|
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:210332
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: Query of Queries error - solution

2005-06-23 Thread Jeff Langevin
Thanks for the idea.  I still had problems though.  So I added a dummy 
row using querySetCell() where the offending column's value was set to 
aaa (I think someone might have suggested something like this 
earlier).  This is a value that would never occur in real life.  On 
the next process that I perform on the data, I will weed out that row.

Thanks for everyone's suggestions.  As always, you folks are great.

--Jeff

On 6/22/2005 5:33 PM, Mark A Kruger wrote:
 ok... in your querySetCell( ) call try doing something stringlike. For
 example, try Javacast('string',myVar) - or try trim or  something like myVar
  '' - anything to make the script aware of the type so it doesn't have to
 guess.
 
 -Mark
 


~|
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:210333
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

2005-06-23 Thread Aminova, Elena
I am doing it in MS SQL Server, not Oracle, but thanks...
Its similar, I'll try it now 

-Original Message-
From: Eddie [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 22, 2005 5:43PM
To: CF-Talk
Subject: Re: SQL

On 6/22/05, Elena Aminova [EMAIL PROTECTED] wrote:
 I have 2 integer columns, each has 3 digit numbers from 111 to 555.
 I need to compare the 2 columns and in a third column display some
kind of an indication whether the second column number is higher or
lower then the first column number, saying higher, lower or equal.
 
 For example:
 column1   column 2   newcolumnToAdd
 125   545 higher
 255   255 equal
 555   222 lower
 254   444 higher   etc
 

Here is how you do it in Oracle (assuming that both column1 and
column2 are not nulls):

select column1, column2,
   case 
  when column2  column1 then 'higher' 
  when column2 = column1 then 'equal' 
  when column2  column1 then 'lower'
   end newcolumnToAdd
from yourTableName

--
Eddie.
http://awads.net/



~|
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:210334
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

2005-06-23 Thread Aminova, Elena
How is it done in MS SQL Server? 

-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 22, 2005 5:38PM
To: CF-Talk
Subject: RE: SQL

You can use case / when to do this... depending on your db platform.


select col1, col2, newcoltoAdd =
 CASE
WHEN col1  col2 THEN 'higher'
WHEN col1 = col2 THEN 'Equal'
WHEN col1  col2 THEN 'lower
  END
FROM myTable.


---
Subject: SQL


I have 2 integer columns, each has 3 digit numbers from 111 to 555.
I need to compare the 2 columns and in a third column display some kind
of an indication whether the second column number is higher or lower
then the first column number, saying higher, lower or equal.

For example:
column1   column 2   newcolumnToAdd
125   545 higher
255   255 equal
555   222 lower
254   444 higher   etc

Please advise on how to do this in SQL.
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:210335
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: xhtml

2005-06-23 Thread S . Isaac Dealey
Wouldn't that also lcase any of the values of the form fields? Like
say... a textarea...

I haven't worked with the new CFFORM tools (I have something better)
but I would imagine you could make a copy of the default XSL sheet to
use that would use the correct case for those tags. .

 haven't tried it but have you tried to encase it in a
 cfsavecontent
 then lcase that?


 Adam H

 On 6/23/05, Richard Cooper [EMAIL PROTECTED] wrote:
 Is there a way round the problem caused by cfform,
 cfinput etc. capitalising the tags whihc inturn prevents
 them form being valid xhtml?

 Thanks,

 Richard


s. isaac dealey 954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm


~|
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:210336
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: Verity Searches Vs. Database Searches ( mssql )

2005-06-23 Thread Raymond Camden
Actually, I just spoke with the person who integrated Verity into
CFMX. According to him, subsequent(sp) searches in Verity will
improve, assuming you are using k2, which would apply to CFMX7, or
CFMX 5/6.1 talking to K2.

On 6/23/05, Paul Hastings [EMAIL PROTECTED] wrote:
 
 if you mean using sql server's full-text indexing, yes. while k2 has
 certainly been an improvement, verity searches performances are flat
 compared to db ones (search the same phrase 10x, verity more or less
 takes the same amount of time, every time while the db based one will
 get faster). joining the verity results back to the database isn't
 nearly as elegant as sql server's. and believe it or not, ms's search
 wins academic awards pretty consistently (see trec.nist.gov).
 
 but speed isn't the only thing to consider. the purpose of your search
 and how each technology handles that should also be looked into.  you
 should probably post this question on the sql server list
 (www.sswug.org) or sql server newsgroup
 (http://www.microsoft.com/technet/community/newsgroups/server/sql.mspx
 at the bottom of the page) and maybe hillary cotter will answer (he's a
 guru when it comes to searching). sql server 2005 is supposedly better
 at this than sql server 2000.
 
 

~|
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:210337
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


xhtml and cfform flash

2005-06-23 Thread Sebastian Mork
Hi,

what about flash-forms and valid xhtml?
is there a way to create valid xhtml-code by cfform??

-- 
Sebastian Mork [EMAIL PROTECTED]


~|
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:210338
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: Query of Queries error - solution

2005-06-23 Thread Jeff Langevin
Oh yes, and I used the cast in the other query to get QoQ to play 
nicely.  Thanks!

cast(OrderDetails.Order_ID AS varchar(12)) AS Order_ID,

--Jeff

On 6/23/2005 8:52 AM, Jeff Langevin wrote:

 Thanks for the idea.  I still had problems though.  So I added a dummy 
 row using querySetCell() where the offending column's value was set to 
 aaa (I think someone might have suggested something like this 
 earlier).  This is a value that would never occur in real life.  On 
 the next process that I perform on the data, I will weed out that row.
 
 Thanks for everyone's suggestions.  As always, you folks are great.
 
 --Jeff
 
 On 6/22/2005 5:33 PM, Mark A Kruger wrote:
 
ok... in your querySetCell( ) call try doing something stringlike. For
example, try Javacast('string',myVar) - or try trim or  something like myVar
 '' - anything to make the script aware of the type so it doesn't have to
guess.

-Mark

 
 
 
 

~|
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:210339
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: Blackberry calendar integration

2005-06-23 Thread Robertson-Ravo, Neil (RX)
Not easily...CF/COM and Exchange integration was flakey at the best of times
- probably even flakier with MX.

There used to be a site - CFCOMET which was good for COM resources and CF
but it is gone now - I think Michael has it set up somewhere though - I cant
remember the link!




-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: 22 June 2005 23:09
To: CF-Talk
Subject: RE: Blackberry calendar integration

How do you push calendar events into exchange?  Is it possible to do this
through ColdFusion?



-Original Message-
From: Robert Munn [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 22, 2005 4:32 PM
To: CF-Talk
Subject: Blackberry calendar integration

My company has a Blackberry Server integrated with Exchange. All we do is
push calendar events into Exchange and they copy over. From what I have
read, the only way to achieve calendar integration is through the Enterprise
Server. 

http://www.blackberryforums.com/showthread.php?t=9678highlight=calendar+syn
c



We have a fairly simple calendar/events module in our cf application, and
management wants to see if it could be integrated with Blackberry calendar.
Does anyone have any experience doing something like this?  I'm assuming
we'll need something like Blackberry Enterprise Server for the blackberry
sync to work, but how would we integrate our application with the
Blackberry
Enterprise Server?  Can somebody point me in the right direction?





~|
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:210340
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


Filemaker Pro and Cold Fusion

2005-06-23 Thread Larry Lyons
I've got a potential client that has a huge honking Filemaker Pro 
database that they wish to have a web application built on top of.

I've not yet been able to look at the underlying structure yet, so I 
don't have all the details. They basically want a rather complicated 
search interface.

I know *CRAP* about Filemaker. So...

1. Is this even possible?

Yes. Its not easy though. There's a pretty good explanation of how to use FMP 
with CFMX at http://www.flashsupport.com/forum/topic.asp?Topic_ID=296


2. Better to export to SQL Server or mySQL? Can you even
export into another format?

I have not touched FMP for several years now. I believe you can export FMP to 
several different file formats, as well as text files. So given that you should 
be able to transfer the files to SQLServer or MySQL. 


hth,
larry
--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

~|
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:210341
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 of Queries error - solution

2005-06-23 Thread James Holmes
Would it help if I made good on my threat to write a QueryCast() UDF for CF 6.1?

On 6/23/05, Jeff Langevin [EMAIL PROTECTED] wrote:
 Oh yes, and I used the cast in the other query to get QoQ to play
 nicely.  Thanks!
 
 cast(OrderDetails.Order_ID AS varchar(12)) AS Order_ID,
 
 --Jeff
 
 On 6/23/2005 8:52 AM, Jeff Langevin wrote:

-- 
Geeque - accept the geek within and get your friends off your back -
http://www.cafepress.com/geeque/

~|
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:210342
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: xhtml and cfform flash

2005-06-23 Thread S . Isaac Dealey
 Hi,

 what about flash-forms and valid xhtml?
 is there a way to create valid xhtml-code by cfform??

Heh... I believe you're actually the 2nd person to ask that this
morning...

Are you referring to the capitalized xhtml elements?

I haven't worked with CF7's CFFORM tools myself (I have something
better) but I would expect you could make a copy of the default XSL
sheet and modify it to produce lower-case elements. Or modify the
default XSL sheet. I know the default sheet has a bug in it that
causes multiple-select elements to be un-selected if they should be
prepopulated with multiple elements selected, so there's a good chance
you would need to edit the default XSL sheet anyway. Here's the url
for that fix:

http://blog.web-shorts.com/?day=3/6/2005

He does mention that it's in _formelements.xsl ... although offhand I
don't know where that file is located... I'd expect it's under the
cfusionmx webroot directory somewhere but it's probably documented in
the livedocs. http://livedocs.macromedia.com

hth

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210343
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: Neo-query.xml curruption on 6.1 updater

2005-06-23 Thread Thomas Chiverton
On Tuesday 07 June 2005 14:02, Douglas Knudsen wrote:
 ditto here, we 'back that up' regularly. 

And here.
It's a really nasty, horrible bug, bug we can't reproduce it. It just happens 
sometimes.

-- 

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:210344
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


CFWDDX JavaScript error

2005-06-23 Thread Barthle, Robert \(Contractor\)
Hey there, I am trying to use CFWDDX cfml2js to do a population of a form 
fields based on the choices selected in a select box. But I'm getting a 
JavaScript error in IE when the tag is called. 
 
Error: 'WddxRecordset' is undefined.
 
The line it fails on is the call to declare the array, a line written by the 
CFWDDX tag.
 
I have used this code in the past of CF5 projects without a hitch. We have CFMX 
now and are due to install the 6.1 Updater this week. I read that there were 
other CFWDDX errors that were supposed to be fixed by this, but read no mention 
of my particular problem. Will that solve it? If not, what are some other 
options?
 
I am using IE6 on Windows 2000. It fails on Firefox as well.
 
Here is the code snippet that calls it. Any help is appreciated.
 
 
 script language=javascript type=text/javascript 
  cfwddx action=cfml2js input=#q_contacts# 
toplevelvariable=contacts_array 
 alert(contacts_array.getRowCount());
 function populateitem() {
  a = document.contactform;
  a.intContactID.value=;
  a.strOrganization.value=;
  a.strContactFName.value=;
  a.strContactLName.value=;
  a.strContactAdrs1.value=;
  a.strContactAdrs2.value=;
  a.strContactCity.value=;
  a.strContactZip.value=;
  a.strContactEmail.value=;
  a.strContactPhone.value=;
  a.strContactFax.value=;
  a.strContactURL.value=;
  // Determine which top-level value the user selected
  selected_id = a.intContactID[a.intContactID.selectedIndex].value;
  nRows = contacts_array.getRowCount();
  for (iRow=0; iRownRows; iRow++) {
   // Determine matches
   tmp_item_id = contacts_array.getField(iRow, intContactID);
   if (tmp_item_id == selected_id) {
a.strContactFName.value = contacts_array.getField(iRow, strContactFName);
   }
  }
 }
 /script 



thanks 
-r 
_ 
Rob Barthle 
Contractor - Sr. Software Developer 
[EMAIL PROTECTED] 
202-245-6484 

 


~|
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:210345
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: Neo-query.xml curruption on 6.1 updater

2005-06-23 Thread James Holmes
I have a feeling it's one of those bugs that will never be fixed.

On 6/23/05, Thomas Chiverton [EMAIL PROTECTED] wrote:
 On Tuesday 07 June 2005 14:02, Douglas Knudsen wrote:
  ditto here, we 'back that up' regularly.
 
 And here.
 It's a really nasty, horrible bug, bug we can't reproduce it. It just happens
 sometimes.

-- 
Geeque - accept the geek within and get your friends off your back -
http://www.cafepress.com/geeque/

~|
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:210346
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


Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Deanna Schneider
All this talk about frameworks has me investigating what's out there
again. Of course, we have a wonky environment where we have a jillion
sub-sites and no actual access to the root of the server (another
group deals with that), and many sites which are modified by a combo
of web apps and Contribute. Naturally, this  brings up some questions.

Here's a fusebox specific one: Is there any way to tell fusebox to
write and read the xml files from a different directory than the
application? We are trying to only do sandboxed writes/reads to
directories outside the webroot, but since it looks like
application.fusebox.approotdirectory is automagically derived from the
location of the application, and that's what's used to determine where
to do reads and writes, it doesn't look like it's possible.


And, a more general one: has anyone found a framework that actually
works on sites that also incorporate Contribute users? I'm thinking
there's isn't anything that really will play nicely, since Contribute
is the antithesis of separately layout from code. What we're doing now
is incorporating a lot of custom tags and cfcs for functionality, and
some includes for layouts - but every page still has to have the
html/head/body tags for Contribute to be happy, and the protecting
of script still leaves a bit to be desired.

~|
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:210347
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


ANN: Discover cfquery tags missing authentication attributes (using Dreamweaver)

2005-06-23 Thread Massimo, Tiziana e Federica
I wrote a little utility (it's a Dreamweaver site report) that let you
quickly identify any cfquery tag missing the username and/or password
attribute

You can grab it from here:
http://www.massimocorner.com/dreamweaver/coldfusion/cf_query_auth.mxp


Massimo Foti
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.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:210348
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: J2EE Session Sharing without Cluster? -- more frustration

2005-06-23 Thread jacksonj
 The more I know about having a farm of servers, the more worried I get 
 about them:
 
 Farm Cons:
 
 * No way to sync the global scopes (Application, Server)
 
 * No CFCs in session scope (Has this changed in CFMX7? Guess I can 
 look it up.)
 
 * Only native way to do session sharing is to share the entire 
 instances. Workaround is to use client vars, which natively have very 
 course time spans, and with which you have to de/serialize complex 
 vars.
 
 And now...
 
 * No charting without sticky sessions? 

Forgot to mention the one of the ones I'm most worried about:

* A farm of servers can undermine cflocks

Geesh, why did I set up this farm again? ;-)

Thanks,
Jamie

~|
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:210349
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: ANN: Discover cfquery tags missing authentication attributes (using Dreamweaver)

2005-06-23 Thread mac jordan
On 6/23/05, Massimo, Tiziana e Federica [EMAIL PROTECTED] wrote:
 
 I wrote a little utility (it's a Dreamweaver site report) that let you
 quickly identify any cfquery tag missing the username and/or password
 attribute
 

it would identify all mine then - I always use request.dsn !


-- 
mac jordan
home: www.kestrel.org http://www.kestrel.org
work: www.webhorus.net http://www.webhorus.net
them: www.jordan-cats.org http://www.jordan-cats.org


~|
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:210350
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: J2EE Session Sharing without Cluster? -- more frustration

2005-06-23 Thread Adrocknaphobia
There are plenty of pros that come along with a cluster. Namely speed,
high-availability and ease of patch management.

-Adam

On 6/23/05, jacksonj @ calib. com jacksonj @ calib. com
[EMAIL PROTECTED] wrote:
  The more I know about having a farm of servers, the more worried I get
  about them:
 
  Farm Cons:
 
  * No way to sync the global scopes (Application, Server)
 
  * No CFCs in session scope (Has this changed in CFMX7? Guess I can
  look it up.)
 
  * Only native way to do session sharing is to share the entire
  instances. Workaround is to use client vars, which natively have very
  course time spans, and with which you have to de/serialize complex
  vars.
 
  And now...
 
  * No charting without sticky sessions?
 
 Forgot to mention the one of the ones I'm most worried about:
 
 * A farm of servers can undermine cflocks
 
 Geesh, why did I set up this farm again? ;-)
 
 Thanks,
 Jamie
 
 

~|
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:210351
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: xhtml and cfform flash

2005-06-23 Thread Sebastian Mork
Hi,

I mean the code that is generated for flash-forms like..
'embed pluginspage='http://www.macromedia.com/go/getflashplayer' ); 
id='CFForm_1' );   ...'

validator gives a lot of errs like 'there is no attribute pluginspage'.

I read somewhere that you either use cfform(flash) or xhtml, right?
No other possibilities yet?

In another post I wrote what I've read (from Sean Corfield) in the
livedocs:
(http://livedocs.macromedia.com/wtg/public/coding_standards/style.html
-- near the bottom)
SeanCorfield said on Jul 22, 2004 at 10:14 AM : 
The non-compliance of code generated by CFFORM is a known issue that will be 
addressed in a future release. 

So, I've to wait. or what?

--
Sebastian Mork
[EMAIL PROTECTED]
--

On Thu, 23 Jun 2005 10:08:24 -0400
S. Isaac Dealey [EMAIL PROTECTED] wrote:

  Hi,
 
  what about flash-forms and valid xhtml?
  is there a way to create valid xhtml-code by cfform??
 
 Heh... I believe you're actually the 2nd person to ask that this
 morning...
 
 Are you referring to the capitalized xhtml elements?
 
 I haven't worked with CF7's CFFORM tools myself (I have something
 better) but I would expect you could make a copy of the default XSL
 sheet and modify it to produce lower-case elements. Or modify the
 default XSL sheet. I know the default sheet has a bug in it that
 causes multiple-select elements to be un-selected if they should be
 prepopulated with multiple elements selected, so there's a good chance
 you would need to edit the default XSL sheet anyway. Here's the url
 for that fix:
 
 http://blog.web-shorts.com/?day=3/6/2005
 
 He does mention that it's in _formelements.xsl ... although offhand I
 don't know where that file is located... I'd expect it's under the
 cfusionmx webroot directory somewhere but it's probably documented in
 the livedocs. http://livedocs.macromedia.com
 
 hth
 
 s. isaac dealey   954.522.6080
 new epoch : isn't it time for a change?
 
 add features without fixtures with
 the onTap open source framework
 
 http://www.fusiontap.com
 http://coldfusion.sys-con.com/author/4806Dealey.htm
 
 
 
 
 

~|
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:210352
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: ANN: Discover cfquery tags missing authentication attributes (using Dreamweaver)

2005-06-23 Thread Massimo, Tiziana e Federica
mac jordan [EMAIL PROTECTED] wrote in
message news:[EMAIL PROTECTED]
  I wrote a little utility (it's a Dreamweaver site report) that let you
  quickly identify any cfquery tag missing the username and/or password
  attribute

 it would identify all mine then - I always use request.dsn !


It doesn't matter if the attribute value is a variable (hardcoded values
aren't a good idea). It only reports tags where the attributes are missing
or contain an empty string.

I wrote it because I had to rework an application where the username and
password where defined inside CF Admin and missing from cfquery (often not
a good idea in a shared enviroiment)

Massimo


~|
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:210353
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: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread S . Isaac Dealey
 Here's a fusebox specific one: Is there any way to tell
 fusebox to write and read the xml files from a different
 directory than the application? We are trying to only do
 sandboxed writes/reads to directories outside the webroot,
 but since it looks like application.fusebox.approotdirectory
 is automagically derived from the location of the
 application, and that's what's used to determine where
 to do reads and writes, it doesn't look like it's possible.

You'd have a similar issue with onTap... you'd have to disable the
compression feature in production mode because the compressed files
are stored in the same directory along with the individual templates.
~ontap.cfm (the ~ is to denote that it's a temporary file -- which
is how dreamweaver and some other IDEs mark them), and then the file
is set readonly so that in theory if you ignore the comment at the top
about it being generated and not editing it you should still get some
kind of alert at least if you try to edit  save the file. It probably
would not be a significant performance hit to disable it with most
applications. It was designed to reduce the number of cfinclude tags
executed in a given request but with most applications now (since
adding the html library) the number of tags eliminated would likely be
fairly small, so for most applications the performance boost from it
is liable to be small as well.

 And, a more general one: has anyone found a framework that
 actually works on sites that also incorporate Contribute
 users? I'm thinking there's isn't anything that really will
 play nicely, since Contribute is the antithesis of separately
 layout from code. What we're doing now is incorporating a lot
 of custom tags and cfcs for functionality, and some includes
 for layouts - but every page still has to have the
 html/head/body tags for Contribute to be happy, and the
 protecting of script still leaves a bit to be desired.

Yeah that's a sticky wicket... I suppose in theory if you created a
template and put that in the web-accessible directories you could use
the onTap framework's function libraries and CFC's to generate the
layout of the page (header and footer) and let the Contribute users
use that template to update content. You would lose some flexibility
in the framework -- you wouldn't be able to call the Contribute pages
as custom tags from other processes, although it seems unlikely you
would want to do that anyway. You would also be required to build your
header/footer display (but not display it) in the Application stage
which executes during the Application.cfm or during the
onRequestStart() event of your Application.cfc. The Contribute
template would then just have to display the generated headers and
footers and you would also have all the framework's automated code
execution, branding, ability to generate tiered/nested layouts and
i18n features available to generate your layout. The contribute
template would look something like this:

cfoutput#request.tapi.html.show(request.pageHeader)#/cfoutput
!-- start contribute editable area --

!-- end contribute editable area --
cfoutput#request.tapi.html.show(request.pageFooter)#/cfoutput

I would use a cache-name to generate the headers and footers also for
performance purposes, and might even go so far as to wrap the
cfoutputs in the template in a content tag to further cache the output
(assuming you can create a cachename that uniquely identifies the
current state of the header/footer, which I expect wouldn't be too
difficult). i.e.

cfmodule template=#request.tapi.content()#
cachename=#request.cachePageHeader#
cfoutput#request.tapi.html.show(request.pageHeader)#/cfoutput/cfm
odule

Unfortunately I don't have access to any contribute licenses to test
this approach, but I think the theory is sound. It lacks a little of
the flexibility I like about the framework, but it doesn't break any
of the fundamental principles of the framework with regard to
separating the content from the format.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210354
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


digest authentication...

2005-06-23 Thread Mark A Kruger
I have someone using ms mappoint's web service and they need to support
digest authentication through axis. Is there an easy way to do this in CF -
I mean using the create object or cfinvoke tags?

-Mark

Mark A. Kruger, CFG, MCSE
www.cfwebtools.com
www.necfug.com
http://mkruger.cfwebtools.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:210355
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: Query of Queries error - solution

2005-06-23 Thread Mark A Kruger
awesome... good tip... (still a kludge though - ha)...

-Original Message-
From: Jeff Langevin [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 23, 2005 7:52 AM
To: CF-Talk
Subject: Re: Query of Queries error - solution


Thanks for the idea.  I still had problems though.  So I added a dummy
row using querySetCell() where the offending column's value was set to
aaa (I think someone might have suggested something like this
earlier).  This is a value that would never occur in real life.  On
the next process that I perform on the data, I will weed out that row.

Thanks for everyone's suggestions.  As always, you folks are great.

--Jeff

On 6/22/2005 5:33 PM, Mark A Kruger wrote:
 ok... in your querySetCell( ) call try doing something stringlike. For
 example, try Javacast('string',myVar) - or try trim or  something like
myVar
  '' - anything to make the script aware of the type so it doesn't have to
 guess.

 -Mark





~|
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:210356
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 : JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

2005-06-23 Thread Jean-Michel DE FILIPPI
Okay,

Thanks for you help I'm going to test with your command line to log all
errors, I keep you informed...

Jean-Michel DE FILIPPI
SARL Orig'in [ www.orig-in.com ]
4, rue du soleil - 06100 Nice CEDEX
Tel. 04.92.14.60.53
Cel. 06.60.86.81.56







-Message d'origine-
De : Nathan Strutz [mailto:[EMAIL PROTECTED] 
EnvoyÉ : mercredi 22 juin 2005 21:55
 : CF-Talk
Objet : Re: JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

That brings up a good point, Doug. The best way to troubleshoot a 
stalled CF server is to take a thread dump/stack trace. You do this by 
starting CF from command line, something like this on windows:

c:/ cfusionmx\bin\cfstart.bat  c:\cf_output_log.txt

Take a normal dump (ctrl+break) when the server is working and serving 
pages. Examine the output text file, then, when it stalls, take another 
one. You should be able to look into every thread to find exactly what's

running. When you finally find the stalled thread(s), you should be able

to pinpoint the problem

-nathan strutz

Douglas Knudsen wrote:
 does it spike before requests come in? Or after? Is it spiking under
heavy 
 load or light load? Have you turned on 'log slow pages taking x
seconds?? 
 Turn this on and set to say 10 to 20 seconds and see what pages are
hogging 
 up CF. 
  DK
 
  On 6/22/05, Jean-Michel DE FILIPPI [EMAIL PROTECTED] wrote: 
 
Hello every body,

I need help, I've a big problem under my configuration about jrunsvc
(jrun service). Every 1 hour since 15 minutes the jrunsvc takes 100%
cpu
time.

I've try lot of things to fix like update (updater 5 from macromedia,
j2se 1.4.2, etc .) but the problem persiste.

An other thing, I've try to put the mysql version 4.1.12 (I think the
last release) I have import all my databases in the new version of
mysql
.. All was okay, but When I've restarted coldfusion 6.1 MX msql-nt
service takes 100% CPU Time...

I've a big problem and no solution .

Maybe someone have an idea

Thanx a lot




 
 
 



~|
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:210358
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: xhtml and cfform flash

2005-06-23 Thread S . Isaac Dealey
Oh... ooops! Sorry... I completely overlooked that in your post
(likely due in no small part to my disinterest in flash forms)... in
that case I'd expect you could wrap the form in cfsavecontent and
use lcase() on the generated output... someone else recommended this
in the other thread this morning. The pluginspage attribute and the
like are more complicated of course... You could wait, or you could
use cfsavecontent and get creative with regular expressions.

 Hi,

 I mean the code that is generated for flash-forms like..
 'embed
 pluginspage='http://www.macromedia.com/go/getflashplayer'
 ); id='CFForm_1' );   ...'

 validator gives a lot of errs like 'there is no attribute
 pluginspage'.

 I read somewhere that you either use cfform(flash) or
 xhtml, right?
 No other possibilities yet?

 In another post I wrote what I've read (from Sean
 Corfield) in the
 livedocs:
 (http://livedocs.macromedia.com/wtg/public/coding_standard
 s/style.html
 -- near the bottom)
 SeanCorfield said on Jul 22, 2004 at 10:14 AM :
 The non-compliance of code generated by CFFORM is a known
 issue that will be addressed in a future release. 

 So, I've to wait. or what?

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210357
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


Source for Names and Addresses

2005-06-23 Thread Dawson, Michael
Similar to Hal Helm's QuerySim, I want to create a UDF that will return
people-related information for quickly building and testing page
layouts.  The main difference is that I don't want to have to create
the names each time I use the UDF.

Is there any open repository of names and addresses that can be queried
to create a text file of sample information?

They don't even need to be valid names, but I don't want to type them
in.  As a last resort, I could pull some names from Active Directory and
then mix them up so they don't refer to any real person.

Any suggestions?

M!ke

~|
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:210359
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: xhtml and cfform flash

2005-06-23 Thread Kwang Suh
To add to your list of woes, I don't think InvalidTag is even a valid tag in 
XHTML.

 Hi,
 
 I mean the code that is generated for flash-forms like..
 'InvalidTag pluginspage='http://www.macromedia.com/go/getflashplayer' ); 
 id='CFForm_1' );   ...'
 
 validator gives a lot of errs like 'there is no attribute 
 pluginspage'.
 
 I read somewhere that you either use cfform(flash) or xhtml, right?
 No other possibilities yet?
 
 In another post I wrote what I've read (from Sean Corfield) in the
 livedocs:
 (http://livedocs.macromedia.com/wtg/public/coding_standards/style.
 html
 -- near the bottom)
 SeanCorfield said on Jul 22, 2004 at 10:14 AM : 
 The non-compliance of code generated by CFFORM is a known issue that 
 will be addressed in a future release. 
 
 So, I've to wait. or what?
 
 --
 Sebastian Mork
 [EMAIL PROTECTED]
 --
 
 On Thu, 23 Jun 2005 10:08:24 -0400
 S. Isaac Dealey [EMAIL PROTECTED] wrote:
 
   Hi,
  
   what about flash-forms and valid xhtml?
   is there a way to create valid xhtml-code by cfform??
  
  Heh... I believe you're actually the 2nd person to ask that this
  morning...
  
  Are you referring to the capitalized xhtml elements?
  
  I haven't worked with CF7's CFFORM tools myself (I have something
  better) but I would expect you could make a copy of the default XSL
  sheet and modify it to produce lower-case elements. Or modify the
  default XSL sheet. I know the default sheet has a bug in it that
  causes multiple-select elements to be un-selected if they should be
  prepopulated with multiple elements selected, so there's a good 
 chance
  you would need to edit the default XSL sheet anyway. Here's the url
  for that fix:
  
  http://blog.web-shorts.com/?day=3/6/2005
  
  He does mention that it's in _formelements.xsl ... although offhand 
 I
  don't know where that file is located... I'd expect it's under the
  cfusionmx webroot directory somewhere but it's probably documented 
 in
  the livedocs. http://livedocs.macromedia.com
  
  hth
  
  s. isaac dealey   954.522.6080
  new epoch : isn't it time for a change?
  
  add features without fixtures with
  the onTap open source framework
  
  http://www.fusiontap.com
  http://coldfusion.sys-con.com/author/4806Dealey.htm
  
  
  
  
  

~|
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:210360
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


Anyone know to do this in a SQL SP?

2005-06-23 Thread djones
Anyone know to do this in a SQL SP?


I want to pass @dt_db which is the database.  This code errors...




CREATE procedure sp_populate_micros_temp_tables
   @dt_db varchar, 
   @dt_date datetime
as

 select A.* from @dt_db.dbo.[1micros_cc_auth_dtl] A,
 @dt_db.dbo.[1micros_trans_dtl] B

 
GO

~|
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:210361
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: Anyone know to do this in a SQL SP?

2005-06-23 Thread Robertson-Ravo, Neil (RX)
You will have to use Dynamic SQL and fire it off using EXEC() or
sp_executesql.

DECLARE @vcSQL VARCHAR(8000)
DECLARE @dbName VARCHAR(100)
DECLARE @vcTableName VARCHAR(8000)

SET @dbName = 'YOURDB'
SET @vcTableName = 'YOURTABLE'

SET @vcSQL = 'USE ' + @dbName + ' SELECT COUNT(*) FROM ' + @vcTableName + '
GO'

EXEC (@vcSQL)

HTH






-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 23 June 2005 16:36
To: CF-Talk
Subject: Anyone know to do this in a SQL SP?

Anyone know to do this in a SQL SP?


I want to pass @dt_db which is the database.  This code errors...




CREATE procedure sp_populate_micros_temp_tables
   @dt_db varchar, 
   @dt_date datetime
as

 select A.* from @dt_db.dbo.[1micros_cc_auth_dtl] A,
 @dt_db.dbo.[1micros_trans_dtl] B

 
GO



~|
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:210362
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: Anyone know to do this in a SQL SP?

2005-06-23 Thread Robertson-Ravo, Neil (RX)
You should also avoid naming your user stored procedures with sp_ -  this
will lead to increased lookup time when the system accesses the SP as it
will always look into the master DB for the sp first.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 23 June 2005 16:36
To: CF-Talk
Subject: Anyone know to do this in a SQL SP?

Anyone know to do this in a SQL SP?


I want to pass @dt_db which is the database.  This code errors...




CREATE procedure sp_populate_micros_temp_tables
   @dt_db varchar, 
   @dt_date datetime
as

 select A.* from @dt_db.dbo.[1micros_cc_auth_dtl] A,
 @dt_db.dbo.[1micros_trans_dtl] B

 
GO



~|
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:210363
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: xhtml and cfform flash

2005-06-23 Thread Kwang Suh
Sigh...  the embed tag, that is.

To add to your list of woes, I don't think InvalidTag is even a valid tag in 
XHTML.

 

~|
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:210364
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 Robertson-Ravo, Neil (RX)
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?




~|
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:210366
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: Anyone know to do this in a SQL SP?

2005-06-23 Thread djones
We had a convention started already when we found that out.  This is an old
one that I am updating.
I ended up doing it like you already posted.

EXECUTE(' into RestMicros_ccauthdtl
 select A.* from  ' + @dt_db  + '.dbo.[1micros_cc_auth_dtl] A,
   ' + @dt_db  + '.dbo.[1micros_trans_dtl] B
 where A.trans_seq = B.trans_seq
 and B.business_date = ' + @dt_date + ' ) ')

David


-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Thursday, June 23, 2005 11:43 AM
To: CF-Talk
Subject: RE: Anyone know to do this in a SQL SP?


You should also avoid naming your user stored procedures with sp_ -  this
will lead to increased lookup time when the system accesses the SP as it
will always look into the master DB for the sp first.



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 23 June 2005 16:36
To: CF-Talk
Subject: Anyone know to do this in a SQL SP?

Anyone know to do this in a SQL SP?


I want to pass @dt_db which is the database.  This code errors...




CREATE procedure sp_populate_micros_temp_tables
   @dt_db varchar,
   @dt_date datetime
as

 select A.* from @dt_db.dbo.[1micros_cc_auth_dtl] A,
 @dt_db.dbo.[1micros_trans_dtl] B


GO





~|
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:210367
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


Hoping *someone* can help me with my LDAP question

2005-06-23 Thread Mike Soultanian
Well, I have posted this question practically everywhere yet I have no 
answers and even worse, I really don't know where to go next.  If there 
is someone that could recommend a support path, I would *really* 
appreciate it as this is causing big problems for me.  Here are the details:

When I run an LDAP query, Coldfusion is asking for a bunch of additional 
Java objects. I would hope that someone can help me explain it to my 
LDAP admin that it's normal, or at least what they are.

Here's the LDAP query I'm trying to perform:

cfldap action=query
name=qCheckUsername
server=#ldapserver#
port=389
attributes=uid
maxrows=100
start=cn=People,ou=school,dc=edu
scope=subtree
filter=(uid=#someuid#)
username=uid=#myuserid#,cn=people,ou=school,dc=edu
password=#mypassword#

The problem that I'm having is instead of ColdFusion only asking for
just the UID in the LDAP query, it is also asking for a bunch of other
stuff. Take a look at what iPlanet shows in the logs:

attrs=uid objectClass javaSerializedData javaClassName javaFactory
javaCodebase javaReferenceAddress javaClassNames javaremotelocation

Any idea why ColdFusion (and/or the java subsystem) is asking for all of
those extra attributes? Know what they are? I really only need the uid.
My LDAP admin is extremely tight and does not want to give access to
those objects because he doesn't know what they are so unfortunately I
can't get any info at all!

So, I just need to figure out what those extra attributes are so then 
maybe I can convince him to allow CF to see them.  Any help would be 
very much appreciated!

Thanks,
Mike

~|
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:210369
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: CFWDDX JavaScript error

2005-06-23 Thread S . Isaac Dealey
  script language=javascript type=text/javascript 
   cfwddx action=cfml2js input=#q_contacts#
  toplevelvariable=contacts_array 

My eyes! My eyes! Make it stop!

 do you leave the extra spaces in those tags in production?

In answer to your question, I wrote a function in my framework that
does the same thing that cfml2js does, but without using wddx ...

http://www.fusiontap.com/docs/index.cfm?netaction=libraries%2Fcf%5Fdom
hash=js.object

script language=javascript
#request.tapi.js.object(q_contacts,contacts_array)#
/script

Of course, it shouldn't be terribly difficult to remove this function
from the framework.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210370
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: com.allaire.cfx.Query problem

2005-06-23 Thread Marc Campeau
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:210371
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: xhtml

2005-06-23 Thread Will Tomlinson
Use the id attribute instead of name in the cfform tag. 

Will

~|
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:210372
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: xhtml and cfform flash

2005-06-23 Thread S . Isaac Dealey
 Sigh...  the embed tag, that is.

To add to your list of woes, I don't think InvalidTag is
even a valid tag in XHTML.


That's easily removed...

cfset valid = rereplacenocase(invalid,embed [^]+,)


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210373
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


cfscript looping over udf's

2005-06-23 Thread Brian Holder
i am looping over a query - inside the loop, i am calling a udf that calls 
another udf...

for( i = 1; i lte qQuery.RecordCount; i = i+1 ) {
  WriteOutput(DrawRow(qQuery.colA[i]), Trim(qQuery.colB[i])));
}

function DrawRow(someNo, someAmt) {

  var rRow = ;
  var thisRow = SetValue(someNo, someAmt);

  for( i = 1; i lte ArrayLen(thisRow); i = i+1 ) {
rRow = rRow  'td align=right class='  IIf(thisRow[i] lt 0, 
DE(negative), DE())  '';
rRow = rRow  IIf(thisRow[i] gt 0, DE(DecimalFormat(thisRow[i])), 
DE(nbsp;))  '/td';
  }
  return rRow;  // return a string
}

function SetValue(someNo, someAmt) {
  switch (someNo) {
case 082: {
  aRow[1] = someAmt;
  break;
}
case 126: {
  aRow[2] = someAmt;
  break;
}
case 153: {
  aRow[3] = someAmt;
  break;
}
case 176: {
  aRow[4] = someAmt;
  break;
}
case 301: {
  aRow[5] = someAmt;
  break;
}
  }
  return aRow; // return an array
}

however, the call to the DrawRow() udf in the query loop works for the first 
iteration, then breaks out of the loop therfore ignoring any subsequent records.

does anyone see a possible reason for this?

at first i thought it maybe the use of break in the case statements in the 
SetValue udf, so i changed to using if/else if, but that produced the same 
results.

i also tried using global variables instead of function-local vars for the 
array - still no luck.

it really seems as though something wacked is happening after the first 
iteration of the query loop that is causing the loop to end prematurely, but i 
can seem to pin it down.

this is in cf5 btw cringe

tia!

~|
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:210375
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: Verity Searches Vs. Database Searches ( mssql )

2005-06-23 Thread Paul Hastings
Raymond Camden wrote:
 Actually, I just spoke with the person who integrated Verity into
 CFMX. According to him, subsequent(sp) searches in Verity will
 improve, assuming you are using k2, which would apply to CFMX7, or
 CFMX 5/6.1 talking to K2.

i haven't raced these in a while but i do recall sql server 2k beating 
the pants off of k2 in terms of speed. i actually don't recall them 
getting any faster. i guess i better re-visit 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:210376
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: 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: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Sean Corfield
On 6/23/05, Deanna Schneider [EMAIL PROTECTED] wrote:
 Here's a fusebox specific one: Is there any way to tell fusebox to
 write and read the xml files from a different directory than the
 application?

Fusebox doesn't write any XML files (only generates CFML pages in the
parsed/ folder). You can specify, in index.cfm, where the application
root is prior to including the core file.

See this thread on the Fusebox forums:

http://www.fusebox.org/forums/messageview.cfm?catid=27threadid=4815

 And, a more general one: has anyone found a framework that actually
 works on sites that also incorporate Contribute users?

Well, if you have a framework that routes every request through
index.cfm, Contribute is going to have a hard time because it can't
figure out where the view files are.

Contribute is good for managing static or nearly static content that
is navigable through regular URLs.

 some includes for layouts - but every page still has to have the
 html/head/body tags for Contribute to be happy, and the protecting
 of script still leaves a bit to be desired.

If you create templates with Dreamweaver, then you have much more
protection since Contribute will only allow editing of editable
parts of the templates, i.e., not the navigation, styles etc.
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
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:210378
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


cfscript looping over udf's

2005-06-23 Thread Brian Holder
 
 function SetValue(someNo, someAmt) {
  
oops - that should read...

function SetValue(someNo, someAmt) {
  
  var aRow = ArrayNew(1);
  ArraySet(variables.aRow, 1, 5, 0);

  // switch/case statements
  
  return aRow;
}

~|
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:210379
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: Hoping *someone* can help me with my LDAP question

2005-06-23 Thread Dawson, Michael
Does the existence of these extra attributes cause your ldap queries to
fail?  Or is your admin just wondering why they are there?

I don't know about iPlanet, but I have never seen any attributes like
this in Active Directory, so even if you specifically asked for them in
your query, there would be nothing to return anyway.

Unless you wanted to put in a support call to Macromedia, I would just
say, That's the way it is.  Many of us use CFLDAP and I have not seen
this issue other than when you asked it a while back.

It's good to have an anal system admin, but at some point, they just
gotta let it go.

M!ke 

-Original Message-
From: Mike Soultanian [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 23, 2005 11:11 AM
To: CF-Talk
Subject: Hoping *someone* can help me with my LDAP question

Well, I have posted this question practically everywhere yet I have no
answers and even worse, I really don't know where to go next.  If there
is someone that could recommend a support path, I would *really*
appreciate it as this is causing big problems for me.  Here are the
details:

When I run an LDAP query, Coldfusion is asking for a bunch of additional
Java objects. I would hope that someone can help me explain it to my
LDAP admin that it's normal, or at least what they are.

Here's the LDAP query I'm trying to perform:

cfldap action=query
name=qCheckUsername
server=#ldapserver#
port=389
attributes=uid
maxrows=100
start=cn=People,ou=school,dc=edu
scope=subtree
filter=(uid=#someuid#)
username=uid=#myuserid#,cn=people,ou=school,dc=edu
password=#mypassword#

The problem that I'm having is instead of ColdFusion only asking for
just the UID in the LDAP query, it is also asking for a bunch of other
stuff. Take a look at what iPlanet shows in the logs:

attrs=uid objectClass javaSerializedData javaClassName javaFactory
javaCodebase javaReferenceAddress javaClassNames javaremotelocation

Any idea why ColdFusion (and/or the java subsystem) is asking for all of
those extra attributes? Know what they are? I really only need the uid.
My LDAP admin is extremely tight and does not want to give access to
those objects because he doesn't know what they are so unfortunately I
can't get any info at all!

So, I just need to figure out what those extra attributes are so then
maybe I can convince him to allow CF to see them.  Any help would be
very much appreciated!

Thanks,
Mike

~|
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:210380
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: cfscript looping over udf's

2005-06-23 Thread Sean Corfield
On 6/23/05, Brian Holder [EMAIL PROTECTED] wrote:
 function DrawRow(someNo, someAmt) {
 
   var rRow = ;
   var thisRow = SetValue(someNo, someAmt);
 
   for( i = 1; i lte ArrayLen(thisRow); i = i+1 ) {

You forgot to var-declare i
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
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:210383
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: Hoping *someone* can help me with my LDAP question

2005-06-23 Thread Douglas Knudsen
a wild far out guess here...CFLDAP works on various LDAP platforms, eh? As 
we all know, everyone has their own interpretation of RFCs and such. Perhaps 
CFLDAP needs that other info to determine how to handle the results whilst 
translating them to a CF recordset. Just a far out guess
 Have you tried connecting with a POJO to see if this occurs? 
 DK

 On 6/23/05, Mike Soultanian [EMAIL PROTECTED] wrote: 
 
 Well, I have posted this question practically everywhere yet I have no
 answers and even worse, I really don't know where to go next. If there
 is someone that could recommend a support path, I would *really*
 appreciate it as this is causing big problems for me. Here are the 
 details:
 
 When I run an LDAP query, Coldfusion is asking for a bunch of additional
 Java objects. I would hope that someone can help me explain it to my
 LDAP admin that it's normal, or at least what they are.
 
 Here's the LDAP query I'm trying to perform:
 
 cfldap action=query
 name=qCheckUsername
 server=#ldapserver#
 port=389
 attributes=uid
 maxrows=100
 start=cn=People,ou=school,dc=edu
 scope=subtree
 filter=(uid=#someuid#)
 username=uid=#myuserid#,cn=people,ou=school,dc=edu
 password=#mypassword#
 
 The problem that I'm having is instead of ColdFusion only asking for
 just the UID in the LDAP query, it is also asking for a bunch of other
 stuff. Take a look at what iPlanet shows in the logs:
 
 attrs=uid objectClass javaSerializedData javaClassName javaFactory
 javaCodebase javaReferenceAddress javaClassNames javaremotelocation
 
 Any idea why ColdFusion (and/or the java subsystem) is asking for all of
 those extra attributes? Know what they are? I really only need the uid.
 My LDAP admin is extremely tight and does not want to give access to
 those objects because he doesn't know what they are so unfortunately I
 can't get any info at all!
 
 So, I just need to figure out what those extra attributes are so then
 maybe I can convince him to allow CF to see them. Any help would be
 very much appreciated!
 
 Thanks,
 Mike
 
 

~|
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:210382
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: cfscript looping over udf's

2005-06-23 Thread Ian Skinner
You need to var scope the 'i' variable in the function so it is local to the 
function, otherwise it is the same 'i' in the main loop thus funky, 
unintentional results occur.  Scope those variables! 


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

-Original Message-
From: Brian Holder [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 23, 2005 9:27 AM
To: CF-Talk
Subject: cfscript looping over udf's

i am looping over a query - inside the loop, i am calling a udf that
calls another udf...

for( i = 1; i lte qQuery.RecordCount; i = i+1 ) {
  WriteOutput(DrawRow(qQuery.colA[i]), Trim(qQuery.colB[i])));
}

function DrawRow(someNo, someAmt) {

  var rRow = ;
  var thisRow = SetValue(someNo, someAmt);

  for( i = 1; i lte ArrayLen(thisRow); i = i+1 ) {
rRow = rRow  'td align=right class='  IIf(thisRow[i] lt 0,
DE(negative), DE())  '';
rRow = rRow  IIf(thisRow[i] gt 0, DE(DecimalFormat(thisRow[i])),
DE(nbsp;))  '/td';
  }
  return rRow;  // return a string
}

function SetValue(someNo, someAmt) {
  switch (someNo) {
case 082: {
  aRow[1] = someAmt;
  break;
}
case 126: {
  aRow[2] = someAmt;
  break;
}
case 153: {
  aRow[3] = someAmt;
  break;
}
case 176: {
  aRow[4] = someAmt;
  break;
}
case 301: {
  aRow[5] = someAmt;
  break;
}
  }
  return aRow; // return an array
}

however, the call to the DrawRow() udf in the query loop works for the
first iteration, then breaks out of the loop therfore ignoring any
subsequent records.

does anyone see a possible reason for this?

at first i thought it maybe the use of break in the case statements in
the SetValue udf, so i changed to using if/else if, but that produced the
same results.

i also tried using global variables instead of function-local vars for
the array - still no luck.

it really seems as though something wacked is happening after the first
iteration of the query loop that is causing the loop to end prematurely,
but i can seem to pin it down.

this is in cf5 btw cringe

tia!



~|
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:210381
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: com.allaire.cfx.Query problem

2005-06-23 Thread Marc Campeau
 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

~|
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:210385
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: Hoping *someone* can help me with my LDAP question

2005-06-23 Thread Mike Soultanian
You know, the attributes exist in his directory (it's a directory of all 
the students on campus - not AD) and they are all empty.  However, he 
does not want to allow access to them because he doesn't know if they'll 
be filled with information down the road.

I guess what I really need to know is why those attributes are being 
requested so that I can convince him that the are harmless and only used 
for software interfacing and nothing more.  I just don't know if it's 
coldfusion that's asking for them, or the java subsystem.  And if it's 
the java subsystem, would macromedia even have any information?

Thanks,
Mike

Dawson, Michael wrote:
 Does the existence of these extra attributes cause your ldap queries to
 fail?  Or is your admin just wondering why they are there?
 
 I don't know about iPlanet, but I have never seen any attributes like
 this in Active Directory, so even if you specifically asked for them in
 your query, there would be nothing to return anyway.
 
 Unless you wanted to put in a support call to Macromedia, I would just
 say, That's the way it is.  Many of us use CFLDAP and I have not seen
 this issue other than when you asked it a while back.
 
 It's good to have an anal system admin, but at some point, they just
 gotta let it go.
 
 M!ke 
 
 -Original Message-
 From: Mike Soultanian [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 23, 2005 11:11 AM
 To: CF-Talk
 Subject: Hoping *someone* can help me with my LDAP question
 
 Well, I have posted this question practically everywhere yet I have no
 answers and even worse, I really don't know where to go next.  If there
 is someone that could recommend a support path, I would *really*
 appreciate it as this is causing big problems for me.  Here are the
 details:
 
 When I run an LDAP query, Coldfusion is asking for a bunch of additional
 Java objects. I would hope that someone can help me explain it to my
 LDAP admin that it's normal, or at least what they are.
 
 Here's the LDAP query I'm trying to perform:
 
 cfldap action=query
 name=qCheckUsername
 server=#ldapserver#
 port=389
 attributes=uid
 maxrows=100
 start=cn=People,ou=school,dc=edu
 scope=subtree
 filter=(uid=#someuid#)
 username=uid=#myuserid#,cn=people,ou=school,dc=edu
 password=#mypassword#
 
 The problem that I'm having is instead of ColdFusion only asking for
 just the UID in the LDAP query, it is also asking for a bunch of other
 stuff. Take a look at what iPlanet shows in the logs:
 
 attrs=uid objectClass javaSerializedData javaClassName javaFactory
 javaCodebase javaReferenceAddress javaClassNames javaremotelocation
 
 Any idea why ColdFusion (and/or the java subsystem) is asking for all of
 those extra attributes? Know what they are? I really only need the uid.
 My LDAP admin is extremely tight and does not want to give access to
 those objects because he doesn't know what they are so unfortunately I
 can't get any info at all!
 
 So, I just need to figure out what those extra attributes are so then
 maybe I can convince him to allow CF to see them.  Any help would be
 very much appreciated!
 
 Thanks,
 Mike
 
 

~|
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:210384
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: cfscript looping over udf's

2005-06-23 Thread S . Isaac Dealey
You didn't declare i in DrawRow() with the var keyword -- that's your
problem, since it's overwriting the variable i you're using to loop
over the query...

I also I don't see aRow declared anywhere... i.e. aRow =
arrayNew(1)... don't know if that's a problem...

And your setValue function could be shorter:

function SetValue(someNo, someAmt) {
  switch (someNo) {
case 082: { ; }
case 126: { ; }
case 153: { ; }
case 176: { ; }
case 301: { ; }
  aRow[5] = someAmt;
  break;
}
  }
  return aRow; // return an array
}


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210386
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: cfscript looping over udf's

2005-06-23 Thread Raymond Camden
Your UDF uses the loop variable, i. So does your main page call. You
forgot to var scope the i in the UDF. That's the problem.

On 6/23/05, Brian Holder [EMAIL PROTECTED] wrote:
 i am looping over a query - inside the loop, i am calling a udf that calls 
 another udf...
 
 for( i = 1; i lte qQuery.RecordCount; i = i+1 ) {
   WriteOutput(DrawRow(qQuery.colA[i]), Trim(qQuery.colB[i])));
 } 


-- 
===
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)

Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : ray.camdenfamily.com
Yahoo IM : cfjedimaster

My ally is the Force, and a powerful ally it is. - Yoda

~|
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:210387
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: Verity Searches Vs. Database Searches ( mssql )

2005-06-23 Thread Raymond Camden
Note I didn't say Verity was faster than SQL Server FullText - just
that Verity does improve with subsequent(sp) searches for the same
term.

I can say Verity seems to beat the pants off of a simple SQL search.
Getting the rank back is especially nice - and even better (in CFMX7
anyway), you can get suggestions when you don't get enough results
back.

On 6/23/05, Paul Hastings [EMAIL PROTECTED] wrote:
 Raymond Camden wrote:
  Actually, I just spoke with the person who integrated Verity into
  CFMX. According to him, subsequent(sp) searches in Verity will
  improve, assuming you are using k2, which would apply to CFMX7, or
  CFMX 5/6.1 talking to K2.
 
 i haven't raced these in a while but i do recall sql server 2k beating
 the pants off of k2 in terms of speed. i actually don't recall them
 getting any faster. i guess i better re-visit 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:210388
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


Using Firebird as an embedded database

2005-06-23 Thread Keith Gaughan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

We've a few projects here where we'll need some kind of an embedded
DBMS. It'd be nice to avoid MySQL (because of the need for a commercial
license), MSSQL (as it's Windows only and its embeddable
form--MSDE--doesn't allow as many simultaneous connections as we'd need
in a server environment), and Oracle (ha! ha! ha! and yes, I know about
Oracle lite). I'm not confident enough in PostgreSQL on Window quite
yet, SQLite and HSQLdb are inappropriate in the context, so Firebird
appears to be the best fit.

I've been running it on my laptop, fiddling around with it, and reading
the documentation, and I like what I see so far.

If anybody on the list has been using it for anything, I'd be grateful
for any thoughts or stuff to watch out for.

K.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCuue8mSWF0pzlQ04RAsxdAKCk31LsIeeOIkpHijWS4RQG1rm4VwCgk6NI
283ykDN9+Mz1Ukeuv2qsBcw=
=r9yj
-END PGP SIGNATURE-

~|
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:210390
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: Hoping *someone* can help me with my LDAP question

2005-06-23 Thread Mike Soultanian
Douglas Knudsen wrote:
 a wild far out guess here...CFLDAP works on various LDAP platforms, eh? As 
 we all know, everyone has their own interpretation of RFCs and such. Perhaps 
 CFLDAP needs that other info to determine how to handle the results whilst 
 translating them to a CF recordset. Just a far out guess

You know, I was thinking along the lines of what you said above. 
However, I can't seem to find out much info on those java objects other 
than this RFC:

http://www.ietf.org/rfc/rfc2713.txt

I read through it again and see what I can find.

  Have you tried connecting with a POJO to see if this occurs? 

I'm guessing POJO: Plain old Java object.  Not sure what you mean about 
connecting with a POJO, though..

Thanks,
Mike
  DK
 
  On 6/23/05, Mike Soultanian [EMAIL PROTECTED] wrote: 
 
Well, I have posted this question practically everywhere yet I have no
answers and even worse, I really don't know where to go next. If there
is someone that could recommend a support path, I would *really*
appreciate it as this is causing big problems for me. Here are the 
details:

When I run an LDAP query, Coldfusion is asking for a bunch of additional
Java objects. I would hope that someone can help me explain it to my
LDAP admin that it's normal, or at least what they are.

Here's the LDAP query I'm trying to perform:

cfldap action=query
name=qCheckUsername
server=#ldapserver#
port=389
attributes=uid
maxrows=100
start=cn=People,ou=school,dc=edu
scope=subtree
filter=(uid=#someuid#)
username=uid=#myuserid#,cn=people,ou=school,dc=edu
password=#mypassword#

The problem that I'm having is instead of ColdFusion only asking for
just the UID in the LDAP query, it is also asking for a bunch of other
stuff. Take a look at what iPlanet shows in the logs:

attrs=uid objectClass javaSerializedData javaClassName javaFactory
javaCodebase javaReferenceAddress javaClassNames javaremotelocation

Any idea why ColdFusion (and/or the java subsystem) is asking for all of
those extra attributes? Know what they are? I really only need the uid.
My LDAP admin is extremely tight and does not want to give access to
those objects because he doesn't know what they are so unfortunately I
can't get any info at all!

So, I just need to figure out what those extra attributes are so then
maybe I can convince him to allow CF to see them. Any help would be
very much appreciated!

Thanks,
Mike


 
 
 

~|
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:210391
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 : JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

2005-06-23 Thread Jean-Michel DE FILIPPI
About the logs  this is my last log when jrun begin to take 100% cpu

Signal Dispatcher daemon prio=10 tid=0x009bfbf8 nid=0xd34 waiting on
condition [0..0]

Surrogate Locker Thread (CMS) daemon prio=5 tid=0x009be898 nid=0x338
waiting on condition [0..0]

Finalizer daemon prio=9 tid=0x009bc688 nid=0xcf4 in Object.wait()
[64df000..64dfdc0]
at java.lang.Object.wait(Native Method)
- waiting on 0x10410d70 (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
- locked 0x10410d70 (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
at
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

Reference Handler daemon prio=10 tid=0x009bba50 nid=0xe74 in
Object.wait() [63df000..63dfdc0]
at java.lang.Object.wait(Native Method)
- waiting on 0x10410d80 (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:429)
at
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
- locked 0x10410d80 (a java.lang.ref.Reference$Lock)

VM Thread prio=5 tid=0x009bb0c0 nid=0x228 runnable 

VM Periodic Task Thread prio=10 tid=0x009c3fe8 nid=0x200 waiting on
condition 
Suspend Checker Thread prio=10 tid=0x009be778 nid=0x760 runnable 
Full thread dump Java HotSpot(TM) Server VM (1.4.2-b28 mixed mode):

SocketTimeout daemon prio=10 tid=0x0c9f0988 nid=0x810 waiting on
condition [da9f000..da9fdc0]
at java.lang.Thread.sleep(Native Method)
at HTTPClient.SocketTimeout.run(StreamDemultiplexor.java:917)

Do you see something ??

Apparently the bug beginning from SocketTimeout message ...

I've no idea thanks

Jean-Michel DE FILIPPI
SARL Orig'in [ www.orig-in.com ]
4, rue du soleil - 06100 Nice CEDEX
Tel. 04.92.14.60.53
Cel. 06.60.86.81.56







-Message d'origine-
De : Nathan Strutz [mailto:[EMAIL PROTECTED] 
EnvoyÉ : mercredi 22 juin 2005 21:55
 : CF-Talk
Objet : Re: JRUNSVC + coldfusion 6.1 Mx + mysql 4.0.24 CPU 100%

That brings up a good point, Doug. The best way to troubleshoot a 
stalled CF server is to take a thread dump/stack trace. You do this by 
starting CF from command line, something like this on windows:

c:/ cfusionmx\bin\cfstart.bat  c:\cf_output_log.txt

Take a normal dump (ctrl+break) when the server is working and serving 
pages. Examine the output text file, then, when it stalls, take another 
one. You should be able to look into every thread to find exactly what's

running. When you finally find the stalled thread(s), you should be able

to pinpoint the problem

-nathan strutz

Douglas Knudsen wrote:
 does it spike before requests come in? Or after? Is it spiking under
heavy 
 load or light load? Have you turned on 'log slow pages taking x
seconds?? 
 Turn this on and set to say 10 to 20 seconds and see what pages are
hogging 
 up CF. 
  DK
 
  On 6/22/05, Jean-Michel DE FILIPPI [EMAIL PROTECTED] wrote: 
 
Hello every body,

I need help, I've a big problem under my configuration about jrunsvc
(jrun service). Every 1 hour since 15 minutes the jrunsvc takes 100%
cpu
time.

I've try lot of things to fix like update (updater 5 from macromedia,
j2se 1.4.2, etc .) but the problem persiste.

An other thing, I've try to put the mysql version 4.1.12 (I think the
last release) I have import all my databases in the new version of
mysql
.. All was okay, but When I've restarted coldfusion 6.1 MX msql-nt
service takes 100% CPU Time...

I've a big problem and no solution .

Maybe someone have an idea

Thanx a lot




 
 
 



~|
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:210392
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


WOT asp crap help

2005-06-23 Thread DRE
I'm sorry to sully this list with such a question but I think its
simple and basic but I cant quite find it on google.

I'm updating some older asp code from somewhere and 
this varialble Request.QueryString(mstr) sometimes appears.  I need
to set it in the asp code as opposed to actually putting it in the
query string but I cant seem to update or add the variable.  It says

Microsoft VBScript runtime error '800a01b6' 

Object doesn't support this property or method: 'Request.QueryString' 

Is there a way to set this as a variable in the code?
What do I do?

Thanks
DRE

On 6/23/05, Douglas Knudsen [EMAIL PROTECTED] wrote:
 a wild far out guess here...CFLDAP works on various LDAP platforms, eh? As
 we all know, everyone has their own interpretation of RFCs and such. Perhaps
 CFLDAP needs that other info to determine how to handle the results whilst
 translating them to a CF recordset. Just a far out guess
  Have you tried connecting with a POJO to see if this occurs?
  DK
 
  On 6/23/05, Mike Soultanian [EMAIL PROTECTED] wrote:
 
  Well, I have posted this question practically everywhere yet I have no
  answers and even worse, I really don't know where to go next. If there
  is someone that could recommend a support path, I would *really*
  appreciate it as this is causing big problems for me. Here are the
  details:
 
  When I run an LDAP query, Coldfusion is asking for a bunch of additional
  Java objects. I would hope that someone can help me explain it to my
  LDAP admin that it's normal, or at least what they are.
 
  Here's the LDAP query I'm trying to perform:
 
  cfldap action=query
  name=qCheckUsername
  server=#ldapserver#
  port=389
  attributes=uid
  maxrows=100
  start=cn=People,ou=school,dc=edu
  scope=subtree
  filter=(uid=#someuid#)
  username=uid=#myuserid#,cn=people,ou=school,dc=edu
  password=#mypassword#
 
  The problem that I'm having is instead of ColdFusion only asking for
  just the UID in the LDAP query, it is also asking for a bunch of other
  stuff. Take a look at what iPlanet shows in the logs:
 
  attrs=uid objectClass javaSerializedData javaClassName javaFactory
  javaCodebase javaReferenceAddress javaClassNames javaremotelocation
 
  Any idea why ColdFusion (and/or the java subsystem) is asking for all of
  those extra attributes? Know what they are? I really only need the uid.
  My LDAP admin is extremely tight and does not want to give access to
  those objects because he doesn't know what they are so unfortunately I
  can't get any info at all!
 
  So, I just need to figure out what those extra attributes are so then
  maybe I can convince him to allow CF to see them. Any help would be
  very much appreciated!
 
  Thanks,
  Mike
 
 
 
 

~|
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:210393
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: xhtml and cfform flash

2005-06-23 Thread Sebastian Mork
don't know how  'InvalidTag' could occur there (some magic thing or I
made a mistake during copy from the validator:)
--
Sebastian Mork
[EMAIL PROTECTED]
--

On Thu, 23 Jun 2005 11:35:45 -0400
Kwang Suh [EMAIL PROTECTED] wrote:

 To add to your list of woes, I don't think InvalidTag is even a valid tag 
 in XHTML.
 
  Hi,
  
  I mean the code that is generated for flash-forms like..
  'InvalidTag pluginspage='http://www.macromedia.com/go/getflashplayer' ); 
  id='CFForm_1' );   ...'
  
  validator gives a lot of errs like 'there is no attribute 
  pluginspage'.
  
  I read somewhere that you either use cfform(flash) or xhtml, right?
  No other possibilities yet?
  
  In another post I wrote what I've read (from Sean Corfield) in the
  livedocs:
  (http://livedocs.macromedia.com/wtg/public/coding_standards/style.
  html
  -- near the bottom)
  SeanCorfield said on Jul 22, 2004 at 10:14 AM : 
  The non-compliance of code generated by CFFORM is a known issue that 
  will be addressed in a future release. 
  
  So, I've to wait. or what?
  
  --
  Sebastian Mork
  [EMAIL PROTECTED]
  --
  
  On Thu, 23 Jun 2005 10:08:24 -0400
  S. Isaac Dealey [EMAIL PROTECTED] wrote:
  
Hi,
   
what about flash-forms and valid xhtml?
is there a way to create valid xhtml-code by cfform??
   
   Heh... I believe you're actually the 2nd person to ask that this
   morning...
   
   Are you referring to the capitalized xhtml elements?
   
   I haven't worked with CF7's CFFORM tools myself (I have something
   better) but I would expect you could make a copy of the default XSL
   sheet and modify it to produce lower-case elements. Or modify the
   default XSL sheet. I know the default sheet has a bug in it that
   causes multiple-select elements to be un-selected if they should be
   prepopulated with multiple elements selected, so there's a good 
  chance
   you would need to edit the default XSL sheet anyway. Here's the url
   for that fix:
   
   http://blog.web-shorts.com/?day=3/6/2005
   
   He does mention that it's in _formelements.xsl ... although offhand 
  I
   don't know where that file is located... I'd expect it's under the
   cfusionmx webroot directory somewhere but it's probably documented 
  in
   the livedocs. http://livedocs.macromedia.com
   
   hth
   
   s. isaac dealey   954.522.6080
   new epoch : isn't it time for a change?
   
   add features without fixtures with
   the onTap open source framework
   
   http://www.fusiontap.com
   http://coldfusion.sys-con.com/author/4806Dealey.htm
   
   
   
   
   
 
 

~|
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:210394
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: Hoping *someone* can help me with my LDAP question

2005-06-23 Thread Dawson, Michael
Hmmm.  I checked our Active Directory schema and these java-related
attributes do exist and are active in the schema.  However, I have never
used them, nor do I ever see a need to use them.

Not knowing the underlying system, I have no clue why they are being
added to your attribute list other than it is just a java requirement.

Is it not good enough for you to ask your admin to grant the required
access and you just give your word, sign a contract or swear that you
will never retrieve these attributes?

Heck, we all have access to data that is not mean for public use,
however, we all use common sense when choosing what data to display.

Even so, when you look at these attribute names, what kind of hurtful
information could actually be gleaned from them anyway?

Sorry I can't be of much more help than this.

M!ke

-Original Message-
From: Mike Soultanian [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 23, 2005 11:39 AM
To: CF-Talk
Subject: Re: Hoping *someone* can help me with my LDAP question

You know, the attributes exist in his directory (it's a directory of all
the students on campus - not AD) and they are all empty.  However, he
does not want to allow access to them because he doesn't know if they'll
be filled with information down the road.

I guess what I really need to know is why those attributes are being
requested so that I can convince him that the are harmless and only used
for software interfacing and nothing more.  I just don't know if it's
coldfusion that's asking for them, or the java subsystem.  And if it's
the java subsystem, would macromedia even have any information?

Thanks,
Mike

~|
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:210395
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: WOT asp crap help

2005-06-23 Thread Dawson, Michael
I would guess that you cannot set request variables in ASP.  Are you
trying to set it like this?

%
request.queryString(mstr) = New Value
% 

If so, I would also guess that ASP is trying to use a default setter
method on this object such as: request.queryString(mstr).set(New
Value), but .set() does not exist since request variables are probably
read-only in ASP.

I am no ASP pro, but those are only my best guesses.

If you need to set a this, I would just create a new variable and do
some search and replaces.

M!ke


-Original Message-
From: DRE [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 23, 2005 11:49 AM
To: CF-Talk
Subject: WOT asp crap help

I'm sorry to sully this list with such a question but I think its simple
and basic but I cant quite find it on google.

I'm updating some older asp code from somewhere and this varialble
Request.QueryString(mstr) sometimes appears.  I need to set it in the
asp code as opposed to actually putting it in the query string but I
cant seem to update or add the variable.  It says

Microsoft VBScript runtime error '800a01b6' 

Object doesn't support this property or method: 'Request.QueryString' 

Is there a way to set this as a variable in the code?
What do I do?

Thanks
DRE

~|
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:210396
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: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Deanna Schneider
 Fusebox doesn't write any XML files (only generates CFML pages in the
 parsed/ folder). You can specify, in index.cfm, where the application
 root is prior to including the core file.

Yah, I misspoke - I meant the cfm files - the stuff in the parsed directory. 
 

 Well, if you have a framework that routes every request through
 index.cfm, Contribute is going to have a hard time because it can't
 figure out where the view files are.

Yep, I knew fusebox was out, for those projects that meld contribute
and fusebox.

 Contribute is good for managing static or nearly static content that
 is navigable through regular URLs.
 
  some includes for layouts - but every page still has to have the
  html/head/body tags for Contribute to be happy, and the protecting
  of script still leaves a bit to be desired.
 
 If you create templates with Dreamweaver, then you have much more
 protection since Contribute will only allow editing of editable
 parts of the templates, i.e., not the navigation, styles etc.

We do use DW templates - however, there's no way (at least that our
DW/Contribute person has found - but I haven't investigated myself) to
indicate that here's a section of a template that DW can modify, but
that Contribute can't. In other words, if I want to have a CF widget
on page x, but not on page y - and I really really don't want any
contribute people to get near it, I'd have to have a different
template for x and y, so that I can put the widget in a noneditable
area on x, even though it's in what would be an editable content area
on y. Make sense? Extrapolate that out to a large site that uses a
bunch of different widgets, and you end up with a lot of DW templates
to maintain, or you end up taking your chances that people will leave
the little yellow CF shields alone (not always what happens).

Of course, it's quite possible that the person that's designing the DW
templates is missing some major and obviously better way to do 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:210397
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: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Sean Corfield
On 6/23/05, Deanna Schneider [EMAIL PROTECTED] wrote:
 We do use DW templates - however, there's no way (at least that our
 DW/Contribute person has found - but I haven't investigated myself) to
 indicate that here's a section of a template that DW can modify, but
 that Contribute can't. In other words, if I want to have a CF widget
 on page x, but not on page y - and I really really don't want any
 contribute people to get near it, I'd have to have a different
 template for x and y, so that I can put the widget in a noneditable
 area on x, even though it's in what would be an editable content area
 on y. Make sense?

Yup.

 Extrapolate that out to a large site that uses a
 bunch of different widgets, and you end up with a lot of DW templates
 to maintain, or you end up taking your chances that people will leave
 the little yellow CF shields alone (not always what happens).

Right, that's the traditional trade off between flexibility and
safety. You'd have the same issue with a dynamic content management
system, because it also has a limited number of templates.

You *may* be able to use conditional template sections (but I'm not
familiar enough with DW templates to give more details).
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood

~|
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:210398
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


CHEADER and forcing a 404

2005-06-23 Thread Shawn McKee
Based on what happens during the processing of a page I may need to hand a 404 
error back to the user.  When I create a page that has nothing but this on it:

cfheader statuscode=404 statustext=Not Found
cfabort

I get a blank page, not a 404.  More specifically I get an open html, open 
body, close html and close body tags.

What's wrong?

Shawn McKee

~|
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:210399
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: CFWDDX JavaScript error

2005-06-23 Thread Rob Barthle

My eyes! My eyes! Make it stop!

... do you leave the extra spaces in those tags in production?


Assuming you weren't just making a joke, of course I don't. That was solely for 
the ability to display tags in the emails. Wasn't sure if they'd try and get 
processed or not.

In answer to your question, I wrote a function in my framework that
does the same thing that cfml2js does, but without using wddx ...

http://www.fusiontap.com/docs/index.cfm?netaction=libraries%2Fcf%5Fdom
hash=js.object

InvalidTag language=javascript
   #request.tapi.js.object(q_contacts,contacts_array)#
/script

Thanks, I'll take a look at that.

~|
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:210400
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: Hoping *someone* can help me with my LDAP question

2005-06-23 Thread Mike Soultanian
Dawson, Michael wrote:
 Hmmm.  I checked our Active Directory schema and these java-related
 attributes do exist and are active in the schema.  However, I have never
 used them, nor do I ever see a need to use them.
That's what I'm thinking too..


 Not knowing the underlying system, I have no clue why they are being
 added to your attribute list other than it is just a java requirement.
exactly, however, I'm wondering if their is some kind of advanced 
logging in cf that will show me something.  I will take a look at the 
logs again..


 Is it not good enough for you to ask your admin to grant the required
 access and you just give your word, sign a contract or swear that you
 will never retrieve these attributes?
That's a difficult bargain because this server contains all the student 
information for the whole school.  Therefore, it could potentially be 
dangerous so he has to be extremely cautious.


 Even so, when you look at these attribute names, what kind of hurtful
 information could actually be gleaned from them anyway?
That's what he doesn't know and he doesn't want to take that risk.  I 
see his point, I just need to provide information that will guarantee 
that it's not going to cause problems...

I just emailed the writers of the RFC so hopefully they'll have some 
insight otherwise I have no idea what I'm going to do..

Thanks for your help!
Mike

 -Original Message-
 From: Mike Soultanian [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 23, 2005 11:39 AM
 To: CF-Talk
 Subject: Re: Hoping *someone* can help me with my LDAP question
 
 You know, the attributes exist in his directory (it's a directory of all
 the students on campus - not AD) and they are all empty.  However, he
 does not want to allow access to them because he doesn't know if they'll
 be filled with information down the road.
 
 I guess what I really need to know is why those attributes are being
 requested so that I can convince him that the are harmless and only used
 for software interfacing and nothing more.  I just don't know if it's
 coldfusion that's asking for them, or the java subsystem.  And if it's
 the java subsystem, would macromedia even have any information?
 
 Thanks,
 Mike
 
 

~|
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:210401
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: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread S . Isaac Dealey
 On 6/23/05, Deanna Schneider [EMAIL PROTECTED]
 wrote:
 We do use DW templates - however, there's no way (at
 least that our
 DW/Contribute person has found - but I haven't
 investigated myself) to
 indicate that here's a section of a template that DW can
 modify, but
 that Contribute can't. In other words, if I want to have
 a CF widget
 on page x, but not on page y - and I really really don't
 want any
 contribute people to get near it, I'd have to have a
 different
 template for x and y, so that I can put the widget in a
 noneditable
 area on x, even though it's in what would be an editable
 content area
 on y. Make sense?

 Yup.

Assuming I'm reading this correctly (I've never used dreamweaver
templates or contribute templates, so I'm guessing on theory), onTap
wouldn't help you with this either... It might help resolve issues
with contribute templates if you don't use dreamweaver templates
tho...


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210402
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


Getting System Info

2005-06-23 Thread Claremont, Timothy
One of my projects includes maintaining end users computer system
information.

When I go to a system and run systeminfo, it gives a bunch of details
about the machine in question.

Is there a way to write a CF page so that when a user visits that page,
my database gets updated with things like processor speed, operating
system, amount of RAM, computer name, IPAddress etc? I know that things
like IP Address are easy to get, but the other items such as processor
speed and ram would be great to have.

What I would like to do is write a CF page, and then email the LINK to
that page to targeted end users. When they hit the page, their system
gets queried, and my inventory database gets populated.

Whaddya think?

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please delete it from 
your system.

This footnote also confirms that this email message has been swept for
the presence of computer viruses.

Thank You,
Viahealth
**


~|
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:210403
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: xhtml and cfform flash

2005-06-23 Thread Dave Watts
 don't know how  'InvalidTag' could occur there (some magic 
 thing or I made a mistake during copy from the validator:)

That's a mailing list issue. It strips HTML script tags to prevent bad
things from executing in clients that display HTML mail. Why anyone would
use HTML mail is beyond me, though.

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:210404
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: Fusebox/Sandboxing/Contribute Framework

2005-06-23 Thread Deanna Schneider
 
 Assuming I'm reading this correctly (I've never used dreamweaver
 templates or contribute templates, so I'm guessing on theory), onTap
 wouldn't help you with this either... It might help resolve issues
 with contribute templates if you don't use dreamweaver templates
 tho...
 

Yah, well, without dreamweaver templates - I'd still have the same
problem. Anywhere there's cfcode - you see a little yellow shield
icon - like Contribute is shielding your code. But, the reality is
that if the shield is in an editable area, people can click it, drag
it around, and delete it. Bah. It's one of my pet peeves with
Contribute.

~|
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:210406
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: xhtml and cfform flash

2005-06-23 Thread Shawn McKee
Because the uninitiated customers like the pretty colors.  For those who
don't understand the potential consequences the HTML mail looks more
professional.

Shawn McKee

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 23, 2005 1:23 PM
To: CF-Talk
Subject: RE: xhtml and cfform flash


 don't know how  'InvalidTag' could occur there (some magic 
 thing or I made a mistake during copy from the validator:)

That's a mailing list issue. It strips HTML script tags to prevent bad
things from executing in clients that display HTML mail. Why anyone would
use HTML mail is beyond me, though.

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:210407
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: CHEADER and forcing a 404

2005-06-23 Thread Jochem van Dieten
Shawn McKee wrote:
 Based on what happens during the processing of a page I may need to hand a 
 404 error back to the user.  When I create a page that has nothing but this 
 on it:
 
 cfheader statuscode=404 statustext=Not Found
 cfabort
 
 I get a blank page, not a 404.  More specifically I get an open html, open 
 body, close html and close body tags.
 
 What's wrong?

You are not sending an error page. Just because you are sending a 
404 statuscode doesn't mean you shouldn't send any HTML :)

cfheader statuscode=404 statustext=Not Found
html
headtitlenot found/title/head
bodyh1Not found/h1/body
/html
cfabort

Jochem

~|
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:210408
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: Using Firebird as an embedded database

2005-06-23 Thread Dave Watts
 We've a few projects here where we'll need some kind of an embedded
 DBMS. It'd be nice to avoid MySQL (because of the need for a 
 commercial license), MSSQL (as it's Windows only and its embeddable
 form--MSDE--doesn't allow as many simultaneous connections as 
 we'd need in a server environment), and Oracle (ha! ha! ha! and yes, 
 I know about Oracle lite). I'm not confident enough in PostgreSQL on 
 Window quite yet, SQLite and HSQLdb are inappropriate in the context, 
 so Firebird appears to be the best fit.
 
 I've been running it on my laptop, fiddling around with it, 
 and reading the documentation, and I like what I see so far.
 
 If anybody on the list has been using it for anything, I'd be grateful
 for any thoughts or stuff to watch out for.

You might take a look at Pointbase, which is the embedded Java database
server that JRun comes with. Offhand, I don't know if it gets installed if
you install CFMX in the standalone server configuration, but it does if you
install CFMX Multiserver.

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!


~|
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:210405
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: cfscript looping over udf's

2005-06-23 Thread Brian Holder
You didn't declare i in DrawRow() with the var keyword -- that's your
problem, since it's overwriting the variable i you're using to loop
over the query...

duh - thanks everyone - i just changed the i to var j for more clarity and it 
works perfectly with the following code...

for( i = 1; i lte qQuery.RecordCount; i = i+1 ) {
  WriteOutput(DrawRow(qQuery.colA[i]), Trim(qQuery.colB[i])));
}

function DrawRow(someNo, someAmt) {

  var j = 0;
  var rRow = ;
  var thisRow = SetValue(someNo, someAmt);

  for( j = 1; j lte ArrayLen(thisRow); j = j+1 ) {
rRow = rRow  'td align=right class='  IIf(thisRow[j] lt 0, 
DE(negative), DE())  '';
rRow = rRow  IIf(thisRow[i] gt 0, DE(DecimalFormat(thisRow[j])), 
DE(nbsp;))  '/td';
  }
  return rRow;  // return a string
}

function SetValue(someNo, someAmt) {

  var aRow = ArrayNew(1);
  ArraySet(aRow, 1, 5, 0);
  
  switch (someNo) {
case 082: {
  aRow[1] = someAmt;
  break;
}
case 126: {
  aRow[2] = someAmt;
  break;
}
case 153: {
  aRow[3] = someAmt;
  break;
}
case 176: {
  aRow[4] = someAmt;
  break;
}
case 301: {
  aRow[5] = someAmt;
  break;
}
  }
  return aRow; // return an array
}

~|
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:210409
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: CHEADER and forcing a 404

2005-06-23 Thread Shawn McKee
Ahh.  Thanks.  Is there a way to validate that the header indeed contains a
404?

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 23, 2005 1:19 PM
To: CF-Talk
Subject: Re: CHEADER and forcing a 404


Shawn McKee wrote:
 Based on what happens during the processing of a page I may need to hand a
404 error back to the user.  When I create a page that has nothing but this
on it:
 
 cfheader statuscode=404 statustext=Not Found
 cfabort
 
 I get a blank page, not a 404.  More specifically I get an open html, open
body, close html and close body tags.
 
 What's wrong?

You are not sending an error page. Just because you are sending a 
404 statuscode doesn't mean you shouldn't send any HTML :)

cfheader statuscode=404 statustext=Not Found
html
headtitlenot found/title/head
bodyh1Not found/h1/body
/html
cfabort

Jochem



~|
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:210410
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: CFWDDX JavaScript error

2005-06-23 Thread S . Isaac Dealey

My eyes! My eyes! Make it stop!

... do you leave the extra spaces in those tags in
production?


 Assuming you weren't just making a joke, of course I
 don't. That was solely for the ability to display tags
 in the emails. Wasn't sure if they'd try and get processed
 or not.

Ahh okay... I've been told that CF will process tags with that syntax
(which I found horrid to think about. :) Though this boils down to a
basic issue I have with most (all?) webmail clients (including
Outhouse Express) in that there's never any distinction between html
and text email. An email client that adheres to the standard requires
specific instructions to make the email html (the mail client I use
does this -- MS Outhouse Express doesn't, and last I checked neither
did AOL). It used to be that just using type=html in a cfmail tag
would actually not make the message a valid html email. I'm not sure
but I think they fixed that in Red Sky. But in particular I loathe
webmail clients because I have yet to see any of them even _attempt_
to make any distinction between html email (in which the gt  lt
symbols should be escaped with entities) and text email (in which case
the entire message should be escaped with some equivalent of
htmleditformat() before it is displayed). I have yet to see a webmail
client escape messages before display... BAD! BD! BD webmail!


Have Yahoo or Gmail fixed this recently? I haven't looked at them in a
long time (or ever in the case of Gmail).

I particularly like my mail client because it does a pretty good job
of converting html email (with no multi-part text portion) into text,
so I don't have to be accosted by other people's ideas of good style
in email (lime green and hot-pink text on a flourescent orange
background, yeah baby!).


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210412
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: CHEADER and forcing a 404

2005-06-23 Thread S . Isaac Dealey
 Based on what happens during the processing of a page I
 may need to hand a 404 error back to the user.  When I
 create a page that has nothing but this on it:

 cfheader statuscode=404 statustext=Not Found
 cfabort

 I get a blank page, not a 404.  More specifically I get an
 open html, open body, close html and close body tags.

 What's wrong?

You might try adding reset=true to your CHEDDAR tag... :P

s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210411
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: Blackberry calendar integration

2005-06-23 Thread Bob Flynn
 I believe the proper way to do this is to have the CF server CFMAIL 
 the meeting request as an attachment, but check that Evolution thread 
 for the issues. 

This is exactly what we do. We have created a calendar app that allows you to 
choose the staff to invite from a list when creating an event. It then emails 
those people. In addition to having the event details in the body of the email 
they get an attached .vcs file. They open it and save it to their Exchange 
calendar. If you are running Blackberry Enterprise Server it will sync. If you 
are running desktop redirect it should sync just like any other change. The 
only problem we've encountered is when someone is away and their Blackberry is 
their only access then they have to manually add it to their calendar based on 
the information in the email text. I have not tried accessing one of these 
messages with Outlook Web Access. Perhaps I should go test that...

Let me know if you'd like more details or code.

Bob

~|
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:210413
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: CHEADER and forcing a 404

2005-06-23 Thread Dave Watts
 Is there a way to validate that the header indeed contains a 404?

Sure, you can do this by using a browser add-on that shows HTTP headers, or
by using something other than a browser for an HTTP client (such as telnet),
or by using a packet sniffer between the browser and the server.

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:210414
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: CHEADER and forcing a 404

2005-06-23 Thread Dave Watts
 You might try adding reset=true to your CHEDDAR tag... :P

Mmm, cheddar. Is there anything that CF can't do?

Seriously, though, the CFHEADER tag has no RESET attribute to the best of my
knowledge.

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:210415
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: xhtml

2005-06-23 Thread dave
If you are using dreamweaver go through your preferences and find where you can 
make all new pages xhtml compliant and make sure it's checked, it.s not checked 
by default and then the tags won't be capped. You can also go to file  convert 
to XHTML when you are done with page and it will fix that kinda thing.

~Dave the disruptor~
A criminal is a person with predatory instincts who has not sufficient capital 
to form a corporation. 


From: Richard Cooper [EMAIL PROTECTED]
Sent: Thursday, June 23, 2005 8:30 AM
To: CF-Talk cf-talk@houseoffusion.com
Subject: xhtml 

Is there a way round the problem caused by cfform, cfinput etc. capitalising 
the tags whihc inturn prevents them form being valid xhtml?

Thanks,

Richard



~|
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:210416
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


bit of confusion about CFGRAPH

2005-06-23 Thread [EMAIL PROTECTED]
I was goofing around a bit with CFGRAPH. Some of the stuff is pretty nifty
and other parts are  confusing.  For example, suppose I wanted to
create a simple polygon, say, a unit square. Its vertices are at  V1(1,1),
V2(1,-1), V3(-1,-1), and V4(-1,1).   I just want to connect those points so
what it looks like is an outline of a square. (What I'd really like to do
is fill in the area inside but I'll get to that)

Now, I would have guessed that I'm talking about either a single line
graph CFCHARTSERIES with those 4 vertices listed as CFCHARTDATA with X
values entered under the ITEM attribute and y value entered under the VALUE
attribute. Or, that there be 4 CFCHARTSERIES, one for each of 4 line
segments.

EIther way I do it, it doesn't look right. I don't get a closed-loop square
at all, I get a open u or w shape depending on the order in which the
vertices were specified.

Can anyone shed some light on this? Does CFGRAPH just not handle XY charts? 


mail2web - Check your email from the web at
http://mail2web.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:210417
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: CHEADER and forcing a 404

2005-06-23 Thread S . Isaac Dealey
 Ahh.  Thanks.  Is there a way to validate that the header
 indeed contains a 404?

cfhttp url=404page
cfdump var=#cfhttp#



s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210418
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: CHEADER and forcing a 404

2005-06-23 Thread S . Isaac Dealey
 You might try adding reset=true to your CHEDDAR tag...
 :P

 Mmm, cheddar. Is there anything that CF can't do?

 Seriously, though, the CFHEADER tag has no RESET attribute
 to the best of my knowledge.

I may have misremembered the attribute -- ... there's an attribute
that clears the output buffer... oh ... blargh!... boy I'm distracted
today... I was thinking cfcontent, but that wouldn't matter anyway,
'cause the output buffer is totally out of that context...

nothing to see here folks, move along...



s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm




~|
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:210419
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: bit of confusion about CFGRAPH

2005-06-23 Thread Barney Boisvert
Yeah, CFGRAPH and CFCHART are for series charts only. If you've got
the ability to use SVG, it's pretty trivial to create graphs with
that.  We've done that for a few things, and it works pretty well.

cheers,
barneyb

On 6/23/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I was goofing around a bit with CFGRAPH. Some of the stuff is pretty nifty
 and other parts are  confusing.  For example, suppose I wanted to
 create a simple polygon, say, a unit square. Its vertices are at  V1(1,1),
 V2(1,-1), V3(-1,-1), and V4(-1,1).   I just want to connect those points so
 what it looks like is an outline of a square. (What I'd really like to do
 is fill in the area inside but I'll get to that)
 
 Now, I would have guessed that I'm talking about either a single line
 graph CFCHARTSERIES with those 4 vertices listed as CFCHARTDATA with X
 values entered under the ITEM attribute and y value entered under the VALUE
 attribute. Or, that there be 4 CFCHARTSERIES, one for each of 4 line
 segments.
 
 EIther way I do it, it doesn't look right. I don't get a closed-loop square
 at all, I get a open u or w shape depending on the order in which the
 vertices were specified.
 
 Can anyone shed some light on this? Does CFGRAPH just not handle XY charts?
 
-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~|
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:210420
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: CHEADER and forcing a 404

2005-06-23 Thread Figy, Kam
cfcontent reset=true

Kam

-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 23, 2005 11:48 AM
To: CF-Talk
Subject: RE: CHEADER and forcing a 404

 You might try adding reset=true to your CHEDDAR tag...
 :P

 Mmm, cheddar. Is there anything that CF can't do?

 Seriously, though, the CFHEADER tag has no RESET attribute
 to the best of my knowledge.

I may have misremembered the attribute -- ... there's an attribute
that clears the output buffer... oh ... blargh!... boy I'm distracted
today... I was thinking cfcontent, but that wouldn't matter anyway,
'cause the output buffer is totally out of that context...

nothing to see here folks, move along...



s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm






~|
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:210421
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


  1   2   >