Re: Insert Unicode Smart Quotes into MS SQL Server 2000

2005-03-05 Thread Paul Hastings
Mike Chabot wrote: insert Unicode into these columns without any problems. you really can't insert unicode into non N columns in sql server get unicode back. i'd guess you're actually inserting data that the driver or db is interpreting as non-unicode. Smart quotes: '' Where am I wrong in

A toughie Inline frame question

2005-03-05 Thread Will The Game
On my clothing site, I'm using an inline frame to display details about a given item. You can see it here: Select a color and size. http://209.200.101.151/itemdetail.cfm?MODEL=3003 Everything works great, except ONE thing. It' like going into a black hole with that inline frame, once you go in

Re: Stored Procedures in a CFC

2005-03-05 Thread S . Isaac Dealey
Dayum, dude... And I thought *I* was long-winded... cl! Someone who goes thru keyboards faster than I do! hehe Heh. I dunno... I've had this little jobber here for several years. I like it ... I actually got it at a little independant computer shop around the corner from the place

Re: OT - Security Of Sensitive Data

2005-03-05 Thread Jochem van Dieten
Claremont, Timothy wrote: This MAY be more a hosting question, but I am looking into how I can best share sensitive PATIENT information over the internet to our nursing staff out in the field. We have a CrystalTech shared hosting account, and have the typical SSL directory available to us.

Re: Get some advertising with your Flash Player Install!

2005-03-05 Thread Jared Rypka-Hauer - CMG, LLC
I don't see the issue... First of all, Yahoo's toolbar offers access to Yahoo services... that's it. There's no advertising involved. I also fail to see the comparison between RealPlayer, which from its inception has been written to make removal difficult and the in-your-face GIVE US MONEY

Re: SQL Case Question?

2005-03-05 Thread Jared Rypka-Hauer - CMG, LLC
Yeah it did. ;) J On Fri, 4 Mar 2005 14:32:24 -0800, Ali Awan [EMAIL PROTECTED] wrote: There is a function in SQL called IsNull which replaces a NULL result with whatever value you specify. Try doing this in the first line of your statement: SELECT IsNull(Count(OrderDate),0) AS

Re: OT - Security Of Sensitive Data

2005-03-05 Thread Jared Rypka-Hauer - CMG, LLC
I'll add my voice to those expressing concern over using a shared server for Federally-regulated information storage and retrieval. It's a dangerous game. If they want to do this, and since they must abide by the rules, I'll hope for your sake that HIPPA rules have language to cover this

RE: Disabling cfformgroup type=page based on radio buttons

2005-03-05 Thread Mike Nimer
Is this what you are trying to do? ---nimer cfform name=test format=Flash cfformgroup type=ACCORDION id=a1 onchange=for(var i=a1.selectedIndex+1; i4 ; i++){a1.getHeaderAt(i).enabled=false;} cfformgroup type=PAGE label=panel 1 cfformitem

Post an XML doc to a URL

2005-03-05 Thread Everardo Trujillo
Hello all... I'm a long time ColdFusion developer, have done some .NET and now I've encountered the XML thing (which rocks btw). Anyway, I've managed to create my XML doc from an .XLS/.CSV file, now I must post this XML doc to a URL. Has someone already done this? I don't want to reinvent the

Post an XML doc to a URL

2005-03-05 Thread SD CFer
Hello all... I'm a long time ColdFusion developer, have done some .NET and now I've encountered the XML thing (which rocks btw). Anyway, I've managed to create my XML doc from an .XLS/.CSV file, now I must post this XML doc to a URL. Has someone already done this? I don't want to reinvent the

RE: CFMX 7: bug in Flash cfselect ?

2005-03-05 Thread Mike Nimer
Good catch, the code we use to parse the option tags so we can send them to the flash movie isn't parsing for the spaces around the = sign. So change option value = 0 selectedALL/option To option value=0 selectedALL/option And I'll submit this as bug, so we can take care of it. Thanks,

RE: CFFormItem type=html

2005-03-05 Thread Mike Nimer
This won't work. The html rendering engine inside the flash form only supports a few basic html tags, bold, underline, font, etc., the rest are ignored. For form elements and form tags you need use the cfform tags. Hth, ---nimer -Original Message- From: David Brown [mailto:[EMAIL

RE: cfformgroup visible=false with actionscript...

2005-03-05 Thread Mike Nimer
The accordion and tabnavigator groups do support an id attribute. So you can set the enabled= property from actionscript. However the other groups do not. This is a good enhancement request. ---nimer -Original Message- From: TJ Hilton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01,

RE: Binding Flash Form

2005-03-05 Thread Mike Nimer
You can set an id attribute of the accordions and tabnavigator cfformgroups, not the other types. You can then access these by the id. Hth, ---nimer -Original Message- From: David Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 3:42 PM To: CF-Talk Subject: Re: Binding

RE: cfformgroup visible=false with actionscript...

2005-03-05 Thread Mike Nimer
The accordion and tabnavigator groups do support an id attribute. So you can set the enabled= property from actionscript. However the other groups do not. This is a good enhancement request. ---nimer ~| Find out how CFTicket

Re: Foreign language display issue on MX 6.1

2005-03-05 Thread S . Isaac Dealey
S. Isaac Dealey wrote: poor teacher ;-) That a jab about me being self-taught? :P no, more at me for not explaining harder when you asked about making your framework i18n... Heh oh... well I wouldn't give yourself too much grief for my memory loss. :) I guess that's likely a more asian

Re: Total Login

2005-03-05 Thread Johnson
Hi Raymond, Will try out ur method, thx. Hv a nice day, Johnson -Original message- From: Raymond Camden [EMAIL PROTECTED] Date: Fri, 4 Mar 2005 20:45:51 +0800 To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Total Logn Sure, use the new onSessionStart/onSessionEnd features of

Re: users online

2005-03-05 Thread Sean Corfield
On Sat, 5 Mar 2005 00:17:44 -0500, dave [EMAIL PROTECTED] wrote: anyone got an ACCURATE was to count session on a shared host? Which version of CF? CFMX 7 allows you to hook into session start/end so you can count active users... -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox --

Re: Has anyone tried out the SMS gateway on MX 7

2005-03-05 Thread Graham Pearson
I am using a way that does not cost anything to send text messages to all digital cellphone providers and I am not using the various Web Forums that providers have been putting online. I have been sending text messages to cellphones and alphanumeric pagers since CF4.0 and looking at my log

Re: cfinput type=checkbox

2005-03-05 Thread Sean Corfield
On Fri, 4 Mar 2005 20:47:54 -0500, Joe Rinehart [EMAIL PROTECTED] wrote: If you have Flash (or the 30-day trial), you could probably skim the Actionscript Dictionary in the help section to pretty quickly see the interface for all of the components used in the Flash forms. Or check out Flex

Re: users online

2005-03-05 Thread dave
currently 6.1 I think I get 7 this week are you talking about the ones in the new cfapplication tag? From: Sean Corfield [EMAIL PROTECTED] Sent: Saturday, March 05, 2005 8:23 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: users online On Sat, 5

Re: users online

2005-03-05 Thread Sean Corfield
On Sat, 5 Mar 2005 21:28:28 -0500, dave [EMAIL PROTECTED] wrote: are you talking about the ones in the new cfapplication tag? Application.cfc, yes. onSessionStart() / onSessionEnd(). -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Breeze Me! --

Re: A toughie Inline frame question

2005-03-05 Thread Andrew Grosset
On my clothing site, I'm using an inline frame to display details Have a look at this: http://www.eswsoftware.com/products/srs/ there are various examples, hope it helps. There is also a great product there for monitoring who's on site called cf_siteInsight.

Re: A toughie Inline frame question

2005-03-05 Thread Will The Game
Very very interesting. I'm having a look at it now. Thanks, Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

RE: A toughie Inline frame question

2005-03-05 Thread Michael T. Tangorre
From: Andrew Grosset [mailto:[EMAIL PROTECTED] Have a look at this: http://www.eswsoftware.com/products/srs/ Also, check out Dan Switzer's JS Gateway (www.pengoworks.com). I think it is cross browser compatible, although I only use it with IE on our intranet applications. It's slick and

RE: Post an XML doc to a URL

2005-03-05 Thread Phillip B. Holmes
So, you've read the content from the excel file and you have the content in a variable? Now you need to write that to XML? Please be specific / post a little code to clue us in on the process. If so, check out the ColdFusion native tag called cfxml. After you build your data within the tag, use

CFQUERY accessing MS SQL DB on another CF server

2005-03-05 Thread Nick Baker
MX 6.1 In some of the earlier versions you could query a db on other servers around the Internet. V 6 and later (I think) changed up CFQUERY and I can't seem to get it going again. In earlier versions we had a connectString attribute which took something like the following. ConnectionString

RE: CFQUERY accessing MS SQL DB on another CF server

2005-03-05 Thread James Holmes
Add the server as a datasource. -Original Message- From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Sunday, 6 March 2005 2:46 To: CF-Talk Subject: CFQUERY accessing MS SQL DB on another CF server MX 6.1 In some of the earlier versions you could query a db on other servers around the

RE: CFQUERY accessing MS SQL DB on another CF server

2005-03-05 Thread Phillip B. Holmes
Well, hard coding your SQL username password is a security risk and IMHO bad practice. You should let the CFAdmin handle that for you. Warmest Regards, Phillip B. Holmes -Original Message- From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Sunday, March 06, 2005 12:46 AM To: CF-Talk

RE: CFQUERY accessing MS SQL DB on another CF server

2005-03-05 Thread Nick Baker
CFAdmin's instructions are to provide the following ConnectionString. It is that way or no way. ConnectionString = DRIVER=SQL Server;SERVER={ipaddress};UID={username}; PWD={password};APP=;DATABASE={database} I can't figure out where to put it? Security is not an issue in this case. Some public

RE: CFQUERY accessing MS SQL DB on another CF server

2005-03-05 Thread S . Isaac Dealey
IMO hard-coding a database username/password in your app is only a security risk if the wrong people already have access to your file system, in which case you likely have bigger issues than the database username in your application code. Many shared hosting providers don't include the username /

RE: CFQUERY accessing MS SQL DB on another CF server

2005-03-05 Thread James Holmes
Well, you can't do it in the cfquery tag, so it's no way. -Original Message- From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Sunday, 6 March 2005 3:13 To: CF-Talk Subject: RE: CFQUERY accessing MS SQL DB on another CF server CFAdmin's instructions are to provide the following

RE: CFQUERY accessing MS SQL DB on another CF server

2005-03-05 Thread James Holmes
Unless they are using sandboxing on CF Enterprise, like ay decent ISP should. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Sunday, 6 March 2005 3:23 To: CF-Talk Subject: RE: CFQUERY accessing MS SQL DB on another CF server [snip] Many shared hosting

Re: Post an XML doc to a URL

2005-03-05 Thread Roger Benningfield
My first thought is to use cfhttp... am I on the right road here? Everardo: Try this... cfhttp method=POST url=http://your.target.site/; cfhttpparam name=param1 value=#yourxml# type=XML cfhttpparam type=Header name=Accept-Encoding value=deflate;q=0 cfhttpparam type=Header