Re: no rds tab in cfeclipse after CF 8 ex install

2008-06-11 Thread Tom Chiverton
wrong. If you are sure you are in the right one, try window - reset perspective or window - show view - other and pick RDS. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability pa

Re: CF running a Java Process- Making sure that it completes

2008-06-11 Thread Tom Chiverton
t one second, sometimes less than that but if I run it > directly, it's still a 15 minute process. Store the start/end times in a database, and have a task that looks there to see if/when it ran ? -- Tom Chiverton This email is sent

Re: Coldfusion 8 and Flex 2

2008-06-10 Thread Tom Chiverton
--services compiler argument to point at a services-config.xml file instead, right ? That's what we do for Flash Remoting. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability

Re: How to change the properties of a column on an Oracle Server?

2008-06-10 Thread Tom Chiverton
On Tuesday 10 Jun 2008, nic olai wrote: > But whats the corry syntax for usage on Oracle Server? Fairly similar. What does the Oracle documentation (hell, a swift google) say ? -- Tom Chiverton This email is sent for and on behalf

Re: Large Number of CF DSNs and SQL Performance Question

2008-06-10 Thread Tom Chiverton
see what happens. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at H

Re: Alarming

2008-06-10 Thread Tom Chiverton
On Monday 09 Jun 2008, Brian Kotek wrote: > cfqueryparam won't actually stop someone from entering XSS code into a text > field. It needs to be stripped out prior to insertion into the DB. Ahh, yes, client side problems would still be possible, you're right :-) -- '' Chiverton *

Re: output employee in one row in coldfusion

2008-06-09 Thread erik tom
rik

Re: cfmail and pgp

2008-06-09 Thread Tom Chiverton
f them really care, or know enough to check ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose regi

Re: Alarming

2008-06-09 Thread Tom Chiverton
let this be your final lesson :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office

output employee in one row in coldfusion

2008-06-09 Thread erik tom
I am trying to output the table where I want to list people and their coourse completion . and it working . The problem that I am having It outputs the same Emp Id twice or more becaused each employee can signed up for multiple courses. How can i do that so each employee get to show up once and

Re: market rates

2008-06-03 Thread Tom Chiverton
customer ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halli

Re: CSV Generation MEMORY SUCK

2008-06-03 Thread Tom Chiverton
n the Rocks in ~12 hours, where a fair chunk of the CF9 team are hosting a BOF session :-) -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and

Re: do not increase counter is returns 0

2008-06-03 Thread Tom Chiverton
On Friday 30 May 2008, erik tom wrote: > not return returns a record then do not increase the counter (this part is > working) Also if the query.hours eq 0 and query.minutes eq 0 also should > not increase the counter > ? -- T

Re: CSV Generation MEMORY SUCK

2008-06-03 Thread Tom Chiverton
On Monday 02 Jun 2008, Rick Root wrote: > I found a nice little java class library called JavaCSV that handles all > the file writing and dropped my time from 68 seconds to 18 seconds. That > has potential! Why CF can't translate '&' to a StringBuffer append I'll

Re: Guide for reviewing a website

2008-06-02 Thread Tom Chiverton
On Monday 02 Jun 2008, Toby King wrote: > looking at include overall look and feel,navigation, content, ease of use. You might want to have standards compliance, graceful degradation or accessibility in there. -- Tom Chiverton This em

Re: CSV Generation MEMORY SUCK

2008-06-02 Thread Tom Chiverton
l your done) ? Also, have you benchmarked the EnquireLookupCFC (line 333) ? What does that do ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England

Re: Best CF editor?

2008-06-02 Thread Tom Chiverton
On Saturday 31 May 2008, Michael Christensen wrote: > and HomeSite for the large files (until I may eventually have time to split > them up). That's the thing, CFEclipse chokes on files once their size gets so big you should refactor them anyway :-) -- To

Re: Best CF editor?

2008-06-02 Thread Tom Chiverton
On Sunday 01 Jun 2008, s. isaac dealey wrote: > the unlikely event that Dreamweaver did corrupt a file, recovery is > pretty simple. *When you notice*. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwel

Re: Best CF editor?

2008-06-02 Thread Tom Chiverton
just on the balance of probability, Eclipse wins. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC3

Re: Best CF editor?

2008-06-02 Thread Tom Chiverton
what files you actually worked with. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose regist

Re: Best CF editor?

2008-06-02 Thread Tom Chiverton
On Friday 30 May 2008, Aaron Rouse wrote: > I looked earlier and believe I have 3.3.2 Workspace-wide search is in the 3.3 series too. Probably 3.2 if I remember my home machine right... -- Tom Chiverton This email is sent for and on beh

Re: Dynamic Code Execution

2008-06-01 Thread Tom Bishop
mplatecontent# > > > Does anybody have any ideas? I've tried loading the variable into > variables but it doesn't seem to work. The code that > is stored in the database record gets output (literally) into the > email but the code doesn't get executed. > &g

do not increase counter is returns 0

2008-05-30 Thread erik tom
I have a problem calculating the average. What i need is if the query does not return returns a record then do not increase the counter (this part is working) Also if the query.hours eq 0 and query.minutes eq 0 also should not increase the counter

Re: Best CF editor?

2008-05-30 Thread Tom Chiverton
clipse will never* do this behind your back. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose regi

Re: Dynamic Code Execution

2008-05-30 Thread Tom Bishop
>Tom, > >That's pretty much the only way to do it! > >Put it in a file, and then cflinclude it! :oD > >It's how Transfer works. > >Mark > >On Fri, May 30, 2008 at 7:32 PM, Tom Bishop <[EMAIL PROTECTED]> wrote: >> Thanks for your speedy re

Dynamic Code Execution

2008-05-30 Thread Tom Bishop
into the email but the code doesn't get executed. Any help would be greatly appreciated. I hope I've made the problem relatively clear. Thanks, Tom ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Best CF editor?

2008-05-30 Thread Tom Chiverton
On Friday 30 May 2008, Mark Drew wrote: > CFEclipse, in comparison to the WYSIWYG coders, you at least know they > can type code and not just do it using Dreamweavers tutorials/helpers I assume this is why most places set a practical programing test as part of the interview. -- Tom Chi

Re: Best CF editor?

2008-05-30 Thread Tom Chiverton
the Rocks Laptop: check Wash bag: check Sharp suit: check Long coat (black): check SS cap: check -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England a

Re: Best CF editor?

2008-05-30 Thread Tom Chiverton
On Friday 30 May 2008, James Holmes wrote: > It's amazing that a choice of IDE could affect a teleworking contract. In a remote-team environment, I think it's fairly important everyone has the same tools (and the same problems with them). --

Re: When is is time to upgrade to Enterprise Edition?

2008-05-30 Thread Tom Chiverton
upgrade to CF8, and I bet SeeFusion is cheaper :-) There is so much stuff on that server that it's gonna be a real pain finding what's up without some proper monitoring etc. -- Tom Chiverton This email is sent for and on

Re: Best CF editor?

2008-05-30 Thread Tom Chiverton
On Thursday 29 May 2008, Gerald Guido wrote: > I am one behind: 1.6.0_05. You think it would make a diff? I'm actually using the beta (1.6.0_10-beta) day to day, and found it faster than 0_06 was. They've put effort into improving startup performance, for instance. --

Re: Best CF editor?

2008-05-30 Thread Tom Chiverton
;file oriented' as much as anything. As Flex Builder / CFEclipse has SVN support too, and much better 'coders IDE' features (even though it's missing big hit things like full re-factoring support/insight) I can't see much that would make me switch, even if I could. -- Tom

Re: digital signatures

2008-05-30 Thread Tom Chiverton
't clear on the whys and wherefors, but I'm sure he'll sift through all our ideas and find what works best for him. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partn

Re: Best CF editor?

2008-05-29 Thread Tom Chiverton
, MySQL, Eclipse, > FF etc. my workstation hovers around .1.5 gigs of ram. I wouldn't use a developer workstation that was expected to run what looks like a full copy of the staging system in under 2G RAM. -- Tom Chiverton This

Re: Best CF editor?

2008-05-29 Thread Tom Chiverton
On Thursday 29 May 2008, Will Swain wrote: > Will the built in SVN support in the new dreamweaver encourage people to > use it for cf development I wonder? Nope. It's not code-oriented. -- Tom Chiverton This email is sent for an

Re: digital signatures

2008-05-29 Thread Tom Chiverton
LiveCycle ES rights management server GPG would be free, and you can just cfexecute it... -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and

Re: Trapping multiple clicks

2008-05-28 Thread Tom Chiverton
On Wednesday 28 May 2008, Richard Steele wrote: > finishes, they click the submit button again. Apart from a cfflush and a > please wait message, are there other options to prevent the cfm from > running multiple instances? Many thanks! Use JavaScript to disable the button. -- Tom

Re: digital signatures

2008-05-28 Thread Tom Chiverton
PKI infrastructure... -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address

Re: powered by and copyright

2008-05-27 Thread Tom Chiverton
e of your site - but check if you are allowed to use them without permission and/or modify them. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in Engla

Re: Default value in cfparam being used, even though variable exi sts

2008-05-21 Thread Tom Chiverton
t anything, as opposed to trying to validate it's of the correct CF_SQL_ type. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales unde

Re: Complex RegEx help request

2008-05-20 Thread Tom Chiverton
n use those array positions with mid() to pull out the two bits you want. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under reg

Re: CFMX 7.01 and 8.0 - Verity Problem - HELP

2008-05-20 Thread Tom Chiverton
On Monday 19 May 2008, Don Beasley wrote: > Oracle 10g database. I converted the foxpro memo fields to Oracle Clobs. Does Oracle not have a TEXT type ? Maybe called 'LONG' ? -- Tom Chiverton This email is sent for and

Re: Could CFPDF tag edit a PDF file?

2008-05-20 Thread Tom Chiverton
just the right place, at a guess. Alternatively, http://www.adobe.com/software/coldfusion/demos/pdf_forms/ : "See how ColdFusion 8 allows you to populate and extract data from PDF forms" -- Tom Chiverton This email is sent for and

Re: Could CFPDF tag edit a PDF file?

2008-05-20 Thread Tom Chiverton
On Monday 19 May 2008, Don L wrote: > I just went through the cf documentation about this tag, did not come off > as it is able to support a PDF document editing via web interface Define 'editing'. -- Tom Chiverton This e

Re: reusable components

2008-05-19 Thread Tom Chiverton
On Monday 19 May 2008, Richard White wrote: > just wondering how you guys deal with you reusable functions Huge topic Richard :-) Do you mean you have several functions, not already in some object (i.e. 'utility' type stuff) ? Are there any dependencies or couplings between th

Re: coldfusion printing to an Epson receipt printer

2008-05-19 Thread Tom Chiverton
On Monday 19 May 2008, AJ Mercer wrote: > From memory, you have to use a particular font and send down control > characters using ascii() These days CF8 has built in print support, and most label printers work just like a 'normal' printer but with a funny* page size. -

Re: Format Tables (Was RE: CF to excel)

2008-05-17 Thread erik tom
> Can you show us the looping code? It's probably an > error in reusing too much of the sample code > > --- Janine Jakim <[EMAIL PROTECTED]> wrote: > > Thanks for all the input. Now for the next question. > > I am having a hard > > time formatting my html table correctly. I am using > > #Skill[1]

HElp getting completion in coldfusion

2008-05-17 Thread erik tom
I have the task where I need to check the people completion based on what Quater the enter the program. For example the Q1 required to have Level2 classes to be completed with the passing score of 80% Q2 classes required to complete by the end of the Q2. So if the perosn enter the program in in

Re: ASSISTANCE

2008-05-16 Thread erik tom
> FROM THE DESK OF > DR YUSUF KAZEEM, > THE BANK MANAGER, > STANDARD TRUST BANK LIMITED. > > > > > I WISH TO SOLICITE YOUR ASSISTANCE TO PROVIDE ME WITH A SOLUTION TO A > MONEY TRANSFER OF TWENTY FIVE MILLION DOLLAR(US$25,OO0,000.00). > > MY NAME IS DR YUSUF KAZEEM,THE BANK MANAGER STANDARD TR

Re: need to understand jrun

2008-05-16 Thread Tom Chiverton
On Friday 16 May 2008, Andy Matthews wrote: > Check your code before focusing too much attention on the server. Esp if doing a garbage collection in the server monitor doesn't reduce RAM usage. -- Tom Chiverton This email is sent

Re: Dealing with MySQL escape sequences

2008-05-16 Thread Tom Chiverton
On Thursday 15 May 2008, Jim McAtee wrote: > workaround is to either enapsulate the value in a tag Err, you mean you do not do this for *every single query you write* already ? -- Tom Chiverton This email is sent for and on behalf

Re: CFLOCK issues in CF8

2008-05-16 Thread Tom Chiverton
els of performance impact. You wouldn't leave debugging on on a production box either, for the same reason. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in

Re: Latency after COLDFUSION 8 upgrade

2008-05-13 Thread Tom Chiverton
eatures of course. There isn't much impact. I mis-typed, oops. Turn debugging off on production servers. You can enable the left most of the three monitor options in the server monitor without issue. -- Tom Chiverton This email is sent fo

Re: Latency after COLDFUSION 8 upgrade

2008-05-13 Thread Tom Chiverton
On Monday 12 May 2008, Peterson, Chris wrote: > Be sure server monitoring / memory profiling / debugging are disabled on > the new server ;) I believe the advice is to enable the latter, providing your using the alerts features of course. There isn't much impact. -- To

Re: Multiple recipients in BCC via Exchange

2008-05-12 Thread Tom Chiverton
On Friday 09 May 2008, Jason Durham wrote: > I'm fairly certain MS Exchange will not allow comma delimited emails. I > also manage our Exchange Server. I'm sending comma deliminated emails via our corporate Exchange-based SMTP server. -

Re: VMWare Open BlueDragon image made available

2008-05-12 Thread Tom Chiverton
it like webmin or is it a pure command line interface? I wouldn't expect anyone to use the OpenBD provided VM image in production, so I think the answers might be a bit moot. -- Tom Chiverton This email is sent for and on behalf of Ha

Re: Dynamically prepolate the select box

2008-05-09 Thread erik tom
>Another option is the iif() function ('inline if'). So: > > > DE('selected="selected"'), DE(''))#> >#Item# > > > >Dominic >-- >Blog it up: http://fusion.dominicwatson.co.uk Tahnks ~| Adobe® ColdFusion® 8 so

Dynamically prepolate the select box

2008-05-09 Thread erik tom
I am dynamically buildin a select box . How can i prepopluate the data so when it loads it will select the previously submited answer So far i got this selected>#options#'> ~| Adobe® ColdFusion® 8 software 8 is the most impor

Re: Writing a re-usable business function with CF8

2008-05-09 Thread Tom Chiverton
d, GPL permitting, packacge your application together with OpenBD and ship it as a single 'unzip and run' file. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnershi

Re: Writing a re-usable business function with CF8

2008-05-09 Thread Tom Chiverton
On Friday 09 May 2008, Don L wrote: > Sorry, I forgot to add, without cf8 server package. So, without any CFML engine, Railo/OpenBD etc., what are you trying to achive ? You could use CFML to template an AJAX front end, for instance, but that still leaves you stuck for the backend. --

Re: CF8 on Windows 2008 Web Edition

2008-05-09 Thread Tom Chiverton
On Friday 09 May 2008, Kenneth Ferguson wrote: > Anybody, anyone, nobody's tried it yet at all Well, just in general, never, ever, go with 'this years' version of anything. That goes double for MS products. -- Tom Chiverton **

Re: Writing a re-usable business function with CF8

2008-05-09 Thread Tom Chiverton
f those yes, by magic. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is

Re: Secure Flash Audio Player and CF

2008-05-09 Thread Tom Chiverton
re you trying to achieve ? Single use streams ? Only allowing 'registered' clients to connet ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in E

Form.fieldnames for textarea

2008-05-08 Thread erik tom
I am building binamic survey . SO when i inserti g the value of the radio buttons all works, but when i am trying to get the id of the textarea it does not . I do not know what to do next ins

Re: Shopping cart with focus on inventory management? Or just inventory management?

2008-05-06 Thread Tom McNeer
+1 for SiteDirector (http://www.quilldesign.com). -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560 ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: insert /delet problem in coldfusion

2008-05-02 Thread Tom McNeer
is within the loop of the fieldnames, so the next iteration of the loop deletes the record you just created. At the end you have one Detail record, from the last iteration of the loop, and it's related to the new Result record you just created. -- Thanks, Tom Tom McNeer Medium

insert /delet problem in coldfusion

2008-05-02 Thread erik tom
OK. I got really stumpped the solution seems to be very simple, but anyway. in my survey form I need . answer question . and then click save. Then If the user go in the modyfy the question i want to delete the prevoius choices and insert the new ones. I have to 2 tables to do that .() Survey_re

Re: CFPDF Formatting

2008-05-02 Thread Tom Chiverton
On Thursday 01 May 2008, Mark Phillips wrote: > Any ideas? Known problem, as far as I can tell. Maybe when this CF9 public bug database appears we can get some visibility on it. In the mean time, we use UJAC. -- Tom Chiverton Helping to synergistically entrench interdependent bandwidth

multiple insert in coldfsuion

2008-05-01 Thread erik tom
i am looping through theform and collecting survey answers, if i select multiple answers they get inserted on one line how can i insert the value individulay? How can i modify the code so i can make the code work the way i need insert into answers (questionidfk,answer,emp

Flex use-mappings ignored

2008-05-01 Thread Tom McNeer
ng a "Hello World" method in a test.cfc. No matter what I do, the use-mappings setting seems to be ignored. Both servers are CF8. And for that matter, both have a remoting-config.xml in place on the server with use-mappings set to "true." Can anyone suggest what I'm doing wrong

Re: MXNA

2008-04-30 Thread Tom Chiverton
On Wednesday 30 Apr 2008, Cutter (CFRelated) wrote: > Ben (Forta) posted this link this morning, which gives some answers: > http://www.mikechambers.com/blog/2008/04/29/update-on-mxna-or-what-the-is-g >oing-on/ Ohh, ta ! -- Tom Chiverton Helping to continually brand value-added e-m

Re: cflloop over the form.

2008-04-30 Thread erik tom
Thanks i use this #ListLast(Evaluate("Form.#field#"), "_")# How can i skip insertion of the button since i am using the form.fieldnames >>>How can i trim this variable > >Try this: listLast (field, "_") > >-- >___ >REUSE CODE! Use custom tags; >See http://www.co

MXNA

2008-04-30 Thread Tom Chiverton
Does anyone know how much longer the 'temporary' downtime will last ? It's been a number of days now... -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnershi

Re: cflloop over the form.

2008-04-30 Thread erik tom
I got this part working. Now I need to insert into questionidfk the value (#Evaluate(field)#, but now it looks like this test2_229 and i only need the 229 . How can i trim this variable insert into answers (questionidfk,answer,empID) values (#Evaluate(field)#,'#Evaluate(fie

cflloop over the form.

2008-04-30 Thread erik tom
I am trying to gather the result of the survey. so when i click on the submit button I wanto collect the values from the entire form that were checked . Instead i get passed all the id rather than id that was checked insert into answer (answer,empID) values (#evaluate(field)

Re: cfobject/cfinvoke best practices

2008-04-29 Thread Tom Chiverton
mpiled to Java once too. -- Tom Chiverton Helping to efficiently aggregate slick infomediaries on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership regi

Re: Jrockit for eclipse

2008-04-29 Thread Tom Chiverton
expect* the username/password bit for JRockit would not be for the JRun admin, but for some sort of Java messaging JRun/the JVM needs to support. Plus, that post is from 2006. I would strongly expect it to be fixed in CF8.0.1. -- Tom Chiverton Helping to globally customize impactful environmen

Re: Jrockit for eclipse

2008-04-28 Thread Tom Chiverton
ed with CF ? If the latter, does it even support whatever you are trying to do ? -- Tom Chiverton Helping to evangelistically morph fourth-generation niches on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells

Re: DYnamic survey design

2008-04-25 Thread erik tom
OK, clearly explain to me what you >want this code to do. What are you starting with, and what do you want the >end result to be? > > > >On Fri, Apr 25, 2008 at 1:36 PM, erik tom <[EMAIL PROTECTED]> wrote:

Re: ColdFusion query question

2008-04-25 Thread erik tom
D# and questionID=#questionID# >Did you read my response to this same question in the other thread before >you decided to post it yet again as a duplicate thread? > > >On Fri, Apr 25, 2008 at

Re: DYnamic survey design

2008-04-25 Thread erik tom
the second query will never work. > >Fourth, you ignored Bobby's advice to actually read a basic ColdFusion book. >Can I turn this into a plea? Can you please, please read a basic ColdFusion >book and a basic SQL book? Why w

Re: ColdFusion query question

2008-04-25 Thread erik tom
The data is the follow : id idoptionsquestionID SurveyID 160test 82 1 161test2 82 1 162test3 82 1 >Erik, > >This is pretty difficult to troubleshoot with

ColdFusion query question

2008-04-25 Thread erik tom
I have problem updating the DB table. I have 3 text boxes which has specific id. if the value of that boxes changed i wanto compare to DB and update the option for that id and only for that id . Instead it updates for all ids

Re: DYnamic survey design

2008-04-25 Thread erik tom
>Your query is the unchanged. Instead of running the insert query, just >output the query to the screen so you can see what is going on. > >On a different not, I've also seen your last few questions to the list and >don't take this any other way than helpful, but you should really invest in >a good

Re: CF 8 Shared hosting w/o Java 6 Class Loader bug

2008-04-24 Thread Tom McNeer
27;t be CrystalTech, though. I had a long conversation with them regarding that, and they were good enough to discuss it with Adobe. But in the end, they gave me the "it would slow everything else in CF 8" argument. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com

Re: CF 8 Shared hosting w/o Java 6 Class Loader bug

2008-04-24 Thread Tom McNeer
ely no solution for now. As I say, I don't know much about your particular situation. But I hope some of this may be useful. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560 ~~~

Re: DYnamic survey design

2008-04-24 Thread erik tom
>> insert into questionOptions >values('#variables.this#',#questionID#,#surveyID#) > >questionID and surveyID never change in your loop... you are just looping >the same info into the database. > >.:.:.:.:.:.:.:.:.:.:.:.:. >Bobby Hartsfield >http://acoderslife.com >http://cf4em.com I rewrote the q

Re: DYnamic survey design

2008-04-24 Thread erik tom
>> insert into questionOptions >values('#variables.this#',#questionID#,#surveyID#) > >questionID and surveyID never change in your loop... you are just looping >the same info into the database. > >.:.:.:.:.:.:.:.:.:.:.:.:. >Bobby Hartsfield >http://acoderslife.com >http://cf4em.com ~~

DYnamic survey design

2008-04-24 Thread erik tom
I am trying to design the dynamic survey. But when i insert question options (label) I get weird behevior. It insert a duplicate but it should not http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Add/Remove Options select * from questionOption

Re: URLs being appended to query string

2008-04-23 Thread Tom Chiverton
paramater often includes PHP code. -- Tom Chiverton Helping to proactively harness 24/7 experiences on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership regis

Re: output column average using coldfusion

2008-04-21 Thread erik tom
a big red flag, because in >almost every situation the same thing can be done in SQL more easily and far >more quickly. > >On Fri, Apr 18, 2008 at 3:36 PM, erik tom <[EMAIL PROTECTED]> wrote: > >> How can i accomplish this ~~

Re: output column average using coldfusion

2008-04-18 Thread erik tom
end. > >cheers, >barneyb > >On Fri, Apr 18, 2008 at 12:36 PM, erik tom <[EMAIL PROTECTED]> wrote: >&g

output column average using coldfusion

2008-04-18 Thread erik tom
IN my code I output the query into the table. The is a column that contains time . SAo what i need to do is to get an average to this coumn . #RTrim(Lname)#, #Trim(FName)# #Trim(MName)# [Expired][Not A

Re: Lots of bugs with cold fusion 8 (standard edition)

2008-04-17 Thread Tom Chiverton
On Wednesday 16 Apr 2008, Raymond Camden wrote: > And if I'm no longer a respected member of the community, that's news > to me. Why didn't someone call me? ;) Oh, ignore him. He must have just quit smoking or something :-) -- Tom Chiverton Helping to evangelistically bran

Re: wsconfig.jar v. Apache 2.0.59 solaris

2008-04-17 Thread Tom Chiverton
On Wednesday 16 Apr 2008, Cutter (CFRelated) wrote: > Last I checked, and especially with Apache 2.0.59, the Web Server config > utility is useless with Apache configurations, It worked for me for the first time ever with CF8.0.1, but I'm on 64bit. -- Tom Chiverton Helping to syne

Re: wsconfig.jar v. Apache 2.0.59 solaris

2008-04-16 Thread Tom Chiverton
On Wednesday 16 Apr 2008, Maureen Barger wrote: > Has anyone encountered this and more importantly, how do I get around it? I just make the changes to the Apache settings by hand. -- Tom Chiverton Helping to administratively supply front-end IPOs on: http://thefalken.livejournal.

Re: Oklahoma Leaks Tens of Thousands of SSN's

2008-04-16 Thread Tom Chiverton
ot;There is no such thing as a bad language, only bad coding". -- Tom Chiverton Helping to autoschediastically maximize network e-business on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells LLP. Hal

Re: Restricting page access if not from cf8 interface

2008-04-15 Thread Tom Chiverton
You could check the referer but that might not be present, you could look for an URL value you append in the cfpod, but again, a user could just do that themselves. -- Tom Chiverton Helping to biannually reintermediate proactive meta-services on: http://thefalken.livejo

Re: Restricting page access if not from cf8 interface

2008-04-14 Thread Tom Chiverton
On Sunday 13 Apr 2008, Michael Brennan-White wrote: > The menu displays the addresses to these pages and I would like to > keep someone from accessing the pages directly by the URL. You want to stop someone who can see the URL, from using the URL ? That's not going to work. -- To

Re: CFID and CFTOKEN in the way

2008-04-14 Thread Tom Chiverton
=false. -- Tom Chiverton Helping to globally integrate B2C deliverables on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales

<    3   4   5   6   7   8   9   10   11   12   >