Re: CRUD Generator

2005-11-09 Thread John C. Bland II
lol. Great reply. :-) Thx Barney! On 11/9/05, Barney Boisvert [EMAIL PROTECTED] wrote: Based on my experience building custom, app-specific generators, what I've liked, disliked, and considered... A generator should be able to be rerun at arbitrary times and update the CRUD part without

RE: Having a mulit-instance service run under a specific service.

2005-11-09 Thread Andrew Stevens
You can definitely run the services using any user. I'd check the user has 'full access' to all files and folders from X:\JRun4\Servername\ and down. That's overkill on the permissions but you get the drift. Also have a look in the log files, or start the server instance in console mode to see

Re: CRUD Generator

2005-11-09 Thread John C. Bland II
lol. Great reply. :-) -- 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 new and convenient web-based time tracking

capture rendered HTML to an image

2005-11-09 Thread Nando
Hi all, I'm looking for an approach that's not too complex to implement to capture rendered HTML to a Jpeg. The idea is to create a thumbnail gallery for templates in an automated fashion. Using cfdocument and outputting to a jpeg would be perfect, but cfdocument only outputs to PDF and

Re: CRUD Generator

2005-11-09 Thread Nando
Barney, Sounds like it's almost ready! On 11/9/05, Barney Boisvert [EMAIL PROTECTED] wrote: Based on my experience building custom, app-specific generators, what I've liked, disliked, and considered... A generator should be able to be rerun at arbitrary times and update the CRUD part

Re: CRUD Generator

2005-11-09 Thread Thomas Chiverton
On Wednesday 09 November 2005 07:02, Barney Boisvert wrote: Based on my experience building custom, app-specific generators, what So you're gonna have this rolled out by, say, Friday ? :-) -- Tom Chiverton Advanced ColdFusion Programmer

Re: CRUD Generator

2005-11-09 Thread John C. Bland II
2007...no specific day...just '07. j/k On 11/9/05, Thomas Chiverton [EMAIL PROTECTED] wrote: On Wednesday 09 November 2005 07:02, Barney Boisvert wrote: Based on my experience building custom, app-specific generators, what So you're gonna have this rolled out by, say, Friday ? :-) --

cf shopping cart

2005-11-09 Thread dave
So whatever happened to our open source cfm shopping cart? Has it already been ditched? ~Dave the disruptor~ Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time. ~| Find out

RE: cfinclude from a template, or onRequestStart?

2005-11-09 Thread dave
He's not saying to but the actual html in the app.cfc file he's saying put the include. And I don't see why you couldn't or wouldn't. I'm doing it on a current site and other than a few hair pulls it works great. The main problem is that if you have a page you don't want it on then you got a

RE: cf shopping cart

2005-11-09 Thread Snake
Well I did offer some space on CFDeveloper for it, but no-one was interested. Just another good idea that never happens I guess. -- Snake -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: 09 November 2005 10:21 To: CF-Talk Subject: cf shopping cart So whatever happened to

RE: ColdFusion Reseller Accounts

2005-11-09 Thread Snake
Anne, Resellers can set their own currency symbol, so you can charge your customers in $, YEN, or whatever you like. Russ -Original Message- From: Anne Girardeau [mailto:[EMAIL PROTECTED] Sent: 08 November 2005 23:48 To: CF-Talk Subject: Re: ColdFusion Reseller Accounts Russ, that is

CFFTP and CFDIRECTORY

2005-11-09 Thread Dave Ashworth
once I have made a connection using CFFTP, how would I then use that to run a CFDirectory operation so that I can then run a CFFile operation, read the contents of the files and then delete said files? so far I have tried with no luck: cfftp connection=this_bounceback_list action=open

Re: Difficult Sort - Theory

2005-11-09 Thread Les Mizzell
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 aching to be able to use views! Certainly would have simplified the process! -- --- Les

RE: CFFTP and CFDIRECTORY

2005-11-09 Thread ColdFusion Developer
You can not use the CFDirectory base don the connection. You have to use the CFFTP ACTION=LISTDIR and then use that information. To read a File from the FTP, you will have to download The file to the local server then read it. Such as: CFFTP ACTION=GETFILE Then use CFFILE ACTION=READ

Re: PERL form email with attachment?

2005-11-09 Thread Thomas Chiverton
On Monday 07 November 2005 19:25, Burns, John D wrote: Anyone have a simple script laying around to do this or could some write one out real quick? If not, no biggy. Just trying to prove how much

SESSION or not to SESSION

2005-11-09 Thread Morgan Leecy
I am developing a dataing site for a friend, and it looks pretty good, and working really well.. I expected to be able to have time to upgrade as time went on and members went up, but my 'friend' has just bought the member list from a another dating site which is closing down, so all of a

Re: SESSION or not to SESSION

2005-11-09 Thread Charlie Griefer
unless you're explicitly passing CFID and CFTOKEN variables from page to page...session variables rely on cookies. (i know that's not answering the question you posed...but something to take into consideration if you're truly that concerned about using cookies. FWIW, if your site requires a

Generate PPT slides from CF

2005-11-09 Thread Burns, John D
I'm trying to generate PPT slides from CF and I'm running into some difficulty. I've got some reports that users can run whenever they're like and the display in HTML by default. On one report, we put a Powerpoint button that spits out the same HTML and just specifies the filename as .ppt and

Re: SESSION or not to SESSION

2005-11-09 Thread Robert Everland III
I would reevaluate the session variables you have and see what variables never change between users. I would then take those variables and move them to the application scope. Any functions you are using I would move to the application scope. I would NOT use client variables. The biggest

RE: SESSION or not to SESSION

2005-11-09 Thread Burns, John D
It may help if someone can answer this question: How much memory does it really take to store a single session. How much can you store in the single session to know you're safe with this sort of issue? Anyone have any numbers for this sort of thing? Obviously, each application is different, but

Re: SESSION or not to SESSION

2005-11-09 Thread Ken Ferguson
I'll go along with this sentiment. Use session variables when you need them, but put what you can into the applicaiton and request scopes. RAM is cheap. --Ferg Robert Everland III wrote: I would reevaluate the session variables you have and see what variables never change between users. I

RE: Spaces in cfexecute on Windows machine

2005-11-09 Thread Adrian Showater
Thanks for the help. The escaped double-quotes did the trick. Adrian Showalter Software Developer Holmes BizNet www.HolmesBizNet.com http://www.HolmesBizNet.com 330.893.3901 ext 102 ~| Logware

reload Java classes

2005-11-09 Thread George Abraham
All, Before I give up on this (since I have searched the Interweb and have not got any solutions), I wanted to ask the people on the list about this. I have a Java program that is currently under development and I call Java class using the cfobject tag. I am having to restart the CFMX 7 server

Re: Generate PPT slides from CF

2005-11-09 Thread John Paul Ashenfelter
On 11/9/05, Burns, John D [EMAIL PROTECTED] wrote: I'm trying to generate PPT slides from CF and I'm running into some difficulty. I've got some reports that users can run whenever they're like and the display in HTML by default. On one report, we put a Powerpoint button that spits out the

Re: calling java class from CFMX

2005-11-09 Thread George Abraham
Robert, Sorry for dropping off. I just read this email. I did find out that I was thinking badly about it. I did do this by actually instantiating the Java class using cfobject. Thanks, George On 11/7/05, Robert Munn [EMAIL PROTECTED] wrote: WHy not just call your Java class using CFOBJECT to

Re: SESSION or not to SESSION

2005-11-09 Thread John Paul Ashenfelter
On 11/9/05, Ken Ferguson [EMAIL PROTECTED] wrote: I'll go along with this sentiment. Use session variables when you need them, but put what you can into the applicaiton and request scopes. RAM is cheap. --Ferg Agreed. Actually, it's a lot easier to turn the calculation around. You have a

RE: SESSION or not to SESSION

2005-11-09 Thread Kerry
question: Do you have to modify the JVM settings so that CF can actually use our theoretical 1GB of RAM? -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL PROTECTED] Sent: 09 November 2005 16:02 To: CF-Talk Subject: Re: SESSION or not to SESSION On 11/9/05, Ken Ferguson

test

2005-11-09 Thread Shy Boy
test ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223681 Archives:

Re: SESSION or not to SESSION

2005-11-09 Thread John Paul Ashenfelter
On 11/9/05, Kerry [EMAIL PROTECTED] wrote: question: Do you have to modify the JVM settings so that CF can actually use our theoretical 1GB of RAM? My understanding is yes -- but that assumes your app is really going to use all that memory -- the calculation was basically an order-of-magnitude

Export Matrix to Excel

2005-11-09 Thread Richard Colman
(If this is a dupe, I apologize) I am trying to export a data table to an Excel spreadsheet. The data table looks like IdA, 1, x IdA, 2, y IdA, 3, z .. etc. IdB, 1, q IdB, 2, r IdB, 3, s ... etc. I want the spreadsheet to look like: ID 123 .. A xy

qForm issue

2005-11-09 Thread Shy Boy
I am having issue with qForms. In IE the error is could not get the display property. Invalid argument. In Firefox it does works and giving me the required result, but with error. Exception... Permission denied to get property XULElement.selectedIndex when calling method The only

RE: cf shopping cart

2005-11-09 Thread Aldon
I think this is a excellent idea! Lets try this again. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 7:21 AM To: CF-Talk Subject: RE: cf shopping cart Well I did offer some space on CFDeveloper for it, but no-one was interested. Just

Re: User Defined Functions in ColdFusion

2005-11-09 Thread Thomas Chiverton
On Wednesday 09 November 2005 03:11, simmyana a wrote: Hi, I have created an UDF in MS sql and I want to use it in coldfusion while writing the query. could you please tell me as how to use UDF of MS Sql in Coldfusion? If you can type it into whatever database tool you use, you can use it

OT: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Dan G. Switzer, II
Sorry for the slightly off-topic post, but I've got a client who's trying to convert a bunch of old Ami Pro v3 documents to Word (or at least some other modern day format.) Ami Pro v3 is an older Dos/Windows 3.1 application by Lotus that no longer runs under the new operating systems. While

Re: cf shopping cart

2005-11-09 Thread Russell Patterson
I am excited about it and will be able to help out next week. I am not the strongest developer, but will be more then willing to put in my two cents worth. Russell - Original Message - From: Aldon [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, November 09,

Re: cf shopping cart

2005-11-09 Thread Jordan Michaels
dave wrote: So whatever happened to our open source cfm shopping cart? Has it already been ditched? ~Dave the disruptor~ Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time. Someone needs to grab that project by the horns and lead it. --

RE: Generate PPT slides from CF

2005-11-09 Thread Burns, John D
John Paul - So this is really a separate file type and presentation system? We are supporting corporate customers who are really tied to PPT already so we really need something that can generate a PPT slide completely. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories,

Re: formatting a date in cfgrid

2005-11-09 Thread Anthony Prato
Just figured this problem out last night. I lost your original email, but from your screen shot it looks the same. It's not in the docs but put a type=date on the cfgridcolumn On 11/4/05, Alexander Hinkley [EMAIL PROTECTED] wrote: i did the update this morning.. i still get the same results..

(Admin) Report help

2005-11-09 Thread Michael Dinowitz
While looking over some stuff on House of Fusion yesterday I noticed that I've been logging information since around march and I've had over 16.5 million page views in that time (about 2 million a month). The logging has records of what's a bot and what's a human. The problem? No reporting

Re: reload Java classes

2005-11-09 Thread Douglas Knudsen
keep on restarting that server :) http://livedocs.macromedia.com/jrun/4/Getting_Started_with_JRun/intro5.htm hot deploy works wehn a jsp or servlet is called. So, CreateObject() will not effect this. DK On 11/9/05, George Abraham [EMAIL PROTECTED] wrote: All, Before I give up on this

RE: (Admin) Report help

2005-11-09 Thread Burns, John D
Are you just talking about something like a log analyzer? Wouldn't it be better to use something other than CF for that? There are lots of other software pieces out there to do that. I looked into doing it before but to read the file line by line and do database operations just seems extremely

Re: Generate PPT slides from CF

2005-11-09 Thread John Paul Ashenfelter
On 11/9/05, Burns, John D [EMAIL PROTECTED] wrote: John Paul - So this is really a separate file type and presentation system? We are supporting corporate customers who are really tied to PPT already so we really need something that can generate a PPT slide completely. Yep -- alternative

Re: (Admin) Report help

2005-11-09 Thread Michael Dinowitz
All of the information is already in a DB with a very efficient structure. For example, the user agents are all ids rather than strings linked to a lookup table. I'm looking to create different forms of daily, weekly and monthly stats into separate tables for ease and speed but the issue has

Re: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Howie Hamlin
Did you try this one: http://support.microsoft.com/Default.aspx?kbid=208863 Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion and

RE: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Ron Williams
If none of the conversion filters work for you and you have to hand-step it through several processes, you might try one of the macro packages like Automate (www.unisyn.com) Best regards, Ron -Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Wednesday, November

RE: capture rendered HTML to an image

2005-11-09 Thread Emmet McGovern
Efflares ImageCR does website screenshots as well as some of the more incredible image manipulation function available. Check em out at http://www.efflare.com Emmet -Original Message- From: Nando [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 4:08 AM To: CF-Talk

RE: cf shopping cart

2005-11-09 Thread Snake
OK, I have setup a forum for the project. You will need to register at www.cfdeveloper.co.uk to get access Then goto forums -- projects -- cf_shoppingcart The forum password is: tangerine If we get the discussion going here and plan out all the features, then I can setup the development web

RE: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Dan G. Switzer, II
Howie, Did you try this one: http://support.microsoft.com/Default.aspx?kbid=208863 Yes, but as stated in my e-mail, it does not correctly open Ami Pro files that have images/drawings in them. -Dan ~| Logware

RE: qForm issue

2005-11-09 Thread Dan G. Switzer, II
The only modification I've done is with the qform.js file under function _f_throwError(error) I have added these two lines in that function just to display inline error msgs in the form. document.getElementById(id).style.visibility = visible; document.getElementById(id).style.display =

Re: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Howie Hamlin
Yes, I read your mail but wasn't sure that this was the converter you were using. Howie --- On Wednesday, November 09, 2005 1:29 PM, Dan G. Switzer, II scribed: --- Howie, Did you try this one: http://support.microsoft.com/Default.aspx?kbid=208863 Yes, but as stated in my e-mail, it

removing trailing comma in CSV row

2005-11-09 Thread Richard Colman
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.3,0,0,0.9,0.4,0,0,0.1,0.6, (note trailing comma) Here is the code (ugly as it may be): cfquery .

removing trailing comma in CSV row

2005-11-09 Thread Richard Colman
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.3,0,0,0.9,0.4,0,0,0.1,0.6, (note trailing comma) Here is the code (ugly as it may be): cfquery .

Re: reload Java classes

2005-11-09 Thread George Abraham
Gah! And a thousand coises! Thanks, George On 11/9/05, Douglas Knudsen [EMAIL PROTECTED] wrote: keep on restarting that server :) http://livedocs.macromedia.com/jrun/4/Getting_Started_with_JRun/intro5.htm hot deploy works wehn a jsp or servlet is called. So, CreateObject() will not effect

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! !--- environment: cfmx 6.1, win2K code objective: encrypt string + linebreak, append to file (repeat), read file, decrypt, display in textarea expected output: 1 2 3 4 5 6 7 8 9 10 actual output:

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,

Re: removing trailing comma in CSV row

2005-11-09 Thread Charlie Griefer
use listAppend() cfset scoreList = / cfset scoreList = listAppend(scoreList, score) / cfoutput#score#/cfoutput 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]

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

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 td id=formfieldname1 right under the row where the form field is and put the visibility=hidden. so,

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

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 bunch of

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

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: cfoutput#score#CFIF I NEQ get_result.recordcount,/CFIF/cfoutput This way when you loop over the items and reached the Last one, it will NOT put the comma into the CSV file.

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: 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 Andy Matthews
cfoutput query=get_result group=spdinput_id #spdinput_id#, cfoutput#score#cfif currentrow LT recordcount,/cfoutput p /cfoutput !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From:

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 know

RE: removing trailing comma in CSV row

2005-11-09 Thread Andy Matthews
Ooops... Forgot my closing /cfif. Change this line: cfoutput#score#cfif currentrow LT recordcount,/cfoutput to this line: cfoutput#score#cfif currentrow LT recordcount,/cfif/cfoutput !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

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

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

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%

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): http://www.sargeway.com/blog/index.cfm?mode=entryentry=36 http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:10/threadid:1283 I am running ColdFusion for J2EE with JVM 1.4.2_09 and I cannot revert to

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

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

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?

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

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

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)

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.

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

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 aching to be

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

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

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: 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 MX, as

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

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

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

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. cfquery name=OOrder datasource=database dbtype=ODBC SELECTZip FROM UPS /cfquery cfquery name=Minneapolis dbtype=Query

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. --

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. cfquery name=OOrder datasource=database

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

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

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

RE: Query of Queries Subquery

2005-11-09 Thread Adrian Lynch
Or, just had a thought, make the the sub query dynamic cfquery name=OOrder datasource=database SELECT Zip FROM UPS /cfquery cfquery name=Minneapolis dbtype=Query SELECT* FROM OOrder Where zip IN (#ValueList(OOrder.Zip)#) /cfquery You might want to

RE: Query of Queries Subquery

2005-11-09 Thread Matthew Walker
Is cstSpecialZip another query record set? How about... cfquery name=Minneapolis dbtype=Query SELECT* FROM OOrder Where zip IN (cfqueryparam value=0#valueList(cstSpecialZip.zip)# cfsqltype=CF_SQL_INTEGER list=Yes) /cfquery In case you're wondering, the 0 will catch empty

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 few

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 read

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 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: 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

  1   2   >