Re: YUI & jQuery with fusebox app. How do you manage your js code

2007-03-09 Thread mac jordan
On 3/9/07, Jesse Beckton <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I am looking for some examples or some input on implementing a js
> framework, I am most interested in
> YUI & JQuery.
>
> I am building a fusebox application on CF and alot of my pages will
> utilize custom  js along with
> calls to the previously mention js frameworks for DOM manipulation. My
> question is how do you
> organize your js code? I would not think loading all of your libraries on
> every request is the best
> idea. I only want to load the libraries and modules etc that are needed
> for the fuse or fuseaction.
>
>
> I have considered creating some js libraries containing function written
> for a specific fuseaction
> or page and just loading that library as needed along with a library that
> may have global functions
> or resources.
>
> any suggestions?
>
> Thanks
>
> 

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272262
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Paul Hastings
Rick Faircloth wrote:
> Am I ok just manually changing my pc's, laptops, and servers on Sunday?

it's probably a good idea to point out that if you use java or cf for date math 
around the DST boundaries you'll have problems unless you update your JDK.

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272261
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Report & page numbers

2007-03-09 Thread Oğuz Demirkapı
I can create/define any variable in my report directly. There is no 
problem at this part. But I need to know this variable after my cfreport 
tag in my main code to react the result.

Think like variables after cffile or cfhttp tags usage.


Kris Jones wrote:
> In your report file, from within the report builder, you would create
> a new calculated field. The expression for the calculated field would
> be:
>
> calc.PAGE_NUMBER*2
>
> Then you would add that new calculated field (let's say you named it
> MYPGNUM) to your report layout in the page footer section.
>
> Or maybe I don't understand the question? It is Friday night, and I am
> on the far side of dim tonight.
>
> Cheers,
> Kris
>
>
>   
>> But how can I get this parameter into my CF page?
>>
>>
>> Here is my cfreport code:
>>
>> > filename="myReportFile.pdf" overwrite="yes">
>> 
>
> 

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272260
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Report & page numbers

2007-03-09 Thread Kris Jones
In your report file, from within the report builder, you would create
a new calculated field. The expression for the calculated field would
be:

calc.PAGE_NUMBER*2

Then you would add that new calculated field (let's say you named it
MYPGNUM) to your report layout in the page footer section.

Or maybe I don't understand the question? It is Friday night, and I am
on the far side of dim tonight.

Cheers,
Kris


> But how can I get this parameter into my CF page?
>
>
> Here is my cfreport code:
>
>  filename="myReportFile.pdf" overwrite="yes">

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272259
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: String Function

2007-03-09 Thread Matt Quackenbush
Oooops... my bad.  I think I misread the email.  Refer back to what Charlie
said.  :-)



Actually, CF totally ignores "empty" list elements.  So, if you're using
> listToArray(), you'd just use it like normal.
>
> 
> 
> 


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272258
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: String Function

2007-03-09 Thread Matt Quackenbush
Actually, CF totally ignores "empty" list elements.  So, if you're using
listToArray(), you'd just use it like normal.






you'd need to do a replace() function on the string first to replace
> any instances of the delimiter appearing twice in succession with
> something like a space.
>
> 
> 
>
>
>
> On 3/9/07, Deepak Gupta <[EMAIL PROTECTED]> wrote:
> > What if i have
> > AB__BC_CD
> >
> > and instead of that blank after AB_ i want to replace this with a new
> value when i update this in database. Using arrays it won't take it right?
> >
> > and when i make a check in my update statement for neq "" . it doesnt
> work because it doesnt have any?
> >
> > do you have any suggestion then of storing these values and then looping
> them, and finally updating in DB
> >
> >
> > DG
>


~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272257
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Obscenity/Bad Words filter udf/cfc?

2007-03-09 Thread cf_mecarluen
Before I create something on my own, I was wondering if anyone already has an 
available obscenity or bad-words filter, either as a udf or a cfc.  Something 
that can evaluate any textfield and replace or remove any bad words.  Thank you 
in advance!!

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272256
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Storing Documents

2007-03-09 Thread James Holmes
It's easy, if you are running the supplied Oracle driver on CF
Enterprise and the datasource has BLOB retrieval enabled. If you are
using the Thin driver on CF standard I can't guarantee it will work.

Either CFQUERY the table and use CFCONTENT to cfoutput the ToString()
of the column, or use cffile to write the contents of the column to a
temporary file and use cfcontent to serve it from there. The first
method works great for images  - other docs may need the second
method.

On 3/10/07, Nathan Chen <[EMAIL PROTECTED]> wrote:
> Hi, All:
>
> Has anyone successfully outputted blob field to a CF template? How did
> you do it?
>
> Nathan
>
>
> -Original Message-
> From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 10, 2006 12:53 PM
> To: CF-Talk
> Subject: Re: Storing Documents
>
> I'm currently working on a real estate done in RubyOnRails that stores
> property photos in tables.  So far it doesn't seem too terribly
> different than mssql.
>
> On 2/10/06, Ryan Guill <[EMAIL PROTECTED]> wrote:
> > Has anyone done this in MySql?
> >
> > On 2/10/06, Zaphod Beeblebrox <[EMAIL PROTECTED]> wrote:
> > > We just recently set up a document management system using MS
> > > SqlServer.  We ended up storing the documents inside the db.  The
> way
> > > we structured it was to set up a table that had all of the meta data
> > > about the document along with a file id (int) that linked up with a
> > > file storage table that consisted of an id and a blob column.  This
> > > way, we can run queries against the meta data without slowing down
> the
> > > system with large blob columns.
> > >
> > > So far, the performance has been suprisingly snappy.  Also, security
> > > has been a lot easier to work into as we only have to secure one
> > > resource instead of both a database and a file system.  Another
> > > additional benefit is that we've been able to share some documents
> on
> > > our extranet site without having to open another port for file
> sharing
> > > as all documents come from the db.
> > >
> > >
> > >
> > > On 2/10/06, Michael T. Tangorre <[EMAIL PROTECTED]> wrote:
> > > > I have never stored actual documents in SQL Server. I have stored
> the name
> > > > and location and put the document into a directory on the file
> server.
> > > > However, a new "contracts" application I am working on is very
> document
> > > > heavy, mainly for storage... not much retrieval will be done.
> > > >
> > > > Currently when a new contract comes to be, a directory is created
> for the
> > > > contract and a slew of sub directories are also created over the
> life of the
> > > > contract. Sometimes the sub directories are standard across
> contracts and
> > > > some times they are not. Sub directories can get pretty deep in
> terms of
> > > > nesting.
> > > >
> > > > It seems it would be much easier (conceptually) to store the
> documents
> > > > directly in the database and let the structure of the database
> dictate the
> > > > "hierarchy" and relationships instead of creating a new directory
> for each
> > > > contract and trying to figure out which subdirectories are needed
> or already
> > > > exist, etc.
> > > >
> > > > When needed, the documents would be accessed via the
> application... however
> > > > this would restrict direct access to the document outside the
> system.
> > > > Anyway, has anyone taken the approach of storing documents
> directly in a SQL
> > > > DB, and if so, how was performance etc...
> > > >
> > > > Thanks!
> > > >
> > > > Tango
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272255
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Getting file name after uploading

2007-03-09 Thread Steve Good
Thanks!

Steve Good
[EMAIL PROTECTED]
Portal Hosting
http://www.lanctr.com



Charlie Griefer wrote:
> look into the various attributes of the  element.
>
> On 3/9/07, Steve Good <[EMAIL PROTECTED]> wrote:
>   
>> Thanks for the answers.  I found the doc just after I sent the email.  I
>> do wonder, however, if there is a way to restrict the file types the
>> user is allowed to browse for (ie. they can only see .mov files) after
>> clicking browse.  I see that I can restrict the file types once the form
>> has been submitted, but that doesn't really stop a user from trying to
>> upload any file type they see fit to send.
>>
>> Steve Good
>> [EMAIL PROTECTED]
>> Portal Hosting
>> http://www.lanctr.com
>>
>>
>>
>> Steve Good wrote:
>> 
>>> I'm putting together a form for users to upload video files of our
>>> lectures realized I wasn't entirely sure how to go about getting the
>>> file name of the file that's being put to the server.  I want to add the
>>> file name into the database without having the user manually enter the
>>> file name in a form field.  I haven't really started looking around the
>>> web yet, but plan to as soon as this gets sent out.
>>>
>>> TIA
>>>
>>>
>>>   
>> 
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272254
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Report & page numbers

2007-03-09 Thread Oğuz Demirkapı
First of all thanks for your answer.

But how can I get this parameter into my CF page?


Here is my cfreport code:




Kris Jones wrote:
> There is a default calculated field called PAGE_NUMBER that is in all
> reports. You could create another calculated field that multiplied it
> by 2. That would give you the even page numbers I guess.
>
> calc.MYPGNUM = calc.PAGE_NUMBER * 2
>
> Don't know of a way to add blank pages to the end however.
>
> Cheers,
> Kris
>
>   
>> I am just creating some reports by using report builder and cfreport tag.
>>
>> - Are there any way to get/detect page number from generated report as a
>> variable?
>> - If yes, any way to add extra "blank" pages in case of having page
>> number less than expected?
>> - Or any way to detect page number before creating report? etc.
>>
>> I have to create a report with even page numbers. :)
>> 


-- 

~~~

Oğuz Demirkapı

TeraTech Inc. | Senior Developer
405 East Gude Dr Suite 207, Rockville, MD 20850, USA
Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185
Web: http://www.teratech.com | E-mail: oguz.demirkapi  teratech.com
Winner in CFDJ awards Best Consulting. Member Team Fusebox.

~~~



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272253
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Getting file name after uploading

2007-03-09 Thread Charlie Griefer
look into the various attributes of the  element.

On 3/9/07, Steve Good <[EMAIL PROTECTED]> wrote:
> Thanks for the answers.  I found the doc just after I sent the email.  I
> do wonder, however, if there is a way to restrict the file types the
> user is allowed to browse for (ie. they can only see .mov files) after
> clicking browse.  I see that I can restrict the file types once the form
> has been submitted, but that doesn't really stop a user from trying to
> upload any file type they see fit to send.
>
> Steve Good
> [EMAIL PROTECTED]
> Portal Hosting
> http://www.lanctr.com
>
>
>
> Steve Good wrote:
> > I'm putting together a form for users to upload video files of our
> > lectures realized I wasn't entirely sure how to go about getting the
> > file name of the file that's being put to the server.  I want to add the
> > file name into the database without having the user manually enter the
> > file name in a form field.  I haven't really started looking around the
> > web yet, but plan to as soon as this gets sent out.
> >
> > TIA
> >
> >
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272252
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Getting file name after uploading

2007-03-09 Thread Steve Good
Thanks for the answers.  I found the doc just after I sent the email.  I 
do wonder, however, if there is a way to restrict the file types the 
user is allowed to browse for (ie. they can only see .mov files) after 
clicking browse.  I see that I can restrict the file types once the form 
has been submitted, but that doesn't really stop a user from trying to 
upload any file type they see fit to send.

Steve Good
[EMAIL PROTECTED]
Portal Hosting
http://www.lanctr.com



Steve Good wrote:
> I'm putting together a form for users to upload video files of our 
> lectures realized I wasn't entirely sure how to go about getting the 
> file name of the file that's being put to the server.  I want to add the 
> file name into the database without having the user manually enter the 
> file name in a form field.  I haven't really started looking around the 
> web yet, but plan to as soon as this gets sent out.
>
> TIA
>
>   

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272251
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Storing Documents

2007-03-09 Thread Nathan Chen
Hi, All:

Has anyone successfully outputted blob field to a CF template? How did
you do it?

Nathan


-Original Message-
From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 10, 2006 12:53 PM
To: CF-Talk
Subject: Re: Storing Documents

I'm currently working on a real estate done in RubyOnRails that stores
property photos in tables.  So far it doesn't seem too terribly
different than mssql.

On 2/10/06, Ryan Guill <[EMAIL PROTECTED]> wrote:
> Has anyone done this in MySql?
>
> On 2/10/06, Zaphod Beeblebrox <[EMAIL PROTECTED]> wrote:
> > We just recently set up a document management system using MS
> > SqlServer.  We ended up storing the documents inside the db.  The
way
> > we structured it was to set up a table that had all of the meta data
> > about the document along with a file id (int) that linked up with a
> > file storage table that consisted of an id and a blob column.  This
> > way, we can run queries against the meta data without slowing down
the
> > system with large blob columns.
> >
> > So far, the performance has been suprisingly snappy.  Also, security
> > has been a lot easier to work into as we only have to secure one
> > resource instead of both a database and a file system.  Another
> > additional benefit is that we've been able to share some documents
on
> > our extranet site without having to open another port for file
sharing
> > as all documents come from the db.
> >
> >
> >
> > On 2/10/06, Michael T. Tangorre <[EMAIL PROTECTED]> wrote:
> > > I have never stored actual documents in SQL Server. I have stored
the name
> > > and location and put the document into a directory on the file
server.
> > > However, a new "contracts" application I am working on is very
document
> > > heavy, mainly for storage... not much retrieval will be done.
> > >
> > > Currently when a new contract comes to be, a directory is created
for the
> > > contract and a slew of sub directories are also created over the
life of the
> > > contract. Sometimes the sub directories are standard across
contracts and
> > > some times they are not. Sub directories can get pretty deep in
terms of
> > > nesting.
> > >
> > > It seems it would be much easier (conceptually) to store the
documents
> > > directly in the database and let the structure of the database
dictate the
> > > "hierarchy" and relationships instead of creating a new directory
for each
> > > contract and trying to figure out which subdirectories are needed
or already
> > > exist, etc.
> > >
> > > When needed, the documents would be accessed via the
application... however
> > > this would restrict direct access to the document outside the
system.
> > > Anyway, has anyone taken the approach of storing documents
directly in a SQL
> > > DB, and if so, how was performance etc...
> > >
> > > Thanks!
> > >
> > > Tango
> > >
> > >
> > >
> > >
> >
> >
>
> 



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272250
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Web Service Consuming error

2007-03-09 Thread Carlos Paez Jr
Does anyone know how to create the ColdFusion variable for a WS with this
kind of complex type, nillable variable?


On 3/8/07, Carlos Paez <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am trying to call a 'resetPassword' method, a resetPasswordRequest
> message contains an element of UserReset. Inside UserReset there is an
> element "userId" of type "UserIdType" it is required, but NULLABLE.
>
> The types defined in the WSDL are:
> 
>   
>   
>   
> 
> 
>   
>   
>   
> 
>
> My latest attempt in CF looks like:
> 
>
> 
> 
> 
>
> 
>  webservice="DEVuserAdministration"
> method="resetPassword"
> returnvariable="aStatusResponse">
>  />
> 
>
>
> If I pass an empty struct as the value in the cfinvokeargument my TCP
> monitor catches this error:
> "Internal Server Error:[Incident# 4038-7444] Error
> Validating Request Schema:Schema Validation Error: cvc-complex-type.2.4.a:
> Invalid content was found starting with element 'userId'. One of
> '{"urn:com.macrovison:flexnet/platform/v1_5":userId}'
> is expected."
>
>
> Does anyone know how to consume a WS with this kind of complex type,
> nillable variable?
> Any help would be greatly appreciated!
>
> Thanks,
> Carlos
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272249
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Storing Documents

2007-03-09 Thread Nathan Chen
Hi, All:

I have an application that requires storing documents inside Oracle 10g.
I am having hard time knowing how to output the blob field to a CF
template. Has anyone done this before?

Say, I have records:

ID  Title   Content

(Content is the blob field that stores the document, e.g. pdf file) How
do I output Content field directly to CF template?

Any pointer is appreciated.

Nathan Chen

-Original Message-
From: Zaphod Beeblebrox [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 10, 2006 12:53 PM
To: CF-Talk
Subject: Re: Storing Documents

I'm currently working on a real estate done in RubyOnRails that stores
property photos in tables.  So far it doesn't seem too terribly
different than mssql.

On 2/10/06, Ryan Guill <[EMAIL PROTECTED]> wrote:
> Has anyone done this in MySql?
>
> On 2/10/06, Zaphod Beeblebrox <[EMAIL PROTECTED]> wrote:
> > We just recently set up a document management system using MS
> > SqlServer.  We ended up storing the documents inside the db.  The
way
> > we structured it was to set up a table that had all of the meta data
> > about the document along with a file id (int) that linked up with a
> > file storage table that consisted of an id and a blob column.  This
> > way, we can run queries against the meta data without slowing down
the
> > system with large blob columns.
> >
> > So far, the performance has been suprisingly snappy.  Also, security
> > has been a lot easier to work into as we only have to secure one
> > resource instead of both a database and a file system.  Another
> > additional benefit is that we've been able to share some documents
on
> > our extranet site without having to open another port for file
sharing
> > as all documents come from the db.
> >
> >
> >
> > On 2/10/06, Michael T. Tangorre <[EMAIL PROTECTED]> wrote:
> > > I have never stored actual documents in SQL Server. I have stored
the name
> > > and location and put the document into a directory on the file
server.
> > > However, a new "contracts" application I am working on is very
document
> > > heavy, mainly for storage... not much retrieval will be done.
> > >
> > > Currently when a new contract comes to be, a directory is created
for the
> > > contract and a slew of sub directories are also created over the
life of the
> > > contract. Sometimes the sub directories are standard across
contracts and
> > > some times they are not. Sub directories can get pretty deep in
terms of
> > > nesting.
> > >
> > > It seems it would be much easier (conceptually) to store the
documents
> > > directly in the database and let the structure of the database
dictate the
> > > "hierarchy" and relationships instead of creating a new directory
for each
> > > contract and trying to figure out which subdirectories are needed
or already
> > > exist, etc.
> > >
> > > When needed, the documents would be accessed via the
application... however
> > > this would restrict direct access to the document outside the
system.
> > > Anyway, has anyone taken the approach of storing documents
directly in a SQL
> > > DB, and if so, how was performance etc...
> > >
> > > Thanks!
> > >
> > > Tango
> > >
> > >
> > >
> > >
> >
> >
>
> 



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272248
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Getting file name after uploading

2007-03-09 Thread Andrew Scott
Why look around the web? The help on cffile gives you all the information
you need.

When you do a CFile the variable cffile holds all information you need to
know.


On 3/10/07, Steve Good <[EMAIL PROTECTED]> wrote:
>
> I'm putting together a form for users to upload video files of our
> lectures realized I wasn't entirely sure how to go about getting the
> file name of the file that's being put to the server.  I want to add the
> file name into the database without having the user manually enter the
> file name in a form field.  I haven't really started looking around the
> web yet, but plan to as soon as this gets sent out.
>
> TIA
>
> --
> Steve Good
> [EMAIL PROTECTED]
> Portal Hosting
> http://www.lanctr.com
>
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272246
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Could not generate stub objects for web service invocation

2007-03-09 Thread Dave Watts
> Now try this one...
> 
>  webservice="http://unomavsfootball.gameplannetwork.com/_wsTest
> .cfc?wsdl" 
>   method="Testing123" 
>   returnvariable="xxx">
> 
> 

If you just go to the WSDL URL in a browser, it requires a login. The others
don't.

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!


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272245
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Could not generate stub objects for web service invocation

2007-03-09 Thread Robertson-Ravo, Neil (RX)
Why would you include a UDF? May as well make it a private method in the CFC
itself, be more efficient I guess.

Can actuall are the WSDL in the one which errors?




 
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Michael Muller
To: CF-Talk
Sent: Fri Mar 09 20:32:36 2007
Subject: Re: Could not generate stub objects for web service invocation

Ok, this is very bizarre.

I made a new method, shown below.










Now, try these examples. You can put them all on one page if you like.

http://www.montaguetv.org/_wsTest.cfc?wsdl"; 
method="Testing123" 
returnvariable="xxx">




http://kusoftball.gameplannetwork.com/_wsTest.cfc?wsdl"; 
method="Testing123" 
returnvariable="xxx">




http://inside-edge.gameplannetwork.com/_wsTest.cfc?wsdl";

method="Testing123" 
returnvariable="xxx">




These are all going to the same server, same code. Nothing is different
except the domain name.


Now try this one...

http://unomavsfootball.gameplannetwork.com/_wsTest.cfc?wsdl"; 
method="Testing123" 
returnvariable="xxx">




Only this one gives the error.

I'm losing hair on this one.

Michael



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272247
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Building a structure dynamically from a query

2007-03-09 Thread Ben Nadel
When you set the struct value, you are using qGetPageList.PK_page_id.
This gets EVALUATED to be the value of the query cell. But, then when
you do the data grid, you are trying to find the key
"qGetPageList.PK_page_id". This is the actual string (name of variable),
but NOT the value of the original cell value. 

I am not famililar with CFGridRow, but I think you might be better
looping over the query itself to great the grid rather than a structure?


..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-Original Message-
From: Scott Stewart [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 4:34 PM
To: CF-Talk
Subject: Building a structure dynamically from a query

Hey all, 

 

I'm building a structure dynamically from a query:

 



SELECT *

FROM tbl_page_indentifier













Then trying to loop over it to build a cfgrid

 



 



 

And I get this error

 


500 Cannot find key qGetPageList.PK_page_id in struct.


Cannot find key qGetPageList.PK_page_id in struct.

 

 

Any ideas?

 





Scott Stewart
ColdFusion Developer 

HYPERLINK
"http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=7241+Jillspring+Ct&csz=S
prin
gfield%2C+VA.+22152&country=us" \n7241 Jillspring Ct Springfield, VA.
22152 


HYPERLINK "mailto:[EMAIL PROTECTED]"
[EMAIL PROTECTED] HYPERLINK "http://www.sstwebworks.com";
\nhttp://www.sstwebworks.com 


tel: 
mobile: 

HYPERLINK
"http://www.plaxo.com/click_to_call?src=jj_signature&To=703-912-3076&Ema
il=s
[EMAIL PROTECTED]" \n703-912-3076 HYPERLINK
"http://www.plaxo.com/click_to_call?src=jj_signature&To=703-220-2835&Ema
il=s
[EMAIL PROTECTED]" \n703-220-2835 

 



HYPERLINK
"https://www.plaxo.com/add_me?u=25770055805&src=client_sig_212_1_card_jo
in&i
nvite=1" \nAlways have my latest info

HYPERLINK "http://www.plaxo.com/signature?src=client_sig_212_1_card_sig";
\nWant a signature like this?

 


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.8/714 - Release Date: 3/8/2007
10:58 AM
 
  




~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272244
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: webservice newbie

2007-03-09 Thread Charlie Griefer
On 3/9/07, Chad Gray <[EMAIL PROTECTED]> wrote:
> Can someone help me with how to send and receive data?  What tags should I 
> use?  I see one called CFInvoke.

did you look up  in the docs?
http://livedocs.adobe.com/coldfusion/7/htmldocs/0281.htm

"Example 4" even has a link "Using Web Services" that'll unlikely have
more info for you.

-- 
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272237
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How to unsubscribe

2007-03-09 Thread Michael Dinowitz
I'll change the language on all of the bars to say Subscribe/Unsubscribe rather 
than Subscription.

>Thank you to all for pointing out the obvious message below. 
>
>However, it should also be easier to find on the website ... 
>
>-Original Message-
>From: Ben Doom [mailto:[EMAIL PROTECTED] 
>Sent: Friday, March 09, 2007 11:44 AM
>To: CF-Talk
>Subject: Re: How to unsubscribe
>
>Try the link marked "unsubscribe" at the bottom of every email.  :-)
>
>--Ben Doom
>
>Richard Colman wrote:

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272243
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Report & page numbers

2007-03-09 Thread Kris Jones
There is a default calculated field called PAGE_NUMBER that is in all
reports. You could create another calculated field that multiplied it
by 2. That would give you the even page numbers I guess.

calc.MYPGNUM = calc.PAGE_NUMBER * 2

Don't know of a way to add blank pages to the end however.

Cheers,
Kris

> I am just creating some reports by using report builder and cfreport tag.
>
> - Are there any way to get/detect page number from generated report as a
> variable?
> - If yes, any way to add extra "blank" pages in case of having page
> number less than expected?
> - Or any way to detect page number before creating report? etc.
>
> I have to create a report with even page numbers. :)

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272242
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Convert XML doc to array or structure or query?

2007-03-09 Thread Ben Nadel
Andy,

Technically, I think an XML document is structured as nested structures
and arrays. Can you give us perhaps a super small XML example and what
kind of structure you are thinking of creating? 


..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 3:39 PM
To: CF-Talk
Subject: Convert XML doc to array or structure or query?

Does anyone have code that will take an XML doc (any doc) and convert it
to a series of nested structures or arrays or queries or some
combination?
 
I'm working on my basecamp API and I'd like to offer users the option of
receiving the data in XML (the default format) or other formats. I
checked cflib and found lots of stuff that converts those other formats
into XML, but none that go the other way.
 

 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com  
 




~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272236
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Getting file name after uploading

2007-03-09 Thread Charlie Griefer
On 3/9/07, Steve Good <[EMAIL PROTECTED]> wrote:
> I'm putting together a form for users to upload video files of our
> lectures realized I wasn't entirely sure how to go about getting the
> file name of the file that's being put to the server.  I want to add the
> file name into the database without having the user manually enter the
> file name in a form field.  I haven't really started looking around the
> web yet, but plan to as soon as this gets sent out.

http://livedocs.adobe.com/coldfusion/7/htmldocs/0253.htm

note the variables that exist in the cffile scope after using the tag
with action="upload".

-- 
Charlie Griefer


"...All the world shall be your enemy, Prince with a Thousand Enemies,
and whenever they catch you, they will kill you. But first they must catch
you, digger, listener, runner, prince with a swift warning.
Be cunning and full of tricks and your people shall never be destroyed."

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272239
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Getting file name after uploading

2007-03-09 Thread Mik Muller
 From the docs. Prepend "cffile." before each variable name.



The following file upload status parameters are available after an upload. 

Parameter   Description

attemptedServerFile Initial name ColdFusion used when attempting to save a 
file

clientDirectory Directory location of the file uploaded from the 
client's system

clientFile  Name of the file uploaded from the client's system

clientFileExt   Extension of the uploaded file on the client system 
(without a period)

clientFileName  Name of the uploaded file on the client system (without 
an extension)

contentSubType  MIME content subtype of the saved file

contentType MIME content type of the saved file

dateLastAccessedDate and time the uploaded file was last accessed

fileExisted Whether the file already existed with the same path 
(Yes or No)

fileSizeSize of the uploaded file

fileWasAppended Whether ColdFusion appended uploaded file to a file 
(Yes or No)

fileWasOverwritten  Whether ColdFusion overwrote a file (Yes or No)

fileWasRenamed  Whether uploaded file renamed to avoid a name conflict (Yes or 
No)

fileWasSavedWhether ColdFusion saves a file (Yes or No)

oldFileSize Size of a file that was overwritten in the file upload 
operation

serverDirectory Directory of the file saved on the server

serverFile  Filename of the file saved on the server

serverFileExt   Extension of the uploaded file on the server (without a 
period)

serverFileName  Name of the uploaded file on the server (without an extension)

timeCreated Time the uploaded file was created

timeLastModifiedDate and time of the last modification to the uploaded 
file





At 04:45 PM 3/9/2007, you wrote:
>I'm putting together a form for users to upload video files of our 
>lectures realized I wasn't entirely sure how to go about getting the 
>file name of the file that's being put to the server.  I want to add the 
>file name into the database without having the user manually enter the 
>file name in a form field.  I haven't really started looking around the 
>web yet, but plan to as soon as this gets sent out.
>
>TIA
>
>-- 
>Steve Good
>[EMAIL PROTECTED]
>Portal Hosting
>http://www.lanctr.com
>
>
>

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272240
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Getting file name after uploading

2007-03-09 Thread Ben Nadel
TIA,

Once the file gets uploaded, the structure CFFILE contains much
information about the uploaded file. 

CFFILE.AttemptedServerFile
CFFILE.ClientDirectory
CFFILE.ClientFileExt
CFFILE.ClientFileName
CFFILE.ContentSubType
CFFILE.ContentType
CFFILE.DateLastAccessed
CFFILE.FileExisted
CFFILE.FileSize
CFFILE.FileWasAppended
CFFILE.FileWasOverwritten
CFFILE.FileWasRenamed
CFFILE.FileWasSaved
CFFILE.OldFileSize
CFFILE.ServerDirectory
CFFILE.ServerFile
CFFILE.ServerFileExt
CFFILE.ServerFileName
CFFILE.TimeCreated
CFFILE.TimeLastModified

The name of the file as the CLIENT uploaded it (what it was named on
their machine) is: 

(CFFILE.ClientFileName + "." + CFFILE.ClientFileExt)

The name the file took once uploaded to the server (may be different
than client name):

CFFILE.ServerFile

Hope that helps. 

And, if you use the "Result" attribute of the CFFile tag, you can change
"CFFILE" above with whatever variable you used.


..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-Original Message-
From: Steve Good [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 4:45 PM
To: CF-Talk
Subject: Getting file name after uploading

I'm putting together a form for users to upload video files of our
lectures realized I wasn't entirely sure how to go about getting the
file name of the file that's being put to the server.  I want to add the
file name into the database without having the user manually enter the
file name in a form field.  I haven't really started looking around the
web yet, but plan to as soon as this gets sent out.

TIA

--
Steve Good
[EMAIL PROTECTED]
Portal Hosting
http://www.lanctr.com




~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272241
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Convert XML doc to array or structure or query?

2007-03-09 Thread Joshua Cyr
look for CF_EasyXML in the coldfusion exchange on Adobe's site.
Worked well for me.

On 3/9/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> Does anyone have code that will take an XML doc (any doc) and convert it to
> a series of nested structures or arrays or queries or some combination?
>
> I'm working on my basecamp API and I'd like to offer users the option of
> receiving the data in XML (the default format) or other formats. I checked
> cflib and found lots of stuff that converts those other formats into XML,
> but none that go the other way.
>
> 
>
> Andy Matthews
> Senior Coldfusion Developer
>
> Office:  877.707.5467 x747
> Direct:  615.627.9747
> Fax:  615.467.6249
> [EMAIL PROTECTED]
> www.dealerskins.com 
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272238
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: MySQL 4.1 and CFQUERYPARAM

2007-03-09 Thread Steve Bryant
>Is this indeed true that MySQL doesn't seem to like the cfqueryparam
>tag?  If so, does the same hold true for MySQL 5?

Pete,

In using several databases, I have found that only dates and booleans have ever 
given me trouble with cfqueryparam in any database (though I can't now remember 
which one where). Using CreateODBCDate() and 1/0 has worked for every database 
I have used and cfqueryparam has worked in every other case.

Hopefully that will help you in your search.

HTH,

Steve Bryant
Bryant Web Consulting LLC
http://www.BryantWebConsulting.com/
http://steve.coldfusionjournal.com/ 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272235
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Convert XML doc to array or structure or query?

2007-03-09 Thread Robertson-Ravo, Neil (RX)
Yes, I do. We have a CFC (which we use in on of our SOA APIs) which will
take any XML object and convert it automagically into ColdFusion objects -
struct of arrays etc. It will also convert any ColdFusion object into XML
the opposite way.

I would send it but I am on my BlackBerry at the moment so won't have access
to my comp till later! Mail me offlist if you would like it.

N






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Andy Matthews
To: CF-Talk
Sent: Fri Mar 09 20:38:30 2007
Subject: Convert XML doc to array or structure or query?

Does anyone have code that will take an XML doc (any doc) and convert it to
a series of nested structures or arrays or queries or some combination?
 
I'm working on my basecamp API and I'd like to offer users the option of
receiving the data in XML (the default format) or other formats. I checked
cflib and found lots of stuff that converts those other formats into XML,
but none that go the other way.
 

 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com  
 




~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272234
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Report & page numbers

2007-03-09 Thread Oğuz Demirkapı
Hi,

I am just creating some reports by using report builder and cfreport tag.

I have some questions:

- Are there any way to get/detect page number from generated report as a 
variable?
- If yes, any way to add extra "blank" pages in case of having page 
number less than expected?
- Or any way to detect page number before creating report? etc.

I have to create a report with even page numbers. :)

What I do is detecting query result and trying to decide page number 
that would be generated. As an example, if I have 50 records, I have a 
full page and 120 records would be 3 pages and I need to add an extra 
blank page. :)

Any idea would be appreciated!


-- 

~~~

Oğuz Demirkapı

TeraTech Inc. | Senior Developer
405 East Gude Dr Suite 207, Rockville, MD 20850, USA
Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185
Web: http://www.teratech.com | E-mail: oguz.demirkapi  teratech.com
Winner in CFDJ awards Best Consulting. Member Team Fusebox.

~~~



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How to unsubscribe

2007-03-09 Thread Richard Colman
Thank you to all for pointing out the obvious message below. 

However, it should also be easier to find on the website ... 

-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 11:44 AM
To: CF-Talk
Subject: Re: How to unsubscribe

Try the link marked "unsubscribe" at the bottom of every email.  :-)

--Ben Doom

Richard Colman wrote:
> I need to unsubscribe for a month while on vacation.
> 
> I went to houseoffusion.com and can't find any way to do this. Very 
> frustrating. HELP please.
> 
> Richard Colman
> 
> 



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272225
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Dan Blickensderfer
You can modify the time zone DST within Microsoft Windows on any version 
using the time zone editor.  You can download it from Microsoft and adjust 
the settings for your time zone and it will allow your OS adjust 
automatically.  I have tested this on XP, Windows 2000, NT 4 and Win 98 and 
it works correctly.
Here is the link http://support.microsoft.com/gp/cp_dst

Dan


- Original Message - 
From: "Robert Harrison" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: March 09, 2007 10:00 AM
Subject: Daylight Savings Time Change (Slightly OT, but relevant)


>
> FYI:
>
> In case you have not heard the dates on which we change to Daylight 
> Savings
> Time have changed. It used to be we went on Daylight Savings Time the 
> first
> Sunday in April and off the last Sunday in October. That has changed as
> Daylight Savings Time has been extended to help conserve electricity. This
> year we go on Daylight Savings Time this Sunday, March 11th at 2AM and go
> off Daylight Savings Time the first Sunday in November.
>
> This change was legislated by Congress and was unplanned, so it has not 
> been
> programmed into may computer systems and may affect computer, as follows:
>
> 1. If you are using Windows Vista and have automatic updates turned on
> you should get an automatic download that will fix this problem. In this
> case, do nothing.
>
> 2. If you are using Windows Vista and do not have automatic updates
> turned on, you must either manually update your operating system with
> Microsoft Vista updates or you must manually reset your time as instructed
> below. To update your computer manually go to:
>  
> 
> http://windowsupdate.microsoft.com/
>
> 3. If you are using Windows XP in your office and are connected to a
> network, your system administrator may have loaded a Windows patch, in 
> which
> case you do nothing. Check with your system administrator to see how this
> affects your corporate network and what your should do.
>
> 4. If you are using Windows XP at home (THIS APPLIES TO MOST PEOPLE)
> you will need to manually adjust your computer time. See the instructions
> below.
>
> 5. If you are using a MAC and are on OSX there is a patch you can
> download at http://www.macupdate.com/info.php/id/24267 to fix this 
> problem.
> If you are on an older MAC you'll need to manually reset your time.
>
> So remember, this Saturday night or Sunday morning (March 11, 2007), set
> your clocks ahead one hour.
>
> If you are on Windows XP and need to manually reset your computer (MOST OF
> US), follow the instructions below.
>
> 1. Open your Control Panel (Start/Control Panel).
>
> 2. Double Click on Date and Time. This open the Date/Time dialog box.
>
> 3. Select the Time Zone tab and make sure the box that says
> "Automatically Adjust Clock for Daylight Savings Time" is NOT CHECKED. If 
> it
> is checked, UNCHECK it by clicking on the box (if you leave it checked it
> will adjust your time again later, on the wrong day and mess up you time
> setting).
>
> 4. Now select the Date & Time tab. In the time box, set your clock
> ahead one hour.
>
> 5. Press the Apply button.
>
> That is all. Hope this was helpful.
>
> Robert Harrison
>
>
>
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272233
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF Upgrades

2007-03-09 Thread Jeffrey Polaski
Thanks for the response.

Jeff Polaski
Webmaster
Office of Research 
Office of Graduate Studies 
University of California, Irvine
http://www.rgs.uci.edu/
949.824.6363

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 08, 2007 3:06 PM
To: CF-Talk
Subject: RE: CF Upgrades

CF 8 is due out before the end of the year, but as Ben Forta puts it, at
this time that may be December 30th.


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Sudoku
|   |   |
-
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

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






~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272226
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Fusebox 4 - What am I doing wrong?

2007-03-09 Thread Chris Ditty
I am trying to start a new project with FB4.  No matter what I do, it
only pulls up the main circuit.   I did something similar with FB3 a
few years ago, but I never had issues like this.

fusebox.xml.cfm

 
 
 
 
-- snip --


circuit.xml.cfm

 http://www.yahoo.com/"; />


 


Calling url - /index.cfm?do.authID

What am I missing?

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272227
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


webservice newbie

2007-03-09 Thread Chad Gray
I need to send and receive data from a web service.

Can someone help me with how to send and receive data?  What tags should I use? 
 I see one called CFInvoke.

Here is a section of the wsdl that I would like to try first.  It is to make a 
basic connection to the service.


- 
- 
  Information used to connect to a 
Server. 
  
- 
- 
- 
  The server's address. 
  
  
- 
- 
  The user name. 
  
  
- 
- 
  The user password. 
  
  
- 
- 
  An optional serial number to use for 
connecting. 
  
  
  
  


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272224
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Fusebox 4 - What am I doing wrong?

2007-03-09 Thread Chris Ditty
Nevermind.  It seems it was a ID-10-T error on my side.

On 3/9/07, Chris Ditty <[EMAIL PROTECTED]> wrote:
> I am trying to start a new project with FB4.  No matter what I do, it
> only pulls up the main circuit.   I did something similar with FB3 a
> few years ago, but I never had issues like this.
>
> fusebox.xml.cfm
> 
>  
>  
>  
>  
> -- snip --
> 
>
> circuit.xml.cfm
> 
>  http://www.yahoo.com/"; />
> 
> 
>  
> 
>
> Calling url - /index.cfm?do.authID
>
> What am I missing?
>

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272228
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Building a structure dynamically from a query

2007-03-09 Thread Scott Stewart
Hey all, 

 

I’m building a structure dynamically from a query:

 



SELECT *

FROM tbl_page_indentifier













Then trying to loop over it to build a cfgrid

 



 



 

And I get this error

 


500 Cannot find key qGetPageList.PK_page_id in struct.


Cannot find key qGetPageList.PK_page_id in struct.

 

 

Any ideas?

 





Scott Stewart
ColdFusion Developer 

HYPERLINK
"http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=7241+Jillspring+Ct&csz=Sprin
gfield%2C+VA.+22152&country=us" \n7241 Jillspring Ct
Springfield, VA. 22152 


HYPERLINK "mailto:[EMAIL PROTECTED]" [EMAIL PROTECTED]
HYPERLINK "http://www.sstwebworks.com"; \nhttp://www.sstwebworks.com 


tel: 
mobile: 

HYPERLINK
"http://www.plaxo.com/click_to_call?src=jj_signature&To=703-912-3076&Email=s
[EMAIL PROTECTED]" \n703-912-3076 
HYPERLINK
"http://www.plaxo.com/click_to_call?src=jj_signature&To=703-220-2835&Email=s
[EMAIL PROTECTED]" \n703-220-2835 

 



HYPERLINK
"https://www.plaxo.com/add_me?u=25770055805&src=client_sig_212_1_card_join&i
nvite=1" \nAlways have my latest info

HYPERLINK "http://www.plaxo.com/signature?src=client_sig_212_1_card_sig";
\nWant a signature like this?

 


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.8/714 - Release Date: 3/8/2007
10:58 AM
 
  


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272232
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Can a JDBC driver effect SQL format?

2007-03-09 Thread Dawn Sekel
I had another thought on this thread (see original question below), I followed 
instructions from someone's blog on how to set up Oracle 10g express as an 
"other" data access connection.  Would that be the reason for requiring so many 
quotes?

Thanks in advance - Dawn

> I am trying to transfer an application from MSAccess into Oracle 10g.  
> I the free version of Oracle 10g Express running locally for 
> development purposes before uploading to the test server. I have used 
> older versions of Oracle, but never 10g.  It has been a while, but I 
> do not ever remember having to put everything in quotes before. 
> However, the only way I can get table creates and record inserts to 
> work is by putting everything in quotes including the table name.  
> When I look at examples of other Oracle SQL on the Internet, I'm not 
> seeing this format.  Is what I am experiencing correct or is there 
> some setting I don't know about?  Thanks in advance for any advice.  
> This is the query I have gotten to work.  
> 
> 
> CREATE table "systemRoles" (

> "roleID"   NUMBER,

> "description"  VARCHAR2(50),

> "viewable" NUMBER,

> "help" VARCHAR2(256),

> "createdDate"  DATE,

> "createdBy"NUMBER,

> "modifiedDate" DATE,

> "modifiedBy"   NUMBER,

> constraint  "systemRoles_PK" primary key ("roleID")
> )
> 
> 
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272221
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Getting file name after uploading

2007-03-09 Thread Steve Good
I'm putting together a form for users to upload video files of our 
lectures realized I wasn't entirely sure how to go about getting the 
file name of the file that's being put to the server.  I want to add the 
file name into the database without having the user manually enter the 
file name in a form field.  I haven't really started looking around the 
web yet, but plan to as soon as this gets sent out.

TIA

-- 
Steve Good
[EMAIL PROTECTED]
Portal Hosting
http://www.lanctr.com


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272231
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Could not generate stub objects for web service invocation

2007-03-09 Thread Michael Muller
Ok, this is very bizarre.

I made a new method, shown below.










Now, try these examples. You can put them all on one page if you like.

http://www.montaguetv.org/_wsTest.cfc?wsdl"; 
method="Testing123" 
returnvariable="xxx">




http://kusoftball.gameplannetwork.com/_wsTest.cfc?wsdl"; 
method="Testing123" 
returnvariable="xxx">




http://inside-edge.gameplannetwork.com/_wsTest.cfc?wsdl"; 
method="Testing123" 
returnvariable="xxx">




These are all going to the same server, same code. Nothing is different except 
the domain name.


Now try this one...

http://unomavsfootball.gameplannetwork.com/_wsTest.cfc?wsdl"; 
method="Testing123" 
returnvariable="xxx">




Only this one gives the error.

I'm losing hair on this one.

Michael

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272229
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFire

2007-03-09 Thread Raymond Camden
I need to confirm with Adam, but it should be 100% open source.

On 3/9/07, Kevin Aebig <[EMAIL PROTECTED]> wrote:
> Very nice. Will you be releasing the source or just the utility?
>
> Cheers,
>
> !k
>
> -Original Message-
> From: Raymond Camden [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 09, 2007 1:04 PM
> To: CF-Talk
> Subject: Re: ColdFire
>
> Yes, it uses a feature most people don't know about - custom debug
> templates. The stuff you see at the bottom of the page when you turn
> on debugging is just a CF page that works with the service factory.
> ColdFire simply does the same and packages up the data.
>
> On 3/9/07, Kevin Aebig <[EMAIL PROTECTED]> wrote:
> > This is the gravy... very nice!
> >
> > Do you need to have robust debugging enabled for this to work? Does it
> just
> > dump the output silently so that the plugin can parse it?
> >
> > Cheers,
> >
> > !k
>
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272223
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Convert XML doc to array or structure or query?

2007-03-09 Thread Andy Matthews
Does anyone have code that will take an XML doc (any doc) and convert it to
a series of nested structures or arrays or queries or some combination?
 
I'm working on my basecamp API and I'd like to offer users the option of
receiving the data in XML (the default format) or other formats. I checked
cflib and found lots of stuff that converts those other formats into XML,
but none that go the other way.
 

 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com  
 


~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:27
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


404 error under CFMX and RDS

2007-03-09 Thread cf-talk
Hi list,
I keep getting a 404 error
when I try to access an RDS-service
under CFMX 6.1 (Win2003) in CF-Studio 4.5.2
I reinstalled the .cfm-ISAPI connectors
on the servers manually today. That was the only thing
I changed.
Under CF5 I can remember there was
this /main/ide.cfm topic concerning
RDS mapping.
Is there the same issue under CFMX ?
I even "reinstalled" the RDS service
via the installation wizard again.

Uwe






~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272220
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Could not generate stub objects for web service invocation

2007-03-09 Thread Michael Muller
>I am having a hard time invoking the ws below in a Unix/CF7/Apache 2.0
>environment. I can query the WSDL and it works successful in a windows dev
>environ. However when going to UNIX it is unsuccessful. I am thinking that
>it is a permissions issue or something. Further more I cannot even register
>other Webservices in the CF admin ( eg bable fish) Why? Has anyone come up
>with a solution? Thanks in advance for any help.

I am having a similar problem. I can run the service as a component with no 
errors, and I can run the same exact service on another site, which really is 
just another domain running on the same box in the same folder with the same 
code, etc. Everything is exactly the same, except the domain name and the 
database the code is connecting to.

IIS / CF7

Here's the sample cfdump when run as a component:


getFTPInfo no parse - xml document [short version]
XmlComment  
XmlRoot 
getFTPInfo no parse - xml element
XmlName alldata
XmlNsPrefix 
XmlNsURI
XmlText 
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName userpassword
XmlNsPrefix 
XmlNsURI
XmlText ---
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName ftp_user
XmlNsPrefix 
XmlNsURI
XmlText ---
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName siteactive
XmlNsPrefix 
XmlNsURI
XmlText 1
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName status
XmlNsPrefix 
XmlNsURI
XmlText OK
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName username
XmlNsPrefix 
XmlNsURI
XmlText ---
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName ftp_server
XmlNsPrefix 
XmlNsURI
XmlText unomavsfootball.gameplannetwork.com
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName siteroot
XmlNsPrefix 
XmlNsURI
XmlText http://unomavsfootball.gameplannetwork.com/d0001/LocalUser/Netsite_850/
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName hostactive
XmlNsPrefix 
XmlNsURI
XmlText 1
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName ftp_password
XmlNsPrefix 
XmlNsURI
XmlText ---
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName hostname
XmlNsPrefix 
XmlNsURI
XmlText Game Plan
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
getFTPInfo no parse - xml element
XmlName siteid
XmlNsPrefix 
XmlNsURI
XmlText 850
XmlComment  
XmlAttributes   
getFTPInfo no parse - struct [empty]
XmlChildren 
alldata 
XmlText 
userpassword
XmlText prv7
ftp_user
XmlText ---
siteactive  
XmlText 1
status  
XmlText OK
username
XmlText paulvachal
ftp_server  
XmlText unomavsfootball.gameplannetwork.com
siteroot
XmlText http://unomavsfootball.gameplannetwork.com/d0001/LocalUser/Netsite_850/
hostactive  
XmlText 1
ftp_password
XmlText ---
hostname
XmlText Game Plan
siteid  
XmlText 850

---

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272219
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: MySQL 4.1 and CFQUERYPARAM

2007-03-09 Thread Josh Nathanson
> Is this indeed true that MySQL doesn't seem to like the cfqueryparam
> tag?  If so, does the same hold true for MySQL 5?

I use MySQL 4.1 with cfqueryparam all the time and it works ok.  Is it 
specific data types that are crashing perhaps?  More info would be helpful.

-- Josh 


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272218
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How to unsubscribe

2007-03-09 Thread Michael Dinowitz
And the subscription link on almost every page of the cf-talk list archive.

>Try the link marked "unsubscribe" at the bottom of every email.  :-)
>
>--Ben Doom
>
>Richard Colman wrote:
>> I need to unsubscribe for a month while on vacation.
>> 
>> I went to houseoffusion.com and can't find any way to do this. Very
>> frustrating. HELP please.
>> 
>> Richard Colman
>> 
>>

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272217
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


TimeOut issue

2007-03-09 Thread [EMAIL PROTECTED]
I am getting the following error when executing the cfpop tag for 
getAll, getHeaderOnly  works fine.  I have gone into the cfsdministrator 
and changed Settings: TimeOut requests from 60 seconds to 600 seconds.  
I still get this error within about 2 - 3 minutes. Any ideas.


  The request has exceeded the allowable time limit Tag: cfoutput




~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272216
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: ColdFire

2007-03-09 Thread Kevin Aebig
Very nice. Will you be releasing the source or just the utility?

Cheers,

!k

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 1:04 PM
To: CF-Talk
Subject: Re: ColdFire

Yes, it uses a feature most people don't know about - custom debug
templates. The stuff you see at the bottom of the page when you turn
on debugging is just a CF page that works with the service factory.
ColdFire simply does the same and packages up the data.

On 3/9/07, Kevin Aebig <[EMAIL PROTECTED]> wrote:
> This is the gravy... very nice!
>
> Do you need to have robust debugging enabled for this to work? Does it
just
> dump the output silently so that the plugin can parse it?
>
> Cheers,
>
> !k



~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272215
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


MySQL 4.1 and CFQUERYPARAM

2007-03-09 Thread Pete Ruckelshaus
Hi,

Normally, I try to follow CF best practices, which includes the use of
the CFQUERYPARAM tag.  I'm reusing some code that was originally
written with SQL Server in mind that worked fine in that environment,
but the same code (simple SQL Insert statement) would not run on MySQL
4.1 until I inserted variables that were not in CFQUERYPARAM tags.

Is this indeed true that MySQL doesn't seem to like the cfqueryparam
tag?  If so, does the same hold true for MySQL 5?

Thanks

Pete

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How to unsubscribe

2007-03-09 Thread Ben Doom
Try the link marked "unsubscribe" at the bottom of every email.  :-)

--Ben Doom

Richard Colman wrote:
> I need to unsubscribe for a month while on vacation.
> 
> I went to houseoffusion.com and can't find any way to do this. Very
> frustrating. HELP please.
> 
> Richard Colman
> 
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272213
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How to unsubscribe

2007-03-09 Thread Robertson-Ravo, Neil (RX)
Scroll down...on every email...


"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Richard Colman
To: CF-Talk
Sent: Fri Mar 09 19:32:03 2007
Subject: How to unsubscribe

I need to unsubscribe for a month while on vacation.

I went to houseoffusion.com and can't find any way to do this. Very
frustrating. HELP please.

Richard Colman



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272212
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Flow Chart Icons

2007-03-09 Thread Mike Chabot
http://www.iconexperience.com/

Just a suggestion, not a recommendation.

Good luck,
Mike Chabot

On 3/9/07, Robert Rawlins - Think Blue
<[EMAIL PROTECTED]> wrote:
> Hello Guys,
>
>
>
> A little off topic this one, But I'm currently placing together a
> presentation for a client meeting scheduled for the back end of next week
> and I'm looking for some decent icons to use in my flow diagrams and things
> like that, on my apps I tend to use the famfamfam.com icons, which are
> excellent, but unfortunately they're a little small for this the
> presentation medium.
>
>
>
> I'm looking for something along the art style of this
> http://www.sonoma.edu/ctpd/images/dropby.png, I don't mind paying a few $$$
> if I can find some that I like, just wondered if you guys had spotted any on
> your travels.
>
>
>
> Thanks,
>
>
>
> Rob
>
>
>
> 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272211
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


How to unsubscribe

2007-03-09 Thread Richard Colman
I need to unsubscribe for a month while on vacation.

I went to houseoffusion.com and can't find any way to do this. Very
frustrating. HELP please.

Richard Colman

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272210
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: display Blob field

2007-03-09 Thread Peter Boughton
This should work:









>Hi, All:
>
> 
>
>If I store files in Blob field in Oracle(10g), is there a way to output
>the entire file(e.g. pdf, Word) to the browser using ? If so,
>can someone give me an example? I was told that it is possible but am
>having hard time figuring it out.
>
> 
>
> 
>
>Nathan Chen

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272209
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Browserhawk / browser stats generation?

2007-03-09 Thread Josh Nathanson
Andy,

Because of Google Analytics' limitations I ended up rolling my own visitor 
counting system.  It uses onSessionStart, and inserts user agent and ip into 
a "stats" table.  Then once a day I run a scheduled task to analyze the user 
agent and ip data for bots, enter the aggregate data in a "statsSummary" 
table, and clear the "stats" table since it gets big fast.

It's just a very stripped down system to count visitors, but it seems to be 
working pretty well, and I'm sure it could be expanded on to gather more 
data such as what Browserhawk does.  Don't know if you have time to create 
something like that but it's working pretty well for our purposes.

-- Josh


- Original Message - 
From: "Andy Matthews" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Friday, March 09, 2007 10:51 AM
Subject: RE: Browserhawk / browser stats generation?


> Ah...okay then. That's not going to work for our purposes. Good suggestion
> though.
>
> -Original Message-
> From: Josh Nathanson [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 09, 2007 12:33 PM
> To: CF-Talk
> Subject: Re: Browserhawk / browser stats generation?
>
>> We're actually collecting that data and storing it in our db. Is this
>> something that Analytics offers or doe Google simply store it in their
>> system and allow you to access it?
>
> Andy - Google Analytics stores the data in their own system. They have an
> extensive reports suite that you login to, which has some nice features 
> but
> is also sorely lacking in some areas.  They don't have an API for it yet,
> but you can export the data.
>
> -- Josh
>
>
>
>
> 

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272208
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFire

2007-03-09 Thread Raymond Camden
Yes, it uses a feature most people don't know about - custom debug
templates. The stuff you see at the bottom of the page when you turn
on debugging is just a CF page that works with the service factory.
ColdFire simply does the same and packages up the data.

On 3/9/07, Kevin Aebig <[EMAIL PROTECTED]> wrote:
> This is the gravy... very nice!
>
> Do you need to have robust debugging enabled for this to work? Does it just
> dump the output silently so that the plugin can parse it?
>
> Cheers,
>
> !k

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272207
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Browserhawk / browser stats generation?

2007-03-09 Thread Andy Matthews
Ah...okay then. That's not going to work for our purposes. Good suggestion
though. 

-Original Message-
From: Josh Nathanson [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 12:33 PM
To: CF-Talk
Subject: Re: Browserhawk / browser stats generation?

> We're actually collecting that data and storing it in our db. Is this 
> something that Analytics offers or doe Google simply store it in their 
> system and allow you to access it?

Andy - Google Analytics stores the data in their own system. They have an
extensive reports suite that you login to, which has some nice features but
is also sorely lacking in some areas.  They don't have an API for it yet,
but you can export the data.

-- Josh 




~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272206
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFire

2007-03-09 Thread Scott Stewart
Very, very cool Ray..

sas

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 11:58 AM
To: CF-Talk
Subject: Ann: ColdFire

Just in case some folks don't read my blog (I always feel egotistical
when I assume folks do ;) I thought I'd point out a new resource for
CF developers, ColdFire. This is being developed by myself and Adam
Podolnick. Info may be found here:

http://ray.camdenfamily.com/index.cfm/2007/3/9/Announcing-ColdFire

The first release should be soon.


-- 
===
Raymond Camden

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

Video game player? Have kids? Check out KidGamers.org



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272205
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


display Blob field

2007-03-09 Thread Nathan Chen
Hi, All:

 

If I store files in Blob field in Oracle(10g), is there a way to output
the entire file(e.g. pdf, Word) to the browser using ? If so,
can someone give me an example? I was told that it is possible but am
having hard time figuring it out.

 

 

Nathan Chen



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272204
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Browserhawk / browser stats generation?

2007-03-09 Thread Josh Nathanson
> We're actually collecting that data and storing it in our db. Is this
> something that Analytics offers or doe Google simply store it in their
> system and allow you to access it?

Andy - Google Analytics stores the data in their own system. They have an 
extensive reports suite that you login to, which has some nice features but 
is also sorely lacking in some areas.  They don't have an API for it yet, 
but you can export the data.

-- Josh 


~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272203
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: input vs cfinput

2007-03-09 Thread John Seelye
Thanks for the help.

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272202
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: - Please stop breaking my validation

2007-03-09 Thread Oğuz Demirkapı
I remember that I have reported this ~2 years ago. :)

If you need JavaScript validation I would suggest following links.

qForms
http://www.pengoworks.com/index.cfm?action=get:qforms

TMT Validator
http://www.massimocorner.com/validator/



Dave Watts wrote:
>> I hate to gripe again, I really do, but it seems that once I 
>> get hooked on another CF feature like xForms, somethin rears 
>> its ugly head. 
>>
>> CF sticks this right above the form:
>> > rel="stylesheet" type="text/css" media="all"/>
>>
>> validator.w3.org LOVES this. It gives me a pretty red FAILED flag. 
>> Error  Line 113 column 92: document type does not allow 
>> element "link" here.
>>
>> So to the CF team, please check these things when developing 
>> future versions. Stop  CF from generating invalid code. 
>>
>> With that rant said, how can I get around it without ditching 
>> my fun xForms??
>> 
>
> You can't, you griping bastard. Just kidding. Well, just kidding about the
> "griping bastard" bit.
>
> Historically, CFFORM (and CF code generating tools in general) have never
> been very good about generating valid HTML. Believe it or not, it's a lot
> better now than it used to be in this regard. Unfortunately, better isn't
> necessarily good enough - your HTML is either valid or not.
>
> Without getting into whether you should care or not, the only option I can
> see is to perform some sort of post-processing to move the LINK where it
> belongs. You could do that with a post-processing servlet, or by using the
> onRequest event to capture and rewrite your generated code. Both approaches
> will be relatively difficult, but are certainly achievable if it's important
> enough.
>
> I suggest that you submit this as a bug to Adobe.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>   


-- 

~~~

Oğuz Demirkapı

TeraTech Inc. | Senior Developer
405 East Gude Dr Suite 207, Rockville, MD 20850, USA
Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185
Web: http://www.teratech.com | E-mail: oguz.demirkapi  teratech.com
Winner in CFDJ awards Best Consulting. Member Team Fusebox.

~~~



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272200
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Browserhawk / browser stats generation?

2007-03-09 Thread Andy Matthews
We're actually collecting that data and storing it in our db. Is this
something that Analytics offers or doe Google simply store it in their
system and allow you to access it? 

-Original Message-
From: Sam Farmer [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 12:10 PM
To: CF-Talk
Subject: Re: Browserhawk / browser stats generation?

I believe all of the stats you mention are included in the free version of
Google Analytics.

http://www.google.com/analytics/

Sam

On 3/9/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> My company uses a product called Browserhawk. This is a middleware 
> that runs on the "first" page the user hits on any site we have.
>
> It runs some tests and checks loads of things including OS, browser 
> (and version), connection speed, flash player and more. We're storing 
> those stats, but not really using them. We're trying to generate some 
> reports now and the version we have is outdated enough that it doesn't 
> report Flash player 9. We're considering upgrading, but it's $1000 per 
> server (we have 3, soon to have 4). So, while we don't mind spending 
> the money if it's necessary, $4000 for something we don't utilise seems a
little steep.
>
> So anyway, I'm wondering if any of you out there know of a product 
> that performs similar functions (we don't need all of them) that might 
> be either open source or lower priced than Browserhawk. I'm going to 
> start Googling, but wanted to ask this list first to see what you all
thought.
>
> 
>
> Andy Matthews
> Senior Coldfusion Developer
>
> Office:  877.707.5467 x747
> Direct:  615.627.9747
> Fax:  615.467.6249
> [EMAIL PROTECTED]
> www.dealerskins.com 
>
>
>
> 



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272201
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Browserhawk / browser stats generation?

2007-03-09 Thread Sam Farmer
I believe all of the stats you mention are included in the free
version of Google Analytics.

http://www.google.com/analytics/

Sam

On 3/9/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
> My company uses a product called Browserhawk. This is a middleware that runs
> on the "first" page the user hits on any site we have.
>
> It runs some tests and checks loads of things including OS, browser (and
> version), connection speed, flash player and more. We're storing those
> stats, but not really using them. We're trying to generate some reports now
> and the version we have is outdated enough that it doesn't report Flash
> player 9. We're considering upgrading, but it's $1000 per server (we have 3,
> soon to have 4). So, while we don't mind spending the money if it's
> necessary, $4000 for something we don't utilise seems a little steep.
>
> So anyway, I'm wondering if any of you out there know of a product that
> performs similar functions (we don't need all of them) that might be either
> open source or lower priced than Browserhawk. I'm going to start Googling,
> but wanted to ask this list first to see what you all thought.
>
> 
>
> Andy Matthews
> Senior Coldfusion Developer
>
> Office:  877.707.5467 x747
> Direct:  615.627.9747
> Fax:  615.467.6249
> [EMAIL PROTECTED]
> www.dealerskins.com 
>
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272199
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: - Please stop breaking my validation

2007-03-09 Thread Dave Watts
> I hate to gripe again, I really do, but it seems that once I 
> get hooked on another CF feature like xForms, somethin rears 
> its ugly head. 
> 
> CF sticks this right above the form:
>  rel="stylesheet" type="text/css" media="all"/>
> 
> validator.w3.org LOVES this. It gives me a pretty red FAILED flag. 
> Error  Line 113 column 92: document type does not allow 
> element "link" here.
> 
> So to the CF team, please check these things when developing 
> future versions. Stop  CF from generating invalid code. 
> 
> With that rant said, how can I get around it without ditching 
> my fun xForms??

You can't, you griping bastard. Just kidding. Well, just kidding about the
"griping bastard" bit.

Historically, CFFORM (and CF code generating tools in general) have never
been very good about generating valid HTML. Believe it or not, it's a lot
better now than it used to be in this regard. Unfortunately, better isn't
necessarily good enough - your HTML is either valid or not.

Without getting into whether you should care or not, the only option I can
see is to perform some sort of post-processing to move the LINK where it
belongs. You could do that with a post-processing servlet, or by using the
onRequest event to capture and rewrite your generated code. Both approaches
will be relatively difficult, but are certainly achievable if it's important
enough.

I suggest that you submit this as a bug to Adobe.

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!


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272198
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


YUI & jQuery with fusebox app. How do you manage your js code

2007-03-09 Thread Jesse Beckton
Hello,

I am looking for some examples or some input on implementing a js framework, I 
am most interested in 
YUI & JQuery.

I am building a fusebox application on CF and alot of my pages will utilize 
custom  js along with 
calls to the previously mention js frameworks for DOM manipulation. My question 
is how do you 
organize your js code? I would not think loading all of your libraries on every 
request is the best 
idea. I only want to load the libraries and modules etc that are needed for the 
fuse or fuseaction.


I have considered creating some js libraries containing function written for a 
specific fuseaction 
or page and just loading that library as needed along with a library that may 
have global functions 
or resources.

any suggestions?

Thanks

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272197
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IE6 & IE7?

2007-03-09 Thread [EMAIL PROTECTED]

Thanks for the links everyone. Maybe I did not use the right 
set of keywords in my Google search cause
none of these turned up.

Thanks again!



From: OÄYuz Demirkapı <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2007 9:47 AM
To: CF-Talk 
Subject: Re: IE6 & IE7? 

http://www.teratech.com/blog/index.cfm/2007/1/11/Multi-Version-of-Internet-Explorer-on-Same-PC

[EMAIL PROTECTED] wrote:
> Does anyone know if there is a way to have IE6 and IE7 installed on the same 
> machine or a utility that emmulates previous browsers?
>
> I have a site that runs great in IE7, FF, Avant, and Opera (Still have to 
> validate NS), however in IE 6 there is a CSS issue.
>
> Thanks!
>
>
>
> 

-- 

~~~

OÄYuz Demirkapı

TeraTech Inc. | Senior Developer
405 East Gude Dr Suite 207, Rockville, MD 20850, USA
Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185
Web: http://www.teratech.com | E-mail: oguz.demirkapi teratech.com
Winner in CFDJ awards Best Consulting. Member Team Fusebox.

~~~



~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272196
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IE6 & IE7?

2007-03-09 Thread Oğuz Demirkapı
http://www.teratech.com/blog/index.cfm/2007/1/11/Multi-Version-of-Internet-Explorer-on-Same-PC



[EMAIL PROTECTED] wrote:
> Does anyone know if there is a way to have IE6 and IE7 installed on the same 
> machine or a utility that emmulates previous browsers?
>
> I have a site that runs great in IE7, FF, Avant, and Opera (Still have to 
> validate NS), however in IE 6 there is a CSS issue.
>
> Thanks!
>
>
>
>   

-- 

~~~

Oğuz Demirkapı

TeraTech Inc. | Senior Developer
405 East Gude Dr Suite 207, Rockville, MD 20850, USA
Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185
Web: http://www.teratech.com | E-mail: oguz.demirkapi  teratech.com
Winner in CFDJ awards Best Consulting. Member Team Fusebox.

~~~



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272195
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: input vs cfinput

2007-03-09 Thread Dave Watts
> I found a few older forms that use cfform, but then use just 
> html  tags. 
> 
> Not sure why they are that way, (of course it is not 
> commented) but i don't want to have to rebuild them at this point.
> 
> just wondering if there are any issues that can come from 
> this type of usage.

No, it won't cause any problems.

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!


~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272194
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Brand New CF Installation.

2007-03-09 Thread Dave Watts
> I am downloading and installing a brand new installation of CF 7.0.2
> 
> What patches and such do I need to include on top of this?  
> Since I am downloading the installer from adobe as I type am 
> I still going to need to go through the DST update on it?  
> Any other critical updates not included?

You will need to upgrade the JVM to 1.4.2_11 to provide the DST update. CF
7.0.2 comes with 1.4.2_09, I think.

You will want to apply CF 7.0.2 cumulative hot fix 1:
http://www.adobe.com/support/coldfusion/downloads_updates.html

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!


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272193
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IE6 & IE7?

2007-03-09 Thread Sandra Clark
VMplayer. Create a VM with IE6 in it. http://www.vmware.com


Sandra Clark
=
http://www.shayna.com
Training and Consulting  in CSS and Accessibility
Team Fusebox


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 12:31 PM
To: CF-Talk
Subject: IE6 & IE7?

Does anyone know if there is a way to have IE6 and IE7 installed on the same
machine or a utility that emmulates previous browsers?

I have a site that runs great in IE7, FF, Avant, and Opera (Still have to
validate NS), however in IE 6 there is a CSS issue.

Thanks!





~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272192
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: IE6 & IE7?

2007-03-09 Thread Jones Eric R Ctr 8 AF Det 1/AFNOC
This came across the wires recently

http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-sin
gle-machine.aspx 


---_

Eric R. Jones
Senior Web Application Developer, AFNOC/NCD
Barksdale AFB, LA
DSN 781-7784
Comm (318) 456-7784
NIPRNET: [EMAIL PROTECTED]
SIPRNET: [EMAIL PROTECTED] 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 11:31 AM
To: CF-Talk
Subject: IE6 & IE7?

Does anyone know if there is a way to have IE6 and IE7 installed on the
same machine or a utility that emmulates previous browsers?

I have a site that runs great in IE7, FF, Avant, and Opera (Still have
to validate NS), however in IE 6 there is a CSS issue.

Thanks!





~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272191
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


IE6 & IE7?

2007-03-09 Thread [EMAIL PROTECTED]
Does anyone know if there is a way to have IE6 and IE7 installed on the same 
machine or a utility that emmulates previous browsers?

I have a site that runs great in IE7, FF, Avant, and Opera (Still have to 
validate NS), however in IE 6 there is a CSS issue.

Thanks!



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272190
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Dave Watts
> Am I missing something?  What's got a lot of organization in 
> "crisis mode" over this?  Does it just concern large organizations 
> whose functions are time-sensitive?

A lot of computing functionality is time-sensitive. Logins, for example, can
be time-sensitive. In an Active Directory environment using Kerberos, time
discrepancies could keep everyone from being able to log into their
desktops!

> Am I ok just manually changing my pc's, laptops, and servers 
> on Sunday?

It depends on what those computers are running, but probably, in your case,
it would be ok. However, not all services and applications rely solely on
the OS time for timekeeping functionality.

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!


~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272189
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Webservices and timeouts.

2007-03-09 Thread james o'shea
Ignore this.  apparently the timeout tag is working in a test harness.

back to the drawing board  :)

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272188
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFire

2007-03-09 Thread Kevin Aebig
This is the gravy... very nice! 

Do you need to have robust debugging enabled for this to work? Does it just
dump the output silently so that the plugin can parse it?

Cheers,

!k

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 10:58 AM
To: CF-Talk
Subject: Ann: ColdFire

Just in case some folks don't read my blog (I always feel egotistical
when I assume folks do ;) I thought I'd point out a new resource for
CF developers, ColdFire. This is being developed by myself and Adam
Podolnick. Info may be found here:

http://ray.camdenfamily.com/index.cfm/2007/3/9/Announcing-ColdFire

The first release should be soon.


-- 
===
Raymond Camden

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

Video game player? Have kids? Check out KidGamers.org



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272187
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Hash Algorithems

2007-03-09 Thread Dave Watts
> I cannot necessarily tell you what your password is.  
> However, I can determine a string with the same hash value, 
> such that it will work just as well as your password.  It 
> might be a 197 character piece of junk, but it will still work.
> 
> Of course, "I" in this case is a hypothetical me who had read 
> about how to actually accomplish this, as opposed to having 
> read about how it is possible.

All you have to do is generate hashes with random strings until you get a
matching hash. Of course, that might take a while.

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!


~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272186
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Convert and Insert

2007-03-09 Thread Ken
Please help.
I am a getting this error message:
[Macromedia][SQLServer JDBC Driver][SQLServer]Disallowed implicit
conversion from data type text to data type nvarchar, table
'WIW2U.dbo.db_Reso', column 'Category_Id'. Use the CONVERT function to
run this query.

My column is of datatype nvarchar. using mssql 2000.
Can someone tell me how I can use Convert while doing an insert
statement. Please help with an example.

Thanks,
Ken

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272185
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Daylight Savings JVM question

2007-03-09 Thread Scott Mulholland
Thanks Damon.  I had actually visited your blog this morning, among countless 
others, before posting.  I could not seem to find any clarity on the two 
questions I had though.

Thanks,
Scott

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 10:59 AM
To: CF-Talk
Subject: Re: Daylight Savings JVM question

I posted a blog entry that sumarizes and contains the poiters to the Adobe 
technotes for ColdFusion DST info for CF5, 6, 7+:

http://www.dcooper.org

Damon 


>I was using the step by step guide found here:
>http://labs.fusionlink.com/katapult/index.cfm?page=articles/daylightsavings
>
>to update my JVM.  
>
> 
>
>The quick question*:  Do you need to install the development tools option?
>What makes me unsure is the statement:
>
>**Remember the full SDK, the JRE does not contain all the tools to run CF.**
>
> 
>
>Also do SSL certs from Verisign, Geotrust, etc need to be re-imported to the
>certstore or is this issue just for self signed certs?
>
> 
>
> 
>
>*The full issue:
>
> 
>
>One of my servers does not have a lot of available space on the C drive, CF
>is installed on the D drive and I was installing the new JRE on the D drive
>anyway.  The install process still wants to install ~300MB onto the C drive
>in Program Files.  I am not installing the demos or source code so I am
>assuming it is the development tools that it is looking to install.  Can I
>remove this from the install?
>
> 
>
>Thanks,
>
>Scott



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272184
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Browserhawk / browser stats generation?

2007-03-09 Thread Andy Matthews
My company uses a product called Browserhawk. This is a middleware that runs
on the "first" page the user hits on any site we have.
 
It runs some tests and checks loads of things including OS, browser (and
version), connection speed, flash player and more. We're storing those
stats, but not really using them. We're trying to generate some reports now
and the version we have is outdated enough that it doesn't report Flash
player 9. We're considering upgrading, but it's $1000 per server (we have 3,
soon to have 4). So, while we don't mind spending the money if it's
necessary, $4000 for something we don't utilise seems a little steep.
 
So anyway, I'm wondering if any of you out there know of a product that
performs similar functions (we don't need all of them) that might be either
open source or lower priced than Browserhawk. I'm going to start Googling,
but wanted to ask this list first to see what you all thought.
 

 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com  
 


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272183
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Daylight Savings JVM question

2007-03-09 Thread dcooper
I posted a blog entry that sumarizes and contains the poiters to the Adobe 
technotes for ColdFusion DST info for CF5, 6, 7+:

http://www.dcooper.org

Damon 


>I was using the step by step guide found here:
>http://labs.fusionlink.com/katapult/index.cfm?page=articles/daylightsavings
>
>to update my JVM.  
>
> 
>
>The quick question*:  Do you need to install the development tools option?
>What makes me unsure is the statement:
>
>**Remember the full SDK, the JRE does not contain all the tools to run CF.**
>
> 
>
>Also do SSL certs from Verisign, Geotrust, etc need to be re-imported to the
>certstore or is this issue just for self signed certs?
>
> 
>
> 
>
>*The full issue:
>
> 
>
>One of my servers does not have a lot of available space on the C drive, CF
>is installed on the D drive and I was installing the new JRE on the D drive
>anyway.  The install process still wants to install ~300MB onto the C drive
>in Program Files.  I am not installing the demos or source code so I am
>assuming it is the development tools that it is looking to install.  Can I
>remove this from the install?
>
> 
>
>Thanks,
>
>Scott

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272182
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFire

2007-03-09 Thread Will Swain
That's v nice Ray. Would certainly be interested in using it.

Thanks

Will

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: 09 March 2007 16:58
To: CF-Talk
Subject: Ann: ColdFire

Just in case some folks don't read my blog (I always feel egotistical when I
assume folks do ;) I thought I'd point out a new resource for CF developers,
ColdFire. This is being developed by myself and Adam Podolnick. Info may be
found here:

http://ray.camdenfamily.com/index.cfm/2007/3/9/Announcing-ColdFire

The first release should be soon.


--
===
Raymond Camden

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

Video game player? Have kids? Check out KidGamers.org



~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272181
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread dcooper
For some basic info for CF5, 6, 7+, you can start here:

http://www.dcooper.org

Damon


> On Friday 09 Mar 2007, Robert Harrison wrote:
> 
> > In case you have not heard the dates on which we change to Daylight 
> Savings
> > Time have changed. It used to be we went on Daylight Savings Time 
> the first
> > Sunday in April and off the last Sunday in October. 
> 
> Just worth pointing out, that if you live outside the US, you can 
> ignore all 
> this :-)
> 
> -- 
> Tom Chiverton
> Helping to seamlessly introduce edge-of-your-seat mindshares
> On: http://thefalken.livejournal.com
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in 
> England and Wales under registered number OC307980 whose registered 
> office address is at St James's Court Brown Street Manchester M2 2JF.  
> A list of members is available for inspection at the registered office. 
> Any reference to a partner in relation to Halliwells LLP means a 
> member of Halliwells LLP. Regulated by the Law Society.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above 
> and may be confidential or legally privileged.  If you are not the 
> addressee you must not read it and must not use any information 
> contained in nor copy it nor inform any person other than Halliwells 
> LLP or the addressee of its existence or contents.  If you have 
> received this email in error please delete it and notify Halliwells 
> LLP IT Department on 0870 365 8008.
> 
> For more information about Halliwells LLP visit www.halliwells.com.

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272180
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Automated Local Printing of Remote Report

2007-03-09 Thread dcooper
Scorpio has a great solution for this.  Sorry, can't say more right now.

Damon

> Hello- I am wondering if anyone has come up with any ways of 
> automatically printing (locally) a remote cfreport or pdf file.  I'd 
> like to print off some customer letters every day at 9am without human 
> intervention, and in a robust sort of way.   I am sure I haven't 
> thought of everything, but so far, the best I could do is to automate 
> and ftp download of the report as a PDF and then use acrobat reader's 
> command line print options to print it.  I also thought of using a 
> macro generator that memorizes keystrokes, but I've always thought 
> that those were a little bit quirky.
 
> 
> Thank you for any other ideas.
 
> 
 
> 
> ps-  I think it would be great if Adobe expanded the CFReport Builder 
> with some sort of scheduler for opening and printing remote cfreports.
> 
> 
 
> 
> -
> Now that's room service! Choose from over 150,000 hotels 
> in 45,000 destinations on Yahoo! Travel to find your fit.

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272179
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Ann: ColdFire

2007-03-09 Thread Raymond Camden
Just in case some folks don't read my blog (I always feel egotistical
when I assume folks do ;) I thought I'd point out a new resource for
CF developers, ColdFire. This is being developed by myself and Adam
Podolnick. Info may be found here:

http://ray.camdenfamily.com/index.cfm/2007/3/9/Announcing-ColdFire

The first release should be soon.


-- 
===
Raymond Camden

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

Video game player? Have kids? Check out KidGamers.org

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272178
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Rick Faircloth
Well, for the most part I don't think it would matter much to me...I don't
even use the calendar function of Outlook, however I do want emails to show
the proper time of arrival, etc.  Just minor stuff...

Thanks,

Rick

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 11:41 AM
To: CF-Talk
Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant)

On Friday 09 Mar 2007, Rick Faircloth wrote:
> Am I missing something?  What's got a lot of organization in "crisis mode"
> over this?  Does it just concern large organizations whose functions are
> time-sensitive?

Yeah, in the main.
There has been Fuss, because *some* companies are finding out just how many 
JVM's or Windows 98 installs (for instance) they have.

> Am I ok just manually changing my pc's, laptops, and servers on Sunday?

Yup, assuming you fall into the group of people who need to care, as Paul and 
myself said.

-- 
Tom Chiverton
Helping to interactively create eigth-generation eyeballs
On: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272177
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: String Function

2007-03-09 Thread Charlie Griefer
you'd need to do a replace() function on the string first to replace
any instances of the delimiter appearing twice in succession with
something like a space.






On 3/9/07, Deepak Gupta <[EMAIL PROTECTED]> wrote:
> What if i have
> AB__BC_CD
>
> and instead of that blank after AB_ i want to replace this with a new value 
> when i update this in database. Using arrays it won't take it right?
>
> and when i make a check in my update statement for neq "" . it doesnt work 
> because it doesnt have any?
>
> do you have any suggestion then of storing these values and then looping 
> them, and finally updating in DB
>
>
> DG
>
> >A one stop solution might be listToArray()
> >
> >
> >
> >#stringAry[2]#
> >--
> >Ian Skinner
> >Web Programmer
> >BloodSource
> >www.BloodSource.org
> >Sacramento, CA
> >
> >-
> >| 1 |   |
> >-  Binary Sudoku
> >|   |   |
> >-
> >
> >"C code. C code run. Run code run. Please!"
> >- Cynthia Dunning
> >
> >Confidentiality Notice:  This message including any
> >attachments is for the sole use of the intended
> >recipient(s) and may contain confidential and privileged
> >information. Any unauthorized review, use, disclosure or
> >distribution is prohibited. If you are not the
> >intended recipient, please contact the sender and
> >delete any copies of this message.
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272176
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Brand New CF Installation.

2007-03-09 Thread Ian Skinner
I am downloading and installing a brand new installation of CF 7.0.2

What patches and such do I need to include on top of this?  Since I am 
downloading the installer from adobe as I type am I still going to need to go 
through the DST update on it?  Any other critical updates not included?

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Sudoku
|   |   |
-
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

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



~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272175
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Tom Chiverton
On Friday 09 Mar 2007, Rick Faircloth wrote:
> Am I missing something?  What's got a lot of organization in "crisis mode"
> over this?  Does it just concern large organizations whose functions are
> time-sensitive?

Yeah, in the main.
There has been Fuss, because *some* companies are finding out just how many 
JVM's or Windows 98 installs (for instance) they have.

> Am I ok just manually changing my pc's, laptops, and servers on Sunday?

Yup, assuming you fall into the group of people who need to care, as Paul and 
myself said.

-- 
Tom Chiverton
Helping to interactively create eigth-generation eyeballs
On: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272174
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


pie cfchart, start with a vertical?

2007-03-09 Thread Sam Farmer
Hi,

i have the following code for a chchart:








The problem is that the first item "Used" seems to start at a random
angle and I would really like it to start at 0 degrees (straight up).

Is there anyway to do this?

Thanks,

Sam

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272173
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Data truncation:

2007-03-09 Thread Ben Doom
*facepalm*
Syntax gets you every time, doesn't it?

--Ben Doom

Deepak Gupta wrote:
> got it
> 
> instead of AND i have to use comma.

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272172
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hash Algorithems

2007-03-09 Thread Ben Doom
Tom Chiverton wrote:
> It's not defeatable in any useful sense.
::snip::
> Likewise, if I give you a MD5 hash of my password, you can't tell me what my 
> password is.

I cannot necessarily tell you what your password is.  However, I can 
determine a string with the same hash value, such that it will work just 
as well as your password.  It might be a 197 character piece of junk, 
but it will still work.

Of course, "I" in this case is a hypothetical me who had read about how 
to actually accomplish this, as opposed to having read about how it is 
possible.

--Ben

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272171
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: input vs cfinput

2007-03-09 Thread Jake Pilgrim
I've encountered that before too. Yes, you scratch your head, maybe even shout 
out a "why the hell did they do that?", but in the end - no, plain HTML inputs 
don't seem to conflict with CFFORM inputs. You of course can't leverage the 
extended attributes of a cfinput, but it's not going to throw any errors 
either. 

Now you're of course going to run into issues with , but 
it didn't sound like you were using that. 

Jake Pilgrim

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272170
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Anyone develop with Linux as an OS?

2007-03-09 Thread Eric Haskins
Yeah I got around it using
_org_wrapper_NSPlugins_libflashplayer.so

Not a major issue as I am a linux geek by nature just the only bump I may
have seen
to push "not so linux savy" peeps away

Thx Tom

Eric

On 3/9/07, Tom Chiverton <[EMAIL PROTECTED]> wrote:
>
> On Friday 09 Mar 2007, Eric Haskins wrote:
> > The only drawback I have is x86_64 finding Flash Versions and such. But
> > that is countered by VMWare.
>
> Install the 32-bit version of your web browser of choice.
> Or use Konqueror, because even the 64-bit version of that can load 32-bit
> Netscape/Firefox plugins, hurrah !
>
> --
> Tom Chiverton
> Helping to proactively repurpose real-time products
> On: http://thefalken.livejournal.com
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in England
> and Wales under registered number OC307980 whose registered office address
> is at St James's Court Brown Street Manchester M2 2JF.  A list of members is
> available for inspection at the registered office. Any reference to a
> partner in relation to Halliwells LLP means a member of Halliwells LLP.
> Regulated by the Law Society.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above and
> may be confidential or legally privileged.  If you are not the addressee you
> must not read it and must not use any information contained in nor copy it
> nor inform any person other than Halliwells LLP or the addressee of its
> existence or contents.  If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 8008.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272169
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Rick Faircloth
Am I missing something?  What's got a lot of organization in "crisis mode"
over this?  Does it just concern large organizations whose functions are
time-sensitive?

Am I ok just manually changing my pc's, laptops, and servers on Sunday?

Rick

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 10:45 AM
To: CF-Talk
Subject: Re: Daylight Savings Time Change (Slightly OT, but relevant)

On Friday 09 Mar 2007, Robert Harrison wrote:

> In case you have not heard the dates on which we change to Daylight
Savings
> Time have changed. It used to be we went on Daylight Savings Time the
first
> Sunday in April and off the last Sunday in October. 

Just worth pointing out, that if you live outside the US, you can ignore all

this :-)

-- 
Tom Chiverton
Helping to seamlessly introduce edge-of-your-seat mindshares
On: http://thefalken.livejournal.com





~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272168
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Hash Algorithems

2007-03-09 Thread Tom Chiverton
On Friday 09 Mar 2007, Paul Vernon wrote:
> Did I say it would?

No.

> Going a bit OT now...

I think all web developers should have an understanding of these issues, which 
means debating them.
This goes double if you are executing code on the server.

-- 
Tom Chiverton
Helping to administratively target synergistic action-items
On: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272167
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Webservices and timeouts.

2007-03-09 Thread james o'shea
Hello.


Has anyone had any issues using the timeout attribute in cfinvoke for a 
webservice?

here is the issue. 

1.  I can load the wsdl fine in a browser.
2.  When I invoke a specific method the timeout does not work properly.


ex: using this code

   



the timeout does NOT work!!




~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272166
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Greg Morphis
What? There's people outside the US?
heh

On 3/9/07, Paul Vernon <[EMAIL PROTECTED]> wrote:
> > > In case you have not heard the dates on which we change to Daylight
> > > Savings Time have changed. It used to be we went on
> > Daylight Savings
> > > Time the first Sunday in April and off the last Sunday in October.
> >
> > Just worth pointing out, that if you live outside the US, you
> > can ignore all this :-)
> >
>
> Not if you need to do timezone calcs accurately and work with clients in the
> US...
>
> Paul
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272165
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


input vs cfinput

2007-03-09 Thread John Seelye
I found a few older forms that use cfform, but then use just html  tags. 

Not sure why they are that way, (of course it is not commented) but i don't 
want to have to rebuild them at this point.

just wondering if there are any issues that can come from this type of usage.

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272164
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Daylight Savings Time Change (Slightly OT, but relevant)

2007-03-09 Thread Paul Vernon
> > In case you have not heard the dates on which we change to Daylight 
> > Savings Time have changed. It used to be we went on 
> Daylight Savings 
> > Time the first Sunday in April and off the last Sunday in October.
> 
> Just worth pointing out, that if you live outside the US, you 
> can ignore all this :-)
> 

Not if you need to do timezone calcs accurately and work with clients in the
US... 

Paul



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272163
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


  1   2   >