Re: BIG CFFORM problem >:-()

2003-02-25 Thread Martin Henwood/Adwright Comm.
The standalone as far as I can tell is excellent, every thing works very well, its 
just when you have to create configurations on a shared server that it seems to create 
problems.
Martin


Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>i'm evaluating cfmx ent standalone and i have no problem with
>it. Let me know if i can help you...
>  - Original Message - 
>  From: Martin Henwood/Adwright Comm. 
>  To: CF-Talk 
>  Sent: Tuesday, February 25, 2003 10:45 PM
>  Subject: Re: BIG CFFORM problem >:-()
>
>
>  No, not just j2ee..
>  Martin
>
>  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>  >This problem only occurs in cmfx for j2ee, i'm evaluating ent
>  >version and everything seems perfect.. 
>  >  - Original Message - 
>  >  From: Martin Henwood/Adwright Comm. 
>  >  To: CF-Talk 
>  >  Sent: Tuesday, February 25, 2003 3:52 AM
>  >  Subject: Re: BIG CFFORM problem >:-()
>  >
>  >
>  >  I tried the idea of putting the CFIDE folder in the the
>  >wwwroot and it worked but now it writes the javascript in the
>  >wrong order, instead of validating name, address telephone it
>  >does it the other way round. We have been working on a fix for
>  >this one with my hosting co. for months, I am not sure that it
>  >has anything to do with the fact that it is a PRO version and not an Enterprise 
> version.
>  >  Martin.
>  >  
>  >
>  >  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>  >  >Man i couldn't possibly imagine that migrating my websites to
>  >  >cfmx would require those minor changes. This is about the 10 th
>  >  >time i need help =/
>  >  >
>  >  >The problem is now with cfform. I'm running cfmx on j2ee and
>  >  >win2k. I've mapped my cfmx context root to "/", so i can acess
>  >  >my pages as http://server.com/page.cfm 
>  >  >
>  >  >if i try to acess cfadmin with this url:
>  >  >http://localhost/cfide/administrator/index.cfm (note the cfide
>  >  >case), i got the cfadmin page but the images and styles it uses
>  >  >are not loaded. Well, if i try to acess
>  >  >http://localhost/CFIDE/administrator/index.cfm (note the case
>  >  >again), i got a 404 error from JRUN server. 
>  >  >
>  >  >Well with that super wierd thing in mind, my problem with
>  >  >CFFORM is that CFMX puts this code when it detects a CFFORM
>  >  >tag: 
>  >  >
>  >  >  >  >SRC="/CFIDE/scripts/cfform.js">
>  >  >
>  >  >I have tried to copy the CFIDE/scripts folder to my IIS.
>  >  >Another wierd thing happend. When i try http://locahost/CFIDE
>  >  >(iis has directory browse enable), i got a 404 error from JRUN,
>  >  >but when i try http://localhost/cfide i can see the files. The
>  >  >super-mega-ultra wierd thing is that the directory copied to
>  >  >IIS is named as CFIDE (note the case). 
>  >  >
>  >  >Well, i give up to understand CFMX. I've removed the CFIDE copy
>  >  >(in iis).
>  >  >
>  >  >I tried another solution also. I've created a virtual directory
>  >  >in IIS named "CFIDE" (not the case). Then i tried the same 2
>  >  >processes (localhost/CFIDE and localhost/cfide) with the same
>  >  >results. 
>  >  >
>  >  >
>  >  >Of course i could live without understanding why the hell CFMX
>  >  >inverts the case, since it should give a 404 error on cfide but
>  >  >not on CFIDE, but the case is that the SCRIPT tag that it puts
>  >  >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
>  >  >CFFORMS give a Javascript validation error. 
>  >  >
>  >  >That is pushing my patience to the limit >:-( 
>  >  >
>  >  >I would be very thankfull if someone could help me on that.
>  >  >
>  >  >Leonardo Crespo
>  >  >ICQ: 198810
>  >  >[EMAIL PROTECTED]
>  >  >
>  >  >
>  >  >
>  >  >
>  >  >
>  >  
>  >
>  
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Linked Anchors

2003-02-25 Thread Russ
Yeah--

I've done that, actually.  Looks well, works well, but when you click on
a link, it drops off the anchor in IE, and the main purpose is so that
users can find the actual location of specific comments on a page and
reference them later.

Gah.  Still failing.  Anyone have any idea why IE would do this?  Using
URLEncodedFormat adds a / at the end and that just forces it to break,
as well.

Russ

> -Original Message-
> From: Jann VanOver [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, February 26, 2003 1:30 AM
> To: CF-Talk
> Subject: Re: Linked Anchos
> 
> 
> It looks right to me.  Are you sure all your variables 
> (qBlink.blinkID &
> qCommentDisplay.commentID) are defined as you expect?
> 
> When in doubt, break up the URL and see how it looks:
> 
>  "http://www.url.com/blinkComments.cfm?blinkID=#qBlink.blinkID#";>
> 
> 
> 
> 
> 
> 
> On 2/25/03 9:27 PM, "Russ" <[EMAIL PROTECTED]> wrote:
> 
> > I'm working on trying to dynamically create a link that jumps to an
> > anchor in a page, but the link itself is dynamically 
> generated, and I
> > don't seem to be having much luck.
> > 
> > Here's my anchor:
> > 
> >  name="Comment#qCommentDisplay.commentID#">
> > 
> > Here's my link:
> > 
> >  > 
> href="http://www.url.com/blinkComments.cfm?blinkID=#qBlink.bli
> nkID###Com
> > ment#qCommentDisplay.commentID#" class="blinkCMT">link
> > 
> > I've tried using URLEncode without any success on this, and I'm not
> > certain that I'm escaping out the #s correctly, but this 
> doesn't seem to
> > work right.
> > 
> > Any thoughts?
> > 
> > Thanks,
> > 
> > Russ
> > 
> > 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Linked Anchos

2003-02-25 Thread Jann VanOver
It looks right to me.  Are you sure all your variables (qBlink.blinkID &
qCommentDisplay.commentID) are defined as you expect?

When in doubt, break up the URL and see how it looks:

http://www.url.com/blinkComments.cfm?blinkID=#qBlink.blinkID#";>






On 2/25/03 9:27 PM, "Russ" <[EMAIL PROTECTED]> wrote:

> I'm working on trying to dynamically create a link that jumps to an
> anchor in a page, but the link itself is dynamically generated, and I
> don't seem to be having much luck.
> 
> Here's my anchor:
> 
> 
> 
> Here's my link:
> 
>  href="http://www.url.com/blinkComments.cfm?blinkID=#qBlink.blinkID###Com
> ment#qCommentDisplay.commentID#" class="blinkCMT">link
> 
> I've tried using URLEncode without any success on this, and I'm not
> certain that I'm escaping out the #s correctly, but this doesn't seem to
> work right.
> 
> Any thoughts?
> 
> Thanks,
> 
> Russ
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: zip+4 lookup?

2003-02-25 Thread Jann VanOver
Al, have you checked out http://www.uspswebtools.com/ ??

A lot of good stuff there.

On 2/25/03 7:47 PM, "Al Musella, DPM" <[EMAIL PROTECTED]> wrote:

>  Does anyone happen to have code to lookup a zip+4 code given the street
> address?You can get the zip+4 off the post office website at
> http://www.usps.com/zip4/  but I am having problems using cfhttp to post
> the request...
> 
> Al
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



RDS on CFMX

2003-02-25 Thread Steven Durette
Hi All,

Does anyone here know why RDS might suddenly stop working on a CFMX server?  It was 
working fine until a couple of days ago and then it just suddenly stopped.  We are 
using the Enterprise edition of CFMX on a Win2K server with IIS.  We are not using 
advanced security.

Also, I have noticed that occasionally the debug information stops displaying at the 
bottom of my web pages.  I have a static ip, so no dhcp problems.  When this happens 
and I go into cf admin, the debuggin option has turned itself off.  I have confered 
with my co-workers and no one has gone in and changed any settings, the server just 
seems to do it on it's own every once in a while.  By the way, I turn it back on and 
it works until some random time in the future when it shuts itself back off.

Thanks, 
Steve
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: cffunction_arguments_"[undefined_struct_element]"_--_archived_but_ not returned?

2003-02-25 Thread Matthew Walker
Yo Isaac,

doesn't this strike you as a bit wrong?


arguments is an array. Why are you treating it as a structure?

Matthew Walker
Electric Sheep Web
http://www.electricsheep.co.nz/

- Original Message -
From: "S. Isaac Dealey" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, February 26, 2003 4:45 PM
Subject: cffunction_arguments_"[undefined_struct_element]"_--_archived_but_
not returned?


> Could somebody on the list just confirm that they got any of the previous
> posts on this thread? I see 3 of them in the archive, but haven't seen any
> of them come back to me, so I'm a) not wanting to flood the list and b)
> still wanting to see if anyone else has any ideas ...
>
> Thanks.
>
> ---
>
> Sorry if you guys get this twice, but I just saw my post to Bud which was
> sent after this and still haven't seen this come back in...
>
> An amendment to my previous post:
>
> I tried renaming every attribute and variable in the function and no
matter
> how they were renamed or moved or what attributes were omitted, etc. the
2nd
> attribute in the function was always undefined?!!!?!?
>
> So I tried reverting to cfscript to create the function and lo and behold,
> it works!
>
> function alttext(itemid) {
> var mytext = structnew();
> if (arraylen(arguments) gt 1)
> { mytext.no = arguments[2]; }
> else { mytext.no = "New"; }
> if (arraylen(arguments) gt 2)
> { mytext.yes = arguments[3]; }
> else { mytext.yes = "Edit"; }
>
> if (not isnumeric(itemid)) { itemid = len(trim(itemid)); }
>
> return mytext[yesnoformat(itemid)];
> }
>
> Did I miss a known bug or something?!!?
>
> ---
>
> I'm working with a function that's designed to return
> alternative values for "yes" or "no" from yesnoformat()
>
> I have this code:
>
> 
> 
> 
> 
>
> 
> 
> 
> 
>
> 
> 
>
> 
> 
>
>
> A couple of those lines were added to see if I could work around the
> problem, which is that where the cfdump is executed, the value shown for
> arguments.no is "[undefined struct element]" ... What I don't understand
is
> -- if the key exists, how is the struct element not defined? And if it was
> obviously able to get the value of the key "no" from the cfargument tag,
why
> was it not able to get the default value "New"?
>
> Incidentally, no exception is thrown when the value is false, it just
> returns an empty string.
>
> Any help greatly appreciated.
>
> s. isaac dealey954-776-0046
>
> new epoch  http://www.turnkey.to
>
> lead architect, tapestry cms   http://products.turnkey.to
>
> tapestry api is opensource http://www.turnkey.to/tapi
>
> certified advanced coldfusion 5 developer
> http://www.macromedia.com/v1/handlers/index.cfm?ID=21816
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

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



Re: Inserting into MySQL database

2003-02-25 Thread Jann VanOver
On 2/25/03 5:07 AM, "Guy McDowell" <[EMAIL PROTECTED]> wrote:

> Hello All,
> 
> Naive guy here...would cfinsert be suitable in this situation? Whih
> leads me to another question; which is more effective/efficient /?
> Cfinsert or an SQL insert statement?


cfinsert  -- BAD

Learning SQL and how to use CFQUERYPARAM  -- GOOD


Why would anyone ever want to use CFINSERT or CFUPDATE ??

   If you anticipate changing the database engine underneath (from M$Access
to MySQL to SQLServer to Oracle to Sybase) you MAY want to use these tags
because they keep you from doing anything too tricky.

Why do I prefer NOT to use CF inserts & Updates?

   Because they don't let you do anything too tricky!  ;-)  Coding database
inserts, deletes, and updates myself gives me more control.  More chance
that I can figure out if something goes wrong.

   SQL is also more portable on a resume



On 2/25/03 5:07 AM, "Guy McDowell" <[EMAIL PROTECTED]> wrote:

> Hello All,
> 
> Naive guy here...would cfinsert be suitable in this situation? Whih
> leads me to another question; which is more effective/efficient /?
> Cfinsert or an SQL insert statement?
> 
> 
> 
> Truly,
> 
> Guy J. McDowell, M.M.C.P.
> (705) 324-9144 ex 3422
> [EMAIL PROTECTED]
> 
> Sir Sandford Fleming College
> Frost Campus
> P.O. Box 8000
> Lindsay, Ontario
> K9V 5E6
> 
> 
 [EMAIL PROTECTED] 02/24/03 09:56AM >>>
> FlashGuy wrote:
>> 
>> 
>> Insert into myresults
>> (strFileName, strCommand, strCreatedOn, strLastAcc, strLastMod,
> strSize, strDirectory, strDateCommand, strUsername)
>> VALUES
>> ('#Filename#',  cfsqltype="CF_SQL_LONGVARCHAR">)
>> ('#FileCommand#',  cfsqltype="CF_SQL_LONGVARCHAR">)
>> 
>> ...and so on...
>> 
>> 
> 
>> Is this the correct syntax?
> 
> No: http://www.mysql.com/doc/en/INSERT.html
> 
> 
> INSERT INTO myresults (
>  strFileName,
>  strCommand,
>  strCreatedOn,
>  strLastAcc,
>  strLastMod,
>  strSize,
>  strDirectory,
>  strDateCommand,
>  strUsername
>  )
> VALUES (
>   cfsqltype="CF_SQL_LONGVARCHAR">,
>  ,
>  ...,
>  ...,
>  ...,
>  ...,
>  ...,
>  ...,
>  ...
>  )
> 
> 
> 
>> Is there an easier way?
> 
> No.
> 
> Jochem
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: OT: Passed my UPS compliance testing

2003-02-25 Thread Jann VanOver
On 2/25/03 1:30 PM, "Bud" <[EMAIL PROTECTED]> wrote:

> Hey all!!! Sorry for the OT post. But y'all are my only ColdFusion
> buddies and I don't know where else to scream it. :)
> 
> After months and months of haggling, wrangling, fighting, screaming,
> crying, begging, and pulling my hair out, I've done it! cf_ezcart has
> officially passed UPS compliance testing and I can now legally ship
> it with the XML Rates & Services and Tracking Tools built-in!
> 
> It's like a miracle. I just want to thank all those who have helped
> (especially Chris  Lomvardias, winner of the character encoding
> reward).

Woo Hoo Bud!  Congrats!  You Rock!

I haven't posted on this subject, but I've followed your turmoils!  You've
blazed a trail through wild country there!  Good job!

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

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



Re: Correct Syntax for this piece of SQL ??

2003-02-25 Thread Jann VanOver
I think Lee said it too, you've got a basic logic flaw. Your query says all
three criteria must be met.

Did you mean to say:

select * from
 funding
 Where ( orgname LIKE '%#Form.orgname#%' )
 OR( funding LIKE '%#Form.funding#%' )
 OR( commapproval LIKE '%#Form.commapproval#%' )
 ORDER BY recordid

You can use parenthesis to be MORE subtle, like if you want the second and
third criteria to be required together:

Where ( orgname LIKE '%#Form.orgname#%' )
 OR   
( ( funding LIKE '%#Form.funding#%' ) AND ( commapproval LIKE
'%#Form.commapproval#%' ) )



On 2/25/03 6:48 AM, "Ian Vaughan" <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I have the following form which is being used to search against my database
> table.
> 
> When I search using the 'orgname' field and there are matches then results
> are returned.  However if I search in the other two fields then it displays
> no results found when it should bring back results ?
> 
> Is this because of my sql ??
> 
> 
>  cachedwithin="#CreateTimeSpan(0,6,0,0)#" blockfactor="100">
> select * from
> funding
> 
> Where orgname LIKE UPPER('%#Form.orgname#%')
> AND funding LIKE UPPER('%#Form.funding#%')
> AND commapproval LIKE UPPER('%#Form.commapproval#%')
> 
> ORDER BY recordid
> 
> 
> This is my search form
> 
> 
> 
> 
> 
>   
> 
> 
>  Organization Name
> 
> Source of Funding
> 
> Committee Approval Date
> 
> 
>   
> 
> 
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

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



RE: Passed my UPS compliance testing

2003-02-25 Thread Matt Robertson
Good work, Bud.  From what I hear hooking their stuff into a commercial
product is an extroardinarily complex and disgustingly expensive
process.  Gawd only knows why they want to make it
difficult to use their services, but they do.

Cheers,


 Matt Robertson   [EMAIL PROTECTED] 
 MSB Designs, Inc.  http://mysecretbase.com


-Original Message-
From: Bud [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 1:30 PM
To: CF-Talk
Subject: OT: Passed my UPS compliance testing


Hey all!!! Sorry for the OT post. But y'all are my only ColdFusion 
buddies and I don't know where else to scream it. :)

After months and months of haggling, wrangling, fighting, screaming, 
crying, begging, and pulling my hair out, I've done it! cf_ezcart has 
officially passed UPS compliance testing and I can now legally ship 
it with the XML Rates & Services and Tracking Tools built-in!

It's like a miracle. I just want to thank all those who have helped 
(especially Chris  Lomvardias, winner of the character encoding 
reward).

-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CF Blog

2003-02-25 Thread Russ
Jeff--

I've sent out the shell of one to more than a handful of people:
http://www.uetest.com/blog/ and http://www.uetest.com/blog/admin/ to
view it in it's entirely ugly state, but I've got the db in MySQL and in
Access.  Dunno what anyone's done with it though.

I've also built out http://www.ricsoensgroup.com and it has several
extensions of blogs buried within it, including an actual blog.

HTH,

Russ

> -Original Message-
> From: Jeff Chastain [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 25, 2003 9:22 PM
> To: CF-Talk
> Subject: CF Blog
> 
> 
> I have been reading several peoples blogs lately as well as looking at
> several providers.  Does anybody know of a blogger written in 
> ColdFusion or
> does anybody have one?
>  
> Thanks
> -- Jeff
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Quickie content application?

2003-02-25 Thread Tilbrook, Peter
I'm putting the finishing touches to one also. It utilies ActiveEdit at the
moment (which would require a separate licence) and support MS Access, MySQL
and SQL Server.

==
Peter Tilbrook
Internet Applications Developer
Australian Building Codes Board
GPO Box 9839
CANBERRA ACT 2601
AUSTRALIA

  WWW: http://www.abcb.gov.au/
   E-Mail: [EMAIL PROTECTED]
Telephone: +61 (02) 6213 6731
   Mobile: 0439 401 823
Facsimile: +61 (02) 6213 7287 

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 26 February 2003 7:07 AM
To: CF-Talk
Subject: Quickie content application?



I sell CMPro for US$350.  Runs on Oracle 8i and 9i on CFMX, among other
things.  Got a nice update in beta right now.


--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Linked Anchos

2003-02-25 Thread Russ
I'm working on trying to dynamically create a link that jumps to an
anchor in a page, but the link itself is dynamically generated, and I
don't seem to be having much luck.

Here's my anchor:



Here's my link:

http://www.url.com/blinkComments.cfm?blinkID=#qBlink.blinkID###Com
ment#qCommentDisplay.commentID#" class="blinkCMT">link

I've tried using URLEncode without any success on this, and I'm not
certain that I'm escaping out the #s correctly, but this doesn't seem to
work right.

Any thoughts?

Thanks,

Russ

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFMAIL error.....help please

2003-02-25 Thread Tony Weeg
its truly just the outgoing mail server
doesnt recognize your ip address as an authorized
ip address to relay mail from.  can u authenticate
through logging into it? so that it will send the mail
agnostic of your ip address?

tony


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 9:29 PM
To: CF-Talk
Subject: CFMAIL error.help please


I am generating some errors that are not letting me send mail using
CFMAIL.

Here is my error.

"Error","scheduler-1","02/25/03","20:20:49",,"Sending failed;   nested
exception is:   javax.mail.SendFailedException: Invalid Addresses;
nested exception is:javax.mail.SendFailedException: 550 5.7.1 Unable
to relay for [EMAIL PROTECTED] "



Get your own free email account from
http://www.popmail.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Quickie content application?

2003-02-25 Thread S . Isaac Dealey
And it's considerably less expensive than alternatives from some vendors who
shall remain nameless. :)

> 
> I sell CMPro for US$350.  Runs on Oracle 8i and 9i on
> CFMX, among other things.  Got a nice update in beta right
> now.
> 

> --Matt Robertson--
> MSB Designs, Inc.
> http://mysecretbase.com


s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFMAIL error.....help please

2003-02-25 Thread Pete Freitag
You need to setup your Mail server to allow relaying.

if your using sendmail read this: http://www.sendmail.org/tips/relaying.html

if your using MS SMTP Server you can set it up to relay from a specific IP
address. Or you can use SMTP authentication.

_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 9:29 PM
To: CF-Talk
Subject: CFMAIL error.help please


I am generating some errors that are not letting me send mail using CFMAIL.

Here is my error.

"Error","scheduler-1","02/25/03","20:20:49",,"Sending failed;   nested
exception is:   javax.mail.SendFailedException: Invalid Addresses;   nested
exception is:   javax.mail.SendFailedException: 550 5.7.1 Unable to relay
for [EMAIL PROTECTED] "



Get your own free email account from
http://www.popmail.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Scheduled task issues

2003-02-25 Thread Ryan Sabir
Hi all,

We have set up a site which has a scheduled task that runs once every
minute. This is seeming to cause problems with the site as after a few
minutes up, Cold Fusion stops responding and the site is not viewable. Could
there be any other reasons for this constantly happening?

Could there be a problem with having a schedule that runs so frequently? Are
there any other ways to schedule a task to run once per minute?

Thanks, bye!

---
Ryan Sabir
Newgency Pty Ltd
2a Broughton St
Paddington 2021
Sydney, Australia
Ph (02) 9331 2133
Fax (02) 9331 5199
Mobile: 0411 512 454
http://www.newgency.com/index.cfm?referer=rysig

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



zip+4 lookup?

2003-02-25 Thread Al Musella, DPM
   Does anyone happen to have code to lookup a zip+4 code given the street 
address?You can get the zip+4 off the post office website at
http://www.usps.com/zip4/  but I am having problems using cfhttp to post 
the request...

Al


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

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



Re: CFMAIL error.....help please

2003-02-25 Thread S . Isaac Dealey
If you're sending email using the www.popmail.com server, this might cause a
problem:

"Note: We've taken steps to try to prevent spammers from using our system.
Be sure to Log Out of your account properly. Improper Log Out will mean that
your account will be inaccessible for 30 minutes"


> I am generating some errors that are not letting me send
> mail using CFMAIL.

> Here is my error.

> "Error","scheduler-1","02/25/03","20:20:49",,"Sending
> failed;   nested exception is:
> javax.mail.SendFailedException: Invalid Addresses;
> nested exception is:  javax.mail.SendFailedException: 550
> 5.7.1 Unable to relay for [EMAIL PROTECTED] "


> 
> Get your own free email account from
> http://www.popmail.com

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

>   Unsubscribe: http://www.houseoffusion.com/cf_lists/uns
>   ubscribe.cfm?user=633.558.4



s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Re: CFMAIL error.....help please

2003-02-25 Thread S . Isaac Dealey
> I am generating some errors that are not letting me send
> mail using CFMAIL.

> Here is my error.

> "Error","scheduler-1","02/25/03","20:20:49",,"Sending
> failed;   nested exception is:
> javax.mail.SendFailedException: Invalid Addresses;
> nested exception is:  javax.mail.SendFailedException: 550
> 5.7.1 Unable to relay for [EMAIL PROTECTED] "

Looks to me like an issue with the smtp server configuration -- possibly the
server requires authentication (which afaik cfmail doesn't currently
support).

Are you unable to send any mail or just some messages?

Have you ever been able to send mail using this smtp server?

Have you tried using an alternate mail server for debugging purposes?

If you're unable to send any mail (and this is a new occurance), how long
have you had your current mail hosting provider or has anything with the
mail server changed recently?

Lastly, if none of that works, you might want to post your cfmail code to
the list.


s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



cffunction_arguments_"[undefined_struct_element]"_--_what_the_hell?_

2003-02-25 Thread S . Isaac Dealey
Sorry if you guys get this twice, but I just saw my post to Bud which was
sent after this and still haven't seen this come back in...

An amendment to my previous post:

I tried renaming every attribute and variable in the function and no matter
how they were renamed or moved or what attributes were omitted, etc. the 2nd
attribute in the function was always undefined?!!!?!?

So I tried reverting to cfscript to create the function and lo and behold,
it works!

function alttext(itemid) {
var mytext = structnew();
if (arraylen(arguments) gt 1)
{ mytext.no = arguments[2]; }
else { mytext.no = "New"; }
if (arraylen(arguments) gt 2)
{ mytext.yes = arguments[3]; }
else { mytext.yes = "Edit"; }

if (not isnumeric(itemid)) { itemid = len(trim(itemid)); }

return mytext[yesnoformat(itemid)];
}

Did I miss a known bug or something?!!?

---

I'm working with a function that's designed to return
alternative values for "yes" or "no" from yesnoformat()

I have this code:


















A couple of those lines were added to see if I could work around the
problem, which is that where the cfdump is executed, the value shown for
arguments.no is "[undefined struct element]" ... What I don't understand is
-- if the key exists, how is the struct element not defined? And if it was
obviously able to get the value of the key "no" from the cfargument tag, why
was it not able to get the default value "New"?

Incidentally, no exception is thrown when the value is false, it just
returns an empty string.

Any help greatly appreciated.

s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816

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

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



Re: CFCs's aren't that bad, was RE: FBX3 AND CFMX

2003-02-25 Thread Sean A Corfield
On Monday, Feb 24, 2003, at 18:27 US/Pacific, Mike Brunt wrote:
> So we would have something to distribute we
> finished the re write of the sample FB30 app "Taskmanager" using CFC's,
> mainly as replacements for fuses (with the exception of display fuses).

That's interesting... Hal was pursuing an approach where fuses stayed 
exactly the same as in FB3 but the core became CFC based with an 
interesting plug-in architecture. I was very impressed with where he 
was going with that (hence my disappointment with the recent comments 
here in this thread).

> So far I like CFC's no doubt they are not truly OO in the purest sense 
> but
> they do bring some sort of order and possible sort-of methodology to 
> CF.

Yes, and I think they've been implemented in a way that matches CFML's 
core concepts pretty well (better than they match Java's core concepts, 
for example, which I think is part of the disquiet and confusion about 
CFCs).

> will continue to work on Taskmanager and use some of Hal's theories as
> mentioned by Sean and I agree with Sean here I do not see CFC's as 
> such a
> bad thing and I have no doubts they will mature with time.

Cool... I'd be very interested in working with you (offlist) to see 
where we might go with this. I'd obviously like to see Fusebox embrace 
CFCs...

Sean A Corfield -- http://www.corfield.org/blog/

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



cffunction_arguments_"[undefined_struct_element]"_--_what_the_hell?_

2003-02-25 Thread S . Isaac Dealey
An amendment to my previous post:

I tried renaming every attribute and variable in the function and no matter
how they were renamed or moved or what attributes were omitted, etc. the 2nd
attribute in the function was always undefined?!!!?!?

So I tried reverting to cfscript to create the function and lo and behold,
it works!

function alttext(itemid) {
var mytext = structnew();
if (arraylen(arguments) gt 1)
{ mytext.no = arguments[2]; }
else { mytext.no = "New"; }
if (arraylen(arguments) gt 2)
{ mytext.yes = arguments[3]; }
else { mytext.yes = "Edit"; }

if (not isnumeric(itemid)) { itemid = len(trim(itemid)); }

return mytext[yesnoformat(itemid)];
}

Did I miss a known bug or something?!!?

---

I'm working with a function that's designed to return
alternative values for "yes" or "no" from yesnoformat()

I have this code:


















A couple of those lines were added to see if I could work around the
problem, which is that where the cfdump is executed, the value shown for
arguments.no is "[undefined struct element]" ... What I don't understand is
-- if the key exists, how is the struct element not defined? And if it was
obviously able to get the value of the key "no" from the cfargument tag, why
was it not able to get the default value "New"?

Incidentally, no exception is thrown when the value is false, it just
returns an empty string.

Any help greatly appreciated.

s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



CF Blog

2003-02-25 Thread Jeff Chastain
I have been reading several peoples blogs lately as well as looking at
several providers.  Does anybody know of a blogger written in ColdFusion or
does anybody have one?
 
Thanks
-- Jeff

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Quickie content application?

2003-02-25 Thread Matt Robertson

I sell CMPro for US$350.  Runs on Oracle 8i and 9i on CFMX, among other things.  Got a 
nice update in beta right now.


--Matt Robertson--
MSB Designs, Inc.
http://mysecretbase.com
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



CFMAIL error.....help please

2003-02-25 Thread ecreese
I am generating some errors that are not letting me send mail using CFMAIL.

Here is my error.

"Error","scheduler-1","02/25/03","20:20:49",,"Sending failed;   nested exception is:   
 javax.mail.SendFailedException: Invalid Addresses;   nested exception is:   
javax.mail.SendFailedException: 550 5.7.1 Unable to relay for [EMAIL PROTECTED] "



Get your own free email account from
http://www.popmail.com

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

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



RE: Flash remoting and SSL

2003-02-25 Thread David Aden
for what it is worth

I worked on this more and it wasn't the SSL though it appeared to be as the problem 
seemed to show up after that was turned on. 

But I turned off SSL and still got the same problem. On looking into it further, it 
turned out that one of the machines in the cluster didn't seem to install correctly -- 
Flash wasn't working at all on the machine. After trying various things, I noticed 
that there was no JRun Connector in the ISAPI filters, added it in, stopped and 
started IIS and it started to work. 

After that I turned SSL back on and it seems to be working fine now. 

d

-Original Message-
From: David Aden 
Sent: Tuesday, February 25, 2003 9:33 AM
To: CF-Talk
Subject: Flash remoting and SSL


I have a Flash  movie that uses Flash Remoting embedded in a page that worked fine 
prior to turning on SSL on the server. Now, it only partially works: 

1) If I use a browser from the server on which the movie exists and request the page, 
the movie works fine. 

2) If I user a browser from another machine and request the page, the movie loads, but 
the Flash Remoting call does not seem to complete and the movie hangs. 

Testing to see if Flash Remoting is working, I tried running: 

https://mymachine.com/flashservices/gateway. 

This too behaves oddly: 

1) When I request this from a browser on "mymachine.com", the above returns the empty 
HTML page as it should. 

2) When I request this from a browser on another machine, I get a page not found 
error. 

Does anyone have any idea what the problem might be or where to look to debug it? 

thanks!
 
d
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Re: BIG CFFORM problem >:-()

2003-02-25 Thread Martin Henwood/Adwright Comm.
No, not just j2ee..
Martin

Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>This problem only occurs in cmfx for j2ee, i'm evaluating ent
>version and everything seems perfect.. 
>  - Original Message - 
>  From: Martin Henwood/Adwright Comm. 
>  To: CF-Talk 
>  Sent: Tuesday, February 25, 2003 3:52 AM
>  Subject: Re: BIG CFFORM problem >:-()
>
>
>  I tried the idea of putting the CFIDE folder in the the
>wwwroot and it worked but now it writes the javascript in the
>wrong order, instead of validating name, address telephone it
>does it the other way round. We have been working on a fix for
>this one with my hosting co. for months, I am not sure that it
>has anything to do with the fact that it is a PRO version and not an Enterprise 
>version.
>  Martin.
>  
>
>  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>  >Man i couldn't possibly imagine that migrating my websites to
>  >cfmx would require those minor changes. This is about the 10 th
>  >time i need help =/
>  >
>  >The problem is now with cfform. I'm running cfmx on j2ee and
>  >win2k. I've mapped my cfmx context root to "/", so i can acess
>  >my pages as http://server.com/page.cfm 
>  >
>  >if i try to acess cfadmin with this url:
>  >http://localhost/cfide/administrator/index.cfm (note the cfide
>  >case), i got the cfadmin page but the images and styles it uses
>  >are not loaded. Well, if i try to acess
>  >http://localhost/CFIDE/administrator/index.cfm (note the case
>  >again), i got a 404 error from JRUN server. 
>  >
>  >Well with that super wierd thing in mind, my problem with
>  >CFFORM is that CFMX puts this code when it detects a CFFORM
>  >tag: 
>  >
>  >  >SRC="/CFIDE/scripts/cfform.js">
>  >
>  >I have tried to copy the CFIDE/scripts folder to my IIS.
>  >Another wierd thing happend. When i try http://locahost/CFIDE
>  >(iis has directory browse enable), i got a 404 error from JRUN,
>  >but when i try http://localhost/cfide i can see the files. The
>  >super-mega-ultra wierd thing is that the directory copied to
>  >IIS is named as CFIDE (note the case). 
>  >
>  >Well, i give up to understand CFMX. I've removed the CFIDE copy
>  >(in iis).
>  >
>  >I tried another solution also. I've created a virtual directory
>  >in IIS named "CFIDE" (not the case). Then i tried the same 2
>  >processes (localhost/CFIDE and localhost/cfide) with the same
>  >results. 
>  >
>  >
>  >Of course i could live without understanding why the hell CFMX
>  >inverts the case, since it should give a 404 error on cfide but
>  >not on CFIDE, but the case is that the SCRIPT tag that it puts
>  >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
>  >CFFORMS give a Javascript validation error. 
>  >
>  >That is pushing my patience to the limit >:-( 
>  >
>  >I would be very thankfull if someone could help me on that.
>  >
>  >Leonardo Crespo
>  >ICQ: 198810
>  >[EMAIL PROTECTED]
>  >
>  >
>  >
>  >
>  >
>  
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Quickie content application?

2003-02-25 Thread paul
Check out Matt Robertsons MSB Designs, It is a very affordable CMS system 
ContentMongerPro (http://www.mysecretbase.com) Give it a look, I have heard great 
things!
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Correct Syntax for this piece of SQL ??

2003-02-25 Thread lee
There is a basic flaw to the SQL that may be giving you fits: You are doing an "AND" 
search, not an "OR".

In and "AND" search, all three conditions (in your case) have to return "true" (with a 
match) for results.

In an "OR" search, only one of the three conditions (again, your example) have to 
return true to give results.

Posters on this thread are on the right track, showing you how to narrow the search 
based on field(s) that are non-null. 

One warning: TRIM all field in the query (i.e. "where orgname LIKE 
UPPER('%#TRIM(Form.orgname)#%'). That way, blank space will not be considered a search 
parameter 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Re: BIG CFFORM problem >:-()

2003-02-25 Thread Martin Henwood/Adwright Comm.
It is a big deal, when you write lots of sites with code that runs on CF5 then you 
have to go and change code that doesnt run on CFMX. You don't get paid for doing it 
twice, some clients don't want to pay for forms, so its the quickest way of doing it. 
Although not any more.
Martin
>
>  i have no idea what to tell you
>  cfform works fine for me and I dont even know what the heck i am doing. but
>  i dont use it.
>  if you think about it logically, you may try and think back to when you
>  installed cf and think if you did anything outside of the norm. No saying ur
>  messed something up but it seems to work for most people which then would
>  mean its something to do with the user or set up or maybe something you have
>  is incompatible with it. If it didnt work it wouldnt be there or MM would
>  fix it immediately. Sure bugs and stuff happen all the time but I see people
>  screaming at MM all the time and in the end it was usually a user error,
>  something they forgot or whatever.
>  Happens to me all the time and its always my fault.
>
>  And if it doesnt work, go in and switch it to 
>  not a big deal.
>
>
>  Dave
>
>  - Original Message -
>  From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>  To: "CF-Talk" <[EMAIL PROTECTED]>
>  Sent: Tuesday, February 25, 2003 2:17 AM
>  Subject: Re: BIG CFFORM problem >:-()
>
>
>  > Please expand, this is when using CFORM. But should the server be writing
>  this to html anyway.
>  >
>  > SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
>  > SRC="/CFIDE/scripts/cfform.js">
>  > Martin
>  >
>  > Dave Lyons <[EMAIL PROTECTED]> wrote:
>  > >
>  > >tends to work fairly well;)
>  > >
>  > >dave
>  > >
>  > >- Original Message -
>  > >From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>  > >To: "CF-Talk" <[EMAIL PROTECTED]>
>  > >Sent: Tuesday, February 25, 2003 1:52 AM
>  > >Subject: Re: BIG CFFORM problem >:-()
>  > >
>  > >
>  > >> I tried the idea of putting the CFIDE folder in the the wwwroot and it
>  > >worked but now it writes the javascript in the wrong order, instead of
>  > >validating name, address telephone it does it the other way round. We
>  have
>  > >been working on a fix for this one with my hosting co. for months, I am
>  not
>  > >sure that it has anything to do with the fact that it is a PRO version
>  and
>  > >not an Enterprise version.
>  > >> Martin.
>  > >> 
>  > >>
>  > >> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>  > >> >Man i couldn't possibly imagine that migrating my websites to
>  > >> >cfmx would require those minor changes. This is about the 10 th
>  > >> >time i need help =/
>  > >> >
>  > >> >The problem is now with cfform. I'm running cfmx on j2ee and
>  > >> >win2k. I've mapped my cfmx context root to "/", so i can acess
>  > >> >my pages as http://server.com/page.cfm
>  > >> >
>  > >> >if i try to acess cfadmin with this url:
>  > >> >http://localhost/cfide/administrator/index.cfm (note the cfide
>  > >> >case), i got the cfadmin page but the images and styles it uses
>  > >> >are not loaded. Well, if i try to acess
>  > >> >http://localhost/CFIDE/administrator/index.cfm (note the case
>  > >> >again), i got a 404 error from JRUN server.
>  > >> >
>  > >> >Well with that super wierd thing in mind, my problem with
>  > >> >CFFORM is that CFMX puts this code when it detects a CFFORM
>  > >> >tag:
>  > >> >
>  > >> >  > >> >SRC="/CFIDE/scripts/cfform.js">
>  > >> >
>  > >> >I have tried to copy the CFIDE/scripts folder to my IIS.
>  > >> >Another wierd thing happend. When i try http://locahost/CFIDE
>  > >> >(iis has directory browse enable), i got a 404 error from JRUN,
>  > >> >but when i try http://localhost/cfide i can see the files. The
>  > >> >super-mega-ultra wierd thing is that the directory copied to
>  > >> >IIS is named as CFIDE (note the case).
>  > >> >
>  > >> >Well, i give up to understand CFMX. I've removed the CFIDE copy
>  > >> >(in iis).
>  > >> >
>  > >> >I tried another solution also. I've created a virtual directory
>  > >> >in IIS named "CFIDE" (not the case). Then i tried the same 2
>  > >> >processes (localhost/CFIDE and localhost/cfide) with the same
>  > >> >results.
>  > >> >
>  > >> >
>  > >> >Of course i could live without understanding why the hell CFMX
>  > >> >inverts the case, since it should give a 404 error on cfide but
>  > >> >not on CFIDE, but the case is that the SCRIPT tag that it puts
>  > >> >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
>  > >> >CFFORMS give a Javascript validation error.
>  > >> >
>  > >> >That is pushing my patience to the limit >:-(
>  > >> >
>  > >> >I would be very thankfull if someone could help me on that.
>  > >> >
>  > >> >Leonardo Crespo
>  > >> >ICQ: 198810
>  > >> >[EMAIL PROTECTED]
>  > >> >
>  > >> >
>  > >> >
>  > >> >
>  > >> >
>  > >>
>  > >
>  > 
>  
>
~|
Archives: http://www.houseoffusi

Re: OT: Passed my UPS compliance testing

2003-02-25 Thread S . Isaac Dealey
Congrats Bud! :)

> Hey all!!! Sorry for the OT post. But y'all are my only
> ColdFusion
> buddies and I don't know where else to scream it. :)

> After months and months of haggling, wrangling, fighting,
> screaming,
> crying, begging, and pulling my hair out, I've done it!
> cf_ezcart has
> officially passed UPS compliance testing and I can now
> legally ship
> it with the XML Rates & Services and Tracking Tools
> built-in!

> It's like a miracle. I just want to thank all those who
> have helped
> (especially Chris  Lomvardias, winner of the character
> encoding
> reward).

> --

> Bud Schneehagen - Tropical Web Creations

> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
> ~~
> ~~~|
> Archives:
> http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
> Subscription: http://www.houseoffusion.com/cf_lists/index.
> cfm?method=subscribe&forumid=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/uns
>   ubscribe.cfm?user=633.558.4



s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

tapestry api is opensource http://www.turnkey.to/tapi

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816

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

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



Responding to XML requests

2003-02-25 Thread aeverett
That's what I needed! Thanks!
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Take a look at the BUG

2003-02-25 Thread Leonardo Crespo - Cftop.COM
Agreed Bryan, i had to enable mine to see details and understand the error. Either 
way, i like to have my applications running as good as possible =)

Regards,

Leonardo Crespo
ICQ: 198810
[EMAIL PROTECTED]
greetings from Brazil =)
  - Original Message - 
  From: Bryan Stevenson 
  To: CF-Talk 
  Sent: Tuesday, February 25, 2003 12:53 PM
  Subject: Re: Take a look at the BUG


  In all fairness Leonot many folks have MS Script debugger installed and
  will therefore never see that error...unless I'm missing something??

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

  -
  Macromedia Associate Partner
  www.macromedia.com
  -
  Vancouver Island ColdFusion Users Group
  Founder & Director
  www.cfug-vancouverisland.com
  - Original Message -
  From: "Leonardo Crespo - Cftop.COM" <[EMAIL PROTECTED]>
  To: "CF-Talk" <[EMAIL PROTECTED]>
  Sent: Monday, February 24, 2003 10:37 PM
  Subject: Take a look at the BUG


  >
  http://webforums.macromedia.com/coldfusion/mm_login.cfm?FTVAR_REDIRECTURLFRM
  =messagepost%2Ecfm%3Fpostaction%3Dpost%26catid%3D274&postaction=Yes
  >
  > The login page is a cfform. Try to put anything and hit submit to see
  you got a JAVASCRIPT error, because of the SAME CFFORM problem that i'm
  having.  How can they dont notice that bug??
  >
  > I'm very disapointed... :'-(
  >
  > Leonardo Crespo
  > ICQ: 198810
  > [EMAIL PROTECTED]
  >   - Original Message -
  >   From: Leonardo Crespo - Cftop.COM
  >   To: CF-Talk
  >   Sent: Tuesday, February 25, 2003 3:27 AM
  >   Subject: Solution to CFFORM problem? RDS Context root!
  >
  >
  >   I haven't found a solution for the cfform problem but i found the cause.
  The CFMX RDS Application context root is set to "/CFIDE", with means any
  thing like http://localhost/CFIDE. will be redirected to the RDS context
  root, that's why the scripts (cfform validation) dont work.
  >
  >   that's why, if you have your context root set to "/",
  >
  >   http://localhost/CFIDE/administrator/index.cfm does not work either
  >
  >   you must type "CFIDE" all BUT in all caps, like "cfIDE", "cfidE" and so.
  >
  >   Definitly not smart =/
  >
  >
  >   SSS: I have found the SAME CFFORM BUG on the MACROMEDIA LOGIN page.
  It's a cfform... should i tell them? =)
  >
  >
  >
  > 
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Bad JS Alert Box! Help...

2003-02-25 Thread James Blaha
Daniel

Sorry for the delay getting back thanks for your time also. You are 
correct it is a security alert for the refresh. There has to be a way 
around this. Otherwise who would want to make web applications with 
Microsoft alert messages.

Regards,
James Blaha

danielEthan wrote:

>On Thursday, Feb 20, 2003, at 12:42 America/Chicago, James Blaha wrote:
>
>  
>
>>I should have noted this seems to only happen in Internet Explorer.
>>Netscape 4.7 and 7.0 are fine.
>>
>>
>
>I believe that JavaScript alert box is part of the security settings in 
>IE. Can't be turned off except client-side. Please, correct me if I'm 
>wrong...
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Experthost error & they will not respond

2003-02-25 Thread Russ
I've got to bring this up.

In the past week, 2 of our sites have been nailed by them.  By nailed, I
mean that the DNS was knocked-off and not reset and no one brought it to
our attention that anything had happened and that we should be looking
into it.

This is the AT LEAST the 3rd such event that's caused us a lot of
problems and that they don't take any responsibility for--from a
management or monetary perspective.

Just beware.  This is sad.

> -Original Message-
> From: Tracy Bost [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, February 23, 2003 8:21 PM
> To: CF-Talk
> Subject: Experthost error & they will not respond
> 
> 
> Nothing has changed and all of a sudden one of my clients is 
> getting an 
> error on their website at experthost on a  shared server...
> Here's the error for ColdFusion query:
> 
>  No datasource named "theusedtobedatasource" is configured in 
> jrun-resources.xml ...
> 
> Here's the error for ASP query:
>  
>  Microsoft OLE DB Provider for SQL Server error '80004005' 
> 
>   [DBNMPNTW]Access denied. 
>  
> 
>  
>   I don't know if they tried to upgrade  or what happened.. I 
> have left 
> numeous messages & emails Anyone using experthost having 
> this problem?
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Re: Take a look at the BUG

2003-02-25 Thread Bryan Stevenson
In all fairness Leonot many folks have MS Script debugger installed and
will therefore never see that error...unless I'm missing something??

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

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Leonardo Crespo - Cftop.COM" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, February 24, 2003 10:37 PM
Subject: Take a look at the BUG


>
http://webforums.macromedia.com/coldfusion/mm_login.cfm?FTVAR_REDIRECTURLFRM
=messagepost%2Ecfm%3Fpostaction%3Dpost%26catid%3D274&postaction=Yes
>
> The login page is a cfform. Try to put anything and hit submit to see
you got a JAVASCRIPT error, because of the SAME CFFORM problem that i'm
having.  How can they dont notice that bug??
>
> I'm very disapointed... :'-(
>
> Leonardo Crespo
> ICQ: 198810
> [EMAIL PROTECTED]
>   - Original Message -
>   From: Leonardo Crespo - Cftop.COM
>   To: CF-Talk
>   Sent: Tuesday, February 25, 2003 3:27 AM
>   Subject: Solution to CFFORM problem? RDS Context root!
>
>
>   I haven't found a solution for the cfform problem but i found the cause.
The CFMX RDS Application context root is set to "/CFIDE", with means any
thing like http://localhost/CFIDE. will be redirected to the RDS context
root, that's why the scripts (cfform validation) dont work.
>
>   that's why, if you have your context root set to "/",
>
>   http://localhost/CFIDE/administrator/index.cfm does not work either
>
>   you must type "CFIDE" all BUT in all caps, like "cfIDE", "cfidE" and so.
>
>   Definitly not smart =/
>
>
>   SSS: I have found the SAME CFFORM BUG on the MACROMEDIA LOGIN page.
It's a cfform... should i tell them? =)
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



OT: Passed my UPS compliance testing

2003-02-25 Thread Bud
Hey all!!! Sorry for the OT post. But y'all are my only ColdFusion 
buddies and I don't know where else to scream it. :)

After months and months of haggling, wrangling, fighting, screaming, 
crying, begging, and pulling my hair out, I've done it! cf_ezcart has 
officially passed UPS compliance testing and I can now legally ship 
it with the XML Rates & Services and Tracking Tools built-in!

It's like a miracle. I just want to thank all those who have helped 
(especially Chris  Lomvardias, winner of the character encoding 
reward).

-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Creating a login screen

2003-02-25 Thread FlashGuy
Hi,

I want to create a login screen that allows the user to create his own password at 
initial login. So if the password field is empty in the database a "Create password" 
http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



RE: Password fields in MS SQL Server 2000

2003-02-25 Thread Dave Watts
> If someone can get access to your DB and the password 
> field, is your problem bigger than that they found out 
> users passwords? I don't encrypt/hash passwords now 
> because of the perhaps mistaken view that if they can 
> access database fields outside of the control of my 
> program then they can easily break any scheme that I 
> apply either through brute force or by finding the
> appropriate code. I do password protect access to the 
> database.
> 
> Is this a good assumption/plan or should I also encrypt 
> sensitive fields such as PW and credit card numbers

No, this is a very bad assumption. Yes, you should also encrypt any
sensitive data whenever possible, or better yet, don't store the actual data
at all. For example, it's not usually necessary to store passwords; you can
instead store a hash of the password, and compare hashes when needed.

Securing anything, whether a database or your house, is a matter of
redundancy and layering. Just because I have a lock on the door doesn't mean
I'll never need to use my shotgun.

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/cf_lists/index.cfm?method=subscribe&forumid=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



CFC Expert Group?

2003-02-25 Thread pcosta
As is obvious from this discussion, there are always a lot of new ideas that come out 
after we release a new feature, as people use the feature for purposes that we hadn't 
originally envisioned.

I just wantedd to let you know that we've already taken a large amount of the feedback 
from this list and the other CFC discussions into account in planning future updates 
for CFCs. If you have further suggestions, please use the cf-wish form, as we do read 
all of the submissions (though obviously with thousands of requests we can't respond 
personally to each one). It's at: http://www.macromedia.com/support/email/wishform/

Thanks,

Phil Costa
ColdFusion Product Manager
[EMAIL PROTECTED]



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

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



Includes and Verity Search

2003-02-25 Thread Les Mizzell
If I've got Verity set up to index a specific folder in a site, but files in
that folder have includes from another folder not included in the search
that have text that needs to be in the search index - does Verity index the
related include along with the file, or not

In other words:

1. The SERVICES page
A. Include talking about Service 1
B. Include talking about Service 2

If I search for Service 2, has the service 2 include been parsed along with
the Services page so the Services page comes up as a search "hit"?


Man, I need more coffee



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

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



MySQL Connector/J ?

2003-02-25 Thread Leonardo Crespo - Cftop.COM
Is anyone using MySQL Connector/J instead of the drivers shipped with CFMX? Any 
performance gains? 

Leonardo Crespo
ICQ: 198810
[EMAIL PROTECTED]


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



RE: Correct Syntax for this piece of SQL ??

2003-02-25 Thread Pascal Peters
A bit complicated. Better

WHERE 0=0

AND UPPER(orgname) LIKE UPPER()


AND UPPER(funding) LIKE UPPER()


AND UPPER(commapproval) LIKE UPPER()


-Original Message-
From: Larry Juncker [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 25 februari 2003 15:59
To: CF-Talk
Subject: RE: Correct Syntax for this piece of SQL ??


Try this:

 select *
from funding  Where orgname LIKE
UPPER('%#Form.orgname#%') 


ANDWHERE
funding LIKE UPPER('%#Form.funding#%')



ANDWHERE
commapproval LIKE UPPER('%#Form.commapproval#%') 

ORDER BY recordid


This will generate a query based on which fields actually have values to
search on. If I understand what you are wanting to do here.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc. [EMAIL PROTECTED]
(515) 574-2122

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFC Expert Group?

2003-02-25 Thread Mike Townend
I think this was the list...



Folks, here is the email that I'm going to forward on to "The Powers that
Be." Please, let's not nit pick this to death. If you are _generally_ happy
with the note, don't say anything. If you feel I've missed something big,
tell me. I want to send this out at around 5 today. Anyway - here goes
nothing

Oh, in the notes below, the things I thought got a lot of "dittos" will be
marked with (!!) or (!!!).

* Variables in a CFC, outside of the methods, acts like Variables in a
normal CFML template - however they are not the same as Variables. These
values should be put in a Variables scope that could be introspected with
the normal struct functions. (!!)

* A better defined constructor, perhaps via an init method that is
automatically called on creation or a method with the same name as the CFC.
The ability to pass arguments to the constructor at create time. Perhaps
something like, x = createObject("component","pressRelease",structOfArgs)>
(!!!)

* Ability for a child CFC method to call a parent CFC method. (super)
(!!!)

*Make cfproperty a bit more robust (and more like cfparam). The user
said:
"Apart from the fact that it is used as an integral part of CFCs that are
consumed as web services, I have pretty much given up on it as a useful part
of the CFC system. It doesn't do anything _at all_ that I can't do more
easily and with better performance with a cfscript block, or a series of
cfparam tags."

Add default
Add require (yes/no)
Make it so that getMetaData() returns the properties in the order
they were defined.

*It's possible to add a method to a CFC programmatically. Someone suggested
making a way to stop this (ie, allowLateBinding=true/false). FYI, this could
also be considered a security hole. If I know the CFC has a value, X, but no
method returns it, I can just add my own.

*access = "flashRemoting" - allows you to set a method to be called from FR,
but not remotely in general, ie, no WS call, or form/url invocation.

*An array thingy for types, ie, array of foo:

or

(!!)

*returnType of xml (ditto for cfargument type) (!!)

* options for the WSDL that can be set through attributes of cfcomponent and
cffunction.  Like targetNamespace, portName.

* support for SOAP headers

* Adding an implements attribute to cfcomponent that takes a comma-separated
list of component names (compile-time error if an interface not implemented)

* support for specifying interface name as well as component name in type
attribute of cfargument, cfparam for validation.

* ability to overload methods

* A new user mentioned that he _really_ wants to see more docs and examples
of CFCs. This is a good idea since the example apps only have one simple
CFC. We should consider adding a few more examples.

* access=Private acts like Protected. Variables in the unnamed scope also
act like protected variables, and should be private instead.

* ability to call CFCs from JSP

---Backwards Compat---
I asked the question - would you mind having code 'break' if we did a lot of
work to improve CFCs? I'd say that 75-80% felt strongly that they would not
mind. The remaining people would either mind, or would urge Macromedia to
find a solution to handle both. One good idea was to add . This
would act just like , but we could then fix access=private, for
example, in cfmethod, but not cffunction. (This particulat suggestion seemed
well received by most.)

--- Bugs ---
* Fix the bug where a cfinclude inside a method does not have access to the
arguments scope. 
* Fix issue w/ cftransaction across method calls. Bug may not exist in the
db. I'll add this today.
* fix the loss of pageContext bug so that components can be properly stored
in application and session scope
* fix the issue w/ arrays being pointer when doing arguments.foo
* Fix the bug where you 'lose' access to persisted scope vars in a persisted
cfc (!!!) (I think this is the same as 2 above)



--
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 14:44
To: CF-Talk
Subject: RE: CFC Expert Group?


MD is working on the archive... Michael? :)

Here is the post as it was sent to Macromedia:

Well shoot, sorry, I don't have the email. If someone from that list is
overhere and has the post, please share it.

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia

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

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


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.

ANNOUCEMENT: CFMX, Fusebox and Section 508 classes 2/26 - 3/12 Wash DC

2003-02-25 Thread Michael Smith
Come to an intensive class on CFMX, Section 508 or Fusebox.
* Learn the tricks and tips on upgrading to CFMX
* Learn how to avoid Section 508 problems
* Learn advanced Fusebox coding techniques from Hal Helms

We will explain the details to let you improve your productivity
the next day! Class limited to 12 students each so
that you can be sure to get your own questions answered!
Sign up today to guarantee a place at
http://www.teratech.com/training/
- Michael Smith,
TeraTech, Inc
(Finalist CFDJ award for best training company)

PS If you are interested in other Hal Helms classes on Java or CFCs reply with
what you are interested in and if enough people are interested we will
put them on too!

Upcoming Classes

Wed 3/5/03  CF 202 - Section 508 & ColdFusion $199
Wed 3/12/03 CF 204 - CFMX in Depth: Opportunities and Challenges $349

Wed 2/26/03 FB 201 - Intermediate Fusebox $349
Mon 3/10/02 FB 202 - Advanced Fusebox and CFMX with Hal Helms Training $349 (NEW)


CF 202 - 508 & ColdFusion
*
Half Day course sign-in 11:30am, Class noon-4pm - $199

Can you successfully implement section 508? Do you meet the
legal requirements for handicapped accessiblity on your
ColdFusion website? This government regulation became
required over 18 months ago and some agencies have
already had complience issues! Come to an intensive
class to learn how you can avoid such problems.

* What is section 508
   - What is covered and what is not
* Blind readers
   - Screen reader demo and what to look out for
* JavaScript issues
   - Which script is legal and which is not
* Applets
   - Are applets ever allowed?
* Timeouts
   - Do you timeout your logins? Why this may cause 508 problems!
* Problem CF tags
   - Which CF tags must you fix...
* Frames issues
   - Why frames are bad and to deal with them correctly under 508
* Table issues
   - How tables can be bad and how to make them good for 508
* Form issues
   - What makes a form non-compliant and how to fix it
* CFINCLUDE
   - How it can help and use for Skip to Nav
* Text alternatives
   - How to leverage CF to produce dual versions of your site

Class includes free white papers on Section 508 and the latest tips
on implementation. Vital for any government webmaster!


CF204 - CFMX in Depth: Opportunities and Challenges
***
Full Day course Sign-in 9:30am, Class 10am-5pm
Just $349, includes lunch
written by Charlie Arehart, class given by Jo Belyea-Doerrman

ColdFusion MX, or CFMX, is the next release of ColdFusion which brings
much, much more to the table than just new CF features. Driven by
Macromedia's drive to create an entirely new set of web application
development tools (linking Flash, DreamWeaver, and more), it also
brings to CFers the tools needed to take part in the latest
development trends, including XML, web services, .NET and J2EE
integration, and lots more.

In fact, there's really a lot more to CF than just those things. Sure,
you may have heard about the ColdFusion component (CFC) capability, as
well as the new graphing capabilities, etc. But did you know that
there's really quite a bit more to CFMX than those top features that
are marketed so heavily?

If you attended my seminar of a similar name and focus about CF 5, you
know that we identified lots of things that you didn't hear as much
about and that indeed you might not have easily found on your own.
This seminar follows the same format, exploring the less popular but
often more powerful and productive new features of CFMX. Of course,
we'll also briefly highlight those most popular and well-discussed
features as well.

As a bonus, there are many features you can leverage in CFMX that
aren't discussed in any CFMX documentation, because they're really
features of the underlying J2EE infrastructure. We'll point those out
as well. Cool stuff!

Partial List of Topics:

  The big-name features: Components (CFCs), Flash integration, XML
and web services support, .Net
  integration new, charting features
   Understanding them, leveraging them
  Understanding the J2EE integration
   Leveraging it in your CF code
   Leveraging integration with JSP and servlets

  Migrating your code to CFMX
  New debugging capabilities
  Leveraging JSP custom tags, supporting internationalization
  New login security and developer sandbox security capabilities
  Enhanced UDFs with CFFUNCTION, improved CFMAIL handling
  Query of query enhancements, regular expression improvements
  Many other hidden gems

Course topics are subject to change due to continuous improvement and
refinement.



FB 201 - Intermediate Fusebox
*
Full Day course 10am-5pm
Just $349, includes lunch

Prerequisite: FB101 or similar basic Fusebox knowledge.

FB201 is for people who have already met Fusebox and want to improve
their skills with the new Fusebox 3.0 spec. Step up to the next level

Re: Take a look at the BUG

2003-02-25 Thread Leonardo Crespo - Cftop.COM
I'm just complaining here, but i think it is a bug, since if your using CFMX FOR J2EE 
and map you context root as "/", you CAN'T  make cfform work. 

I will let them know about it. 

Leonardo Crespo
ICQ: 198810
[EMAIL PROTECTED]
greetings from Brazil =)
  - Original Message - 
  From: Jochem van Dieten 
  To: CF-Talk 
  Sent: Tuesday, February 25, 2003 6:45 AM
  Subject: Re: Take a look at the BUG


  Leonardo Crespo - Cftop.COM wrote:
  > 
http://webforums.macromedia.com/coldfusion/mm_login.cfm?FTVAR_REDIRECTURLFRM=messagepost%2Ecfm%3Fpostaction%3Dpost%26catid%3D274&postaction=Yes
  > 
  > The login page is a cfform. Try to put anything and hit submit to see you got 
a JAVASCRIPT error, because of the SAME CFFORM problem that i'm having.  How can they 
dont notice that bug??

  A configuration error is not the same as a bug. And in case you are 
  wondering, http://cfmx.oli.tudelft.nl/CFIDE/scripts/cfform.js works, so 
  it is not impossible to configure a server correctly.

  And as to why they don't notice that bug, you tell me. There is this 
  little link "Contact us" at the bottom of that page which leads to a 
  page where you can give feedback about the site. Did you submit a 
  problem report or are you just complaining here?

  Jochem

  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



CF MX Verity Bug?

2003-02-25 Thread Murat Demirci
Hi all,

Are there any bugs in CF MX Verity that you know such as Asian languages
cannot be searched properly?

tia.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Correct Syntax for this piece of SQL ??

2003-02-25 Thread Larry Juncker
Try this:


select * from
funding

Where orgname LIKE UPPER('%#Form.orgname#%')



ANDWHERE
funding LIKE UPPER('%#Form.funding#%')



ANDWHERE
commapproval LIKE UPPER('%#Form.commapproval#%')


ORDER BY recordid


This will generate a query based on which fields actually have values to
search on.
If I understand what you are wanting to do here.

Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential and/or personal.  If the reader
of this message is not the intended recipient (or the employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.

If you have received this communication in error, please notify us at the
e-mail listed above.

-Original Message-
From: Ian Vaughan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 8:49 AM
To: CF-Talk
Subject: Correct Syntax for this piece of SQL ??


Hi

I have the following form which is being used to search against my database
table.

When I search using the 'orgname' field and there are matches then results
are returned.  However if I search in the other two fields then it displays
no results found when it should bring back results ?

Is this because of my sql ??



select * from
funding

Where orgname LIKE UPPER('%#Form.orgname#%')
AND funding LIKE UPPER('%#Form.funding#%')
AND commapproval LIKE UPPER('%#Form.commapproval#%')

ORDER BY recordid


This is my search form







  
 Organization Name

Source of Funding

Committee Approval Date


  

 
 


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

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



Re: BIG CFFORM problem >:-()

2003-02-25 Thread Leonardo Crespo - Cftop.COM
Works fine for me too, now that i uninstall cfmx for j2ee... that problem only affects 
this plataform..

Leonardo Crespo
ICQ: 198810
[EMAIL PROTECTED]
greetings from Brazil =)
  - Original Message - 
  From: Dave Lyons 
  To: CF-Talk 
  Sent: Tuesday, February 25, 2003 4:31 AM
  Subject: Re: BIG CFFORM problem >:-()


  i have no idea what to tell you
  cfform works fine for me and I dont even know what the heck i am doing. but
  i dont use it.
  if you think about it logically, you may try and think back to when you
  installed cf and think if you did anything outside of the norm. No saying ur
  messed something up but it seems to work for most people which then would
  mean its something to do with the user or set up or maybe something you have
  is incompatible with it. If it didnt work it wouldnt be there or MM would
  fix it immediately. Sure bugs and stuff happen all the time but I see people
  screaming at MM all the time and in the end it was usually a user error,
  something they forgot or whatever.
  Happens to me all the time and its always my fault.

  And if it doesnt work, go in and switch it to 
  not a big deal.


  Dave

  - Original Message -
  From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
  To: "CF-Talk" <[EMAIL PROTECTED]>
  Sent: Tuesday, February 25, 2003 2:17 AM
  Subject: Re: BIG CFFORM problem >:-()


  > Please expand, this is when using CFORM. But should the server be writing
  this to html anyway.
  >
  > SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
  > SRC="/CFIDE/scripts/cfform.js">
  > Martin
  >
  > Dave Lyons <[EMAIL PROTECTED]> wrote:
  > >
  > >tends to work fairly well;)
  > >
  > >dave
  > >
  > >- Original Message -
  > >From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
  > >To: "CF-Talk" <[EMAIL PROTECTED]>
  > >Sent: Tuesday, February 25, 2003 1:52 AM
  > >Subject: Re: BIG CFFORM problem >:-()
  > >
  > >
  > >> I tried the idea of putting the CFIDE folder in the the wwwroot and it
  > >worked but now it writes the javascript in the wrong order, instead of
  > >validating name, address telephone it does it the other way round. We
  have
  > >been working on a fix for this one with my hosting co. for months, I am
  not
  > >sure that it has anything to do with the fact that it is a PRO version
  and
  > >not an Enterprise version.
  > >> Martin.
  > >> 
  > >>
  > >> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
  > >> >Man i couldn't possibly imagine that migrating my websites to
  > >> >cfmx would require those minor changes. This is about the 10 th
  > >> >time i need help =/
  > >> >
  > >> >The problem is now with cfform. I'm running cfmx on j2ee and
  > >> >win2k. I've mapped my cfmx context root to "/", so i can acess
  > >> >my pages as http://server.com/page.cfm
  > >> >
  > >> >if i try to acess cfadmin with this url:
  > >> >http://localhost/cfide/administrator/index.cfm (note the cfide
  > >> >case), i got the cfadmin page but the images and styles it uses
  > >> >are not loaded. Well, if i try to acess
  > >> >http://localhost/CFIDE/administrator/index.cfm (note the case
  > >> >again), i got a 404 error from JRUN server.
  > >> >
  > >> >Well with that super wierd thing in mind, my problem with
  > >> >CFFORM is that CFMX puts this code when it detects a CFFORM
  > >> >tag:
  > >> >
  > >> > >> >SRC="/CFIDE/scripts/cfform.js">
  > >> >
  > >> >I have tried to copy the CFIDE/scripts folder to my IIS.
  > >> >Another wierd thing happend. When i try http://locahost/CFIDE
  > >> >(iis has directory browse enable), i got a 404 error from JRUN,
  > >> >but when i try http://localhost/cfide i can see the files. The
  > >> >super-mega-ultra wierd thing is that the directory copied to
  > >> >IIS is named as CFIDE (note the case).
  > >> >
  > >> >Well, i give up to understand CFMX. I've removed the CFIDE copy
  > >> >(in iis).
  > >> >
  > >> >I tried another solution also. I've created a virtual directory
  > >> >in IIS named "CFIDE" (not the case). Then i tried the same 2
  > >> >processes (localhost/CFIDE and localhost/cfide) with the same
  > >> >results.
  > >> >
  > >> >
  > >> >Of course i could live without understanding why the hell CFMX
  > >> >inverts the case, since it should give a 404 error on cfide but
  > >> >not on CFIDE, but the case is that the SCRIPT tag that it puts
  > >> >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
  > >> >CFFORMS give a Javascript validation error.
  > >> >
  > >> >That is pushing my patience to the limit >:-(
  > >> >
  > >> >I would be very thankfull if someone could help me on that.
  > >> >
  > >> >Leonardo Crespo
  > >> >ICQ: 198810
  > >> >[EMAIL PROTECTED]
  > >> >
  > >> >
  > >> >
  > >> >
  > >> >
  > >>
  > >
  > 
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf

Re: BIG CFFORM problem >:-()

2003-02-25 Thread Leonardo Crespo - Cftop.COM
LOL, yeah and it does not increase the page size with all those scripts =)
  - Original Message - 
  From: Dave Lyons 
  To: CF-Talk 
  Sent: Tuesday, February 25, 2003 4:01 AM
  Subject: Re: BIG CFFORM problem >:-()


  
  tends to work fairly well;)

  dave

  - Original Message -
  From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
  To: "CF-Talk" <[EMAIL PROTECTED]>
  Sent: Tuesday, February 25, 2003 1:52 AM
  Subject: Re: BIG CFFORM problem >:-()


  > I tried the idea of putting the CFIDE folder in the the wwwroot and it
  worked but now it writes the javascript in the wrong order, instead of
  validating name, address telephone it does it the other way round. We have
  been working on a fix for this one with my hosting co. for months, I am not
  sure that it has anything to do with the fact that it is a PRO version and
  not an Enterprise version.
  > Martin.
  > 
  >
  > Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
  > >Man i couldn't possibly imagine that migrating my websites to
  > >cfmx would require those minor changes. This is about the 10 th
  > >time i need help =/
  > >
  > >The problem is now with cfform. I'm running cfmx on j2ee and
  > >win2k. I've mapped my cfmx context root to "/", so i can acess
  > >my pages as http://server.com/page.cfm
  > >
  > >if i try to acess cfadmin with this url:
  > >http://localhost/cfide/administrator/index.cfm (note the cfide
  > >case), i got the cfadmin page but the images and styles it uses
  > >are not loaded. Well, if i try to acess
  > >http://localhost/CFIDE/administrator/index.cfm (note the case
  > >again), i got a 404 error from JRUN server.
  > >
  > >Well with that super wierd thing in mind, my problem with
  > >CFFORM is that CFMX puts this code when it detects a CFFORM
  > >tag:
  > >
  > > >SRC="/CFIDE/scripts/cfform.js">
  > >
  > >I have tried to copy the CFIDE/scripts folder to my IIS.
  > >Another wierd thing happend. When i try http://locahost/CFIDE
  > >(iis has directory browse enable), i got a 404 error from JRUN,
  > >but when i try http://localhost/cfide i can see the files. The
  > >super-mega-ultra wierd thing is that the directory copied to
  > >IIS is named as CFIDE (note the case).
  > >
  > >Well, i give up to understand CFMX. I've removed the CFIDE copy
  > >(in iis).
  > >
  > >I tried another solution also. I've created a virtual directory
  > >in IIS named "CFIDE" (not the case). Then i tried the same 2
  > >processes (localhost/CFIDE and localhost/cfide) with the same
  > >results.
  > >
  > >
  > >Of course i could live without understanding why the hell CFMX
  > >inverts the case, since it should give a 404 error on cfide but
  > >not on CFIDE, but the case is that the SCRIPT tag that it puts
  > >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
  > >CFFORMS give a Javascript validation error.
  > >
  > >That is pushing my patience to the limit >:-(
  > >
  > >I would be very thankfull if someone could help me on that.
  > >
  > >Leonardo Crespo
  > >ICQ: 198810
  > >[EMAIL PROTECTED]
  > >
  > >
  > >
  > >
  > >
  > 
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

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



Re: BIG CFFORM problem >:-()

2003-02-25 Thread Leonardo Crespo - Cftop.COM
This problem only occurs in cmfx for j2ee, i'm evaluating ent version and everything 
seems perfect.. 
  - Original Message - 
  From: Martin Henwood/Adwright Comm. 
  To: CF-Talk 
  Sent: Tuesday, February 25, 2003 3:52 AM
  Subject: Re: BIG CFFORM problem >:-()


  I tried the idea of putting the CFIDE folder in the the wwwroot and it worked but 
now it writes the javascript in the wrong order, instead of validating name, address 
telephone it does it the other way round. We have been working on a fix for this one 
with my hosting co. for months, I am not sure that it has anything to do with the fact 
that it is a PRO version and not an Enterprise version.
  Martin.
  

  Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
  >Man i couldn't possibly imagine that migrating my websites to
  >cfmx would require those minor changes. This is about the 10 th
  >time i need help =/
  >
  >The problem is now with cfform. I'm running cfmx on j2ee and
  >win2k. I've mapped my cfmx context root to "/", so i can acess
  >my pages as http://server.com/page.cfm 
  >
  >if i try to acess cfadmin with this url:
  >http://localhost/cfide/administrator/index.cfm (note the cfide
  >case), i got the cfadmin page but the images and styles it uses
  >are not loaded. Well, if i try to acess
  >http://localhost/CFIDE/administrator/index.cfm (note the case
  >again), i got a 404 error from JRUN server. 
  >
  >Well with that super wierd thing in mind, my problem with
  >CFFORM is that CFMX puts this code when it detects a CFFORM
  >tag: 
  >
  >SRC="/CFIDE/scripts/cfform.js">
  >
  >I have tried to copy the CFIDE/scripts folder to my IIS.
  >Another wierd thing happend. When i try http://locahost/CFIDE
  >(iis has directory browse enable), i got a 404 error from JRUN,
  >but when i try http://localhost/cfide i can see the files. The
  >super-mega-ultra wierd thing is that the directory copied to
  >IIS is named as CFIDE (note the case). 
  >
  >Well, i give up to understand CFMX. I've removed the CFIDE copy
  >(in iis).
  >
  >I tried another solution also. I've created a virtual directory
  >in IIS named "CFIDE" (not the case). Then i tried the same 2
  >processes (localhost/CFIDE and localhost/cfide) with the same
  >results. 
  >
  >
  >Of course i could live without understanding why the hell CFMX
  >inverts the case, since it should give a 404 error on cfide but
  >not on CFIDE, but the case is that the SCRIPT tag that it puts
  >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
  >CFFORMS give a Javascript validation error. 
  >
  >That is pushing my patience to the limit >:-( 
  >
  >I would be very thankfull if someone could help me on that.
  >
  >Leonardo Crespo
  >ICQ: 198810
  >[EMAIL PROTECTED]
  >
  >
  >
  >
  >
  
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Correct Syntax for this piece of SQL ??

2003-02-25 Thread Andre Mohamed
Just a stab in the dark:

Is orgname always uppercase in your DB? If so, that might explain why
searching by orgname always works but searching by the others doesn't.

You might have to do this:

...AND UPPER(funding) LIKE UPPER('%#Form.funding#%')

or EVEN (the same):

...AND UPPER(funding) LIKE '%#UCase(Form.funding)#%'

etc.

Thanks,

André

-Original Message-
From: Ian Vaughan [mailto:[EMAIL PROTECTED] 
Sent: 25 February 2003 14:49
To: CF-Talk
Subject: Correct Syntax for this piece of SQL ??

Hi

I have the following form which is being used to search against my
database
table.

When I search using the 'orgname' field and there are matches then
results
are returned.  However if I search in the other two fields then it
displays
no results found when it should bring back results ?

Is this because of my sql ??



select * from
funding

Where orgname LIKE UPPER('%#Form.orgname#%')
AND funding LIKE UPPER('%#Form.funding#%')
AND commapproval LIKE UPPER('%#Form.commapproval#%')

ORDER BY recordid


This is my search form







  
 Organization Name

Source of Funding

Committee Approval Date


  

 
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: dsn on cfmx - can't create

2003-02-25 Thread Rich Wild
> 2) Make sure your password is not more than 16 chars otherwise it gets
> truncated by the CF Administrator App!

I don't believe it!!! That was it.

I couldn't see that anywhere in the archives or the forums etc.

What a ridiculous bug.

Thanks loads Andre.

> -Original Message-
> From: Andre Mohamed [mailto:[EMAIL PROTECTED]
> Sent: 25 February 2003 14:34
> To: CF-Talk
> Subject: RE: dsn on cfmx - can't create
> 
> 
> Rich,
> 
> A couple of things that might help:
> 
> 1) Make sure you are using Mixed Mode authentication (not 
> Windows only)
> on your SQL server DBMS.
> 
> 2) Make sure your password is not more than 16 chars otherwise it gets
> truncated by the CF Administrator App!
> 
> 3) There is a patch for the CF Administrator (can't find it just now)
> which produces more accurate error messages when you are unable to
> verify data sources...without the patch you get a generic "JDBC Pool
> Exception" which although correct in some cases is not in 
> others and can
> be misleading. You'll have to locate this "patch" yourself because I'm
> supposed to be working right now! (also, not sure if its 
> included in the
> updaters)
> 
> Thanks,
> 
> André
> 
> -Original Message-
> From: Rich Wild [mailto:[EMAIL PROTECTED] 
> Sent: 25 February 2003 13:27
> To: CF-Talk
> Subject: dsn on cfmx - can't create
> 
> I've checked the archive on this + the forums + the technotes, but
> haven't
> been able to resolve it.
> 
> We cannot add a DSN to a SQL Server 2000 database through CFMX.
> 
> we have 2 cfmx machines and 3 sql server machines. 2 of these machines
> are
> sql server 2000, and 1 is SQL 7.
> 
> Each cfmx machine is win2000 with sp3 installed (mdac 2.7 etc). each
> install
> of cfmx is patched to updater 2. We can't add a DSN either 
> via the type
> 4
> drivers (SQL server) or via an ODBC socket to a DSN setup successfully
> to
> connect to the a database on a sql2000 machine.
> 
> We *can* add type 4 and type 3 DSNs that connect to any SQL server 7
> machine.
> 
> Oddly, we also have some CF5 machines that can connect to the sql 2000
> databases using exactly the same details that were used for the cfmx
> machines' DSNs.
> 
> All machines have the same firewall configuration.
> 
> We also tried adding the ODBC Server service in CFMX to a new security
> account in win2000, but this hasn't worked either.
> 
> We've now run out of options. Can anyone help?
> 
> Many thanks,
> 
> ---
> Rich Wild
> Senior Web Developer
> 
> ---
> e-mango   Tel: 01202 755 300
> Gild House  Fax: 01202 755 301
> 74 Norwich Avenue West
> Bournemouth   Mailto:[EMAIL PROTECTED]
> BH2 6AW, UK  http://www.e-mango.com
> ---
> This message may contain information which is legally
> privileged and/or confidential.  If you are not the
> intended recipient, you are hereby notified that any
> unauthorised disclosure, copying, distribution or use
> of this information is strictly prohibited. Such
> notification notwithstanding, any comments, opinions,
> information or conclusions expressed in this message
> are those of the originator, not of e-mango.com ltd,
> unless otherwise explicitly and independently indicated
> by an authorised representative of e-mango.com ltd.
> ---
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Converting a recordset to XML

2003-02-25 Thread Andre Mohamed
Brook,

If you're going via CF, you could try using WDDX as long as wherever you
are sending it to can understand it. You'd this via the  tags
passing in a CF variable e.g. a recordset. If converting a recordset
into XML the quickest and EASIEST way is your MAIN criteria then this is
probably the way to go. 

If WDDX isn't what you want then there are a bunch of options, including
using a Servlet filters to transform the WDDX XML into another XML
format if need be but that requires some knowledge of XSLT etc.

You could also just loop through the recordset and manually create the
XML document in CF but this probably isn't recommended if the number of
rows is large. Naturally, you could also do this inside of a stored
procedure.

Thanks,

André

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 25 February 2003 14:41
To: CF-Talk
Subject: Converting a recordset to XML

Hello,

I'm trying to figure out what is the best way to convert a recordset in 
CFMX to XML. We're still using SQL 7.0, so we can not use the native XML

features of SQL Server 2000. Would it make sense to select the data like
this:

Select '' + title + ', as title
from movies

Or is there a better way convert a record set to XML quickly? Are there
any 
plugins for SQL Server.

Brook Davies
logiforms.com



  



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Correct Syntax for this piece of SQL ??

2003-02-25 Thread Ian Vaughan
Hi

I have the following form which is being used to search against my database
table.

When I search using the 'orgname' field and there are matches then results
are returned.  However if I search in the other two fields then it displays
no results found when it should bring back results ?

Is this because of my sql ??



select * from
funding

Where orgname LIKE UPPER('%#Form.orgname#%')
AND funding LIKE UPPER('%#Form.funding#%')
AND commapproval LIKE UPPER('%#Form.commapproval#%')

ORDER BY recordid


This is my search form







  
 Organization Name

Source of Funding

Committee Approval Date


  

 
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFC Expert Group?

2003-02-25 Thread Raymond Camden
MD is working on the archive... Michael? :)

Here is the post as it was sent to Macromedia:

Well shoot, sorry, I don't have the email. If someone from that list is
overhere and has the post, please share it.

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia

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

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

> -Original Message-
> From: webguy [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 25, 2003 8:37 AM
> To: CF-Talk
> Subject: RE: CFC Expert Group?
> 
> 
> Is there an archive?
> 
> > sent a list of issues to Macromedia
> 
> or could you repost this?
> 
> Cheers
> 
> WG
> 
> -Original Message-
> From: Raymond Camden [mailto:[EMAIL PROTECTED]
> Sent: 25 February 2003 14:27
> To: CF-Talk
> Subject: RE: CFC Expert Group?
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Converting a recordset to XML

2003-02-25 Thread Collin Tobin
Something like this will work:


select *
from tblEmp






#strTitle#
#Strfname#
#Strlname#








Collin Tobin
CFMX QA Engineer
Macromedia®
What the web can be.(tm)

Announcing Macromedia DevNet Subscriptions 
Maximize your power with our new premium software subscription for Macromedia 
developers 
Find out more:  





-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 9:41 AM
To: CF-Talk
Subject: Converting a recordset to XML


Hello,

I'm trying to figure out what is the best way to convert a recordset in 
CFMX to XML. We're still using SQL 7.0, so we can not use the native XML 
features of SQL Server 2000. Would it make sense to select the data like this:

Select '' + title + ', as title
from movies

Or is there a better way convert a record set to XML quickly? Are there any 
plugins for SQL Server.

Brook Davies
logiforms.com



  



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Converting a recordset to XML

2003-02-25 Thread brook
Hello,

I'm trying to figure out what is the best way to convert a recordset in 
CFMX to XML. We're still using SQL 7.0, so we can not use the native XML 
features of SQL Server 2000. Would it make sense to select the data like this:

Select '' + title + ', as title
from movies

Or is there a better way convert a record set to XML quickly? Are there any 
plugins for SQL Server.

Brook Davies
logiforms.com



  


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

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



RE: CFC Expert Group?

2003-02-25 Thread webguy
Is there an archive?

> sent a list of issues to Macromedia

or could you repost this?

Cheers

WG

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: 25 February 2003 14:27
To: CF-Talk
Subject: RE: CFC Expert Group?


As has been mentioned, there is a CFC list already. A few months back,
we came together and sent a list of issues to Macromedia concerning what
the group felt were issues with CFCs. I'd suggest joining us over there.
:)

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia

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

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

> -Original Message-
> From: Vince Bonfanti [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 25, 2003 8:03 AM
> To: CF-Talk
> Subject: CFC Expert Group?
>
>
> I've seen several discussions, all of which have the same
> general theme: "Here's what's wrong with CFCs". The most
> recent is the "FBX3 AND CFMX" thread on this list. Why not
> borrow an idea from the way Sun creates Java specifications
> and form a "CFC Expert Group" to write the specification for
> the next version of CFC?
>
> Basically all you need is a mailing list and a couple of
> people who are knowledgeable and interested enough to write
> and review a specification document. Vendor participation
> helps; I'm willing to participate in such a group, and I'll
> bet that Sean Corfield would too. The leader of the group
> should probably not be affiliated with Macromedia or New
> Atlanta to insure vendor neutrality. I'm sure Michael
> Dinowitz would be happy to provide a separate mailing list
> for this purpose.
>
> The efforts of this group would not be wasted because I'll
> commit that if a CFC Expert Group is formed and produces a
> reasonable consensus on a final specification, then New
> Atlanta will implement that specification in the next major
> release of BlueDragon after the final specification is published.
>


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: dsn on cfmx - can't create

2003-02-25 Thread Andre Mohamed
Rich,

A couple of things that might help:

1) Make sure you are using Mixed Mode authentication (not Windows only)
on your SQL server DBMS.

2) Make sure your password is not more than 16 chars otherwise it gets
truncated by the CF Administrator App!

3) There is a patch for the CF Administrator (can't find it just now)
which produces more accurate error messages when you are unable to
verify data sources...without the patch you get a generic "JDBC Pool
Exception" which although correct in some cases is not in others and can
be misleading. You'll have to locate this "patch" yourself because I'm
supposed to be working right now! (also, not sure if its included in the
updaters)

Thanks,

André

-Original Message-
From: Rich Wild [mailto:[EMAIL PROTECTED] 
Sent: 25 February 2003 13:27
To: CF-Talk
Subject: dsn on cfmx - can't create

I've checked the archive on this + the forums + the technotes, but
haven't
been able to resolve it.

We cannot add a DSN to a SQL Server 2000 database through CFMX.

we have 2 cfmx machines and 3 sql server machines. 2 of these machines
are
sql server 2000, and 1 is SQL 7.

Each cfmx machine is win2000 with sp3 installed (mdac 2.7 etc). each
install
of cfmx is patched to updater 2. We can't add a DSN either via the type
4
drivers (SQL server) or via an ODBC socket to a DSN setup successfully
to
connect to the a database on a sql2000 machine.

We *can* add type 4 and type 3 DSNs that connect to any SQL server 7
machine.

Oddly, we also have some CF5 machines that can connect to the sql 2000
databases using exactly the same details that were used for the cfmx
machines' DSNs.

All machines have the same firewall configuration.

We also tried adding the ODBC Server service in CFMX to a new security
account in win2000, but this hasn't worked either.

We've now run out of options. Can anyone help?

Many thanks,

---
Rich Wild
Senior Web Developer

---
e-mango Tel: 01202 755 300
Gild House  Fax: 01202 755 301
74 Norwich Avenue West
Bournemouth   Mailto:[EMAIL PROTECTED]
BH2 6AW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Flash remoting and SSL

2003-02-25 Thread David Aden
I have a Flash  movie that uses Flash Remoting embedded in a page that worked fine 
prior to turning on SSL on the server. Now, it only partially works: 

1) If I use a browser from the server on which the movie exists and request the page, 
the movie works fine. 

2) If I user a browser from another machine and request the page, the movie loads, but 
the Flash Remoting call does not seem to complete and the movie hangs. 

Testing to see if Flash Remoting is working, I tried running: 

https://mymachine.com/flashservices/gateway. 

This too behaves oddly: 

1) When I request this from a browser on "mymachine.com", the above returns the empty 
HTML page as it should. 

2) When I request this from a browser on another machine, I get a page not found 
error. 

Does anyone have any idea what the problem might be or where to look to debug it? 

thanks!
 
d
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Modifying Tag Insight

2003-02-25 Thread Critz
oi Mike!!

cheers. I'll have a look

Critz





Tuesday, February 25, 2003, 8:02:42 AM, you wrote:

MT> Yes it is this file... I have just copied the form.vtm and "created" a
MT> custom tag... The taginsigts for this tag are now that of the form tag

MT> HTH




MT> Mikey

MT> =
MT> http://www.phonebin.com
MT> "From Phone to Web in minutes" 

MT> -Original Message-
MT> From: Mike Townend [mailto:[EMAIL PROTECTED] 
MT> Sent: Tuesday, February 25, 2003 13:01
MT> To: CF-Talk
MT> Subject: RE: Modifying Tag Insight


MT> Ahh... I see where ya coming from now... 

MT> I havnt done that yet... But my best guess would be to play with the
MT> "Homesite\Extensions\TagDefs\HTML\Form.vtm" file as this builds the dialog
MT> for the tag... It *might* be whats pinged by homesite for the taginsight

MT> Remember to back the file up tho...




MT> Mikey

MT> =
MT> http://www.phonebin.com
MT> "From Phone to Web in minutes" 



MT> -Original Message-
MT> From: Critz [mailto:[EMAIL PROTECTED] 
MT> Sent: Tuesday, February 25, 2003 12:54
MT> To: CF-Talk
MT> Subject: Re: Modifying Tag Insight


MT> oi Mike!!

MT> how would I go about adding autoComplete="OFF/ON" to the form element of
MT> taginsight?

MT> Critz




MT> 
MT> Tuesday, February 25, 2003, 7:04:11 AM, you wrote:

MT>> Yup, the tag insights and auto completions are stored in two
MT>> files...

MT>> Taglist.dat and tagcomp.dat from the UserData directory of the
MT>> homsite/studio install

MT>> Open them in notepad and simply add them





MT>> Mikey

MT>> =
MT>> http://www.phonebin.com
MT>> "From Phone to Web in minutes"


MT>> -Original Message-
MT>> From: Critz [mailto:[EMAIL PROTECTED]
MT>> Sent: Tuesday, February 25, 2003 12:01
MT>> To: CF-Talk
MT>> Subject: Modifying Tag Insight


MT>> oi CF-Talk,!!

MT>>   Is there anyway, I can add items to the tag insights that pop up in
MT>> homesite+/studio?


MT>>   Critz


MT>> ---
MT>> [This E-mail scanned for viruses by Declude Virus]


MT>> 


MT> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFC Expert Group?

2003-02-25 Thread Raymond Camden
As has been mentioned, there is a CFC list already. A few months back,
we came together and sent a list of issues to Macromedia concerning what
the group felt were issues with CFCs. I'd suggest joining us over there.
:)

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
Member of Team Macromedia

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

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

> -Original Message-
> From: Vince Bonfanti [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, February 25, 2003 8:03 AM
> To: CF-Talk
> Subject: CFC Expert Group?
> 
> 
> I've seen several discussions, all of which have the same 
> general theme: "Here's what's wrong with CFCs". The most 
> recent is the "FBX3 AND CFMX" thread on this list. Why not 
> borrow an idea from the way Sun creates Java specifications 
> and form a "CFC Expert Group" to write the specification for 
> the next version of CFC?
> 
> Basically all you need is a mailing list and a couple of 
> people who are knowledgeable and interested enough to write 
> and review a specification document. Vendor participation 
> helps; I'm willing to participate in such a group, and I'll 
> bet that Sean Corfield would too. The leader of the group 
> should probably not be affiliated with Macromedia or New 
> Atlanta to insure vendor neutrality. I'm sure Michael 
> Dinowitz would be happy to provide a separate mailing list 
> for this purpose.
> 
> The efforts of this group would not be wasted because I'll 
> commit that if a CFC Expert Group is formed and produces a 
> reasonable consensus on a final specification, then New 
> Atlanta will implement that specification in the next major 
> release of BlueDragon after the final specification is published.
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFC Expert Group?

2003-02-25 Thread Robert Bailey
but regardless, I would be interested and you could count me in.

Thanks!
Robert Bailey
http://www.Tinetics.com
Famous for nothing


-Original Message-
From: Vince Bonfanti [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 9:03 AM
To: CF-Talk
Subject: CFC Expert Group?


I've seen several discussions, all of which have the same general theme:
"Here's what's wrong with CFCs". The most recent is the "FBX3 AND CFMX"
thread on this list. Why not borrow an idea from the way Sun creates Java
specifications and form a "CFC Expert Group" to write the specification for
the next version of CFC?

Basically all you need is a mailing list and a couple of people who are
knowledgeable and interested enough to write and review a specification
document. Vendor participation helps; I'm willing to participate in such a
group, and I'll bet that Sean Corfield would too. The leader of the group
should probably not be affiliated with Macromedia or New Atlanta to insure
vendor neutrality. I'm sure Michael Dinowitz would be happy to provide a
separate mailing list for this purpose.

The efforts of this group would not be wasted because I'll commit that if a
CFC Expert Group is formed and produces a reasonable consensus on a final
specification, then New Atlanta will implement that specification in the
next major release of BlueDragon after the final specification is published.

So, is anyone interested in taking the lead in forming a CFC Expert Group?

Vince Bonfanti
New Atlanta Communications, LLC
http://www.newatlanta.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



RE: FBX3 AND CFMX (CFC Problems?)

2003-02-25 Thread Joe Eugene
Since Hal, John and some other people here have found problems with CFC's.
Can you guys please share the problems that you are aware of regarding
CFC's? This would be very helpful.

Appreciate it.
Joe Eugene

> -Original Message-
> From: Nick de Voil [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 25, 2003 3:09 AM
> To: CF-Talk
> Subject: Re: FBX3 AND CFMX
>
>
> John
>
> > To answer your question, our thinking is as follows: CFCs are not ready
> for
> > the big time.
> >
> > The reasons why have been discussed and debated for literally months by
> tons
> > of people on the various lists.
>
> All the same, would you mind just giving a summary -  for those
> of us who've
> missed those discussions?
>
> Thanks
>
> Nick
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFC Expert Group?

2003-02-25 Thread Robert Bailey
There is a CFC group, and a good one at that. Maybe you can direct your
ideas there:

http://www.cfczone.org/listserv.cfm


Thanks!
Robert Bailey
http://www.Tinetics.com
Famous for nothing


-Original Message-
From: Vince Bonfanti [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 9:03 AM
To: CF-Talk
Subject: CFC Expert Group?


I've seen several discussions, all of which have the same general theme:
"Here's what's wrong with CFCs". The most recent is the "FBX3 AND CFMX"
thread on this list. Why not borrow an idea from the way Sun creates Java
specifications and form a "CFC Expert Group" to write the specification for
the next version of CFC?

Basically all you need is a mailing list and a couple of people who are
knowledgeable and interested enough to write and review a specification
document. Vendor participation helps; I'm willing to participate in such a
group, and I'll bet that Sean Corfield would too. The leader of the group
should probably not be affiliated with Macromedia or New Atlanta to insure
vendor neutrality. I'm sure Michael Dinowitz would be happy to provide a
separate mailing list for this purpose.

The efforts of this group would not be wasted because I'll commit that if a
CFC Expert Group is formed and produces a reasonable consensus on a final
specification, then New Atlanta will implement that specification in the
next major release of BlueDragon after the final specification is published.

So, is anyone interested in taking the lead in forming a CFC Expert Group?

Vince Bonfanti
New Atlanta Communications, LLC
http://www.newatlanta.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFC Expert Group?

2003-02-25 Thread Tangorre, Michael
Count me in. I think it is a good idea.


-Original Message-
From: Vince Bonfanti [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 9:03 AM
To: CF-Talk
Subject: CFC Expert Group?


I've seen several discussions, all of which have the same general theme:
"Here's what's wrong with CFCs". The most recent is the "FBX3 AND CFMX"
thread on this list. Why not borrow an idea from the way Sun creates Java
specifications and form a "CFC Expert Group" to write the specification for
the next version of CFC?

Basically all you need is a mailing list and a couple of people who are
knowledgeable and interested enough to write and review a specification
document. Vendor participation helps; I'm willing to participate in such a
group, and I'll bet that Sean Corfield would too. The leader of the group
should probably not be affiliated with Macromedia or New Atlanta to insure
vendor neutrality. I'm sure Michael Dinowitz would be happy to provide a
separate mailing list for this purpose.

The efforts of this group would not be wasted because I'll commit that if a
CFC Expert Group is formed and produces a reasonable consensus on a final
specification, then New Atlanta will implement that specification in the
next major release of BlueDragon after the final specification is published.

So, is anyone interested in taking the lead in forming a CFC Expert Group?

Vince Bonfanti
New Atlanta Communications, LLC
http://www.newatlanta.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



CFC Expert Group?

2003-02-25 Thread Vince Bonfanti
I've seen several discussions, all of which have the same general theme:
"Here's what's wrong with CFCs". The most recent is the "FBX3 AND CFMX"
thread on this list. Why not borrow an idea from the way Sun creates Java
specifications and form a "CFC Expert Group" to write the specification for
the next version of CFC?

Basically all you need is a mailing list and a couple of people who are
knowledgeable and interested enough to write and review a specification
document. Vendor participation helps; I'm willing to participate in such a
group, and I'll bet that Sean Corfield would too. The leader of the group
should probably not be affiliated with Macromedia or New Atlanta to insure
vendor neutrality. I'm sure Michael Dinowitz would be happy to provide a
separate mailing list for this purpose.

The efforts of this group would not be wasted because I'll commit that if a
CFC Expert Group is formed and produces a reasonable consensus on a final
specification, then New Atlanta will implement that specification in the
next major release of BlueDragon after the final specification is published.

So, is anyone interested in taking the lead in forming a CFC Expert Group?

Vince Bonfanti
New Atlanta Communications, LLC
http://www.newatlanta.com

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Auto Submit Form and Variables ?

2003-02-25 Thread James Blaha
Hello All:

Is it possible to automatically populate a form and submit it to the 
opener.location.reload() template so variables can be passed to it?

I’m stuck trying to find a work around for refreshing a result set after 
an update in another template. IE has some security alert message that I 
want to bypass and its basically asking if the users wants to reload the 
form variables in the opener window. Any ideas or suggestions would be 
great.

Regards,
James Blaha



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



RE: CFMX Datasource Connections Limit

2003-02-25 Thread John Stanley
Thanks Jochem

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 8:43 AM
To: CF-Talk
Subject: Re: CFMX Datasource Connections Limit


John Stanley wrote:
> Problem: The SQL System stored proc sp_who2 lists more connections for the
> web server than the connections limit specified in the "Restrict
connections
> to" settings under Advanced Settings for the specific datasource.

Known bug.


> Does this setting not apply to the results of this sp? If it does not, how
> do you control the number of connections in a datasource?

"Limit simultaneous requests" works, but it is a rather poor alternative.

Jochem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFX tags not staying in memory on MX

2003-02-25 Thread webguy
I couple of ideas, pointers etc.

1)  First of all make sure that the DLL is being unloaded
Use list dlls http://sysinternals.com/ntw2k/freeware/listdlls.shtml

2)  CFMX, I think,uses JNI to call dlls , look in this area. (Sean could
confirm this?)
3)  Write a wrapper in Java, using JNI, that using the dll
4)  Rewrite your whole tag in Java, use static for the VAR you
5)  Write a COM  that loads the dll etc and use it from cfobject

WG

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]
Sent: 25 February 2003 13:14
To: CF-Talk
Subject: CFX tags not staying in memory on MX


Hi (sorry for the cross post),

Has anyone had any luck with CFX tags persisting in memory on MX?

We have a tag which ups a counter on every call, and when unloaded resets to
0.

On CF5 with the "Check this box to retain the library in RAM" checked the
tag perfoms as requested... Use mulitple times in a page the counter goes
up... Use once and refresh the page, counter goes up.

Under MX the counter never goes up... So its being called then unloaded...
Even tho this option is checked.

The tag is a C++ tag, running on Win2k with MX and Updater 2 applied...

Anyone got any thoughts or know a work around for this?

TIA




Mikey

=
http://www.phonebin.com
"From Phone to Web in minutes"


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

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



Re: dsn on cfmx - can't create

2003-02-25 Thread Jochem van Dieten
Rich Wild wrote:
> I've checked the archive on this + the forums + the technotes, but haven't
> been able to resolve it.
> 
> We cannot add a DSN to a SQL Server 2000 database through CFMX.

What is the error message?

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: CFMX Datasource Connections Limit

2003-02-25 Thread Jochem van Dieten
John Stanley wrote:
> Problem: The SQL System stored proc sp_who2 lists more connections for the
> web server than the connections limit specified in the "Restrict connections
> to" settings under Advanced Settings for the specific datasource.

Known bug.


> Does this setting not apply to the results of this sp? If it does not, how
> do you control the number of connections in a datasource?

"Limit simultaneous requests" works, but it is a rather poor alternative.

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



dsn on cfmx - can't create

2003-02-25 Thread Rich Wild
I've checked the archive on this + the forums + the technotes, but haven't
been able to resolve it.

We cannot add a DSN to a SQL Server 2000 database through CFMX.

we have 2 cfmx machines and 3 sql server machines. 2 of these machines are
sql server 2000, and 1 is SQL 7.

Each cfmx machine is win2000 with sp3 installed (mdac 2.7 etc). each install
of cfmx is patched to updater 2. We can't add a DSN either via the type 4
drivers (SQL server) or via an ODBC socket to a DSN setup successfully to
connect to the a database on a sql2000 machine.

We *can* add type 4 and type 3 DSNs that connect to any SQL server 7
machine.

Oddly, we also have some CF5 machines that can connect to the sql 2000
databases using exactly the same details that were used for the cfmx
machines' DSNs.

All machines have the same firewall configuration.

We also tried adding the ODBC Server service in CFMX to a new security
account in win2000, but this hasn't worked either.

We've now run out of options. Can anyone help?

Many thanks,

---
Rich Wild
Senior Web Developer

---
e-mango Tel: 01202 755 300
Gild House  Fax: 01202 755 301
74 Norwich Avenue West
Bournemouth   Mailto:[EMAIL PROTECTED]
BH2 6AW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---

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

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



CFMX Datasource Connections Limit

2003-02-25 Thread John Stanley
Problem: The SQL System stored proc sp_who2 lists more connections for the
web server than the connections limit specified in the "Restrict connections
to" settings under Advanced Settings for the specific datasource.

Does this setting not apply to the results of this sp? If it does not, how
do you control the number of connections in a datasource?

Thanks,
John Stanley
Web Application Developer
www.activeaero.com
734-547-7277
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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 tags not staying in memory on MX

2003-02-25 Thread Mike Townend
Hi (sorry for the cross post), 

Has anyone had any luck with CFX tags persisting in memory on MX?

We have a tag which ups a counter on every call, and when unloaded resets to
0.

On CF5 with the "Check this box to retain the library in RAM" checked the
tag perfoms as requested... Use mulitple times in a page the counter goes
up... Use once and refresh the page, counter goes up.

Under MX the counter never goes up... So its being called then unloaded...
Even tho this option is checked.

The tag is a C++ tag, running on Win2k with MX and Updater 2 applied...

Anyone got any thoughts or know a work around for this?

TIA




Mikey

=
http://www.phonebin.com
"From Phone to Web in minutes" 

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

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



Responding to XML requests

2003-02-25 Thread Everett, Al
First, I know that what I'm doing would be a heck of a lot easier if I were
using CFMX, but I'm stuck with 4.5/5.0 for the foreseeable future.

I'm beginning development on a system that needs to connect to a third-party
site. We're going to establish the connection using XML with a
Request/Response. Since the third-party will actually be implementing the
system to provide the response, and they've not implemented it yet, I want
to create a simplified version of what I expect back from them for testing.

I can create my XML request, make the connection via MSXML, and parse the
response no problems. To this point, the response I'm giving back is just a
static file.

Are you still with me? What I want to do is add some intelligence to the
Response so I can test things like error trapping and the like. My question
is, how do I read in the request? I'm doing a POST, so I assumed that I
could just grab the FORM structure and use that. However, when I use CFDUMP
on the FORM, the "mailto:[EMAIL PROTECTED]
v: 973-594-3209
f: 973-594-3626

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Inserting into MySQL database

2003-02-25 Thread Guy McDowell
Hello All,

Naive guy here...would cfinsert be suitable in this situation? Whih
leads me to another question; which is more effective/efficient /?
Cfinsert or an SQL insert statement?



Truly,

Guy J. McDowell, M.M.C.P.
(705) 324-9144 ex 3422
[EMAIL PROTECTED]

Sir Sandford Fleming College
Frost Campus
P.O. Box 8000
Lindsay, Ontario
K9V 5E6


>>> [EMAIL PROTECTED] 02/24/03 09:56AM >>>
FlashGuy wrote:
> 
> 
> Insert into myresults
> (strFileName, strCommand, strCreatedOn, strLastAcc, strLastMod,
strSize, strDirectory, strDateCommand, strUsername)
> VALUES
> ('#Filename#', )
> ('#FileCommand#', )
> 
> ...and so on...
> 
> 

> Is this the correct syntax?

No: http://www.mysql.com/doc/en/INSERT.html 


INSERT INTO myresults (
   strFileName,
   strCommand,
   strCreatedOn,
   strLastAcc,
   strLastMod,
   strSize,
   strDirectory,
   strDateCommand,
   strUsername
   )
VALUES (
   ,
   ,
   ...,
   ...,
   ...,
   ...,
   ...,
   ...,
   ...
   )



> Is there an easier way?

No.

Jochem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Modifying Tag Insight

2003-02-25 Thread Mike Townend
Yes it is this file... I have just copied the form.vtm and "created" a
custom tag... The taginsigts for this tag are now that of the form tag

HTH




Mikey

=
http://www.phonebin.com
"From Phone to Web in minutes" 

-Original Message-
From: Mike Townend [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 13:01
To: CF-Talk
Subject: RE: Modifying Tag Insight


Ahh... I see where ya coming from now... 

I havnt done that yet... But my best guess would be to play with the
"Homesite\Extensions\TagDefs\HTML\Form.vtm" file as this builds the dialog
for the tag... It *might* be whats pinged by homesite for the taginsight

Remember to back the file up tho...




Mikey

=
http://www.phonebin.com
"From Phone to Web in minutes" 



-Original Message-
From: Critz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 12:54
To: CF-Talk
Subject: Re: Modifying Tag Insight


oi Mike!!

how would I go about adding autoComplete="OFF/ON" to the form element of
taginsight?

Critz





Tuesday, February 25, 2003, 7:04:11 AM, you wrote:

MT> Yup, the tag insights and auto completions are stored in two
MT> files...

MT> Taglist.dat and tagcomp.dat from the UserData directory of the
MT> homsite/studio install

MT> Open them in notepad and simply add them





MT> Mikey

MT> =
MT> http://www.phonebin.com
MT> "From Phone to Web in minutes"


MT> -Original Message-
MT> From: Critz [mailto:[EMAIL PROTECTED]
MT> Sent: Tuesday, February 25, 2003 12:01
MT> To: CF-Talk
MT> Subject: Modifying Tag Insight


MT> oi CF-Talk,!!

MT>   Is there anyway, I can add items to the tag insights that pop up in
MT> homesite+/studio?


MT>   Critz


MT> ---
MT> [This E-mail scanned for viruses by Declude Virus]


MT> 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



RE: Modifying Tag Insight

2003-02-25 Thread Mike Townend
Ahh... I see where ya coming from now... 

I havnt done that yet... But my best guess would be to play with the
"Homesite\Extensions\TagDefs\HTML\Form.vtm" file as this builds the dialog
for the tag... It *might* be whats pinged by homesite for the taginsight

Remember to back the file up tho...




Mikey

=
http://www.phonebin.com
"From Phone to Web in minutes" 



-Original Message-
From: Critz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 12:54
To: CF-Talk
Subject: Re: Modifying Tag Insight


oi Mike!!

how would I go about adding autoComplete="OFF/ON" to the form element of
taginsight?

Critz





Tuesday, February 25, 2003, 7:04:11 AM, you wrote:

MT> Yup, the tag insights and auto completions are stored in two 
MT> files...

MT> Taglist.dat and tagcomp.dat from the UserData directory of the 
MT> homsite/studio install

MT> Open them in notepad and simply add them





MT> Mikey

MT> =
MT> http://www.phonebin.com
MT> "From Phone to Web in minutes"


MT> -Original Message-
MT> From: Critz [mailto:[EMAIL PROTECTED] 
MT> Sent: Tuesday, February 25, 2003 12:01
MT> To: CF-Talk
MT> Subject: Modifying Tag Insight


MT> oi CF-Talk,!!

MT>   Is there anyway, I can add items to the tag insights that pop up in
MT> homesite+/studio?


MT>   Critz


MT> ---
MT> [This E-mail scanned for viruses by Declude Virus]


MT> 

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

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



RE: Multiple Sites in IIS and CFMX probelm

2003-02-25 Thread Debbie Dickerson
There is a performance difference associated with changing that setting, which is why 
it's set to the default value it is. At least with it set the way it is, it becomes 
obviously very quickly that something needs to be changed in order to work correctly. 
If it defaulted to the other, most people may never know that they're running slower 
than they need to (if they're not multihomed, that is). Just my opinion.

There's an enhancement request open for the ability to specify whether you're 
multihomed or not during installation. It's #49199. I've added your vote to the 
request, Ben.

And last but not least, as for the documentation for this issue, it's listed in the 
top 10 at http://www.macromedia.com/support/programs/self/coldfusion.html, it's in the 
list on the installation page at 
http://www.macromedia.com/support/coldfusion/installation.html and it's also in the 
list on the testing & troubleshooting page at 
http://www.macromedia.com/support/coldfusion/troubleshoot.html. If you think it should 
be listed somewhere else within the ColdFusion Support Center, just let me know.

Deb

-Original Message-
From: Ben Koshy [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 24, 2003 7:45 PM
To: CF-Talk
Subject: RE: Multiple Sites in IIS and CFMX probelm


Not sure if Dave Watts beat me to this yet, but since he set me straight
on this a few months back:

http://www.macromedia.com/v1/Handlers/index.cfm?ID=23179&Method=Full

I'll return the favor.  This has got to be the #1 asked question on this
list.  Macromedia should default the webserver for multihomed
configuration (maybe there's a speed/performance issue) or at least
modify their installation GUI to add an option for it.   Or at least in
the support centre a "top ten installation questions" area... (maybe
there is...site is too big).

Sincerely,

Ben.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Re: Modifying Tag Insight

2003-02-25 Thread Critz
oi Mike!!

how would I go about adding autoComplete="OFF/ON" to the form element of taginsight?

Critz





Tuesday, February 25, 2003, 7:04:11 AM, you wrote:

MT> Yup, the tag insights and auto completions are stored in two files...

MT> Taglist.dat and tagcomp.dat from the UserData directory of the
MT> homsite/studio install

MT> Open them in notepad and simply add them





MT> Mikey

MT> =
MT> http://www.phonebin.com
MT> "From Phone to Web in minutes" 


MT> -Original Message-
MT> From: Critz [mailto:[EMAIL PROTECTED] 
MT> Sent: Tuesday, February 25, 2003 12:01
MT> To: CF-Talk
MT> Subject: Modifying Tag Insight


MT> oi CF-Talk,!!

MT>   Is there anyway, I can add items to the tag insights that pop up in
MT> homesite+/studio?


MT>   Critz


MT> ---
MT> [This E-mail scanned for viruses by Declude Virus]


MT> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

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



RE: Modifying Tag Insight

2003-02-25 Thread Mike Townend
Yup, the tag insights and auto completions are stored in two files...

Taglist.dat and tagcomp.dat from the UserData directory of the
homsite/studio install

Open them in notepad and simply add them





Mikey

=
http://www.phonebin.com
"From Phone to Web in minutes" 


-Original Message-
From: Critz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 12:01
To: CF-Talk
Subject: Modifying Tag Insight


oi CF-Talk,!!

  Is there anyway, I can add items to the tag insights that pop up in
homesite+/studio?


  Critz


---
[This E-mail scanned for viruses by Declude Virus]


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: SQL: How do I a get list of everybody that doesn't meet a cer tain criteria

2003-02-25 Thread douglas . kronenberger
Thank you gentlemen, I think this is just what I need.

It was my mistake I think I do need single quotes. Access does seem to care.

Any recommendations on a good SQL book. Right now I'm using Access to help
build SQL statements but they sure are messy and I would have never found
you solution by my usual method.

Again Thanks

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Monday, February 24, 2003 4:11 PM
To: CF-Talk
Subject: Re: SQL: How do I a get list of everybody that doesn't meet a
cer tain criteria


Everett, Al wrote:
>From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
>>
>>SELECT
>>  EmpID
>>FROM
>>  Employees
>>WHERE NOT EXISTS (
>>  SELECT
>>  1
>>  FROM
>>  Course
>>  WHERE
>>  CourseName = "Preventing Sexual Harassment"
>>  AND
>>  Course.EmpID = Employees.EmpID
>>  )
> 
> Shouldn't those be single quotes around the course name?

Not necessarily. Double quotes identify a field, single quotes a value. 
But the example code was with double quotes so I presume he wanted the 
field.

Jochem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



Modifying Tag Insight

2003-02-25 Thread Critz
oi CF-Talk,!!

  Is there anyway, I can add items to the tag insights that pop up in homesite+/studio?


  Critz


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



CFHTTP stops working

2003-02-25 Thread Bud
Hi all. This is probably not CF related (but may be) but I'm hoping 
someone here has experienced something similar.

About every 2 days or so, all POSTS from the web server will fail, 
and occasionally it seems as though all outgoing TCP/IP connections 
will fail. This is a recent phenomenon and I can't put my finger on 
anything I've installed recently that would have made this start 
happening.

I use several COM objects and CFX tags, like CFX_LinkAPI, 
CFX_RawSocket to connect to various Credit Card processors, UPS, etc. 
and also use CFHTTP for some. All of a sudden, none of these will be 
able to connect. I can connect to the web server fine from the 
outside. Do you think a single threaded CFX tag could cause something 
like this if it isn't exclusively locked?

Setup:

NT 4
CF 4.5 SP 2
Website Pro
1 GB RAM
Dual 512 Mz

Nothing that I can see out of the ordinary appears in the event 
viewer. Any clues on where I should look or what I should monitor? 
I've gone in and checked and it doesn't appear that I'm using too 
many resources. In fact, it sometimes happens early in the morning 
when nothing is going on 9basically) on the server.

Thanks for any help y'all can give me. This is frustrating.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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



OT: software documentation tutorials/templates/websites

2003-02-25 Thread Peter Mayer
Hello!

Can anyone recommend good websites, turorials or templates for standarized 

software documentation? Currently, I am writing a kind of "documentation" 

just in the code (describe functions and variables) but for a new huge 
project a "real" documentation is needed.

Best regards,

Peter 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: Take a look at the BUG

2003-02-25 Thread Jochem van Dieten
Leonardo Crespo - Cftop.COM wrote:
> http://webforums.macromedia.com/coldfusion/mm_login.cfm?FTVAR_REDIRECTURLFRM=messagepost%2Ecfm%3Fpostaction%3Dpost%26catid%3D274&postaction=Yes
> 
> The login page is a cfform. Try to put anything and hit submit to see you got a 
> JAVASCRIPT error, because of the SAME CFFORM problem that i'm having.  How can they 
> dont notice that bug??

A configuration error is not the same as a bug. And in case you are 
wondering, http://cfmx.oli.tudelft.nl/CFIDE/scripts/cfform.js works, so 
it is not impossible to configure a server correctly.

And as to why they don't notice that bug, you tell me. There is this 
little link "Contact us" at the bottom of that page which leads to a 
page where you can give feedback about the site. Did you submit a 
problem report or are you just complaining here?

Jochem

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

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



RE: ColdFusion and SMS Messaging

2003-02-25 Thread Mark Stephenson - Evolution Internet
Contact me off list..

Take a look at my site for a basic example of an app in action.   (Link
: top right hand corner)

Just a basic version ..

Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]
Sent: 25 February 2003 06:41
To: CF-Talk
Subject: ColdFusion and SMS Messaging


Anyone have any leads on what it takes to send SMS messages from
ColdFusion applications? I'd like to implement a messaging system to
send alerts out to users - any information appreciated!

Joshua Miller
Head Programmer / IT Manager
Garrison Enterprises Inc.
www.garrisonenterprises.net 
[EMAIL PROTECTED]
(704) 569-9044 ext. 254


*
Any views expressed in this message are those of the individual sender,
except where the sender states them to be the views of
Garrison Enterprises Inc.

This e-mail is intended only for the individual or entity to which it is
addressed and contains information that is private and confidential. If
you are not the intended recipient you are hereby notified that any
dissemination, distribution or copying is strictly prohibited. If you
have received this e-mail in error please delete it immediately and
advise us by return e-mail to

[EMAIL PROTECTED]

*



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: anti-cfflush

2003-02-25 Thread mark brinkworth
Mostly it is documented in the JSP specs, which is
possibly why MM didn't go overboard on documenting the
function. It provides a number of convenience function
to get references to various objects (such as the
Request object, the Response object, and in the case
of this code, getOut returns a reference to the
JSPWriter object).

Cheers



 --- Paul Hastings <[EMAIL PROTECTED]> wrote: > > 
> 
> i suppose i should know this but what else is
> hungoff of getPageContext()?
> its kind of lacking in terms of docs.
> 
> 

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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: BIG CFFORM problem >:-()

2003-02-25 Thread Martin Henwood/Adwright Comm.
Sorry this is problem with how the server is set up with IIS or j2ee when you dont use 
the stand alone server. I am sure this is happening alot, but it would be nice to hear 
something from MM about it. I am having to deal with my hosting company who have set a 
PRO version and as yet we havent found any documents on running shared CFMX servers 
with IIS on the MM support.
Martin

Dave Lyons <[EMAIL PROTECTED]> wrote:
>i have no idea what to tell you
>cfform works fine for me and I dont even know what the heck i am doing. but
>i dont use it.
>if you think about it logically, you may try and think back to when you
>installed cf and think if you did anything outside of the norm. No saying ur
>messed something up but it seems to work for most people which then would
>mean its something to do with the user or set up or maybe something you have
>is incompatible with it. If it didnt work it wouldnt be there or MM would
>fix it immediately. Sure bugs and stuff happen all the time but I see people
>screaming at MM all the time and in the end it was usually a user error,
>something they forgot or whatever.
>Happens to me all the time and its always my fault.
>
>And if it doesnt work, go in and switch it to 
>not a big deal.
>
>
>Dave
>
>- Original Message -
>From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, February 25, 2003 2:17 AM
>Subject: Re: BIG CFFORM problem >:-()
>
>
>> Please expand, this is when using CFORM. But should the server be writing
>this to html anyway.
>>
>> SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
>> SRC="/CFIDE/scripts/cfform.js">
>> Martin
>>
>> Dave Lyons <[EMAIL PROTECTED]> wrote:
>> >
>> >tends to work fairly well;)
>> >
>> >dave
>> >
>> >- Original Message -
>> >From: "Martin Henwood/Adwright Comm." <[EMAIL PROTECTED]>
>> >To: "CF-Talk" <[EMAIL PROTECTED]>
>> >Sent: Tuesday, February 25, 2003 1:52 AM
>> >Subject: Re: BIG CFFORM problem >:-()
>> >
>> >
>> >> I tried the idea of putting the CFIDE folder in the the wwwroot and it
>> >worked but now it writes the javascript in the wrong order, instead of
>> >validating name, address telephone it does it the other way round. We
>have
>> >been working on a fix for this one with my hosting co. for months, I am
>not
>> >sure that it has anything to do with the fact that it is a PRO version
>and
>> >not an Enterprise version.
>> >> Martin.
>> >> 
>> >>
>> >> Leonardo Crespo - Cftop.COM <[EMAIL PROTECTED]> wrote:
>> >> >Man i couldn't possibly imagine that migrating my websites to
>> >> >cfmx would require those minor changes. This is about the 10 th
>> >> >time i need help =/
>> >> >
>> >> >The problem is now with cfform. I'm running cfmx on j2ee and
>> >> >win2k. I've mapped my cfmx context root to "/", so i can acess
>> >> >my pages as http://server.com/page.cfm
>> >> >
>> >> >if i try to acess cfadmin with this url:
>> >> >http://localhost/cfide/administrator/index.cfm (note the cfide
>> >> >case), i got the cfadmin page but the images and styles it uses
>> >> >are not loaded. Well, if i try to acess
>> >> >http://localhost/CFIDE/administrator/index.cfm (note the case
>> >> >again), i got a 404 error from JRUN server.
>> >> >
>> >> >Well with that super wierd thing in mind, my problem with
>> >> >CFFORM is that CFMX puts this code when it detects a CFFORM
>> >> >tag:
>> >> >
>> >> >> >> >SRC="/CFIDE/scripts/cfform.js">
>> >> >
>> >> >I have tried to copy the CFIDE/scripts folder to my IIS.
>> >> >Another wierd thing happend. When i try http://locahost/CFIDE
>> >> >(iis has directory browse enable), i got a 404 error from JRUN,
>> >> >but when i try http://localhost/cfide i can see the files. The
>> >> >super-mega-ultra wierd thing is that the directory copied to
>> >> >IIS is named as CFIDE (note the case).
>> >> >
>> >> >Well, i give up to understand CFMX. I've removed the CFIDE copy
>> >> >(in iis).
>> >> >
>> >> >I tried another solution also. I've created a virtual directory
>> >> >in IIS named "CFIDE" (not the case). Then i tried the same 2
>> >> >processes (localhost/CFIDE and localhost/cfide) with the same
>> >> >results.
>> >> >
>> >> >
>> >> >Of course i could live without understanding why the hell CFMX
>> >> >inverts the case, since it should give a 404 error on cfide but
>> >> >not on CFIDE, but the case is that the SCRIPT tag that it puts
>> >> >on the templates has the SRC attribute "/CFIDE" so ALL OF MY
>> >> >CFFORMS give a Javascript validation error.
>> >> >
>> >> >That is pushing my patience to the limit >:-(
>> >> >
>> >> >I would be very thankfull if someone could help me on that.
>> >> >
>> >> >Leonardo Crespo
>> >> >ICQ: 198810
>> >> >[EMAIL PROTECTED]
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >
>> 
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/inde

Re: FBX3 AND CFMX

2003-02-25 Thread Nick de Voil
John

> To answer your question, our thinking is as follows: CFCs are not ready
for
> the big time.
>
> The reasons why have been discussed and debated for literally months by
tons
> of people on the various lists.

All the same, would you mind just giving a summary -  for those of us who've
missed those discussions?

Thanks

Nick



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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