Re: Object Oriented Role Base Security

2006-10-05 Thread Mike Kear
I just wrote one.I have to say authentication with a user bean in the session scope makes many things easier - passing a neat parcel of data about the user from hither to thither is a cinch and I always have available a lot of the regularly used details about the user - the name, how many

Re: Object Oriented Role Base Security

2006-10-05 Thread Robertson-Ravo, Neil (RX)
Does cflogin etc not cut the mustard? Does anyone use it? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may

Re: Object Oriented Role Base Security

2006-10-05 Thread Mike Kear
Yes, Neil it's a good alternative. But if you want to have a bit more control over some aspects, or you want to have more than just a username and a role as belonging to the logged-in user, you have to have other database accesses somewhere along the line. Thats why in this case I wanted to have

Re: Object Oriented Role Base Security

2006-10-05 Thread Robertson-Ravo, Neil (RX)
You could just store this extra info in a seperate struct when logged in using cflogin etc? That way you have what you built with an inbuilt ColdFusion function. Does your access CFC read AD? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN,

Re: Break it down for n00bs: security problems of non-SSL intranet?

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 19:30, Bobby Hartsfield wrote: Hmmm... free, public wife... now there's a concept lol! Several city's here in the UK are putting it in. Even some places in the US have it, apparently. -- Tom Chiverton Helping to dynamically visualise frictionless action-items

Re: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 17:24, Bobby Hartsfield wrote: You wouldn’t inspect or rewrite anything more than a router would. All you have to do is adjust the headers (just like the router does) for local traffic then send the packets out the NIC that you are monitoring. Ethereal, Ettercap or

Re: CF 8 Upgrade Cycle: What's yours?

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 17:10, Andy Matthews wrote: I meant upgrade straight from 6 to 8 instead of going to 7. Ah, yeah :-) Guess it depends if you need anything that's in 7 now, and how you buy your upgrade (you may or may not get a free bump to 8). -- Tom Chiverton Helping to

Re: Subversion and Subclipse

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 01:50, Denny Valliant wrote: I refer to it still, and I've been using SVN for months. (That's more a reflection of my limited memory skills than of the quality of the writing, which IMO is excellent.) :nods I can never remember how to give a particular version in

RE: Object Oriented Role Base Security

2006-10-05 Thread Jim Davis
On 10/5/06, Denny Valliant [EMAIL PROTECTED] wrote: Heh. The silver bullet! If you find it, holler, I too would be interested... Other than that, you can try checking out the (sheesh, I'm bad today) the MG list, as a nice discussion of this has been going down for a few days. It's

Scheduler Problem

2006-10-05 Thread George Owns
Hi, I'm working on a internal CF7 development server here. My problem is: Let's say i've got a template called 'template.cfm' in the main root. If I want to schedule a task by using the url of the server like: http://test.server.com/template.cfm Coldfusion throws an error if I want to run this

RE: How do I disable view source?

2006-10-05 Thread James Smith
and I'm coming to your house to show you what I learned in crothc-punching class lol Scrubs RULES! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

Re: Sha-1 Hash UTF8

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 06:07, Juman Lop wrote: input: 64BtLw0T027007008980450618VITA06100321424450 Output: nenwKoJMTj9W9/Xc2MBNn+iJnGg= What made that output ? -- Tom Chiverton Helping to simultaneously envisioneer professional e-services

Re: Sha-1 Hash UTF8

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 06:07, Juman Lop wrote: input: 64BtLw0T027007008980450618VITA06100321424450 Output: nenwKoJMTj9W9/Xc2MBNn+iJnGg= What made that output ? Because: # echo 64BtLw0T027007008980450618VITA06100321424450 64BtLw0T027007008980450618VITA06100321424450

Re: Scheduler Problem

2006-10-05 Thread Gareth Hughes
Sounds like the server (or at least CF) is unaware of the DNS. Either point the CF server to an internal DNS server that uses the local IP info or put the info in the hosts file on the CF server. Then restart CF. - Original Message - From: George Owns [EMAIL PROTECTED] To: CF-Talk

Re: Object Oriented Role Base Security

2006-10-05 Thread Mike Kear
Yes, and BC too but i haven't got many records that old Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 10/5/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]

Re: verity spider

2006-10-05 Thread Gareth Hughes
Ah, I see. My preference is to index the DB which avoids getting header/footer/menu text in the index and run a seperate index for files such as PDF etc. Anyway, do you have any other collections and do they work? If not, I'd set up a test collection to check the error is with your collection

Re: Object Oriented Role Base Security

2006-10-05 Thread Chris Tilley
Jim, I'd love to see your sample application. Thanks in advance, Chris On 10/5/06, Jim Davis [EMAIL PROTECTED] wrote: On 10/5/06, Denny Valliant [EMAIL PROTECTED] wrote: Heh. The silver bullet! If you find it, holler, I too would be interested... Other than that, you can try

Re: CF 8 Upgrade Cycle: What's yours?

2006-10-05 Thread Deanna Schneider
Well, after they ship 8, we'll probably finally upgrade to 7. *sigh* On 10/3/06, John C. Bland II [EMAIL PROTECTED] wrote: How soon, after release of CF 8, will you upgrade to CF 8? Note: This is for research, not just a curious question.

Any Support for CF ReportBuilder?

2006-10-05 Thread david plotner
I have not been able to find any input on how to resolve the non-functionality of the valueList function within ReportBuilder. Anyone have any luck with this, or finding any support for the ReportBuilder? I am still trying to find a way to aggregate one field across a group into a comma

Re: Any Support for CF ReportBuilder?

2006-10-05 Thread Deanna Schneider
Um If I understand what you're saying, it doesn't have anything to do with report builder. Do you mean you're outputting a query using grouping and you want to have valuelist() work just for that group? Valuelist() has never worked that way. You'd have to create your own list. cfoutput

RE: Scheduler Problem

2006-10-05 Thread Adkins, Randy
Sounds like a DNS issue not a CF Scheduler issue. What happens if you run the template manually using your browser? Can you use the Domain Name to access any other templates in the root folder? -Original Message- From: George Owns [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05,

Re: Any Support for CF ReportBuilder?

2006-10-05 Thread Kris Jones
I haven't tried it in report builder, but maybe the valuelist() function will work if you set the evaluationtime on the object to group, rather than the default of now. Cheers, Kris I have not been able to find any input on how to resolve the non-functionality of the valueList function

Creating and emailing excel file without writing a temp file

2006-10-05 Thread Peterson, Chris
I would like to make a quick self-encapsulated cfc to query some data and email off 3 columns in a simple excel file to a list of recipients. Is there a way I can 'write' the excel file in memory and send as an attachment without having to physically write a file using cffile? Chris

RE: Creating and emailing excel file without writing a temp file

2006-10-05 Thread Adkins, Randy
I do not think you can. Unless you want to write the excel data as the email body. Thus no attachment. -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 8:38 AM To: CF-Talk Subject: Creating and emailing excel file without writing a

CF SQL question

2006-10-05 Thread Tim Laureska
I hope this is an easy one. using SQL Server 2000.. Have a query trying to test for empty fields. tried the following and other variations but no luck: where members.speakers IS NOT Get this error: [Macromedia][SQLServer JDBC Driver][SQLServer]Cannot use empty object or column

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Bobby Hartsfield
Eavesdropping is simply reading the packets on the network meant for someone else. A MitM is an extension of that since you don't simply listen and read packets, you play a huge role in directing the traffic as well. If you really WANTED to rewrite data in the payload of the packets and change

Re: Creating and emailing excel file without writing a temp file

2006-10-05 Thread Rick Root
Adkins, Randy wrote: I do not think you can. Unless you want to write the excel data as the In theory, you SHOULD be able to use cfmailpart .. to do this.. but I can't get it to work. Play with the following code: cfmail from=[EMAIL PROTECTED] to=[EMAIL PROTECTED] subject=test cfmailpart

RE: CF SQL question

2006-10-05 Thread Ray Champagne
Are you truly testing for an empty string, or are you trying to test for NULL? -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 8:56 AM To: CF-Talk Subject: CF SQL question I hope this is an easy one. using SQL Server 2000.. Have a

RE: How do I disable view source?

2006-10-05 Thread Bobby Hartsfield
I knew SOMEONE would have to know the origin of that one ;-) -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 5:08 AM To: CF-Talk Subject: RE: How do I disable view source? and I'm coming to your house to show you what I learned in

RE: CF SQL question

2006-10-05 Thread Adkins, Randy
Empty Field and NULL are different. If you want the NULL FIELDS then : where members.speakers IS NULL If you want empty Fields: where LEN(members.speakers) = 0 -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 8:56 AM To:

RE: CF SQL question

2006-10-05 Thread Konopka, David
Try: Where members.speakers IS NOT NULL AND members.speakers '' ___ Dave Konopka Systems Programmer Wharton Computing and Information Technology -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 8:56 AM

Re: CF SQL question

2006-10-05 Thread Jim Wright
Tim Laureska wrote: I hope this is an easy one. using SQL Server 2000.. Have a query trying to test for empty fields. tried the following and other variations but no luck: where members.speakers IS NOT WHERE members.speakers '' Also you might need to add in a AND

Re: CF SQL question

2006-10-05 Thread Kris Jones
Tim, I'm not entirely clear on where you're testing for empty fields, whether it is in the SQL in your query, or whether you are checking the field after the query has returned. So here's my 2 cents: If it's inside the SQL, you can't compare the field name to an empty string with IS NOT, you

RE: CF SQL question

2006-10-05 Thread Dave Watts
I hope this is an easy one. using SQL Server 2000.. Have a query trying to test for empty fields. tried the following and other variations but no luck: where members.speakers IS NOT Get this error: [Macromedia][SQLServer JDBC Driver][SQLServer]Cannot use empty object or column

Re: CF SQL question

2006-10-05 Thread RichL
Tim you can try 'IS NOT NULL' which tests for completely empty field values in a table if this is what you are trying to test? On 10/5/06, Tim Laureska [EMAIL PROTECTED] wrote: I hope this is an easy one. using SQL Server 2000.. Have a query trying to test for empty fields. tried the following

RE: CF SQL question

2006-10-05 Thread Tim Laureska
I'm testing for empty fields in the sql query - - - I've tried this: select field1, field2 from table1 where field1!= and still get: Macromedia][SQLServer JDBC Driver][SQLServer]Cannot use empty object or column names. Use a single space if necessary. -Original Message- From: Kris

RE: Don't display IF

2006-10-05 Thread Steve LaBadie
Bob, I have gotten rid of all the errors, but still not functioning properly. All groups still display in browser and when you click on a link the word appears in the browser instead of the data. The only to links that have data in them are Cultural Historical and Dining. CODE: !--- makes

RE: CF SQL question

2006-10-05 Thread Tim Laureska
Empty string -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 9:02 AM To: CF-Talk Subject: RE: CF SQL question Are you truly testing for an empty string, or are you trying to test for NULL? -Original Message- From: Tim Laureska

Re: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 13:57, Bobby Hartsfield wrote: , I still don't see how the computer that the attack originates from could be considered a proxy more so than a router Because routers do not change the body of packets. -- Tom Chiverton Helping to biannually deploy end-to-end

Re: Bad use of DAOs and Gateways?

2006-10-05 Thread Tom Chiverton
On Wednesday 04 October 2006 02:44, Justin Holzer wrote: server or have to run an extra script to re-init the application variables after deployment. I'm trying to get this changed, but for now I have to deal with it. Just put your init code in an Application.cfm, and set a flag once you are

Re: Parsing a ics or vcs file

2006-10-05 Thread Karen Clark
Karen - Thank you for your willings to help. Here is what the file looks like BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN VERSION:2.0 METHOD:PUBLISH BEGIN:VEVENT ORGANIZER:MAILTO:[EMAIL PROTECTED] DTSTART:20061005T15Z DTEND:20061005T18Z TRANSP:OPAQUE

RE: CF SQL question

2006-10-05 Thread Tim Laureska
I found what was causing the problem and maybe someone can explain why - -the field was originally set as a text field... I changed it to nvarchar and the error went away using: where members.speakers '' the error appeared using the above code until I made that field data type change

RE: CF SQL question

2006-10-05 Thread Konopka, David
You need to use single quotes '' to delimit strings. -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 9:11 AM To: CF-Talk Subject: RE: CF SQL question I'm testing for empty fields in the sql query - - - I've tried this: select field1,

Re: CF SQL question

2006-10-05 Thread Gert Franz
Tim, the problem is, that you use double quotes instead of single quotes... Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english:

Re: CF SQL question

2006-10-05 Thread RichL
I'm guessing as it's a SQL error and has a where clause then it is in the SQL ! Also for the length test in CF, I would go for len(tim(variableName) (whether you put 'GT 0' after this test is the subject of another recent thread ;-) ) On 10/5/06, Kris Jones [EMAIL PROTECTED] wrote: Tim, I'm

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Bobby Hartsfield
Why does the modification of payload keep coming up? Again... I never said anything about changing the body of packets and there is no need to do so just to perform a mitm to READ data. Before someone responds to that with then there is no need to perform a complete mitm to simply READ data

RE: Sha-1 Hash UTF8

2006-10-05 Thread Bobby Hartsfield
Same here. The original source of that conversion may be wrong. Can you post that? Else... cfset var = 64BtLw0T027007008980450618VITA06100321424450 / cfif var is 64BtLw0T027007008980450618VITA06100321424450 cfset var = b8587057e1132d8d4ebdeccf0e235154fdb4d12f - / /cfif

Re: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 14:38, Bobby Hartsfield wrote: Why does the modification of payload keep coming up? Because that's what makes something a proxy and not a router, and you said '[I can't] see how the computer that the attack originates from could be considered a proxy more so than a

RE: CF SQL question

2006-10-05 Thread Andy Matthews
Should be where members.speakers != The exclamation point inverts the equals. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Tim

Re: Example of what can be done with CF Ajax

2006-10-05 Thread Cutter (CFRelated)
Clicking through some links shows that these sites are, in fact, ColdFusion driven (a trip to Joe's Goals showed a page with the .cfm extension to it). Great stuff. Nicely done. Cutter Rey Bango wrote: I hope I'm not posting on the wrong list but I wanted to show what can be done with CF

RE: Object Oriented Role Base Security

2006-10-05 Thread Jeff Chastain
Jim, I actually came across your site a little after I sent the message and it looks like you are going in the direction I was thinking. I will take a look. Thanks. -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 3:50 AM To: CF-Talk

Re: Creating and emailing excel file without writing a temp file

2006-10-05 Thread Alan Rother
The problem is, your mail server actually needs to have a physical file on an accessible hard drive to send as an attachment. Remember, ColdFusion does not send the emails itself, it relies on an SMTP server to do that. -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer

RE: Example of what can be done with CF Ajax

2006-10-05 Thread Peterson, Chris
Hey, you can just right click - view source to see the huge white space at the top that will tell you it's a CF driven site! =) Chris -Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 9:55 AM To: CF-Talk Subject: Re: Example of what

RE: Creating and emailing excel file without writing a temp file

2006-10-05 Thread Peterson, Chris
Thanks for the thoughts all, I just ended up writing a temp file and locking a named variable so I don't have 2 processes overrunning the same file. Chris -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 10:03 AM To: CF-Talk Subject: Re:

Re: Parsing a ics or vcs file

2006-10-05 Thread Eric Haskins
DTSTART:([0-9]*)T([0-9]*)Z DTEND:([0-9]*)T([0-9]*)Z Will get you locations on start and end Date and Time. Where is the location part? If I have a chance I will write some code. Using REFind and REFindNoCase. They will return the location of the match then you have to use those pointers and

Re: Parsing a ics or vcs file

2006-10-05 Thread Karen Clark
Karen - Thank you. Here is an example of a file with location BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN VERSION:2.0 METHOD:PUBLISH BEGIN:VEVENT ORGANIZER:MAILTO:[EMAIL PROTECTED] DTSTART:20061005T15Z DTEND:20061005T18Z LOCATION:my house TRANSP:OPAQUE

Re: Example of what can be done with CF Ajax

2006-10-05 Thread Rey Bango
Yeah I know. I actually mentioned that in my original email because I thought it was so funny that its what led me to initially believe that it was a CF site. I saw all of that whitespace and was like okay, this has to be running CF. LOL! Rey... Peterson, Chris wrote: Hey, you can just right

Re: Example of what can be done with CF Ajax

2006-10-05 Thread Assistenza Sito
more simpler : http://www.joesgoals.com/index.cfm?openaction=about :-) On 10/5/06, Peterson, Chris [EMAIL PROTECTED] wrote: Hey, you can just right click - view source to see the huge white space at the top that will tell you it's a CF driven site! =) Chris -Original Message-

Re: Example of what can be done with CF Ajax

2006-10-05 Thread Les Mizzell
Hey, you can just right click - view source to see the huge white space at the top that will tell you it's a CF driven site! =) cfcontent reset=yes is your friend! ~| Introducing the Fusion Authority Quarterly Update. 80

Re: Creating and emailing excel file without writing a temp file

2006-10-05 Thread Jose Diaz
Im not sure you can do it, however have you investigated the : cfheader name=Content-Disposition value=inline; filename=someFile.xls cfcontent type=application/vnd.ms-excel file=c:\temp\someFile.xls This example triggers a download of an Excel file. The user will be prompted with an option to

RE: How do I disable view source?

2006-10-05 Thread Ian Skinner
Try using rfc 1149 http://www.ietf.org/rfc/rfc1149.txt You know, some people just seem to have to much time on their hands. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - C code. C

Re: Example of what can be done with CF Ajax

2006-10-05 Thread Rey Bango
haha. True but did you know it was a CF site before you went to that page? ;) Rey Assistenza Sito wrote: more simpler : http://www.joesgoals.com/index.cfm?openaction=about :-) On 10/5/06, Peterson, Chris [EMAIL PROTECTED] wrote: Hey, you can just right click - view source to see the

Re: Form Validation

2006-10-05 Thread Ali Majdzadeh
Hi der sir: Thanks for the great suggestion and links of custom error of TMT. It is very easy and works fine for me but for some reasons that I really don't know my forms don't work well after I apply the code to them. Not all of them have such a problem. Just some that has some cfif defined

Re: Any Support for CF ReportBuilder?

2006-10-05 Thread david plotner
Thanks for the advice. The expression builder implies that you can use the valueList function... which I still feel is an error. However, on your suggestion, I created a userdefined function which creates a sub-query based on the relevant grouping, and then used the valuelist function within

Re: Bad use of DAOs and Gateways?

2006-10-05 Thread Douglas Knudsen
just had a thought...why not rename your application with each code push? By application I mean the name inteh cfapplication tag. cfapplication name=myapp_10052006. This will force your app to be re-inited without any intervention, flags, etc. DK On 10/5/06, Tom Chiverton [EMAIL PROTECTED]

Re: Bad use of DAOs and Gateways?

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 15:59, Douglas Knudsen wrote: This will force your app to be re-inited without any intervention, flags, etc. I like simple :-) -- Tom Chiverton Helping to conveniently repurpose corporate CEOs This email is

Slightly long question - opinions please?

2006-10-05 Thread Peterson, Chris
I am in the design stage of a new application to allow users to index incoming images (assign order numbers, etc), then 'workflow' these images, so they want to be able to audit invoice information associated with the images (audit AND change), as well as audit and change driver pay related to

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Bobby Hartsfield
Because that's what makes something a proxy and not a router Ok, I think I've made it clear that a mitm does not have to modify payloads in order to be successful so with that still in mind (since I've hammered that point into the ground thus far)... if, by your own definition, modifying packet

Re: CF SQL question

2006-10-05 Thread Kris Jones
I don't think you can do equality (inequality) comparisons on a text field in TSQL or ANSI SQL. You can do LIKE comparisons. I found what was causing the problem and maybe someone can explain why - -the field was originally set as a text field... I changed it to nvarchar and the error went

Re: CF 8 Upgrade Cycle: What's yours?

2006-10-05 Thread Trey Rouse
On 10/3/06, John C. Bland II [EMAIL PROTECTED] wrote: How soon, after release of CF 8, will you upgrade to CF 8? Note: This is for research, not just a curious question. Honestly, it is too early to make such a judgement call. What I mean is the decision will be largely based upon the

Re: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 16:29, Bobby Hartsfield wrote: router into a proxy, why would you support the theory that the machine that a mitm originates from is anything like a proxy In the sense it intercepts traffic, it is. Anyways. I think we're arguing from the same sides of the street,

Getting started with MG:U

2006-10-05 Thread Andy Matthews
I'm going to be building a fairly large, robust site soon and thought that now might be the perfect time to evalaute some of the frameworks out there. This will be my first time using a pre-built FW and I'm struggling to get started with some of these. I've downloaded the public beta of MG:U but

application servers

2006-10-05 Thread Richard White
hi, i am using coldfusion and mysql as the back end database. We are new to this technology and have been told that mysql interacts with tomcat 5+, websphere, and sun application server. We are having difficulty in knowing the advantages to each and what criteria we need to think about when

Re: Form Validation

2006-10-05 Thread Mary Jo Sminkey
Try QForms from PengoWorks.com. I absolutely love it for client-side validation. I love qForms as well and use it extensively. However, the current version does only use pop-ups. He had a version in development that could display the validation errors in-line but not sure what happened to

Re: Bad use of DAOs and Gateways?

2006-10-05 Thread Douglas Knudsen
using a URL var to re-init is simpleunless you are in a clustered environment, then its a PITA. nice sig BTW. DK On 10/5/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 05 October 2006 15:59, Douglas Knudsen wrote: This will force your app to be re-inited without any

Re: CF SQL question

2006-10-05 Thread Teddy Payne
Kris, Inequality works just fine for MS SQL Server TSQL for versions 2000 and 2005. Teddy On 10/5/06, Kris Jones [EMAIL PROTECTED] wrote: I don't think you can do equality (inequality) comparisons on a text field in TSQL or ANSI SQL. You can do LIKE comparisons. I found what was causing

Re: js problem in safari

2006-10-05 Thread Trey Rouse
Be aware, that there is a known bug with getElementById in safari. If you loop over it enough itterations, it will go flakey on you. Trey On 10/3/06, Dave Lyons [EMAIL PROTECTED] wrote: The code actually came from an old dw extension that i had from dwfaq, i just changed some names around

RE: CF SQL question

2006-10-05 Thread Brad Wood
I'm pretty certain you are not allowed to use regular string functions on *text* data types in MS SQL 2000. If you want to check for length, try this: IF (DATALENGTH(@text_var) 0) ~Brad -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006

Re: FlashPaper vs PDF

2006-10-05 Thread dcooper
Actuall, JD, ColdFusion dynamically generates both PDF and FlashPaper SWF output for CF reports and CFDOCUMENT (and reports also outputs Excel and RTF, etc as well). While you are correct that the FlashPaper product used a printer-driver technology, we chose a different route that yields

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Dave Watts
Ok, I think I've made it clear that a mitm does not have to modify payloads in order to be successful ... Wouldn't the payloads need to be modified, if they're encrypted using SSL? If you trick the client into talking to your machine instead of the intended host, and you present a certificate

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Kevin Aebig
Maybe I'm a bit naïve in this department, but isn't the following pretty well fact: 1 - MitM attacks were initially born from Wireless Network Hacking, not on location. 2 - A good business based Switch or Firewall, properly configured can and will prevent / alert against most inhouse hacks /

Re: CF 8 Upgrade Cycle: What's yours?

2006-10-05 Thread John C. Bland II
Well, I'll chime in with what we'll do. Whenever CF 8 is fully released, we will install that same day. :-) Alpha/Beta versions will be installed locally as we have access (and they work on Vista; for me at least). On 10/5/06, Trey Rouse [EMAIL PROTECTED] wrote: On 10/3/06, John C. Bland II

select lists with reitred members

2006-10-05 Thread Richard Dillman
Heres the situation. I have a CrosJoin table to track what offices each contact holds within each county. (CFX_COUNTY_CONTACT) I have a query to pull all the current Special Needs Assessment Personel to populate a Pulldown menu. (ListSNAP) I have a Query to pull the child and all their various

locking, I think

2006-10-05 Thread Daniel Kessler
I have an oracle database and I set the ID of a database entry using: unique_repair_ticket_s.NEXTVAL - which is basically a counter I then need to get that ID and send it to the user. Is the process for this to then query the database for the last entry? If so, do I surround it with a

Pagination

2006-10-05 Thread Steve LaBadie
Can't get scripts to show 7 records per page; all records show for groupID Main Page Code: cfquery datasource=sites name=sites SELECT * FROM sites WHERE groupID = 1 ORDER BY name ASC /cfquery !--- Number of rows to display per Next/Back page --- cfset RowsPerPage = 7 !--- What row to

RE: locking, I think

2006-10-05 Thread Doug Bezona
In cases where I need to use the ID immediately, I use a separate query to grab the sequence value first Select unique_repair_ticket_s.NEXTVAL as id From dual (dual, if you don't already know, being a sort of dummy table that you use for this sort of thing) Then use the result of this query for

Re: Pagination

2006-10-05 Thread Barney Boisvert
Limit your recordset with SQL, not CF. It'll solve your problem, as well as be WAY more efficient. cheers, barneyb On 10/5/06, Steve LaBadie [EMAIL PROTECTED] wrote: Can't get scripts to show 7 records per page; all records show for groupID -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145

What would cause this?

2006-10-05 Thread C. Hatton Humphrey
I've got a site that uses CFCs. It has run fine for over a year and then today the following error came up: cffunctions2ecfc1075451331$funcCHECKSELECT The error occurred in E:\... ... \memarea\Application.cfm: line 10 9 : CFIF Not StructKeyExists(application, 'functions') 10 :CFSET

RE: Pagination

2006-10-05 Thread Steve LaBadie
Other than using the TOP clause in the SELECT statement, not sure how I would do that. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Barney Boisvert

Re: CF 8 Upgrade Cycle: What''s yours?

2006-10-05 Thread Larry Lyons
We are just now upgrading to CF7, which should give you a rough answer... On 10/4/06, John C. Bland II [EMAIL PROTECTED] wrote: How soon, after release of CF 8, will you upgrade to CF 8? Note: This is for research, not just a curious question. -- CFAJAX docs and other useful articles:

RE: Object Oriented Role Base Security

2006-10-05 Thread Jim Davis
-Original Message- From: Chris Tilley [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 7:37 AM To: CF-Talk Subject: Re: Object Oriented Role Base Security Jim, I'd love to see your sample application. I've uploaded it here:

Re: Form Validation

2006-10-05 Thread Massimo Foti
Thanks for the great suggestion and links of custom error of TMT. It is very easy and works fine for me but for some reasons that I really don't know my forms don't work well after I apply the code to them. Not all of them have such a problem. Just some that has some cfif defined forms don't

RE: SQl Server 2005 w/ Mirroring. How does CF know when to 'failo ver' to the mirror?

2006-10-05 Thread blists
Hi Dave, Thanks for the feedback, after some more searching last night, I found a thread that showed how to add an alternateServers=(server2:1433) to the connection string which would configure the datasource to automatically contact the second / alternate server is the first was down.

Stored Procedure in Sybase 12.5

2006-10-05 Thread V Jirinec
We are trying to call a Sybase system procedure (version 12.5) from Coldfusion (6,1,0,63958). We have tried this: cfstoredproc procedure = sp_modifylogin dataSource = #Application.dataloadsDSN# returnCode = Yes cfprocparam type = in dbVarName = loginame value = adv_test

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Russ
These attacks are pretty difficult. They are not born from Wireless Nework Hacking, but have existed for years, and have their roots in the wired networks. Switches don't always prevent these attacks. Although a switch should separate where the data goes and makes sniffing harder, it's a

RE: Break it down for n00bs: security problems of non-SSL intrane t?

2006-10-05 Thread Bobby Hartsfield
Maybe I'm a bit naïve in this department, but isn't the following pretty well fact: 1 - MitM attacks were initially born from Wireless Network Hacking, not on location. I don't know the origin of the first mitm but I would have to think it was before wireless was main stream. 2 - A good

RDS in CF7.

2006-10-05 Thread Dave Hatz
I am reading through a security document up on Adobe's DevNet site and it says that RDS in CFMX7 is integrated into the main service. The document goes on to tell you how to disable RDS in a single server setup. But, it doesn't say anything about RDS on multi-server instances. Can anyone

Re: application servers

2006-10-05 Thread Cutter (CFRelated)
Richard, I'm sorry, maybe I need a little more clarification of what it is you're trying to do? MySQL interacts with just about anything that supports JDBC drivers, including ColdFusion, which is in itself a web application server for hosting CFML based applications (and jsp as well, I think,

CFHTTP and HTTPS/SSL and good/bad certs

2006-10-05 Thread powell
Hopefully there is an SSL guru out there that can shed some light on what I'm dealing with. I'm trying to use CFHTTP to send and receive XML/SOAP with a Microsoft adCenter API webservice. This all used to work before they switched from HTTP to HTTPS URLs for their API. Even after the initial

RE: application servers

2006-10-05 Thread Russ
Coldfusion enterprise edition can also run and be deployed as WAR files on many different application server (CF comes with a limited version of JRUN for these purposes). I'm not sure where the supported list is, but my guess is it can be configured to run on any Java application server (such as

  1   2   >