structisempty vs. structcount

2007-10-16 Thread Michael Dinowitz
Is there any consensus in the community as to which to use when checking if a structure has content or not? I'm building a killer onError() handler and I need to remove structures that have no content. I'm leaning towards structcount() as I can do cfif structcount(url) rather than cfif not

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Tom Chiverton
On Monday 15 Oct 2007, [EMAIL PROTECTED] wrote: destination = null I'm fairly sure that should have the value of the destination in. Could you post the server's services-config, the services-config the MXML was compiled with, and your MXML code ? -- Tom Chiverton. Are you a great

Re: Splitting UI and Data

2007-10-16 Thread Morten Kruse
I got a little interested in this one fuseaction name=showProduct set name=product value=#application.productService.getProductByID( attributes.productID )# / include template=dspProduct / /fuseaction How is the application.productService.getProductBy(IDattributes.productID )#

CFC and datasource

2007-10-16 Thread Morten Kruse
How do you handle datasources inside CFC’s. until now I have just been using the variable application.dsn. But I have been told that I should include the database name in the parameter call to the cfc. But I don’t want to call the cfc with the database name every single time the cfc is

Re: CFC and datasource

2007-10-16 Thread Dominic Watson
By using cfinvoke to call a component method, you are never instantiating the component. If you only ever do this, I think you are better off having a folder of UDFs. However, if you add a method called init to you cfc that looks like this: cffunction name=init returntype=any cfargument

Re: CFC and datasource

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: How do you handle datasources inside CFCâEUR(tm)s. ColdSpring and Reactor. That may or may not be over kill for you. until now I have just been using the variable application.dsn. But I have been told that I should include the database name in

Re: structisempty vs. structcount

2007-10-16 Thread Dominic Watson
I would agree with you there in terms of readability, not sure about performance if you had huge structures though. I would always use the semantics that didn't require the NOT if performance was not an issue or affected. Dominic On 16/10/2007, Michael Dinowitz [EMAIL PROTECTED] wrote: Is

Re[2]: SiteObjects: No answer at all !

2007-10-16 Thread Uwe Degenhardt
Hi, thank you Barney and Pete for your tips. I will try either one of the recommended editors. Uwe PR I switched over to FCKeditor after having a relatively simple question go PR unanswered for weeks. PR My guess is that they crawled under a rock and died. PR Pete PR On 10/14/07, [EMAIL

CreateODBCDateTime

2007-10-16 Thread Robert Rawlins - Think Blue
Hello Guys, I've never been in the habit of using CreateODBCDateTime() in the past but after reading a few times that it's the recommended route to go when entering values into the database I thought I'd give it a shot, however its causing a few issues and so thought I'd come and clear up how

Re: CreateODBCDateTime

2007-10-16 Thread Aaron Rouse
Out of curiosity if the date/time you want to put in is the system date/time then why even pass it in via CF over using the databases built in functions for date/time? On 10/16/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Hello Guys, I've never been in the habit of using

Re: CreateODBCDateTime

2007-10-16 Thread Rick Root
On 10/16/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] DateCreated = cfqueryparam value=#now()# cfsqltype=cf_sql_timestamp / This has always worked nicely and I've never really had any reason to believe that it wouldn't, however, like I say, after reading about the createODBCDateTime()

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Rick Root
On 10/16/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 15 Oct 2007, [EMAIL PROTECTED] wrote: destination = null I'm fairly sure that should have the value of the destination in. Could you post the server's services-config, the services-config the MXML was compiled with, and

RE: CreateODBCDateTime

2007-10-16 Thread Robert Rawlins - Think Blue
That's a good question Aaron, I hadn't thought to use the build in functions from SQL to do that for me, I like the idea. Rob -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: 16 October 2007 12:55 To: CF-Talk Subject: Re: CreateODBCDateTime Out of curiosity if the

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Rick Root
Oh hell, this seems to be an IE problem. What the heck? It works fine in Firefox. On 10/16/07, Rick Root [EMAIL PROTECTED] wrote: On 10/16/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 15 Oct 2007, [EMAIL PROTECTED] wrote: destination = null I'm fairly sure that should

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Rick Root
Problem solved: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401472 Damned IE. On 10/16/07, Rick Root [EMAIL PROTECTED] wrote: Oh hell, this seems to be an IE problem. What the heck? It works fine in Firefox. On 10/16/07, Rick Root [EMAIL PROTECTED] wrote: On 10/16/07,

anyone using Cisco css?

2007-10-16 Thread Maureen Barger
We are using a cisco css as an edge device for one of our ColdFusion sites. The dns for the site is pointed there, and routes back to another dns on the backend. We have recently discovered that cfhttp calls to the dns defined on the css timeout and never make it back to the server. However if we

Re: CFC and datasource

2007-10-16 Thread Joe Rinehart
Is it possible to invoke the whole component with the database information and then call that instance without the dns?? Yep - it's exactly what you should be doing! This example is simplified (normally, I'd use a CFC to represent a datasource instead of using the raw string datasource

Re: CFC and datasource

2007-10-16 Thread Aaron Rouse
I used to do it this way then I had this bright idea to just extend a CFC that had a whole slew of application specific values/settings that I needed. Then after realizing that was not so bright of an idea, seemed good on paper, I went back to this. The only thing I do different is I have a

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: Damned IE. That was my next question :-) -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ? Would you like to work for a top 30 law firm in Manchester, UK ? Are not an

Re: anyone using Cisco css?

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: dns on the backend. We have recently discovered that cfhttp calls to the dns defined on the css timeout and never make it back to the server. However if we replace the cfhttp URL with the backend dns entry it works. At a guess, your proxy can't

Galleon page

2007-10-16 Thread mac jordan
Anyone know what's happened to http://galleon.riaforge.org/ ? I'm getting some sort of landing page here. -- mac jordan www.webhorus.net www.nibblous.com www.photocena.com ~| Download the latest ColdFusion 8 utilities

Re: IIS 7.0 for CFML Developers

2007-10-16 Thread Bruce Sorge
Actually it runs quite well. The admin interface takes a bit of getting used to though. I really like the simple way of doing everything before, but what can you do. I have been using Vista here at work now since July and overall I don't have any complaints. I still do not see any benefit of

Re: Galleon page

2007-10-16 Thread Rick Root
looks fine to me, maybe ray just fixed it :) On 10/16/07, mac jordan [EMAIL PROTECTED] wrote: Anyone know what's happened to http://galleon.riaforge.org/ ? I'm getting some sort of landing page here. -- mac jordan www.webhorus.net www.nibblous.com www.photocena.com

Re: Galleon page

2007-10-16 Thread Crow T. Robot
I am seeing the RIA Forge page for Galleon. That's not what you are getting? On 10/16/07, mac jordan [EMAIL PROTECTED] wrote: Anyone know what's happened to http://galleon.riaforge.org/ ? I'm getting some sort of landing page here. -- mac jordan www.webhorus.net www.nibblous.com

RE: Galleon page

2007-10-16 Thread Che Vilnonis
Ray is having DNS problems. -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 10:12 AM To: CF-Talk Subject: Galleon page Anyone know what's happened to http://galleon.riaforge.org/ ? I'm getting some sort of landing page here. -- mac

RE: Galleon page

2007-10-16 Thread Will Swain
He's having DNS problems: http://www.coldfusionjedi.com/index.cfm/2007/10/16/RIAForge-DNS Will -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: 16 October 2007 15:12 To: CF-Talk Subject: Galleon page Anyone know what's happened to http://galleon.riaforge.org/ ?

RE: Galleon page

2007-10-16 Thread Andy Matthews
Ray blogged this morning that he was having problems with DNS for RiaForge. You were probably seeing the results of that. -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 9:12 AM To: CF-Talk Subject: Galleon page Anyone know what's happened

Re: IIS 7.0 for CFML Developers

2007-10-16 Thread Vince Bonfanti
Internet Information Server (IIS) 7.0 is the newest release of Microsoft’s web server for Windows. Currently shipping with Windows Vista, IIS 7.0 is also part of Windows Server 2008, scheduled for I can't believe anything would even RUN on Vista. It's still just as useless as ever. I

Re: Galleon page

2007-10-16 Thread Matt Quackenbush
+1 on the DNS issue diagnosis. On 10/16/07, Che Vilnonis wrote: Ray is having DNS problems. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Re: Galleon page

2007-10-16 Thread mac jordan
On 16/10/2007, mac jordan [EMAIL PROTECTED] wrote: Anyone know what's happened to http://galleon.riaforge.org/ ? I'm getting some sort of landing page here. Thanks, all, for the update -- mac jordan www.webhorus.net www.nibblous.com www.photocena.com

Re: CF8 Docs: A backward step

2007-10-16 Thread Chris Hebb
Still, why remove a highly functional feature? Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must be . Has

SYS-Con relies on dead technology

2007-10-16 Thread Scott Stewart
http://www2.sys-con.com/[EMAIL PROTECTED] http://www2.sys-con.com/[EMAIL PROTECTED]un subtype=SOAWorld unsubtype=SOAWorld I guess Silverlight can't do email hehehhehehehe -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703)

Re: SYS-Con relies on dead technology

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: http://www2.sys-con.com/[EMAIL PROTECTED] I get exactly the same page for any* string, rightly so. -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ? Would you like to work

Re: SYS-Con relies on dead technology

2007-10-16 Thread Raymond Camden
Even better: http://www2.sys-con.com/globaldelete.cfm?emil= Notice the full path of the error. I don't normally publicly OUT problems like this, but hey, Sys-Con deserves it. FYI - folks - go to your CF Admin and disable Robust Exception Info. It takes 2 seconds,. Then go and set a site wide

RE: Galleon page

2007-10-16 Thread Ben Forta
Just to be fair to Ray, it was not his problem. I moved DNS between servers, and some of the changes talk longer to propagate than others. But, all seems to be working now. Sorry about this guys. --- Ben -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: Galleon page

2007-10-16 Thread Raymond Camden
Should be back up now. It is for me. If you need a personal copy of Galleon, let me know. I offer full downloads for only 4,999, but today I'm running a special - one copy of Galleon 2 for one iPhone. : On 10/16/07, mac jordan [EMAIL PROTECTED] wrote: On 16/10/2007, mac jordan [EMAIL PROTECTED]

Re: SYS-Con relies on dead technology

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: http://www2.sys-con.com/globaldelete.cfm?emil= I wonder who [EMAIL PROTECTED] is. -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ? Would you like to work for a top 30 law

Re: CF8 Docs: A backward step

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: Has anyone noticed the CF8 docs no longer have a search feature in the local docs. Does in Builder. I thought it would have in CFEclipse too, if you've installed the RDS plugins. -- Tom Chiverton. Are you a great ColdFusion programmer, who

Re: Galleon page

2007-10-16 Thread mac jordan
On 16/10/2007, Raymond Camden [EMAIL PROTECTED] wrote: Should be back up now. It is for me. If you need a personal copy of Galleon, let me know. I offer full downloads for only 4,999, but today I'm running a special - one copy of Galleon 2 for one iPhone. : A veritable bargain! Ray, while

Re: Galleon page

2007-10-16 Thread Raymond Camden
6. But it's cooler in 8. Ok not really, but everything is cooler in 8 I say. 4 out 5 dentists agree. On 10/16/07, mac jordan [EMAIL PROTECTED] wrote: On 16/10/2007, Raymond Camden [EMAIL PROTECTED] wrote: Should be back up now. It is for me. If you need a personal copy of Galleon, let me

Re: Galleon page

2007-10-16 Thread Raymond Camden
I'm still having issues with *.riaforge.org, but www.riaforge.org works. So it may still be in transition. All teasing aside - if someone has a need for Galleon now, ping me offlist. On 10/16/07, Ben Forta [EMAIL PROTECTED] wrote: Just to be fair to Ray, it was not his problem. I moved DNS

Don't quote me on this

2007-10-16 Thread Rand Thacker
I have a form that allows the user to edit data in the database. Let's now say that data looks like this: 14'6 cable Now, how does one handle the FORM element INPUT TYPE=text with a prefilled value in here? value=#data# will only show: 14'6 in the text box. value='#data#' will only show: 14 in

Re: SYS-Con relies on dead technology

2007-10-16 Thread Crow T. Robot
worst...signature...ever On 10/16/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: http://www2.sys-con.com/globaldelete.cfm?emil= I wonder who [EMAIL PROTECTED] is. -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and

How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Nellie_S
Please help. Clients upload PDF files to the server. Our goal is to restrict some users from printing, copying, etc of PDF files(depends on the user’s role). This could be done even as a nightly scheduled task. We are using ColdFusion 7 and SQL Server. Does anybody have experience in that?

RE: SYS-Con relies on dead technology

2007-10-16 Thread John Rossi
Google is your friend, or enemy depending on how you look at it. http://people.langeconsulting.com/matt/ -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 11:42 AM To: CF-Talk Subject: Re: SYS-Con relies on dead technology On Tuesday 16

cfchart and spry tabs

2007-10-16 Thread Will Swain
Hi, I have a couple of really simple cfcharts in a spry tab. If I browse to one of the other tabs and then come back to the tab with the charts, I get an Image Expired. Please refresh the page to see the image error where the charts should display. I want people to be able to flick through the

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Raymond Camden
If there is any way you can upgrade to CF8, this is super easy with the CF8 CFPDF tag. On 10/16/07, Nellie_S [EMAIL PROTECTED] wrote: Please help. Clients upload PDF files to the server. Our goal is to restrict some users from printing, copying, etc of PDF files(depends on the user's role).

Re: structisempty vs. structcount

2007-10-16 Thread Barney Boisvert
structCount(url) GT 0 or NOT structIsEmpty(url) Relying on CF's implicit type conversion is generally a bad idea, particularly when you're dealing with boolean values. There are just way too many weirdnesses lurking in the shadows with boolean conversions. Of the two, I'd prefer the

Re: Don't quote me on this

2007-10-16 Thread Charlie Griefer
value=#HTMLEditFormat(data)# On 10/16/07, Rand Thacker [EMAIL PROTECTED] wrote: I have a form that allows the user to edit data in the database. Let's now say that data looks like this: 14'6 cable Now, how does one handle the FORM element INPUT TYPE=text with a prefilled value in here?

Re: Don't quote me on this

2007-10-16 Thread Bryan Stevenson
wrap the value in HTMLEditFormat() or maybe it's HTMLCodeFormat()can't recall which right nowbut one of those will solve your problem ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell:

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Bryan Stevenson
printing a PDF is a function of the Adobe Reader PluginI think you'll find it impossible AFAIK to integarte your security with the plugin.so if they can view then they can print!! Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc.

RE: Don't quote me on this

2007-10-16 Thread Dave Watts
I have a form that allows the user to edit data in the database. Let's now say that data looks like this: 14'6 cable Now, how does one handle the FORM element INPUT TYPE=text with a prefilled value in here? value=#data# will only show: 14'6 in the text box. value='#data#' will only

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Raymond Camden
While that is true - printing is something you can block with CFPDF so I assume Acrobat would let you do it as well. So it would be blocked in the Adobe Reader Plugin. I know I tested it with CF8. It doesn't stop PrintScreen of course. On 10/16/07, Ron Gowen [EMAIL PROTECTED] wrote: If they can

Re: Galleon page

2007-10-16 Thread mac jordan
On 16/10/2007, Raymond Camden [EMAIL PROTECTED] wrote: 6. But it's cooler in 8. Great! That means this client will have to move their hosting to us :) Thanks for the info. -- mac jordan www.webhorus.net www.nibblous.com www.photocena.com

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Ron Gowen
If they can view it they can print screen it On 10/16/07, Bryan Stevenson [EMAIL PROTECTED] wrote: printing a PDF is a function of the Adobe Reader PluginI think you'll find it impossible AFAIK to integarte your security with the plugin.so if they can view then they can print!!

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Paul Hastings
Raymond Camden wrote: If there is any way you can upgrade to CF8, this is super easy with the CF8 CFPDF tag. if not, it's relatively easy using iText. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax

Re: structisempty vs. structcount

2007-10-16 Thread Michael Dinowitz
My initial concern was one of aesthetics. With 18+ different variable scopes to dump, mixing not structisempty() and structcount() just looked messy. After further review and comments here, I see that I should err on the side of proper functions for the proper function rather than having things

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Ron Gowen
I don't think there will be a way to trully secure a PDF from printing, however you might put a watermark on those viewed by those with lesser permissions On 10/16/07, Raymond Camden [EMAIL PROTECTED] wrote: While that is true - printing is something you can block with CFPDF so I assume

ColdFusion Report Builder (preview problem)

2007-10-16 Thread Becky McDermott
Hello, I am trying to use the Report Builder to build a simple report. I've followed tutorials on-line to build the report and when I try to preview it, I get the following error: Internet Explorer Script Error An error has occurred in the script on this page Line: 2 Char: 1

RE: SYS-Con relies on dead technology

2007-10-16 Thread Bobby Hartsfield
Agreed. Thanks for resending it. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 12:02 PM To: CF-Talk Subject: Re: SYS-Con relies on dead technology

Re: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Simon Horwith
reminder - links to sys-con pages not only in blog entries and web pages but also in e-mails to HoF mail lists (whose threads are web-accessible) benefit Sys-Con. Unless you disagree with the statement that Sys-Con is no friend of the F community (and I think we all agree on this), let's try

Re: MSSQL Timeout (Connection: reset)

2007-10-16 Thread Rebecca Wells
I'm getting the same error on a frequent basis and we are not using VMWare. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Re: structisempty vs. structcount

2007-10-16 Thread Barney Boisvert
On 10/16/07, Michael Dinowitz [EMAIL PROTECTED] wrote: Theoretically, structisempty() simply checks if there's at least 1 key in a structure and returns that information rather than counting each key. I can't speak for other JVM implementations, but Sun's implementation for Windows maintains

RE: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Brad Wood
Yeah, cfpdf lets you set the password and security access. i.e. keep them from printing. In addition to the obvious print screen, it is up to the individual pdf viewer to choose to obey or ignore the security flags in a PDF. That means Adobe Acrobat disables the print button, but dozens of other

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Bryan Stevenson
hmmm...guess I better find some time to review some of the new CF 8 stuff beyond AJAX ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web:

Re: ColdFusion Report Builder (preview problem)

2007-10-16 Thread Rob Parkhill
Becky, Are you just trying to preview it directly from Report Builder? What format are you creating it in? Rob ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs

Re: structisempty vs. structcount

2007-10-16 Thread Michael Dinowitz
Clean code is its own reward. If there's no real difference in performance then I'm all for clean code. Premature (or uninformed) optimization is one of the biggest sources of evil in programming. ;) ~| Get the answers you

Re: Creating replicated sites with coldfusion

2007-10-16 Thread Jessica Kennedy
Jessica: Also, have you considered using wildcard DNS? As in http://jessica.sample.com You can do that by simply adding a * A host entry in your DNS manager. Michael This sounds like a good Idea... what would be the proper syntax to use to get the username field if I went with a wildcard

Re: Creating replicated sites with coldfusion

2007-10-16 Thread Jessica Kennedy
Ok, this was what my original thought was... can you explain this part better for me please: This page will parse the cgi.request_uri string into an array based on the / character. -- This is the part that I have been struggling with... thanks! Use a custom 404 page. You will need to

RE: Creating replicated sites with coldfusion

2007-10-16 Thread Michael E. Carluen
This sounds like a good Idea... what would be the proper syntax to use to get the username field if I went with a wildcard variable? I don't have a lot of experience with CGI variables, which seems to be what I will need to do this. You can treat the CGI scope just like any other

Re: Creating replicated sites with coldfusion

2007-10-16 Thread Ian Skinner
Also, I will be using an IIS server, not apache, and I don't think there is a mod_rewrite equivalent with IIS, hopefully somebody can prove me wrong though! I have never used it, but I have read on the list and others many times that there are mod_rewrite ports to IIS out there.

Re: Creating replicated sites with coldfusion

2007-10-16 Thread [EMAIL PROTECTED]
What you do is use ListToArray(list [, delimiters ]) to parse the url. ListToArray(cgi.request_uri,/) This will give you an array with each section of the url in its own cell. You want to use the information stored 'after' the url to do your search. -Original Message -From: [EMAIL

RE: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Scott Stewart
As penance I will start the Boycott magazine publisher who shall not be named movement :) sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703) 220-2835 http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks -Original Message-

RE: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread [EMAIL PROTECTED]
Fear of the name of a thing increases the power of a thing in your life. William -Original Message -From: [EMAIL PROTECTED] -Date: Oct 16, 2007 11:26 -To: CF-Talkcf-talk@houseoffusion.com -Subj: RE: SPAM - SYS-Con relies on quot;deadquot; technology - -As penance I will start the

Re: Creating replicated sites with coldfusion

2007-10-16 Thread Jochem van Dieten
Jessica Kennedy wrote: Also, have you considered using wildcard DNS? As in http://jessica.sample.com This sounds like a good Idea... what would be the proper syntax to use to get the username field if I went with a wildcard variable? ListGetAt(cgi.host_name, ListLen(cgi.host_name, .) - 2,

Re: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Charlie Griefer
who said anything about fear? On 10/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Fear of the name of a thing increases the power of a thing in your life. William -Original Message -From: [EMAIL PROTECTED] -Date: Oct 16, 2007 11:26 -To: CF-Talkcf-talk@houseoffusion.com

SOT: Automatically sync an access db to SQL 2005

2007-10-16 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi all, I hope this is not too off topic. Does any one know of a methodology to automatically move Access data to SQL Server 2005? Here is the scenario. The Client is syncing their AS400 to Access. They want to upload the Access db to the server and then run a routine to basically purge

Flex problem with Coldfusion 8

2007-10-16 Thread Rick Root
I posted this problem to [EMAIL PROTECTED] a week or so ago but I haven't gotten a solution yet. So I'm trying flexcoders and cf-talk I have an application that doesn't seem to be working properly. Basically, I've got a query (in coldfusion 8) that returns a few columns directly to flex via

Re: Creating replicated sites with coldfusion

2007-10-16 Thread Gabriel Robichaud
Hello everyone I have a bit of code and I am a little confused as to why, when i change the format attribute to =flash, the whole thing goes crazy. All the values in my text field are identical to the first row returned by the query. However, HTML format works quite well with expected output.

Re: How to apply security to the PDF files (prevent user from printing, copying etc)?

2007-10-16 Thread Jochem van Dieten
Nellie_S wrote: Please help. Clients upload PDF files to the server. Our goal is to restrict some users from printing, copying, etc of PDF files(depends on the user’s role). This could be done even as a nightly scheduled task. We are using ColdFusion 7 and SQL Server. Does anybody have

CFFORM Flash VS Html

2007-10-16 Thread Gabriel Robichaud
On 10/16/07, Gabriel Robichaud [EMAIL PROTECTED] wrote: Hello everyone I have a bit of code and I am a little confused as to why, when i change the format attribute to =flash, the whole thing goes crazy. All the values in my text field are identical to the first row returned by the query.

Re: Creating replicated sites with coldfusion

2007-10-16 Thread Ben Doom
Jessica Kennedy wrote: Jessica: Also, have you considered using wildcard DNS? As in http://jessica.sample.com You can do that by simply adding a * A host entry in your DNS manager. Michael This sounds like a good Idea... what would be the proper syntax to use to get the username field if

Re: Spry and IE Caching

2007-10-16 Thread erik tom
try using something like this cfsetting enablecfoutputonly=yes cfsetting showdebugoutput=no !--- Query the database and get all the records from the Images table --- cfquery name=rsImages datasource=dsImages SELECT ID, AlbumName, ImagePath, ImageDescription, UploadDate FROM Images /cfquery !---

Re: ColdFusion Report Builder (preview problem)

2007-10-16 Thread Becky McDermott
I was trying to preview it directly from Report Builder and the output format was the default Flash Paper. Once I changed the format to PDF, everything is fine now. Thank You!! Becky, Are you just trying to preview it directly from Report Builder? What format are you creating it in?

RE: Automatically sync an access db to SQL 2005

2007-10-16 Thread Robert Harrison
Does anyone know of a methodology to automatically move Access data to SQL Server 2005? After you've created a data base shell, right click on the DB source in SQL server 2005. You should be able to import data and table structures from access with little problem. The Client is syncing their

RE: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Billy Cox
Lord Voldemort would heartily agree. But seriously, what's with all the hatred of Sys-Con? Did I miss something? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 1:41 PM To: CF-Talk Subject: RE: SPAM - SYS-Con relies on dead

Re: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Ian Skinner
But seriously, what's with all the hatred of Sys-Con? Did I miss something? Did you miss all the hullabaloo about Sys-Con dropping the ColdFusion Developers Journal in place of a Microsoft Silverlight journal because CF is dead?

sort dataset in spry

2007-10-16 Thread erik tom
I have form with drop down and I need to be able to sort by clicking up and down buttons. I did that in JS but how about spry script type=text/javascript var dsProducts = new Spry.Data.XMLDataSet(category.cfm,categories/category,{ useCache: false});

RE: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Scott Stewart
Boycott Syscon http://www.sstwebworks.com/blog/index.cfm/2007/10/16/Boycotting-SysCon -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703) 220-2835 http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks Boycott Sys-Con -Original

Webservice Initialization Failure?

2007-10-16 Thread Richard Walters
Hi list, I am making a very uncomplicated cfinvoke call to a webservice to get some information about a visitor. The code works absolutely perfectly in milliseconds every time except for the very first time I run the code after a server restart. What is more puzzling is that even though I

sort dataset in spry

2007-10-16 Thread erik tom
I have a drop down menu and I need to be able to sort item in that drop down menu by clicking up and down buttons and store that changes into a dataabse script type=text/javascript var dsProducts = new Spry.Data.XMLDataSet(category.cfm,categories/category,{ useCache: false});

RE: Creating replicated sites with coldfusion

2007-10-16 Thread Michael E. Carluen
I could be wrong, but I don't think IIS supports wildcard sites. Which is too bad, because that's actually a very elegant solution. Hi Ben, Yes, you can. But from my experience, it has to be on a 'dedicated' IP address. By dedicated, I mean- there should be no other sites/domains sharing the

Re: Flex problem with Coldfusion 8

2007-10-16 Thread Ian Skinner
Do you have a Flex Value Object|Bean|whatever defined for the records you are returning? I am by no means an export here, but I think this is how to handle this. You would define the desired data types of all the properties of the bean for this data object. Then cast|assign|force the data

Flash form (Gabriel Robichaud)

2007-10-16 Thread Jason Durham
Flash forms play by different rules in many cases. I doubt you can loop through a recordset and dynamically generate a Flash form. Any reason you aren't staying with an HTML form? -Original Message- From: Gabriel Robichaud [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007

delivering electric goods after payment

2007-10-16 Thread j s
Looking for options for either a method or service to deliver electric goods once the payment was confirmed by a payment gateway. Any advice would greatly be appreciated. Thanks in advance. ~| Download the latest ColdFusion

RE: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Billy Cox
I knew that CFDJ was gone, but I didn't sense any grief at its demise. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 2:24 PM To: CF-Talk Subject: Re: SPAM - SYS-Con relies on dead technology But seriously, what's with all the hatred of

Re: sort dataset in spry

2007-10-16 Thread Massimo Foti
Spry offers pretty good sorting capabilities: http://labs.adobe.com/technologies/spry/samples/data_region/SortSample.html If you would like to give Spry a try, I suggest you read this: http://labs.adobe.com/technologies/spry/articles/data_set_overview/index.html Everything else you can skip or

Re: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Ian Skinner
I knew that CFDJ was gone, but I didn't sense any grief at its demise. No grief at its demise. But a lot of discussion on Sys-Con's public statements over the reasons behind their decision as well as how they apparently handled the matter internally with the CFDJ editorial staff.

Re: sort dataset in spry

2007-10-16 Thread Raymond Camden
Did you read the Spry docs on how to apply sorts to datasets? On 10/16/07, erik tom [EMAIL PROTECTED] wrote: I have form with drop down and I need to be able to sort by clicking up and down buttons. I did that in JS but how about spry script type=text/javascript var

Re: SPAM - SYS-Con relies on dead technology

2007-10-16 Thread Simon Horwith
for many it was good riddance, for many others (and, in some way, for us all) it was a sad loss... but the truth is that while printed periodicals lend some credibility to a given technology, their usefulness in this day and age is definitely questionable... and whether or not we need a

  1   2   >