RE: [ACFUG Discuss] Reading the results of a cfselect form element

2006-10-20 Thread Charlie Arehart
Thank *you*, Leif, for the very kind regards toward myself, the ACFUG, and CF in general. :-) And thanks for sharing your observations on using Ant with the setup of BlogCFC. I'm sure it will benefit others. Cheers.   Looking forward to a long future of your Adobe User Group of Atlanta, our

[ACFUG Discuss] cairngorm...i know flex again

2006-10-20 Thread Douglas Knudsen
http://www.cairngormdocs.org/nice new site.  Check out the interactive diagram!  Be real neet to do this for the ModelGlue, Machii, Reactor, etc community, eh? -- Douglas Knudsenhttp://www.cubicleman.comthis is my signature, like it? -

Re: [ACFUG Discuss] using a variable to build a variable name

2006-10-20 Thread Bill Lu
Run InvoiceQuery again, then                                       UPDATE tablename             SET InvAmt = #ThisInvAmt#             WHERE ID = #ID#               Bill   - Original Message - From: Jeff Howard To: discussion@acfug.org Sent: Friday, October 20, 2

Re: [ACFUG Discuss] using a variable to build a variable name

2006-10-20 Thread Jeff Howard
DK   There is a loop involved by not over that query.  It looks like this is the solution I was looking for though.  I just passed the form and had it output on the next page (which is where I'll write to the db) and it worked so I'm assuming that I'll be able to write to the db as well.   I appre

Re: [ACFUG Discuss] using a variable to build a variable name

2006-10-20 Thread Douglas Knudsen
Try this...I'm assuming you are looping over the invoiceQuery.UPDATE tablename   SET InvAmt =    WHERE ID= #ID#DKOn 10/20/06, Jeff Howard <[EMAIL PROTECTED]> wrote: Hey folks,   I was wondering if anyone had a solution to an issue I'm having that is resulting in some hair loss on my part by means

[ACFUG Discuss] breaking a string to a list if string contains spaces, or, and, quotes,single quotes etc

2006-10-20 Thread Ajas Mohammed
Hi, I know in CF string is a list... but heres a scenario and I need your suggestionLets say user searches for average or work or weeks, my variable or say list should be average then work and then weeks. If its "average work weeks" then it should be same i.e average then work then weeks w

[ACFUG Discuss] using a variable to build a variable name

2006-10-20 Thread Jeff Howard
Hey folks,   I was wondering if anyone had a solution to an issue I'm having that is resulting in some hair loss on my part by means of my hands.   I have a form that has repetitive fields that is built by using a loop.    I append the form field name with a variable to distinguish between the dif

RE: [ACFUG Discuss] CFDOCUMENT + PDF = ?!?

2006-10-20 Thread Fennell, Mark P.
Found it... http://www.physics.ohio-state.edu/~ntg/scripts/pdfmerge.pl Ah perl. Ah, sweet, sweet perl. mf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bryan Tidd Sent: Friday, October 20, 2006 12:52 PM To: discussion Subject: RE: [ACFUG Discuss] CFDOCUM

RE: [ACFUG Discuss] jrun setup

2006-10-20 Thread Robert Reil
Well…   I installed the CFusion7 service but it wont start. I also installed a Default server while going through some how to’s last night. I want to remove it and cant seem to.   For the removal of: “Macromedia JRun Default Server” Service I try to run: Jrunsvc –remove Macromedia

Re: [ACFUG Discuss] Reading the results of a cfselect form element

2006-10-20 Thread Leif Wells
Thanks for everyone's answers.I blogged my experiences here:http://www.leifwells.com/index.cfm/2006/10/20/Fun-with-Coldfusion-BlogCFC-Ant-and-ACFUG If you have any suggestions about my setup, feel free to let me know.Leif - To unsubscri

RE: [ACFUG Discuss]Ajax part deux

2006-10-20 Thread john . lyons
the cfc code: http://localhost/search?q=#varQ#&restrict=&btnG=Search&ie=&site=IAN&output=xml_no_dtd&client=IAN&lr=&proxystylesheet=&oe=";> gXml = trim(varGresult.filecontent);

RE: [ACFUG Discuss] CFDOCUMENT + PDF = ?!?

2006-10-20 Thread Bryan Tidd
You might try pdftk. Check this out. http://www.accesspdf.com/pdftk/ I don't know if it gets what you want, but may be a start. Bryan -Original Message- From: Fennell, Mark P. [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 12:27 PM To: discussion@acfug.org Subject: [ACFUG Disc

RE: [ACFUG Discuss] jrun setup

2006-10-20 Thread Robert Reil
Thanks Doug. Been waiting all morning for this. Ill give it a try. And I agree about the batch files. This is my dev learning laptop. With CF6, and CF7 on it to try different things.   Ill make a desktop folder and put the bats in there.   Off to play!   If I don’t reply again then

[ACFUG Discuss] CFDOCUMENT + PDF = ?!?

2006-10-20 Thread Fennell, Mark P.
Greetings Geniuses, I have a question regarding the creation of a PDF using CFDocument. The document I hope to end up with is what we call the New Employee Paperwork. I hope that I can soon call it the New Employee PDF. Anyway, the pdf will or should contain some dynamic content collecte

Re: [ACFUG Discuss] jrun setup

2006-10-20 Thread Douglas Knudsen
On 10/19/06, Robert Reil <[EMAIL PROTECTED]> wrote: Only the following services seem relevant   Macromedia JRun Admin Server Macromedia JRun CFusion Server Macromedia JRun Default Server   No other Macromedia JRun services are installed   Digging around in Google and