Re: 100% height and css

2005-11-09 Thread Mark Henderson
The only bug I've ever heard of that requires 100.1% (or rather 100.01) is a font sizing issue in IE [1]. If you want an element to stretch 100% of the height of the viewport, then you would *think* your approach would do it.. div#fullheight { height: 100%; } This will work when the bro

RE: removing trailing comma in CSV row

2005-11-09 Thread newsight
Hi Richard, you can also use my DataTypeConvert CFC. With it converts any data to CSV without thinking about commas. You can find the CFC on my Blog www.newsight.de or download it directy here http://download.newsight.de/com/DataTypeConvert.zip. Cheers, Artur -Original Message- From: R

Re: 100% height and css

2005-11-09 Thread Ray Champagne
'aight. dave wrote: > once u get it its easy though, look at > http://www.elkhornflyrods.com/store/index.cfm, its not a layout like you want > but the middle section stretches like u want. > > I will email you something off list as well. > > ~Dave the disruptor~ > "Some people just don't appre

Re: 100% height and css

2005-11-09 Thread dave
once u get it its easy though, look at http://www.elkhornflyrods.com/store/index.cfm, its not a layout like you want but the middle section stretches like u want. I will email you something off list as well. ~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense

Re: 100% height and css

2005-11-09 Thread Ray Champagne
I've been messing with various versions of that all night long. Nothing seems to be working. Seems to me I've been reading that I need to make sure that the html and body declarations be set to 100% as well as the containers you'd like to be at 100%. No matter what I try, except for setting a

re: 100% height and css

2005-11-09 Thread dave
100% should be like 100.1% (thank good old uncompliant billyboy for that 1 with most of the rest too) or make the div with this height: auto; ~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time."

Re: 100% height and css

2005-11-09 Thread Ray Champagne
BTW, if it helps, here is a rather lame-ass design that I'm using to learn with: http://wagtailweb.com/rvr/csstemplate.html Ray Ray Champagne wrote: > Okay, I've looked all over the place, and can't find my answers. > > I am going forward with my complete css layout ambitions, and already, I

100% height and css

2005-11-09 Thread Ray Champagne
Okay, I've looked all over the place, and can't find my answers. I am going forward with my complete css layout ambitions, and already, I can see why css doesn't catch on. It's frustrating! I want to make a fixed with (770 px), center-aligned, 3 column site that looks like so: ---

RE: RegEx help

2005-11-09 Thread r_pringle
Hi Taco, Thanks so much for the help. Your input is greatly appreciated. Randy... -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 10:49 PM To: CF-Talk Subject: RE: RegEx help Try this reReplaceNoCase( string, 'src=".*?/([a-z]+\.[a-z]{3,})

RE: Open source shopping cart

2005-11-09 Thread dave
most of that sounds good but some of it is a bit over the top. If you make it 00 then it will alienate a good majority of users, needs to be simple enough that the average user can modify it. Some of the xml stuff is over most peoples heads, maybe we could end up with 2 versions and the 2nd can b

RE: Open source shopping cart

2005-11-09 Thread Andy
Here are my thoughts: 1. OO 2. Design to be extended without taking out of upgrade path(pre & post processing steps) 3. Provide DLL's 4. XML in and out with appropriate XSD's 5. Sample HTML and/or XSLT with CSS that can be used as a base Starting with someone elses data model is like startin

Re: ReReplace Strange Crap in mySQL Text Field

2005-11-09 Thread Barney Boisvert
REreplace is a CF function, not a MySQL function, which is why you're getting the error. MySQL has a 'replace' function though. Something like this should work: UPDATE myDATE SET textfield = replace(textfield, "Õ","'") Rip out part of the table into a temp table to test against so you can ens

RE: Open source shopping cart

2005-11-09 Thread Andy
I've just registered as well. Now how to harness all of this energy -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 4:20 PM To: CF-Talk Subject: Open source shopping cart OK a change to my last post. I have now created a new "Open Projec

ReReplace Strange Crap in mySQL Text Field

2005-11-09 Thread Les Mizzell
I've been handed a mySQL database with weird stuff in some text fields: Õ instead of ' - for example or things like ÒSet For LifeÓ for left and right quotes I'd like to run a query and remove all these using rereplace, but a test query like the below is returning an error UPDATE my

RE: cf shopping cart

2005-11-09 Thread Andy
Sorry, I am in the process of setting up the project on CFOPEN. I've been waiting for a week for approval. When I get it, I'll post back to this list. Andy -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 4:21 AM To: CF-Talk Subject: cf shopp

Re: i18n best practice - multiple lang, multiple labels

2005-11-09 Thread Claude Schneegans
>>as you probably already know i don't think using a bunch of 's is the way to go. managing these is going to get messier & messier. Exact, and especially if you need to pass the text to someone to translate, and who likely does know about CF syntax. Better use a simple text file, which can be ed

Re: Open source shopping cart

2005-11-09 Thread dave
well i hope their links actually work on the cart, nothing better than trying to click on the more info link and no link is there. ~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time." ---

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
http://www.cartfusion.com/ That showed up in my google ads. :-) On 11/9/05, Mike | NZSolutions Ltd <[EMAIL PROTECTED]> wrote: > > Well... Probably a very good time to consider what the extent of the app > will include. > > Personally, the ability to manage both the backend (orders) and the > fron

RE: Open source shopping cart

2005-11-09 Thread Mike | NZSolutions Ltd
Well... Probably a very good time to consider what the extent of the app will include. Personally, the ability to manage both the backend (orders) and the frontend store (including cart) would be pretty cool. mike -Original Message- From: John C. Bland II [mailto:[EMAIL PROTECTED] Sent:

Re: i18n best practice - multiple lang, multiple labels

2005-11-09 Thread Paul Hastings
Matthew Walker wrote: > There's a tool around for editing Java resource bundles, but I don't > think it's real pretty. if you mean rbManager, it's plenty fine but there are several others out there (like http://www.cantamen.de/i18nedit.php?lang=en). if you mean jason's rbMan app, it's not bad fo

Re: Open source shopping cart

2005-11-09 Thread dave
www.jamwerx.com/cfcart/cf_opencart.sql there is the db scheme, anyone want to look at it and take a go at the sql model? ~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time."

Re: i18n best practice - multiple lang, multiple labels

2005-11-09 Thread Paul Hastings
Duncan wrote: > what concerns me about a Java RB (or any RB) is how we would expose that to > our clients to allow them to make their own labels. Is there an established > web app available to deal with this problem? they'd just use rbManager & you'd "manage" the rb files. no, there's nothing "es

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
Ahh...for whatever reason I thought we were only doing the shopping cart...not a full open source store. :-) Gotta change my mindset now... On 11/9/05, Mike | NZSolutions Ltd <[EMAIL PROTECTED]> wrote: > > http://www.oscommerce.com - a very good php model. I have emailed the db > schema to dave to

Re: i18n best practice - multiple lang, multiple labels

2005-11-09 Thread Paul Hastings
Duncan wrote: > Would we be able to handle this with resource bundles? If so how would it be > managed by the client? Would we be better to do it with a database somehow? yes. icu4j's rbManager. no. ~| Logware (www.logware.us): a

Re: i18n best practice - multiple lang, multiple labels

2005-11-09 Thread Paul Hastings
Matthew Walker wrote: > A "resource bundle" could be as simple or sophisticated as you want. I > generally just make one CFM file for each language that assigns values > to a bunch of well-named variables. Using the resource bundle is simply > a matter of CFINCLUDEing the appropriate file. Alternat

RE: Open source shopping cart

2005-11-09 Thread Mike | NZSolutions Ltd
http://www.oscommerce.com - a very good php model. I have emailed the db schema to dave to have a look at - a possible good starting point for the db design. mike -Original Message- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 November 2005 4:22 p.m. To: CF-Talk Subject:

Re: Open source shopping cart

2005-11-09 Thread dave
I have heard several ppl say that the db scheme from oscommerce is pretty good, so maybe we should start with getting the db done. So we will need a decent db person to head this up. Also I know that a lot of people will want sql server buy since it's goinbg to be open source I think we should us

RE: Open source shopping cart

2005-11-09 Thread dave
its ok if your skills arent up to task because we will have to have a few of the "pros" go thru and clean it all up. ~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time." From: "Mark

Re: ColdFusion MX CFLDAP NullPointerException bug

2005-11-09 Thread Aaron Rouse
Thanks, we have authentication issues sometimes, it is completely random. Where we also have big issues is getting CFLDAP in MX(works find in CF5) to return things like large record sets. Today I was looking at one that on the CF5 server always returns 6200 records, on the MX it will return 3300-36

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
Yeah, I can understand leaving some folks out. I'm still leaning towards OO just maybe not as strong. Either way I'm down. I've built several carts but don't have near enough time to champion this one, not like I'd want. I'd love to work on the cfc(s). -- John C. Bland II "I do what I can do when

custom tag + cfqueryparam

2005-11-09 Thread John C. Bland II
Is there any way to trick cfqueryparam to working in a custom tag for querying? select * from blah where bb = <./cf_query...> It spits at me right now so I had to nix it for now. -- John C. Bland II "I do what I can do when I can do it." - Chris Tucker, Money Talks http://www.gotoandstop.org

Re: ColdFusion MX CFLDAP NullPointerException bug

2005-11-09 Thread Douglas Knudsen
we have issues with CFLDAP also. We are 99% they have to do with the LDAP server. THe issues are timeout related. I wrote my own LDAP auth code in Java and tested that instead of CF's CFLDAP and got the same time out issues. Maybe you will have better luck. how your LDAP is used will vary, but

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
I downloaded it, installed it, but didn't take the time to implement (no time to blog anyway, lol). Maybe that's a good start. On 11/9/05, Mike | NZSolutions Ltd <[EMAIL PROTECTED]> wrote: > > In terms of site structure/architecture - I love how easy it is to > update/modify raymond camden's blog

RE: Sending Faxes through Cold Fusion

2005-11-09 Thread Justin D. Scott
I'll second the fax by e-mail method... Works like a charm! -Justin > -Original Message- > From: John C. Bland II [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 09, 2005 9:38 PM > To: CF-Talk > Subject: Re: Sending Faxes through Cold Fusion > > If you grab an fax service where

RE: Open source shopping cart

2005-11-09 Thread Mike | NZSolutions Ltd
In terms of site structure/architecture - I love how easy it is to update/modify raymond camden's blog app. It took even me (your lowest common denominator!) a very small amount of time to adapt the app to my shared hosting environment and modify the css settings. -Original Message- From:

RE: Open source shopping cart

2005-11-09 Thread Mark Fuqua
Hey guys, I would love to help, but I don't think my coding skills are up to the task. I could help with documentation and planning though. I would suggest you start by finding a PHP open source shopping cart that has the structure and features you want. That way at least everyone knows what th

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
Real slow in Arizona. Could be me or my area but its pretty bad. -- John C. Bland II "I do what I can do when I can do it." - Chris Tucker, Money Talks http://www.gotoandstop.org - Home of FMUG.az ~| Logware (www.logware.us): a

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
Mike, I'm 100% about look and feel (not doing it, just it being done right). I believe this is as big as almost anything. If its 100% XHTML+CSS it'll be simple for developers to come in and skin it accordingly. Easy css class names and element names are a + as well. ~~

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
Mike, I'm 100% about look and feel (not doing it, just it being done right). I believe this is as big as almost anything. If its 100% XHTML+CSS it'll be simple for developers to come in and skin it accordingly. Easy css class names and element names are a + as well. On 11/9/05, Mike | NZSolutions

RE: Open source shopping cart

2005-11-09 Thread Tim Laureska
Not slow in U.S.A. -Original Message- From: Mike | NZSolutions Ltd [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 10:14 PM To: CF-Talk Subject: RE: Open source shopping cart Yes, the forum is incredibly slow here in NZ. How are others finding it? I agree, go > 6 (or >=6).

Re: Open source shopping cart

2005-11-09 Thread dave
yeah connie was a jem. he's lucky i didnt sue his ass off! I think it should be with cfc's but I'd hesitate to use 00 because that will scare a lot of people off, if they user wants to make it 00 then it should be easy to modify though, same with frame works, I wouldnt think we should make i

RE: Open source shopping cart

2005-11-09 Thread Mike | NZSolutions Ltd
Yes, the forum is incredibly slow here in NZ. How are others finding it? I agree, go > 6 (or >=6). Cfc's usage will be a must. I would love to help with the asthetics (aeshtetics, aesthetics) - the look and feel of the app !! mike -Original Message- From: John C. Bland II [mailto:[EMAIL

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
Connie left quite an impression on this list huh? Interesting... Yeah, that sounds good. I tried registering for the forum but it kicked back an error to me when trying to login. It seems pretty slow too. Maybe the cross-continent thing is the prob. So, what's the structure we're looking at here?

Re: Open source shopping cart

2005-11-09 Thread dave
howz about connie? HAHA jk, can you imagine that one I work a lot too but if we all take like 1 task apiece it wont be much time, maybe a few hours each. For ex: say you are in charge of user registration, big whoopy, a few hours and you've done your part and if you want to contribute more

Re: Sending Faxes through Cold Fusion

2005-11-09 Thread Jerry Johnson
Combine the ability for CF to generate PDF files and email them with a fax server that watches an email folder and sends faxes from the attcahments. Check out Black Ice for a simple example. http://www.blackice.com/Fax%20Server/Email%20Faxing%20Client.htm On 11/9/05, Stephen Cassady <[EMAIL PROT

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
Who's the champion (project lead) on this one? On 11/9/05, Mike | NZSolutions Ltd <[EMAIL PROTECTED]> wrote: > > I'm onboard too! Am hoping there is some part of this project I can > provide assistance. > > mike > > -Original Message- > From: dave [mailto:[EMAIL PROTECTED] > Sent: Thursday

Re: Sending Faxes through Cold Fusion

2005-11-09 Thread John C. Bland II
If you grab an fax service where you can fax by sending an email you just create an email and send it to the fax #'s email addy. eFax I know does this. On 11/9/05, Stephen Cassady <[EMAIL PROTECTED]> wrote: > > Hey all - > > I have a situation where I need to replace a current application (a web

Sending Faxes through Cold Fusion

2005-11-09 Thread Stephen Cassady
Hey all - I have a situation where I need to replace a current application (a web system that runs .exe for each requested page!) with CF. Everything is good except for one item: I need the ability to send a fax from CF. Does anybody have some suggestions or links that would assist in sending a

Re: Open source shopping cart

2005-11-09 Thread John C. Bland II
You can count me in as well. We also have Gemini by Countersoft installed (not licensed yet; will do in the next week or so) which we could all use to track bugs and what-not. I am busy (60+ hours/week seriously) so I don't have a ton of time but I can put in maybe 5 to 10 hours a week (maybe). (

RE: Open source shopping cart

2005-11-09 Thread Tim Laureska
I'll help... ain't the most experienced but will help however - hope to learn from the experience Tim -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 9:03 PM To: CF-Talk Subject: re: Open source shopping cart I'm on board and hopefully some of

RE: Open source shopping cart

2005-11-09 Thread Mike | NZSolutions Ltd
I'm onboard too! Am hoping there is some part of this project I can provide assistance. mike -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 November 2005 3:03 p.m. To: CF-Talk Subject: re: Open source shopping cart I'm on board and hopefully some of these pp

RE: ColdFusion MX CFLDAP NullPointerException bug

2005-11-09 Thread Dave Watts
> I hit the CLDAP NullPointerException bug with ColdFusion MX > 6.1 (with Updater): > > > /threadid:1283> > > I am running ColdFusion for J2EE with JVM 1.4.2_09 and I can

RE: cfinclude from a template, or onRequestStart?

2005-11-09 Thread dave
Well there is obviously good and bad to doing it either way. The worse thing so far for me is that some pages I dont want the header and footer or like when using a text editor it tries to load the header and footer into the textarea. But both of those are easily solved by chucking an app.cfc/cf

re: Open source shopping cart

2005-11-09 Thread dave
I'm on board and hopefully some of these ppl will get off their collective butts and chip in this time. Shouldn't take long if everyone takes a task and just gets it done. Would be cool if we did a new project every month and would help out the community a lot. Now if we can only get ppl to follo

Re: Embedding Password question...

2005-11-09 Thread James Holmes
When sharing hosting on a less-than-secure server, I enhanced the security of the passwords in my source code by writing simple java classes that return the password hardcoded within. The classes were written so that they would only run in code calling them from the correct directory on the server

RE: Embedding Password question...

2005-11-09 Thread Dawson, Michael
I just entered a feature enhancement for this. (I have been sitting on this task for too long and, when I saw your thread, I thought it was finally time.) "Similar to storing CFQUERY datasource connections in the ColdFusion Administrator, I would like the ability to store usernames/passwords for

Re: Embedding Password question...

2005-11-09 Thread Charles E. Heizer
Thanks! I was afraid that was what I was going to need to do. - Charles On Nov 9, 2005, at 1:55 PM, Alan Rother wrote: > We had a similar concern sometime back, we solved it by placing the > user > name and password in an ini file that required high level > permissions to > access. We then r

Re: Fist try at an async gateway

2005-11-09 Thread Sean Corfield
Is this on CF Enterprise or on CF Developer? The async g/w on Developer only processes one request at a time hence it would appear to be serial execution. On 11/9/05, Ian Skinner <[EMAIL PROTECTED]> wrote: > I've created an async gateway that is supposed to do some processing that may > take a f

RE: Query of Queries Subquery

2005-11-09 Thread Matthew Walker
Is cstSpecialZip another query record set? How about... SELECT* FROM OOrder Where zip IN () In case you're wondering, the "0" will catch empty record set cases (I'm assuming zip is an integer field). -Original Message- From: Lee [mailto:[EMAIL PROTECTED] Sent: Thur

RE: Query of Queries Subquery

2005-11-09 Thread Adrian Lynch
Or, just had a thought, make the the sub query dynamic SELECT Zip FROM UPS SELECT* FROM OOrder Where zip IN (#ValueList(OOrder.Zip)#) You might want to allow for no records though. Ade -Original Message- From: Bobby Hartsfield [mailto:[E

RE: Query of Queries Subquery

2005-11-09 Thread Bobby Hartsfield
Sad but true... You'll have to run a third QoQ to filter it. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 5:23 PM To: CF-Talk Subject: RE: Query of Queries Subque

RE: Query of Queries Subquery

2005-11-09 Thread Adrian Lynch
You can't do sub queries in Q of Q. Ade -Original Message- From: Lee [mailto:[EMAIL PROTECTED] Sent: 09 November 2005 22:15 To: CF-Talk Subject: Query of Queries Subquery I'm having trouble doing a subquery using a query of queries. Is this even possible or am I doing something wrong.

RE: preventing multiple form submissions

2005-11-09 Thread Bobby Hartsfield
Store the cgi.remoate_addr and the current date/time in a database. It should be easy to go from there. If you don’t want to do that... you can try something like this... http://acoderslife.com/downloads/bhcaptcha/ ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Ori

Re: Query of Queries Subquery

2005-11-09 Thread Barney Boisvert
QofQ doesn't support subqueries. cheers, barneyb On 11/9/05, Lee <[EMAIL PROTECTED]> wrote: > I'm having trouble doing a subquery using a query of > queries. Is this even possible or am I doing something > wrong. I have the simplified code below. Thanks. > > > > SELECTZip > FROM UPS

Open source shopping cart

2005-11-09 Thread Snake
OK a change to my last post. I have now created a new "Open Projects" category in the forums, and the shopping cart forum is now in here. For those that want to be involved, please come and register at www.cfdeveloper.co.uk and post in the main cf_shoppingcart, and we will get things moving. --

Query of Queries Subquery

2005-11-09 Thread Lee
I'm having trouble doing a subquery using a query of queries. Is this even possible or am I doing something wrong. I have the simplified code below. Thanks. SELECTZip FROM UPS SELECT* FROM OOrder Where zip IN (Select Zip from cstSpecialZip) ~~~

Re: Server Processes

2005-11-09 Thread Michael Dinowitz
long running code? Have you turned on logging for long templates and checked the logs for timeouts, errors or excessive wait times? >I have a site thats eating up server processes! Any idea on what coul be > causing this??? > > > > Aldon > > > ~~

Re: Fist try at an async gateway

2005-11-09 Thread Michael Dinowitz
Have you tried it without waiting for a status result? Also, the question has to do with the code within the async process, not the code calling it. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket ap

Re: Embedding Password question...

2005-11-09 Thread Alan Rother
We had a similar concern sometime back, we solved it by placing the user name and password in an ini file that required high level permissions to access. We then read the ini file on the applicationStart and store the value in application memory. You can further complicate this by encrypting the us

Re: reload Java classes

2005-11-09 Thread Jeff S
>Gah! And a thousand coises! > >Thanks, >George > >On 11/9/05, Douglas Knudsen <[EMAIL PROTECTED]> wrote: >> This topic seems to come up often with no solution that I've seen. I have the same situation and spent quite a bit of time reading articles written by people that claim it's possible in

RE: Fist try at an async gateway

2005-11-09 Thread Ian Skinner
I'd look at the code to see if there's something in it causing it to operate in serial. I've got a number of parallel processes going and they have no contact with each other at all. If you have a lock, a cftransaction or anything else which can stop the parallel processing of your code, you'll

Re: qForm issue

2005-11-09 Thread Claude Schneegans
>>document.getElementById(id).style.display = "table-row"; Hmmm, the display argument in a style should be one of "inline" "block" or "none" I think. I get the same error message with wrong values for display. -- ___ REUSE CODE! Use custom tags; See http://

Re: project progression holding up other projects

2005-11-09 Thread Robert Munn
Multiple checkout. Different systems deal with it different ways. VSS sipmly allows multiple checkout, which means that if I have a file checked out you can come along and check it out as well, and any conflicts have to be resolved before check-in. I'm at a new job where we use Perforce, and it

Re: Difficult Sort - Theory

2005-11-09 Thread John C. Bland II
I forgot this is MySQL. My bad... On 11/9/05, Les Mizzell <[EMAIL PROTECTED]> wrote: > > > MySQL doens't have view support until 5.0, and that's only been out > > for a few weeks, > > Once I saw the data I had to work with, and the 3857 different ways the > client wanted to search/sort, I was achi

Re: Email a pdf as attachment at regular interval

2005-11-09 Thread Tim Claremont
Do I have to manually run the CFR page and do a file/save as from the resultant PDF, or can I automate that part of the process as well so there is no user intervention required in the process? ~| Discover CFTicket - The leading

Re: Email a pdf as attachment at regular interval

2005-11-09 Thread Bryan Stevenson
1) scheduled task to run the file that send the mail every hour 2) yes generate and save the PDF before mailing 3) attach using the family of cfmail tags (it's all in the help files) HTH Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. pho

Embedding Password question...

2005-11-09 Thread Charles E. Heizer
Hello, I have a concern about embedding a password in my site. I have a site which uses two LDAP accounts for displying and editing the site contents which are stored in LDAP. So my issue is that I'm storing a password in one of my cfc files which is using an account(Service Type Account) an

Re: ColdFusion MX CFLDAP NullPointerException bug

2005-11-09 Thread Aaron Rouse
I would not mind seeing an example of that. We have certainy had our fair share of LDAP issues since upgrading to 6.1 from 5.0 On 11/9/05, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > > workaround? write your LDAP call in Java...a bit of work but not too > terribly difficult. > > DK > >

project progression holding up other projects

2005-11-09 Thread Duncan
I have a bit of a problem with a team of developers. Its a new company and somewhat of a new problem. We use VSS to do the basic functions of checking out files, and developers keep them checked out until the file and changes in question are in production. This has obvious problems - if another pr

Email a pdf as attachment at regular interval

2005-11-09 Thread Claremont, Timothy
I have a cfr report (pdf is the result) that I would like to automatically generate and email once per month to two people. How do I attach the pdf as an attachment? Do I need to generate the pdf and save it as a file and then attach it as an email, or can I generate and email at the same time? **

Re: ColdFusion MX CFLDAP NullPointerException bug

2005-11-09 Thread Douglas Knudsen
there were issues with CFLDAP and JVM versions. For certain, CFLDAP does not work with 1.4.2_07.look like not _09 either. workaround? write your LDAP call in Java...a bit of work but not too terribly difficult. DK On 11/9/05, wolf2k5 <[EMAIL PROTECTED]> wrote: > Hi all, > > I hit the CLDAP

Re: Fist try at an async gateway

2005-11-09 Thread Michael Dinowitz
I'd look at the code to see if there's something in it causing it to operate in serial. I've got a number of parallel processes going and they have no contact with each other at all. If you have a lock, a cftransaction or anything else which can stop the parallel processing of your code, you'll

ColdFusion MX CFLDAP NullPointerException bug

2005-11-09 Thread wolf2k5
Hi all, I hit the CLDAP NullPointerException bug with ColdFusion MX 6.1 (with Updater): I am running ColdFusion for J2EE with JVM 1.4.2_09 and I cannot rever

Server Processes

2005-11-09 Thread Aldon Moore
I have a site thats eating up server processes! Any idea on what coul be causing this??? Aldon ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view

Fist try at an async gateway

2005-11-09 Thread Ian Skinner
I've created an async gateway that is supposed to do some processing that may take a few seconds and send out an e-mail with the results. My hope of using an async gateway was that I could fire off several requests that each would process there data and return a result. The problem I'm having

Re: removing trailing comma in CSV row

2005-11-09 Thread Sean Corfield
On 11/9/05, Richard Colman <[EMAIL PROTECTED]> wrote: > I am trying to build lines of CSV data. However, I don't know exactly how to > get rid of the LAST comma in the line. There's an easy solution that involves thinking differently about the list you're outputting: Instead of worrying about rem

RE: removing trailing comma in CSV row

2005-11-09 Thread Andy Matthews
Ooops... Forgot my closing . Change this line: #score#, to this line: #score#, -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 1:48 PM To: CF-Talk Subject: RE: removing trailing comma in CSV row #spdinput_id#, #score#, -Or

Re: removing trailing comma in CSV row

2005-11-09 Thread John Paul Ashenfelter
How about just using one of the queryToCSV functions from CFlib http://www.cflib.org/udf.cfm?ID=556 http://www.cflib.org/udf.cfm?ID=1197 so you don't have to reinvent the wheel :) On 11/9/05, Richard Colman <[EMAIL PROTECTED]> wrote: > I am trying to build lines of CSV data. However, I don't kno

RE: removing trailing comma in CSV row

2005-11-09 Thread Andy Matthews
#spdinput_id#, #score#, -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 12:42 PM To: CF-Talk Subject: removing trailing comma in CSV row I am trying to build lines of CSV data. However, I don't know exactly how to get rid of the L

RE: cfinclude from a template, or onRequestStart?

2005-11-09 Thread Matthew Walker
> I don't see why you couldn't or wouldn't Well you certainly could, although I wouldn't. It is the kind of thing that may not be a problem now but could be a hassle later. As you describe in your first paragraph below, it's a hassle when suddenly you *don't* want that template wrapped around your

Re: removing trailing comma in CSV row

2005-11-09 Thread Charlie Griefer
i'd still vote for listAppend(), since that's effectively what you're doing. set an empty variable, and then rather than outputting it with a literal comma following it, call a listAppend() function. On 11/9/05, ColdFusion Developer <[EMAIL PROTECTED]> wrote: > What you can do rather than trying

RE: removing trailing comma in CSV row

2005-11-09 Thread ColdFusion Developer
What you can do rather than trying to delete the Last comma is simple: In your CFLOOP, change your #score#, line to: #score#, This way when you loop over the items and reached the Last one, it will NOT put the comma into the CSV file. -Original Message- From: Richard Colman [mailto:[

Re: what do you use instead of cfx_openimage?

2005-11-09 Thread cftalk
I got the price wrong in this message last Friday. The personal version is $49 not $75. -- CrystalM > Many people use our tag, cfx_imagecr3. > Some hosts install it on all their servers. > > Efflare ImageCR 3 > http://efflare.com/products/cfx_imagecr > > $75 personal license > http:/

RE: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Jim Davis
> -Original Message- > From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 09, 2005 11:38 AM > To: CF-Talk > Subject: OT: Tools to convert old Ami Pro v3 documents? > > Sorry for the slightly off-topic post, but I've got a client who's trying > to > convert a bun

Re: capture rendered HTML to an image

2005-11-09 Thread cftalk
The last example on this page shows how to use ImageCR with our free cfx_url2bmp tag to create website screenshots. http://efflare.com/docs/CFX_ImageCR3/reference/examples/index.html#Website%20Screenshot We will be expanding on this in the future. -- CrystalM > Efflares ImageCR does website s

Re: qForm issue

2005-11-09 Thread Asim Manzur
Actually I've added these three lines. var id = this.obj.name + "1"; document.getElementById(id).style.visibility = "visible"; document.getElementById(id).style.display = "table-row"; I've added the right under the row where the form field is and put the visibility=hidden. so, what I was trying

Re: Generate PPT slides from CF

2005-11-09 Thread George Abraham
If you are ready to risk Automation of Office components on your server using CF, then I do have some code that might help you. Email me offline and I can send it to you. Or you could look at the code at CFcomet: http://cfregex.com/cfcomet/. Regards, George On 11/9/05, John Paul Ashenfelter <[EMA

Re: removing trailing comma in CSV row

2005-11-09 Thread Charlie Griefer
use listAppend() #score# if you don't want to change your logic, you can still set it to a variable and use the left() function. #left(score, len(score)-1)# On 11/9/05, Richard Colman <[EMAIL PROTECTED]> wrote: > I am trying to build lines of CSV data. However, I don't know exactly how to >

Re: removing trailing comma in CSV row

2005-11-09 Thread Marty Johll
do a left(string, len(string) - 1) On 11/9/05, Richard Colman <[EMAIL PROTECTED]> wrote: > > I am trying to build lines of CSV data. However, I don't know exactly how > to > get rid of the LAST comma in the line. > > > > Here is the result: > > > > 42, 0,0.9,0,-0.1,0.8,0,1.2,0.1,0.1,1.5,0.3,0,1.

encrypt + file append + decrypt

2005-11-09 Thread Kerry
okay, been looking at this for a while now, cant see why its not working, suggestions appreciated! #URLDecode(decrypt(filconten

  1   2   >