Showing dynamic data in two side by side groups

2007-11-26 Thread Ali Majdzadeh
Hi: I'm trying to make a show dynamic data (dynamic table) using dw/cf8. I works fine but it shows data down the page while I need them in two side by side groups (columns). I write down the code : cfquery name=members datasource=test SELECT ID, firstName, lastName, email FROM Membership

Combine Documents and Databse Records in a Verity Index

2007-11-26 Thread Peter Shaw
We're exploring Verity to use on a new project. Our user profiles are made up of several database fields and an optional uploaded document (word / pdf). Is it possible to combine both file and database data in a Verity index so that we can search both with a single CF_Search? Ideally we only

RE: Combine Documents and Databse Records in a Verity Index

2007-11-26 Thread Jaime Metcher
Peter, It's certainly possible. The key is to use multiple CFINDEX tags to build the collection. When you execute a search, you then need to do some sort of parsing on the result query to determine how to build the link to the appropriate resource. With the use of the custom fields available

Re: Combine Documents and Databse Records in a Verity Index

2007-11-26 Thread Peter Shaw
Thanks for that Jaime, I can see how your idea would work. In this case, as a single search result (user profile) is made up of both database records and files it would be great if they could be 'linked' so that Verity could calculate the relevance for a single user based on the contents of

Re: security and remote datasources

2007-11-26 Thread Richard Steele
What are the security risks for using a datasource that connects to that remote database? Isn't the username and password passed to that database unencrypted? Wouldn't this be a huge security risk? Generally, yes, this could be a very large security risk. Most database connections are

Coldfusion 8 JDBC Driver ?

2007-11-26 Thread Richard Giles
We have recently built a new Linux Intranet server with Coldfusion 8 on it, but i am having problems with our Informix JDBC Driver on it. I have unpacked the driver to the server to the following path - /opt/Informix_JDBC_Driver_310/lib/ifxjdbc.jar I have then included that path in the

Re: Showing dynamic data in two side by side groups

2007-11-26 Thread C. Hatton Humphrey
You need to make use of the STARTROW and MAXROWS attributes of the CFOUTPUT tag to do this. Hatton On Nov 26, 2007 4:15 AM, Ali Majdzadeh [EMAIL PROTECTED] wrote: Hi: I'm trying to make a show dynamic data (dynamic table) using dw/cf8. I works fine but it shows data down the page while I

RE: quik components question

2007-11-26 Thread Scott Stewart
That makes sense... this was more of a late night brain fart. So I'll post to an action page and call what I need to from there... Thanks Dave -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703) 220-2835 http://www.sstwebworks.com

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
I'm reading through Programming Flex by Joey Latoun and I have to say, I don't like it much at all. I'm a complete beginner at Flex and by chapter 4 they were already deep into the technical aspects of Flex. I just don't think that it's written well at all. It makes me want to return it and get my

RE: image effects

2007-11-26 Thread Rick Faircloth
I understand... I like to pay a reasonable price for reasonable service. And I like to use as few technologies as possible just to keep thing simple. But there's something very wrong when even the demos on the page aren't demos, but facsimiles. I hope the developer is listening... Rick

RE: image effects

2007-11-26 Thread Andy Matthews
I'm not sure that Pete is on this list. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 8:53 AM To: CF-Talk Subject: RE: image effects I understand... I like to pay a reasonable price for reasonable service. And I like to use as few

OT:Flex image manipulator

2007-11-26 Thread Andy Matthews
Hey guys... Have any of you seen some sort of image manipulator for Flex? I'm just looking for really basic stuff like scaling and rotating (then saving). I have code for Javascript that does all of this, but a client wants to use Flash. So I want to show him a Flex version and a JS version and

RE: image effects

2007-11-26 Thread Rick Faircloth
He must not be as interested in supporting the community as the some of us in the community are interested in supporting him if he's not on this list... probably the main list for all CF. I can't imagine being a developer, especially a developer of products for sale, and not being on this list.

Re: image effects

2007-11-26 Thread Claude Schneegans
I can't imagine being a developer, especially a developer of products for sale, and not being on this list. Good point ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address:

Re: image effects

2007-11-26 Thread Todd
There are other communities other than just this list. The blogging community, the adobe forums, etc. Not everyone has every hour of the day to read cf-talk due to the sheer volume of emails it pumps out. I know I skim topics myself. Why don't you just email Pete yourself and ask him what's

RE: Showing dynamic data in two side by side groups

2007-11-26 Thread Bobby Hartsfield
Not sure what you mean by side by side... This? cfquery name=members datasource=test SELECT ID, firstName, lastName, email FROM Membership /cfquery table border=0 cellpadding=0 cellspacing=0 cfoutput query=members tr tdFirst Name/td td#firstName#/td /tr tr

RE: security and remote datasources

2007-11-26 Thread Dave Watts
Aren't there the same security risks when using SQL Server Management Studio Express to login to a remote SQL Server? I would think so, yes. Doesn't just about everyone use this when logging into a hosted SQL Server? I have no idea what goes on in the crazy world of shared hosting, and I

RE: image effects

2007-11-26 Thread Rick Faircloth
Hi, Todd... My remarks weren't meant to be a knock on Pete as much to express my surpise that someone with something to sell to the CF community as a whole, wouldn't be on every major list. I know this list is not the be all and end all of the CF community, but, if I had something to sell, I'd

RE: cfswitch in cf8

2007-11-26 Thread Brad Wood
In any case, I don't really care about the original topic. I was responding to your response to Sean, which I thought was off-base. You had very good things to say about general performance tuning. Unfortunately my reply to Sean was specifically in the context of the original thread so general

RE: image effects

2007-11-26 Thread Dave Watts
He must not be as interested in supporting the community as the some of us in the community are interested in supporting him if he's not on this list... probably the main list for all CF. I can't imagine being a developer, especially a developer of products for sale, and not being on

RE: Coldfusion 8 JDBC Driver ?

2007-11-26 Thread Dave Watts
We have recently built a new Linux Intranet server with Coldfusion 8 on it, but i am having problems with our Informix JDBC Driver on it. I have unpacked the driver to the server to the following path - /opt/Informix_JDBC_Driver_310/lib/ifxjdbc.jar I have then included that path in

Re: cfswitch in cf8

2007-11-26 Thread Brian Kotek
On Nov 26, 2007 11:14 AM, Brad Wood [EMAIL PROTECTED] wrote: If it helps, I did run the test originally for 10,000 iterations which, given my application, is a very realistic number to consider. While the comparison is less dramatic the cfswitch is still a full second slower which is

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Dave Watts
I'm reading through Programming Flex by Joey Latoun and I have to say, I don't like it much at all. I'm a complete beginner at Flex and by chapter 4 they were already deep into the technical aspects of Flex. I just don't think that it's written well at all. It makes me want to return it

ColdFusion 7 MX - Oracle Stored Proc Calls

2007-11-26 Thread Mike Garner
We've been experiencing this issue for some time and I thought I'd throw it out there to see if anyone else has had this problem. When a user logs into our site, we call an Oracle stored proc, which validates the login, and if success inserts an audit record. Occasionally we are seeing that

Re: image effects

2007-11-26 Thread Raymond Camden
I just want to +1 this. I read this list - but not very often. I try to keep an eye out for support requests for my products, but I can't monitor this VERY busy list all the time. Just as you might find it hard to believe he isn't here - I'd find it hard to believe you wouldn't just contact him.

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
Thanks Dave... I'll check those out. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 10:24 AM To: CF-Talk Subject: RE: Flex 2 books for CF/AS3 I'm reading through Programming Flex by Joey Latoun and I have to say, I don't like it much

RE: cfswitch in cf8

2007-11-26 Thread Dave Watts
If it helps, I did run the test originally for 10,000 iterations which, given my application, is a very realistic number to consider. While the comparison is less dramatic the cfswitch is still a full second slower which is significant enough to me not to use it in this specific

Coldfusion's founder - Brightcove.com

2007-11-26 Thread coldfusion . developer
All, I love the service that Brightcove.com has put together. However, we're not sure it's within our budget, does anyone know of a similar hosting/solution service with the viral distribution component? Thanks ~| Create

Re: Showing dynamic data in two side by side groups

2007-11-26 Thread Ali Majdzadeh
Not sure what you mean by side by side... This? cfquery name=members datasource=test SELECT ID, firstName, lastName, email FROM Membership /cfquery table border=0 cellpadding=0 cellspacing=0 cfoutput query=members tr tdFirst Name/td td#firstName#/td /tr tr

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
Dave... Is this the one you're talking about? http://www.adobepress.com/bookstore/product.asp?isbn=032142316X andy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 10:24 AM To: CF-Talk Subject: RE: Flex 2 books for CF/AS3 I'm reading

RE: cfswitch in cf8

2007-11-26 Thread Mark A Kruger
A bit off of this particular topic but this got me working with JavaCast( ) trying to influence the way CF handles the comparison operater. I wrote a blog post about it. http://www.coldfusionmuse.com/index.cfm/2007/11/26/javacast.iterations The summary is that fiddling with the way CF handles

Updating to Eclipse 3.3...

2007-11-26 Thread Andy Matthews
I currently use 3.2.2 and I'd like to upgrade to 3.3 so that I can start using the CF 8 debugger. But when I go to Help Software Updates Find Instal Current installs (or new features), I only see updates to the 3.2 branch. Is it possible to upgrade to 3.3 without uninstalling my current

Re: image effects

2007-11-26 Thread Dave l
He used to be on the list and and is a well respected guy which is why i forked out the cash for it. My comments weren't meant as a knock either, I just found it weird that his examples were using the component. When I get the time to mess with them and if I still have issue's I will contact

error caused by cfqueryparam inside cfif

2007-11-26 Thread Nicholas Vacek
Can anybody help me figure out this error? I'm struggling with a really confusing error. It occurs when I put a cfqueryparam tag nested inside a cfif tag. For example, here's a query: cfquery name=getRecords datasource=#Variables.datasource# SELECT * FROM TableName WHERE 0=0 cfif

Re: Flex 2 books for CF/AS3

2007-11-26 Thread Mike Chabot
Adobe Flex 2: Training from the Source is a good book to read. One of the authors of that book, James Talbot, also did the Adobe Flex 2 Rich Internet Applications DVD from Total Training. The DVD is a great way to get introduced to Flex. -Mike Chabot On Nov 26, 2007 1:54 PM, Andy Matthews [EMAIL

IE7 blocking CF Administrator 'browse' java applet

2007-11-26 Thread Ian Skinner
How can I get IE7 to stop protecting me from my CF administrator's evil attempts to allow me to browse the file system to set up mappings, ect. with Java applets. Thank You Ian ~| Download the latest ColdFusion 8 utilities

RE: error caused by cfqueryparam inside cfif

2007-11-26 Thread Ben Nadel
Get rid of the * in the SELECT *. Using CFQueryParam causes the structure to be cached. Then, if the underlying DB changes, the structure no longer applies, but since CF sees it as the same thing, weirdness ensues. In general get rid of all SELECT *'s in your code. They are evil and cause

Re: Updating to Eclipse 3.3...

2007-11-26 Thread Crow T. Robot
No need to uninstall at alljust install 3.3 to a new folder and copy your setting over. That way you have the best of both worlds - both installs are there for you if you need one or the other. On Nov 26, 2007 3:09 PM, Andy Matthews [EMAIL PROTECTED] wrote: I currently use 3.2.2 and I'd

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Dave Watts
Is this the one you're talking about? http://www.adobepress.com/bookstore/product.asp?isbn=032142316X Yes, that's it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington

RE: cfswitch in cf8

2007-11-26 Thread Brad Wood
Interesting-- Thanks for sharing. Sometimes I wish Adobe ColdFusion was open-source so one could easily compare your tests with what was really going on under the hood. ~Brad -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 2:01 PM To:

How good is cfreport?

2007-11-26 Thread Billy Cox
Does anyone have experience with outputting Crystal Reports using ColdFusion? We have a number of existing Crystal Reports that I would like to leverage if possible. I am also making a purchase decision between Blue Dragon Server JX and CF Server 8.0, so I want to know whether CF Server (cfreport

RE: Updating to Eclipse 3.3...

2007-11-26 Thread Dave Watts
I currently use 3.2.2 and I'd like to upgrade to 3.3 so that I can start using the CF 8 debugger. But when I go to Help Software Updates Find Instal Current installs (or new features), I only see updates to the 3.2 branch. I think it'll work fine with Eclipse 3.2. I don't think you can

Re: error caused by cfqueryparam inside cfif

2007-11-26 Thread Alan Rother
This is all I can think of... assuming you literally are using the boolean true and not some real code evaluation... cfif 1 AND fieldName = cfqueryparam value=#value# cfsqltype=cf_sql_integer / /cfif The thought behind this is that CF is mis interpreting true to be a variable name and not a

RE: IE7 blocking CF Administrator 'browse' java applet

2007-11-26 Thread Dave Watts
How can I get IE7 to stop protecting me from my CF administrator's evil attempts to allow me to browse the file system to set up mappings, ect. with Java applets. Add your CF Administrator URL to IE's Trusted Sites zone? I think that'll do it. Dave Watts, CTO, Fig Leaf Software

Re: error caused by cfqueryparam inside cfif

2007-11-26 Thread Claude Schneegans
What's going on?!? either in your code or some system code IMHO it is more like in the system code ;-/ -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

Re: error caused by cfqueryparam inside cfif

2007-11-26 Thread Barney Boisvert
What happens if you change the variable name used to populate the value attribute of CFQUERYPARAM? If that fixes it, my money would be on a variable leak in the CFIF implementation. cheers, barneyb On Nov 26, 2007 12:58 PM, Nicholas Vacek [EMAIL PROTECTED] wrote: Can anybody help me figure out

Re: IE7 blocking CF Administrator 'browse' java applet

2007-11-26 Thread Al Musella, DPM
First make sure you have java installed.. go to java.com and install the latest version.. If that doesn't work, go into IE's tool menu, then internet options, then advanced and allow the java stuff! At 05:03 PM 11/26/2007, you wrote: How can I get IE7 to stop protecting me from my CF

RE: error caused by cfqueryparam inside cfif

2007-11-26 Thread Brad Wood
Could the error be caused by scoping issues for the variables you using in the CFC? What scope is the variable value in, and is your cfif really evaluating the Boolean true, or is it a real cfif with a variable in there? If so, what scope is it in? Arguments? Variables? Local Scope (var)?

Oracle RAW(50) - string conversion

2007-11-26 Thread Matt Barfoot
When I cfquery a Oracle database row with a RAW column in it, it is returned as a ByteArray. If I view the column in a SQLNet client like Toad you see a string, probably hex I'm guessing. I'm wondering how I correctly detect it and convert it to a string afterwards? I want to avoid doing it

Re: CFLDAP and Sun One Directory Service

2007-11-26 Thread Steve Metzger
thanks, we'll try it out... otherwise we will filter with CF ~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now

RE: image effects

2007-11-26 Thread Rick Faircloth
What other major lists are there? I must be leading a *very* sheltered life. And I'm asking a serious question. I may be missing some other great resources for learning. (And helping when I can... but just coming from CF 4.5, I'm afraid I've little to offer. I do subscribe to CF Newbie just in

RE: image effects

2007-11-26 Thread Rick Faircloth
I'd find it hard to believe you wouldn't just contact him. Again, it's not a knock against Pete personally, I've never even communicated with him. I'm just not interested enough in the product to engage in a dialogue about it... too much to do. But am I (and Claude) the only one who finds it

RE: image effects

2007-11-26 Thread Dave Watts
What other major lists are there? None that I'm aware of. I'm fairly certain that most CF programmers don't subscribe to any CF list. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers

RE: image effects

2007-11-26 Thread Rick Faircloth
I'm surprised. This is such a valuable list, especially for those of us not so advanced, but I would assume that even advanced programmers would get good ideas, too. Rick -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 11:01 PM To:

Re: How good is cfreport?

2007-11-26 Thread David Mineer
I have been using crystal reports for years, but not with cfreport. I use an asp page to render the Crystal Report in a .pdf format. I pass the variables I need from coldfusion to the .asp page, which then calls the Crystal report, and exports it to .pdf, then displays the ..pdf to the user.

Re: image effects

2007-11-26 Thread Dave l
I come here just to pick on Will ;)~ I'm surprised. This is such a valuable list, especially for those of us not so advanced, but I would assume that even advanced programmers would get good ideas, too. Rick What other major lists are there? None that I'm aware of. I'm fairly certain