Re: MX 6.1 Admin Password

2006-12-14 Thread Tom Chiverton
On Thursday 14 December 2006 02:37, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm kind of stuck with an admin password. I lost the password so I went into neo-security.xml to turn of the password. But when I go back in and try to enable it through the admin it throws me to a logon screen as

Re: What is wrong with this function

2006-12-14 Thread arthur amanyire
i am developing a real estate app and i have 3 submits(insert,update and delete ) on one cf flash form can some one give me code to manipulate the data base with these submits without using flash remoting ~| Create robust

RE: What is wrong with this function

2006-12-14 Thread Coldfusion
INSERT: cfquery name=addit datasource=mydbinsert into mytable (fieldone) values ('somevalue')/cfquery UPDATE cfquery name=updateit datasource=mydbupdate mytable set fieldone = 'NewValue' where myID = 1/cfquery DELETE cfquery name=deleteit datasource=mydbdelete from mytable where myID = 1/cfquery

Coldfusion + Active Directory

2006-12-14 Thread Ian Vaughan
Hi Is it possible using Coldfusion to reset users passwords on active directory via a html form? If so does anybody on the list have any pointers, tutorials on how to do so. Thanks ~| Create robust enterprise, web RIAs.

Re: OT: Hostmysite unsupported tags, functions etc

2006-12-14 Thread James Holmes
The info you were after is here, by the way: http://www.hostmysite.com/support/cfusion/cf-faq/ Note that createobject() is allowed, which is both good (for functionality) and bad (for security). On 11/3/06, Doug Brown [EMAIL PROTECTED] wrote: I have looked over Hostmysite and cannot find what

Re: Session variables

2006-12-14 Thread James Holmes
And if you are in doubt, just wrap every url in your app with the URLSessionFormat() function (if you are on CF7) and that will automatically do the job if cookies are off and leave the URL alone if they are on. On 12/14/06, Dave Watts [EMAIL PROTECTED] wrote: Just a quick question. When is it

Re: Coldfusion + Active Directory

2006-12-14 Thread John Blayter
There are a couple of entries on Sarge's blog that should point you in the right direction. http://www.sargeway.com/blog/index.cfm?mode=searchsearch=cfldap HTH John On 12/14/06, Ian Vaughan [EMAIL PROTECTED] wrote: Hi Is it possible using Coldfusion to reset users passwords on active

RE: MX 6.1 Admin Password

2006-12-14 Thread Snake
Never seen that before, I checke dmy install, and just checking the box doesn't do antyhing, you do have to submit the form. You could try typing the password before checking the box. Russ -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 14

Re: Slow Server

2006-12-14 Thread Tom Chiverton
On Thursday 14 December 2006 00:13, Jordan Michaels wrote: Have you watched your processes in this manner and noticed any kind of spiking like this? Can I say 'Fusion Reactor' again at this point ? -- Tom Chiverton Helping to carefully customize cross-media e-commerce

Re: Slow Server

2006-12-14 Thread Ronan Lucio
Hello Jordan, Jordan Michaels escreveu: Hello Ronan, Whenever I'm debugging performance issues on Linux I have a window open with the site that's misbehaving, and another window open with top running I have the top refresh rate set to every half a second, and then I hit the page. If the

Re: Slow Server

2006-12-14 Thread Ronan Lucio
Tom Chiverton escreveu: Can I say 'Fusion Reactor' again at this point ? Hmmm, I need to take a look on that... Thanks, Ronan ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

special characters in email

2006-12-14 Thread Rick Root
One of our departments uses a designer who insists on putting special quotes and stuff in their HTML newsletters.. For example: Charles “Chas” Smith Of course, those aren't the same as chars, and although they render in the browser just fine, they don't show up properly in email. I've tried

RE: ImageCFC 2.10 Now Available

2006-12-14 Thread Andy Matthews
Word to your mom Rick! I was hoping you'd get that in there. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Rick Root [mailto:[EMAIL

RE: What is wrong with this function (A thread of my very own)

2006-12-14 Thread Bobby Hartsfield
First of all, start your own thread :-) especially when your question has nothing what so ever to do with the topic of the one you posted to. ;-) Second, all I can really tell you is to look into SQL updates, inserts and deletes. Google. ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield

RE: Coldfusion + Active Directory

2006-12-14 Thread Dawson, Michael
I have two different solutions: #1. VB COM object that resets the password. (It's been a while since I used this. It was more of an academic test to use a COM object.) #2. CFEXECUTE that calls the NET USER command. Here is an example of #2: cfset Args = user #Form.UserName()#

Re: ImageCFC 2.10 Now Available

2006-12-14 Thread Rick Root
Andy Matthews wrote: Word to your mom Rick! I was hoping you'd get that in there. The gaussian and box blurs are nearly unusable because of the speed. Coldfusion just can't handle doing that much math. For example, in the gaussian blur to do an image of 400x300, you're dealing with

Printing Dot matrix FedEx label

2006-12-14 Thread ibs
Does anyone have an example for printing dot matrix FedEx labels? I don't need the complete FedEx API and we are not planning to use the online FedEx API. We just want to print the labels. Thanks, AB ~| Create robust

Attribute validation error

2006-12-14 Thread Doug Brown
I am getting cross eyed looking for this. I get a attribute validation error stating a duplicate attribute has been encountered. Where in the heck would this come from. What happens is I have a form that submits to another page and calls a invoke and that is where it says it is happening. The

How to determine applications are available

2006-12-14 Thread Matthew Williams
Background: I'm looking to revamp our ColdFusion monitoring processes to determine that our shared hosting applications are up. Right now, up is determined by doing a 'select tname from tab' for every datasource that exists... every 5 minutes. I don't know the reasoning behind it, it just

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-14 Thread Mark Drew
You wouldnt tie a keystroke as such, there would be one there already so the first time you run the ant task it would then set that as the latest ant task which on OS X is Shift + Alt + X (for execute) then Q MD On 14 Dec 2006, at 04:42, Douglas Knudsen wrote: On 12/12/06, Dave Lyons

Coldfusion Developer Job Posting

2006-12-14 Thread McCabe, Bill
Hello, I would like to post the following job posting, if possible. My contact info is at the bottom of the email. I'm hoping to hear from candidates only (not vendors or agencies) and only those in the Northwest Chicagoland area, preferably. My contact info is at the bottom. Thank you!

RE: SOT: Help with FTP Upload in CFEclipse

2006-12-14 Thread Peterson, Chris
Cmon guys, think outside the box! 1) Run Coldfusion locally on your development box 2) Setup a directory watcher pointing at your source code 3) go wild! Set it to auto-ftp source on file change, save diff's to a database, maintain a change log, whatever. Chris -Original Message-

Looping over UPS's struct

2006-12-14 Thread Will Tomlinson
I'm trying to loop over the struct return from UPS via ray's sweet new UPS tool, and I can't get my variable referencing right. Here's what the data looks like: http://wtomlinson.com/structscan.gif Here's my code: cfloop collection=#trackingResults.packages# item=thislocation

application.cfc

2006-12-14 Thread Chad Gray
I am starting to use application.cfc and when I placed this function that I use to escape quotes I get an error. I have it in the onRequestStart function. Should I have it elsewhere? !--- escape quotes for javacript messages --- cfscript function escapeQuotes(str) {

Re: Attribute validation error

2006-12-14 Thread Charlie Griefer
i suppose i'd do a global search for memberID On 12/14/06, Doug Brown [EMAIL PROTECTED] wrote: I am getting cross eyed looking for this. I get a attribute validation error stating a duplicate attribute has been encountered. Where in the heck would this come from. What happens is I have a

RE: Looping over UPS's struct

2006-12-14 Thread Bobby Hartsfield
cfloop from=1 to=#arraylen(trackingResults.packages)# index=a cfloop from=1 to=#arraylen(trackingResults.packages[a].activity)# index=b #trackingResults.packages[a]activity[b].activitylocation.address.city#br /cfloop /cfloop ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com

RE: Coldfusion Developer Job Posting

2006-12-14 Thread Bobby Hartsfield
You'll have better luck posting it to CF-Jobs http://houseoffusion.com/groups/cf-jobs/ ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: McCabe, Bill [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 11:15 AM To: CF-Talk Subject:

RE: application.cfc

2006-12-14 Thread Bobby Hartsfield
You could just use jsstringformat() to escape strings in javascript ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 11:43 AM To: CF-Talk Subject: application.cfc I am

RE: ImageCFC 2.10 Now Available

2006-12-14 Thread Snake
Couldn't you use JAVA to do it instead of CF, I think ImageMagick uses the underlying Java Image manipulation methods, maybe you could take a look and see how they do it. Russ -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 14 December 2006 15:19 To: CF-Talk Subject:

Railo blog launched

2006-12-14 Thread Gert Franz
Hi all, if you like to have a look at our recently started blog. Just go to http://www.railo.ch/blog If you have any comments or suggestions, just let us know. -- Greetings / Grüsse Gert Franz Railo development Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List /

RE: application.cfc

2006-12-14 Thread Bobby Hartsfield
Make that escape strings FOR javascript not IN javascript ;-) ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 12:11 PM To: CF-Talk Subject: RE: application.cfc

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-14 Thread Aaron Roberson
1) Run Coldfusion locally on your development box 2) Setup a directory watcher pointing at your source code 3) go wild! Set it to auto-ftp source on file change, save diff's to a database, maintain a change log, whatever. I have never heard of a directory watcher. Could you please recommend

RE: application.cfc

2006-12-14 Thread Chad Gray
Hmmm I learn a new function everyday. Thanks! So any idea why my code causes the error in the application.cfc? Is this a bug in CF? -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 12:16 PM To: CF-Talk Subject: RE:

RE: application.cfc

2006-12-14 Thread Bobby Hartsfield
My guess is that CF doesn’t like you setting functions inside of a cfc? Because it happens no matter how simple of a function I attempt to put in one. That's just a guess though. ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Chad Gray

Re: ImageCFC 2.10 Now Available

2006-12-14 Thread Rick Root
Snake wrote: Couldn't you use JAVA to do it instead of CF, I think ImageMagick uses the underlying Java Image manipulation methods, maybe you could take a look and see how they do it. ImageMagick doesn't use java at all, it uses ImageMagick, which is native operating system code (dll, exe,

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-14 Thread Robertson-Ravo, Neil (RX)
ColdFusion has one out of the box as part of the Event Gateways. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential

Re: ImageCFC 2.10 Now Available

2006-12-14 Thread Rick Root
Rick Root wrote: I'm going to update the box blur too... and maybe also develop an object oriented interface to imagecfc cfscript objImage = createObject(component,imageObject); objImage.init(C:\Inetpub\wwwroot\myimage.gif); objImage.resize(400,300); objImage.addText(fontDetails,Sample

RE: ImageCFC 2.10 Now Available

2006-12-14 Thread Andy Matthews
You are indeed the man. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14,

CFCACHE

2006-12-14 Thread Dave Phillips
Hi, I've worked with CF for 9 years but never worked with CFCACHE. I'm working on MX 6.1 right now. I just added cfcache timespan=#createTimeSpan(0,0,10,0)# to the top of my module. When I run it, I get an empty screen. If I add the closing / to the end of the tag like this cfcache

SOT: XSLT with XML

2006-12-14 Thread Ian Skinner
xsl:value-of select=./ This selects that value of the current node and all child nodes? What if one does not want the values of the children yet? How would one get the value of just the current node? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA

Re: SOT: XSLT with XML

2006-12-14 Thread Zaphod Beeblebrox
I thought that . was self and // was self and descendants? On 12/14/06, Ian Skinner [EMAIL PROTECTED] wrote: xsl:value-of select=./ This selects that value of the current node and all child nodes? What if one does not want the values of the children yet? How would one get the value of

Re: special characters in email

2006-12-14 Thread Oğuz Demirkapı
Hi Rick, I think this is only e-mail client problem. For example I can see your quotes as is in Outlook and Gmail but not in Thunderbird. Same things happens for my name also. :) Rick Root wrote: One of our departments uses a designer who insists on putting special quotes and stuff in

RE: SOT: XSLT with XML

2006-12-14 Thread Ian Skinner
I thought that . was self and // was self and descendants? That is what I thought as well, but it is not what I am experiencing. I have something similar to this simple example. root groupColors optionRed/option optionGreen/option optionBlue/option /group /root I then have

Re: special characters in email

2006-12-14 Thread Casey Dougall
MOJIBAKE I'm so getting the japanese characters of that word as my first tattoo! Advanced Coldfusion MX7 App. Dev. book Page 741 ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

RE: special characters in email

2006-12-14 Thread Chad Gray
http://en.wikipedia.org/wiki/Mojibake -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 2:01 PM To: CF-Talk Subject: Re: special characters in email MOJIBAKE I'm so getting the japanese characters of that word as my first tattoo!

JS Question

2006-12-14 Thread Bruce Sorge
Hey all, I have an app that I am using a custom tag called cf_cal. it worked fine yesterday, and now today it is not. Basicaly it has an image of a calendar and when you click on the image, it opens a small windows with a calendar in it. The call to the tag looks like this: cf_cal formname=Page_1

RE: JS Question

2006-12-14 Thread Ben Nadel
Pop-up blocker in your browser? Did you update anything recently having nothing to do with the code? Make a link with the following code: a href=## Onclick=alert( openCalWin_#attributes.target# ); Debug FN Call/a This will alert the function that is actually being called. You should see actual

RE: application.cfc

2006-12-14 Thread Ben Nadel
You cannot define functions within other functions. Move it OUTSIDE of the OnRequestStart function. Then you should be good to go. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original

Re: JS Question

2006-12-14 Thread Bruce Sorge
No popup blocker, custom tag has not been touched since yesterday (it worked fine when I left work). Function names are fine. The code you sent did nothing for me really. And I put an alert in the function, and nothing. So at least now I know the function is not being called.

Re: SOT: Help with FTP Upload in CFEclipse

2006-12-14 Thread Douglas Knudsen
doh! slaps forehead! DK On 12/14/06, Peterson, Chris [EMAIL PROTECTED] wrote: Cmon guys, think outside the box! 1) Run Coldfusion locally on your development box 2) Setup a directory watcher pointing at your source code 3) go wild! Set it to auto-ftp source on file change, save diff's

Re: onSessionEnd type functionality in MX 6.1 ????

2006-12-14 Thread brendan puderbach
ROCK ON!!! thanks for the ideas. I was a tad brain fried and your suggestion kind of got it working again. I think I can work up a solution that will make the client happy! ~| Create robust enterprise, web RIAs. Upgrade

Re: onSessionEnd type functionality in MX 6.1 ????

2006-12-14 Thread brendan puderbach
ROCK ON!!! thanks for the ideas. I was a tad brain fried and your suggestion kind of got it working again. I think I can work up a solution that will make the client happy! ~| Create robust enterprise, web RIAs. Upgrade

Anyone using Backbase in their apps?

2006-12-14 Thread Steve Good
I am thinking of integrating Backbase into the application I am working on, but I'm not finding much if any info on how to get BB to play nicely with CF. Anyone have any tips / tutorials / feedback on CF and Backbase? Thanks! ~Steve

Re: Anyone using Backbase in their apps?

2006-12-14 Thread Robertson-Ravo, Neil (RX)
What do you need to know? :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is

Looping over (CFFILE action=update and rename)

2006-12-14 Thread P . Merritt
We've a problem with Java Applet calling CFFILE action=upload and Rename many times. The applet enables the user to collect together a bunch of images and then calls a CFM page for each. The CFM page uploads, then renames, and creates thumbnails. This applet ran great on CF 4.5 Windows 2000

Re: Anyone using Backbase in their apps?

2006-12-14 Thread Robertson-Ravo, Neil (RX)
And of course which version of Backbase. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

RE: Looping over (CFFILE action=update and rename)

2006-12-14 Thread Dave Watts
We've a problem with Java Applet calling CFFILE action=upload and Rename many times. The applet enables the user to collect together a bunch of images and then calls a CFM page for each. The CFM page uploads, then renames, and creates thumbnails. This applet ran great on CF 4.5 Windows

RE: JS Question

2006-12-14 Thread Ben Nadel
Bruce, When you say the function I gave you did nothing... You mean it didn't even alert anything? You might have Javascript Disabled on the browser some how. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help?

Re: JS Question

2006-12-14 Thread Robertson-Ravo, Neil (RX)
What does Firebug show you? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is

Re: Anyone using Backbase in their apps?

2006-12-14 Thread Steve Good
Robertson-Ravo, Neil (RX) wrote: What do you need to know? :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Re: Anyone using Backbase in their apps?

2006-12-14 Thread Steve Good
Robertson-Ravo, Neil (RX) wrote: And of course which version of Backbase. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Re: Anyone using Backbase in their apps?

2006-12-14 Thread Steve Good
Try this again. First email didn't have anything I said in it. I started playing around with the b:menubar and got myself all excited about backbase... then I got myself super confused... What I wanted to do was mimic the menu bar that is in desktop apps, but I didn't want to spend the time

Re: Anyone using Backbase in their apps?

2006-12-14 Thread Robertson-Ravo, Neil (RX)
I think our best bet is to take this to the Backbase Forum (Backbase and ColdFusion one) This is more BXML than CFML. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number

Re: Anyone using Backbase in their apps?

2006-12-14 Thread Steve Good
Yeah, I already posted there. not a peep all day. Guess i will just have to wait. Robertson-Ravo, Neil (RX) wrote: I think our best bet is to take this to the Backbase Forum (Backbase and ColdFusion one) This is more BXML than CFML. This e-mail is from Reed Exhibitions (Gateway

Re: special characters in email

2006-12-14 Thread Paul Hastings
Chad Gray wrote: http://en.wikipedia.org/wiki/Mojibake very funny, that page is full of garbaged chars (all the ? in references to chinese/japanese chars). ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe

Coldfusion salaries - Nashville, TN

2006-12-14 Thread Andy Matthews
Hey everyone... I've been offered a position with a company here in Nashville, TN. Everything that I've seen so far about the offer sounds great, including the pay. I just wanted to ask a a few general questions because I don't like talking about money. 1) Should I take the first offer they

Dynamic Map of U.S.

2006-12-14 Thread Mike Chabot
I am looking to create a map of the US where states are assigned different colors based on database data. The result would be similar to those blue-red political maps. Does anyone have any suggestions? CFMX 7 / SQL Server 2005 / Windows 2003 Thank you, Mike Chabot

Re: Dynamic Map of U.S.

2006-12-14 Thread Barney Boisvert
I'm sure there's something out there that will draw the actual map for you. Probably several somethings. I can't imagine people who want that behaviour start from scratch every time, but maybe they do. If you can find one, just a matter of finding one and wiring it up to your application. If

RE: Coldfusion salaries - Nashville, TN

2006-12-14 Thread Snake
If your happy with what they are offering, why rock the boat. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 15 December 2006 00:17 To: CF-Talk Subject: Coldfusion salaries - Nashville, TN Hey everyone... I've been offered a position with a company here in

Re: Coldfusion salaries - Nashville, TN

2006-12-14 Thread Casey Dougall
Depends on the salary and your skill set. I would ask for at lease $5,000 more unless you believe this offer already to be over the top. You might need to loose out on the 90 raise but the extra money up front will make up for it, and next year you will still get another raise. Other things to

RE: Dynamic Map of U.S.

2006-12-14 Thread Bobby Hartsfield
I've used this one twice before. http://www.usflashmap.com/products/real_estate_maps/us_flash_map.htm For my needs though, I basically rewrote 80% of the code for coloring states and counties. The guys who wrote it misspelled quite a few of the counties and they really needed to be spelled

RE: Coldfusion salaries - Nashville, TN

2006-12-14 Thread Eric Roberts
I think Monster.com has a salary calculator...or at least they used to. Eric -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 December 2006 18:17 To: CF-Talk Subject: Coldfusion salaries - Nashville, TN Hey everyone... I've been offered a position

Re: Dynamic Map of U.S.

2006-12-14 Thread Paul Hastings
Mike Chabot wrote: I am looking to create a map of the US where states are assigned different colors based on database data. The result would be similar to those blue-red political maps. Does anyone have any suggestions? seth duffey has a very nice flash-based world map widget, maybe if you

RE: JS Question

2006-12-14 Thread Bruce Sorge
Well I do not know what went wrong with that tag. I downloaded another one though and although it is not as pretty as the other one, it is functional and that is all that matters. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 3:00 PM To:

Re: cffunction with a loop inside - need some advice

2006-12-14 Thread Les Mizzell
Despite my obvious error in the query itself, the function error seems to be caused by the loop: cfinvoke webservice=myWEBSERVICE method=ENROLLMENTS WStotalPERSONS=#form.totalPERSONS# cfloop from=1 to=#arguments.WStotalPERSONS# index=idx

Re: Dynamic Map of U.S.

2006-12-14 Thread Claude Schneegans
I am looking to create a map of the US where states are assigned different colors based on database data. The result would be similar to those blue-red political maps. Does anyone have any suggestions? Sure. Have look at CFX_MapData:

cffunction with a loop inside - need some advice

2006-12-14 Thread Les Mizzell
OK - before I tried turning this particular problem into a service, I had a simple query like this, which works (examples simplified for clarity, whatever that is!): cfloop from=1 to=#form.totalPERSONS# index=idx cfquery name=WRITE_ENROLL INSERT INTO participants ( enrID,

Re: cffunction with a loop inside - need some advice

2006-12-14 Thread Les Mizzell
I'm completely stumped. Nothing I've tried seems to work. All I need to do is turn the query below, which inserts multiple records, into a function and then invoke that function. cfloop from=1 to=#form.totalPERSONS# index=idx cfquery name=WRITE_ENROLL INSERT INTO participants (

Re: Cover Letters Should they be Short Stack of Full Stack?

2006-12-14 Thread Larry C. Lyons
FWIW, I just saw this job notice for North Chicago suburbs on CF-Jobs. hih, larry McCabe, Bill [EMAIL PROTECTED] to CF-Jobs-Talk show details 11:18 am (1 hour ago) Hello, I would like to post the following job posting, if possible. My contact info is at the bottom of

Re: Cover Letters Should they be Short Stack of Full Stack?

2006-12-14 Thread Larry C. Lyons
Sorry about that, it was supposed to go to ct. My apologies to the list. larry On 12/14/06, Larry C. Lyons [EMAIL PROTECTED] wrote: FWIW, I just saw this job notice for North Chicago suburbs on CF-Jobs. hih, larry -- The real problem is not whether machines think but whether men do. -