Is there a string limit to the ListFindNoCase function in CF 5.0

2003-10-06 Thread Huynh Weiming
All,

I am just wondering if there is a string limit to the ListFindNoCase 
function in 5.0.Can't seem to find a string in the list that is 181 
characters long.
I tried trim function to trim the trailing spaces in the string but 
nothing seems to work.Thank you in advance.


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




CF and Universe Database

2003-03-25 Thread Huynh Weiming
A friend told me that he could not get Universe Database to work with 
Coldfusion.  He said that Universe uses ODBC 2.0 but Coldfusion use ODBC 
3.0.   Is this true?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



has anybody tried SAP DB

2003-03-14 Thread Huynh Weiming
looking for open source database, just wondering what features it has

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFX_IMAP4

2003-02-13 Thread Huynh Weiming
Has anybody work with this custom tag before?  I need to access a user
defined email header using cfmailparam to define the header, is it
possible to do this with CFX_IMAP4?  thanks

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Read Confirmation for e-mail application

2003-02-12 Thread Huynh Weiming
I need to develop a Read Confirmation feature for my e-mail.  Basically
it will give the user to send out emails with a read confirmation.  Once
the receipient clicks on the message a read confirmation is set back to
the sender.  Has anybody try to do that?  Right now we are using the
CFX_IMAP4 tag and cfmail for our email application.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Read Confirmation for e-mail application

2003-02-12 Thread Huynh Weiming
Can you go into more detail?  Is there a tutorial or reference on the web that will 
tell me how to do this?

Fregas wrote:

 This is very easy to do using email bugs but probably violates some
 anti-spam laws.  Plus its just plain evil.

 You could add an email header that asks for a confirmation, but this will
 only work in programs like outlook that actually look at read-receipt
 headers.

 Fregas

 - Original Message -
 From: Huynh Weiming [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, February 12, 2003 9:43 AM
 Subject: Read Confirmation for e-mail application

  I need to develop a Read Confirmation feature for my e-mail.  Basically
  it will give the user to send out emails with a read confirmation.  Once
  the receipient clicks on the message a read confirmation is set back to
  the sender.  Has anybody try to do that?  Right now we are using the
  CFX_IMAP4 tag and cfmail for our email application.
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Read Confirmation for e-mail application

2003-02-12 Thread Huynh Weiming
Thank you for all your advice, but it seems that the link you gave me was bad.
When I user the CFPARAM will I get a notification back from the user when he/she 
clicks on the e-mail?

Jeff Garza wrote:

 See the tutorial on GIF Pipes on the DepressedPress website:

 http://www.depressedpress.com/DepressedPress/Content/ColdFusion/Essays/GIFAs
 Pipe/Index.cfm

 Use with care as many people hate this kind of stuff in an email...

 Jeff

 - Original Message -
 From: webguy [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, February 12, 2003 10:36 AM
 Subject: RE: Read Confirmation for e-mail application

 Some (bad) people send a HTML mail with a image link like

 img src=image.cfm?user=webguy_online.ie 

 The mail client renders the mail so image.cfm gets called.
 Don't do it. I hate HTML mail.

 See my last mail on this...

 WG

 -Original Message-
 From: Huynh Weiming [mailto:[EMAIL PROTECTED]]
 Sent: 12 February 2003 17:03
 To: CF-Talk
 Subject: Re: Read Confirmation for e-mail application

 Can you go into more detail?  Is there a tutorial or reference on the web
 that will tell me how to do this?

 Fregas wrote:

  This is very easy to do using email bugs but probably violates some
  anti-spam laws.  Plus its just plain evil.
 
  You could add an email header that asks for a confirmation, but this will
  only work in programs like outlook that actually look at read-receipt
  headers.
 
  Fregas
 
  - Original Message -
  From: Huynh Weiming [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Wednesday, February 12, 2003 9:43 AM
  Subject: Read Confirmation for e-mail application
 
   I need to develop a Read Confirmation feature for my e-mail.  Basically
   it will give the user to send out emails with a read confirmation.  Once
   the receipient clicks on the message a read confirmation is set back to
   the sender.  Has anybody try to do that?  Right now we are using the
   CFX_IMAP4 tag and cfmail for our email application.
  
  
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




creating timestamp with millisecond

2003-02-12 Thread Huynh Weiming
It seems that CF 5 does not deal with milliseconds at all besides the
getTickCount function.  I want to create a timestamp including
milliseconds is there a work around.  I read somewhere that when you
query the database using CF5 the millisecond gets strip off is that
true?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




UDF always returning YES no NO when I call it in a cfoutput

2003-01-22 Thread Huynh Weiming
Is there a way to get rid of the YES no NO from a UDF

I have a UDF

function someFunction(param)
{
}

when I call someFuntion like this:

cfoutput
#someFunction(param)#
/cfoutput

the output is as follow:

someFunction result
and the word YES or NO following the result



thanks.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: UDF always returning YES no NO when I call it in a cfoutput

2003-01-22 Thread Huynh Weiming
never mind, figured it out thanks anyways.

Raymond Camden wrote:

 Can you show us all the code?

 ===
 Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

 Email: [EMAIL PROTECTED]
 WWW  : www.camdenfamily.com/morpheus
 Yahoo IM : morpheus

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

  -Original Message-
  From: Huynh Weiming [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, January 22, 2003 4:06 PM
  To: CF-Talk
  Subject: UDF always returning YES no NO when I call it in
  a cfoutput
 
 
  Is there a way to get rid of the YES no NO from a UDF
 
  I have a UDF
 
  function someFunction(param)
  {
  }
 
  when I call someFuntion like this:
 
  cfoutput
  #someFunction(param)#
  /cfoutput
 
  the output is as follow:
 
  someFunction result
  and the word YES or NO following the result
 
 
 
  thanks.
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




cftree problem with win2k

2002-10-25 Thread Huynh Weiming
My move function would not work on w2k.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



IE 6.0 and cftree applet problem.

2002-10-24 Thread Huynh Weiming
Here is the situation we tested our application on Netscape 4  or
greater, and IE 5.5 and our file move feature works just fine.  This
feature uses the cftree applet to display the directory structure.  I've
just upgraded to IE 6.0 and it stopped working.

This is what happen in IE 6.0

- Tree show up,
- I select the directory to move to
- Submit my choice
- But file won't move.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Can I get miliseconds in timeFormat()

2002-10-21 Thread Huynh Weiming
Is it possible to get milisecond in timeFormat( )? Just wondering.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Anybody want to start a petition for CF Studio!

2002-10-18 Thread Huynh Weiming
I would suggest that DW have a Coldfusion Studio mode. When you switch to that mode DW
becomes a dedicated Coldfusion IDE and then we can switch back to DW mode for 
designers.
This way we have the best of both worlds.  DW is a pretty good product but I think it's
trying to do too much.

Ben Forta wrote:

 Dave,

 All valid points.

 And one more to consider, HomeSite/Studio is written in Delphi - the
 only MM product to be written in that language. That's why there was no
 Mac version (something lots of folks asked for back in Allaire days).
 It's hard to cost-justify keeping a team of Delphi developers to
 maintain one product - especially one that sells only a fraction of what
 DW sells.

 Trust me, this was not an easy decision, but it was a responsible one.
 In case anyone was unaware, these are tough times - there is something
 to be said for fiscal responsibility.

 But ... the discussion is not over yet. If any of you will be at DevCon
 (you all will be, right?) we'll be having an open forum Tuesday evening
 where you'll be able to share your ideas, concerns, suggestions, etc.
 pertaining to CF development environments - and you are encouraged to
 share it all - the good, the bad, and the ugly. I can't promise any
 particular outcome, but I can promise that in attendance will be
 individuals who are thinking this all through and so this will be your
 chance to talk to the right people directly.

 I hope to see you all there!

 --- Ben

 -Original Message-
 From: Dave Watts [mailto:dwatts;figleaf.com]
 Sent: Thursday, October 17, 2002 12:57 PM
 To: CF-Talk
 Subject: RE: Anybody want to start a petition for CF Studio!

  Why the heck would they kill CF Studio? What good,
  logical reason could they possibly come up with as
  a reason to discontinue something that is so widely
  used/loved?

 Maybe it's not as widely used/loved as you think. I suspect that
 Macromedia has a better idea of how many people are using it than I do,
 since they keep count of the products they sell.

 However, even assuming it's the most popular editor since Tina Brown,
 there are still good reasons for MM to kill CF Studio. One good reason
 is that they have a bunch of different IDEs, and there are obvious
 benefits to building one really good IDE from all of them. This is the
 approach used by Microsoft with Visual Studio, which started out as a
 bunch of separate tools, each with its own quirks. The latest version of
 Visual Studio is very impressive; it did take MS a couple of versions to
 get where they are, and some of those versions weren't so hot.

 But in any case, CF Studio isn't dead yet. It's simply been renamed
 Homesite+. It'll probably be around for some time to come. The fact
 that it comes in a box labeled Dreamweaver MX doesn't change that.

  Its not that we cant use dreamweaver, its just that
  as coders, developers, and designers most of us, I
  would assume, don't want all the extra crap that DWMX
  has, and just want the IDE that CFStudio Provided.

 I don't know about that. There's a lot of extra crap in DWMX that's
 more interesting to me than it would be for the typical user of
 Dreamweaver 4 - interfaces for web services and components, properties
 dialogs, automatic management of file path attributes when you move a
 file, etc. There's a lot that DWMX is missing, and there are quite a few
 things that I don't like, but I think that one or two versions from now,
 it's going to be quite a nice editor.

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

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



Re: Assigning dynamic file name in activePDF

2002-10-18 Thread Huynh Weiming
Got an error

Failed attempting to find OPENOUTPUTFILE property/method on the object

COM error 0x80020006. Unknown name.

Janine Jakim wrote:

 You give the name of the document when you make the set the OpenOutputFile

 CFSET  R = Tlkt.OpenOutputFile(ExpandPath(../PDFs/MyNameForPDFHere.PDF))

 The OpenInputFile is the template that you have made and want to add data
 to.
 CFSET R=Tlkt.OpenInputFile(ExpandPath(../PDFs/MyTemplateName.PDF))

 I make the pdf names dynamic
 CFOUTPUT
 CFSET  R =
 Tlkt.OpenOutputFile(ExpandPath(../PDFs/#MyNameForPDFHere#.PDF))
 /CFOUTPUT
 Which makes it nice when digging for old pdfs.

 -Original Message-
 From: Huynh Weiming [mailto:huynh_weiming;bah.com]
 Sent: Wednesday, October 16, 2002 12:09 PM
 To: CF-Talk
 Subject: Assigning dynamic file name in activePDF

 activePDF gives the pdf filename this uniqueID numbers as its filename
 when the pdf is created.  Is there a method to assign a filename? Or am
 I dealing with an evaluation version, that I can't assign my own file
 name.

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Assigning dynamic file name in activePDF

2002-10-16 Thread Huynh Weiming

activePDF gives the pdf filename this uniqueID numbers as its filename
when the pdf is created.  Is there a method to assign a filename? Or am
I dealing with an evaluation version, that I can't assign my own file
name.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Flash Communication Server

2002-10-15 Thread Huynh Weiming

Has anyboy got it to work?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Got an error using html2PDF3

2002-10-15 Thread Huynh Weiming

This is the error message:

Cannot execute c:\cfusion\CustomTags\html2PDF3

Windows NT error 5 occurred.

Windows NT error 5

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Flash Communication Server

2002-10-15 Thread Huynh Weiming

We been have problems with it, are there any issues that you've come across?  I was 
not involve in the project
myself, so I can't go into the specifics.   But we are trying to building a video 
conferencing/IM server/Chat
server for our web collaboration community.
-We need pop of  presence awareness feature.
-Buddy list.

Our access control list is stored in a database.  I guess one of  my question how 
difficult it is for Communication
server to interact with the database?

Mike Chambers wrote:

 yes.

 I am guessing there is more behind your question, but i have no idea
 what it is.

 mike chambers

 [EMAIL PROTECTED]

  -Original Message-
  From: Huynh Weiming [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, October 15, 2002 3:48 PM
  To: CF-Talk
  Subject: Flash Communication Server
 
 
  Has anyboy got it to work?
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Need help with activePDF

2002-10-15 Thread Huynh Weiming

I am working on a project that requires me to create a PDF document from
an html form field.  The product that I will use for this task is
activePDF, I was just wondering if anybody has use it  before with
Coldfusion 5.0. I think you have to the use the createObject( ) function
to interact with the activePDF server, am I correct?  Code samples will
be appreciated.  Thanks.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.