Re: Flash Forms size limit

2007-01-12 Thread Robertson-Ravo, Neil (RX)
Hmmm... IMHO Flash forms are a hideous addition to ColdFusion. 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: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Jochem van Dieten
David Livingston wrote: If you just want a single IP to be able to connect the format is 555.555.555.555/0 . Obviously you replace the 555 stuff with your IP. It is the other way around. /32 means 1 IP address, /0 means all IP addresses. The number after the slash is the number of bits in

Re: OT: Best free support (ticket) system?

2007-01-12 Thread Andy Allan
Trac is simply the dogs dangly bits. And it's integration with Subversion is excellent. http://trac.edgewall.org/ On 11/01/07, Jonathan Block [EMAIL PROTECTED] wrote: Any suggestions on a free customer support ticket system? We use OTRS but it's seems very out dated... but what it does it

Re: Problem with cf executing stored procedures

2007-01-12 Thread Tom Chiverton
On Thursday 11 January 2007 10:06, Simon Whittaker wrote: I hope you can help us with a problem we are experiencing with execution of stored procedures from coldfusion pages. Stored procedures are running very slowly only when executed from cf pages, when they're run in the SQL 2000 query

Re: Interesting thing about the Session variable

2007-01-12 Thread Will Tomlinson
OK. Well then I will just blame it on global warming. LOL Good call Bruce! I forgot to setup a dsn before runnin' some code yesterday and I blamed global warming for the error. It always makes me feel better. Will ~| Create

Re: Client-Scope and Frames problem

2007-01-12 Thread Kris Jones
Hi James, What I meant was, we have not enabled session scope. We use client scope for session management. Doy! Cheers, Kris Umm... Also, this application does not enable sessions. Only clientmanagement and clientstorage. Did I miss something?

Client asked me: Why you use coldfusion?

2007-01-12 Thread Ali Majdzadeh
Hi: Two days before I was talking about a project with a client. He wants a portal_like website that has at least 8 seperated Auction parts and some message boards and a complete Administration pannel. It has at least 18 dynamic parts (like; News, Job finder, Seminar Alerts ...) that the admin

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Jochem van Dieten
Ali Majdzadeh wrote: Hi: Two days before I was talking about a project with a client. He wants a portal_like website that has at least 8 seperated Auction parts and some message boards and a complete Administration pannel. It has at least 18 dynamic parts (like; News, Job finder, Seminar

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Mark A Kruger
If you are talking about all custom development I'd say that 3500 will cover writing the requirements documentafter that you are going to be working for free :) Pull out your calculator and figure hours per application piece. Add 5% for documentation and 10 to 15% for debug and revision - and

visual design and layouts for frameworks

2007-01-12 Thread Richard Cooper
Hi, What are peoples different methods for displaying a design within a framework? I can think of a few but were wondering the pros and cons and if I've missed any better methods: 1.Multiple cfincludes within a HTML file - I can see problems when working on outer container i.e. div

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Doug Brown
I guess the price is only fair, if YOU believe it to be fair. Any auction site is going to take alot of coding hours and you are the one that will either win or lose on the project. What you must do is define the scope of the project with the buyer and have him understand that any additions to the

RE: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Andy Matthews
Is there a single file that stores preferences? Or is it stored in the EXE itself? -Original Message- From: Jacob Munson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 5:33 PM To: CF-Talk Subject: Re: Eclipse/CFEclipse and autocomplete I knew about the control+shift+o

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Andy Matthews
I would say for all of that work, $3500 is NOT a fair price for you. My quote for that sort of thing would be at LEAST $10k, and probably more in the $15k range. andy -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 6:34 AM To: CF-Talk

Re: visual design and layouts for frameworks

2007-01-12 Thread Teddy Payne
I will use Model-Glue for this example. You typically have a master template. This master template has set areas to load document information. These areas are very similar to cfincludes, but the framework has a view collection. The views are stored into a collection that have names attached to

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Will Swain
Scope up the project with the client, outlining all the functionality. Then estimate how many days it will take you to build. Multiply by your day rate. Add a 'project management' fee of 20%. See what you get. $3500 US sounds very very low to me. My instinct is that this is certainly a £10k -

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Rick Faircloth
It would cost him twice as much to get me to build that kind of expansive and complicated site in CF... probably three times that much if I had to build it in ASP.Net or PHP! It really doesn't matter what you code it with... you just have to ask yourself if you're willing to do it for that

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Teddy Payne
All the eclipse information is stored in the eclipse folder wherever you put it. The majority of your configuration information is stored in a configuration file in the subdirectories of Eclipse. The reason you can load it anywhere is because it is a Java application, so wherever you can load

RE: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Andy Matthews
Thanks Teddy... I'm not trying to be negative by any means. I don't have a choice as to what IDE I'm using. My current employer states that I must use eclipse. The drawback is that I've spent the last 4-5 years working in Editplus. I've built up a library of keystrokes, code snippets and

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Rob Wilkerson
I don't know whether it's a single file, but each time I set up a new workspace (I have workspaces for active projects, old projects, future projects and a build environment) I export the preferences from my original workspace and import it into the new workspace. That seems to retain most

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Mark Drew
Andy If you ever have ideas of features that you might think benefit CFEclipse (apart from it just being a copy of EditPlus) let me know. (or let Cutter know and I am sure he will tell me) MD On 1/12/07, Andy Matthews [EMAIL PROTECTED] wrote: Thanks Teddy... I'm not trying to be negative by

Re: Flash Forms size limit

2007-01-12 Thread Teddy Payne
Flash forms introduced a way to create more interactive forms. The only downfall of Flash Forms besides this 32K limit is the amount of documentation. Flash Forms were a moving target. It is a useful feature that will probably stay around for next version of CF. You can program in CFEclipse

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Mike Kear
Mark's dead right. Make sure you know what the scope of your job is, and that you can do it for that money. IF you're pretty impoverished, $3500 can sound like a lot, but you really do need to work out how much per hour that represents for you.You might be able to dash this job out with

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Teddy Payne
It is not a problem. I am just trying to empower people to use the CFEclipse users list so that tehse emails and questions don't get lost. I try to keep ahead of CF-Talk, but this list list is my second largest feed other than Flex Coders, which is simply just a beast. The user's list can

RE: CF7 and tasks won't run through scheduler

2007-01-12 Thread Earl, George
Al said: Are you using any kind of third party user authentication, like SiteMinder. I ran into exactly this. Nope, no third party user authentication. Ian said: The first thing to check when this happens is the permissions of the resources being accessed. . . . The solution for this is

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Claude Schneegans
The price I suggested in the proforma invoice was about 3500$. Is the price fair? Per week? If you have the whole system already done and operational, I'd say it's a fair price. But if you have to start from scratch, then your customer is really making a good deal! --

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Teddy Payne
You may want to approach the estimation not as set cost. Sit with him and work on the scope of the project. Get his approval. Create a wireframe of the application from the specification. Get his approval. Create a prototype of the applications. Get his approval. You get the point.

CF patch installation problems

2007-01-12 Thread Chad Gray
http://www.adobe.com/support/security/bulletins/apsb07-02.html I shut down all of the services that the instruction say to. CF, IIS, and Windows Management Instrumentation service. I rename the current wsconfig.jar to wsconfig.jar.bu, copy the downloaded jar to the folder and run this command

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Andy Matthews
I couldn't agree more. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 8:53 AM To: CF-Talk Subject: Re: Client asked me: Why you use coldfusion? Mark's dead right. Make sure you know what the scope of your job is, and that you can do it for

RE: Flex?

2007-01-12 Thread Kevin Aebig
There are free versions of AMF remoting for PHP, Java, .NET, Perl and a few others. And as far as porting your app over, it's all about the app. I'm in the same situation and I've found that you need to weigh your options carefully and list the reasons that would make it worthwhile. Don't do it

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Mark A Kruger
Good stuff mike... And not just the part about me being dead right :) -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 8:53 AM To: CF-Talk Subject: Re: Client asked me: Why you use coldfusion? Mark's dead right. Make sure you know what the

using java.utils.logging with CF

2007-01-12 Thread Larry Lyons
Hi, Has anyone used the java.utils.Logging api with CF? The powers that be want me to use this with our apps but I'm a bit clueless at this stage. CFLog is definately out as is Log4J. any help would be appreciated. thx, larry

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Teddy Payne
Rob you are right. It was a typo. Configuration files not file. There are a lot of different files that update many different areas. Workspaces are meant to keep track of perspectives, views, editor preferences, key bindings..etc. You can of course have many workspaces and multiple versions

Database design?

2007-01-12 Thread Doug Brown
I am designing a classifieds ad site and am trying to figure out something. On the page that displays the ad, I would like to have 2 buttons that determine what a buyer would like to do. one button would be a buy now and would inform the seller that someone has agreed on their price and wants

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Christopher Jordan
I think everyone's got a story like this (or will have sooner or later), and mine was no different... except that the client never paid me. I think I would add (if it hasn't been said already) that people should get program requirements in writing. This keeps the client from coming back and

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Jim Wright
Ali Majdzadeh wrote: Plus 5 different templates for the parts and a Logo and flash intro. I'd say $3500 may sound fair for just this part of it (and probably low, as I often find that the design, being very subjective, can be the part of a project that really balloons)...I'll join the chorus

5 day week calendar

2007-01-12 Thread Richard Cooper
Has anyone come across a descent CF calendar system that works for the working day. i.e 5 day week with, for example, 30 minute time slots 9 - 5? ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7

Re: SeeFusion Rocks

2007-01-12 Thread Jose Diaz
I agree completly Jonathan, a great piece of software :) On 1/11/07, Jonathan Block [EMAIL PROTECTED] wrote: I must give kudos to the makers of seefusion. Today I had another ulta frustrating problem with my CF app and it was clues I got from using SeeFusion that helped me fix the error.

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Mark A Kruger
I understand that beggars can't be choosers but Here are a couple of tips: 1) Find out about the company or client's financing. Most clients will give you reassurance (as in yes I can pay.. I'm loaded with cash and everyone lves my idea), but see if you can get more information than

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Ian Skinner
Unless it's your brother-in-law... Then you are stuck :) Or your own father, that is even harder. I chalk it up as a great place for practicing, learning and experimenting as well as a few pennies. At least I get to do the site anyway I see fit. It helps greatly that it is NOT my day

Disregard: Testing...

2007-01-12 Thread Rick Faircloth
Testing. trying to make sure my email server hasn't been blocked somewhere along the route. Rick ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: Database design?

2007-01-12 Thread Scott Weikert
You might consider a table that basically is one row per interaction. You'd have the seller's account ID, the interested party's account ID, the ID of the item in question. A field with an interaction type value - different codes for what's going on. Maybe a currency field for the value in

Re: Disregard: Testing...

2007-01-12 Thread Claude Schneegans
trying to make sure my email Ha? I thought you were upgrading from CF 4.5... ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: 5 day week calendar

2007-01-12 Thread Jordan Michaels
http://calendar.viviotech.net/ Might not be exactly what you're looking for, but then again it might be... ;) Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Blue Dragon Alliance Member [EMAIL PROTECTED] Richard Cooper wrote: Has anyone come across a descent CF

RE: SeeFusion Rocks

2007-01-12 Thread Eric J. Hoffman
How does it stack up against Fusion Reactor?Is there a preference out there or are they different animals?In the market for an app like this. Eric J. Hoffman Managing Partner 2081 Industrial Blvd StillwaterMN55082 mail: [EMAIL

CSS IE6 are butting heads

2007-01-12 Thread Jake Churchill
I need some help with a CSS menu that I'm writing. It is a simple 2 level menu, level 1 is a horizontal list, level 2 is a dropdown list. I have this working in all browsers, but I ran into a hitch with IE6. The site is http://cfwt.cfwebtools.com The active 1st level menu item will have

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Pablo Varando
I tend to stay away from giving a final project price for this specific reason... I was burned once too... to the tune of $350K... so I learned my lesson quickly! :) Since I will not give a final price; instead I will create a quote for a client based on estimates.. but I will always charge

App Stress Testing

2007-01-12 Thread Eric J. Hoffman
Is there a recommendation from other out there that have used stress testing apps as to what they prefer? We need to benchmark some performance capacities and surge capacities, and want to use the app to actually put our apps through their paces at those usage levels for verification. I know

Re: Database design?

2007-01-12 Thread Teddy Payne
I recommend: http://en.wikipedia.org/wiki/Database_normalization There are examples for every normalization form. This should help you think of what aspects you want to capture and how to relate to one another. Teddy On 1/12/07, Scott Weikert [EMAIL PROTECTED] wrote: You might consider a

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Scott_A . _Stewart
I rarely do side work anymore, I've been burned once too often. I had a client, based in Texas. I had met him through the martial arts community. He wanted some minor ASP work done. We worked out a cost and he agreed to it. I completed the work and billed him. What I didn't know is that he was

Re: SeeFusion Rocks

2007-01-12 Thread Josh Nathanson
I haven't used FusionReactor but SeeFusion is dynamite. Huge +1 on that. For $299 it's a steal. -- Josh - Original Message - From: Eric J. Hoffman [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, January 12, 2007 8:57 AM Subject: RE: SeeFusion Rocks How does

Re: App Stress Testing

2007-01-12 Thread Josh Nathanson
OpenSTA. Very easy to use and very free. http://opensta.org -- Josh - Original Message - From: Eric J. Hoffman [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, January 12, 2007 9:03 AM Subject: App Stress Testing Is there a recommendation from other out there

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Josh Nathanson
I wholeheartedly agree with Pablo. Create an estimate based on an hourly rate; let them know it's an estimate and that if you go over the estimated hours, you'll bill them for the additonal hours at the hourly rate. Get 1/3 or 1/2 of your estimate up front. If they can't do that, skip it,

RE: Client asked me: Why you use coldfusion?

2007-01-12 Thread Bruce Sorge
I am the same way. If the customer does not have at least 50% up front, no dice. I even got burned by my own brother on a couple of grand for his website (which does not exist as I pulled the code). And once I finish the work, get paid the remainder, and they want maintenance, I have them sign a

Multiple Published Dates

2007-01-12 Thread Richard Dillman
I have a table of kids [tbl_Children] ID (integer PK) Firstname (varchar 50) I have a talbe of periodicals and how often they publish [publications] ID (integer PK) Distribution (integer) (simpy weather or not they publish monthly or quarterly) Title (varchar 50) I have a table of kids to

Re: Multiple Published Dates

2007-01-12 Thread Deanna Schneider
I'd probably make each issue of the publication it's own ID, and then put that ID in with the kid's ID in your join table (instead of start/stop dates). You'll have more records in your join table, but more accurate data and it'll be easier to then just group by the issue to get the list of kids

CFHTTP vs Form post

2007-01-12 Thread R J Kvamme
I have a basic form that posts to a partners site. It returns xml just fine. When I use CFHTTP it rejects the username and password. I am not getting a connection issue just a refusal of username and password. Anyone have an experience with this? R J Kvamme Interactive Technology

RE: Disregard: Testing...

2007-01-12 Thread Rick Faircloth
Not yet... still waiting for CF 8... :o) Rick -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 11:53 AM To: CF-Talk Subject: Re: Disregard: Testing... trying to make sure my email Ha? I thought you were upgrading from CF 4.5... ;-)

Flash Form not working at all

2007-01-12 Thread Bruce Sorge
Any reason why a Flash Form would just stop coming up? I get no errors at all. When I remove the Format=Flash attribute, the form shows up, just not in Flash. Thanks, Bruce ~| Create robust enterprise, web RIAs. Upgrade

Re: Client asked me: Why you use coldfusion?

2007-01-12 Thread Cutter (CFRelated)
The following is an example of, basically, the same piece of code written in three different languages. It is a query of a mysql datasource that then outputs the resulting recordset to the page. Obviously the word wrap of mail will make some things appear larger than they are, but..

Re: Multiple Published Dates

2007-01-12 Thread Teddy Payne
I would agree with Deanna. That is a necessary step, but then I would suggest normalizing one step further. tbl_Children (childID, ...) tbl_Periodical (periodicalID, ...) tbl_PriodicalIssue (periodicalIssueID, month, year, periodicalID) tbl_PeriodicalChild (periodicalChildID, childID,

Re: Flash Form not working at all

2007-01-12 Thread Jacob Munson
Any reason why a Flash Form would just stop coming up? I get no errors at all. When I remove the Format=Flash attribute, the form shows up, just not in Flash. There's a setting in the CFAdmin to display errors for Flash forms, you might turn that on if you can. Or you can check the logs, it

cfsearch issue

2007-01-12 Thread Jason Herbolsheimer
Hello, I have run into a problem using a verity index and cfsearch. The problem I'm having is that the search string that is being used has the word Not in it. The search string is listed below, with the error I'm getting. The cfsearch code is listed below that. Does anyone know how I get

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
Okay, so far I'm *really* liking Pg. I have successfully imported all of my tables and data, and have everything fixed with one exception: updating the currval() of the sequence for the 'auto_number' fields. I can go through each sequence one at a time with the GUI and update it, but I'd

RE: cfsearch issue

2007-01-12 Thread Everett, Al \(NIH/NIGMS\) [C]
If you want to use a reserved word as part of the Verity search, you need to put it in quotes. Criteria=Why $50 per Barrel Oil is 'Not' Out of the Question -Original Message- From: Jason Herbolsheimer [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 2:06 PM To: CF-Talk

Re: App Stress Testing

2007-01-12 Thread Joseph Lamoree
On 12 Jan 2007, at 09:03, Eric J. Hoffman wrote: Is there a recommendation from other out there that have used stress testing apps as to what they prefer? We need to benchmark some performance capacities and surge capacities, and want to use the app to actually put our apps through their

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
I don't know why i wrote the '+1' in there when I wrote the email. I'm not using it in the actual statement. The specific syntax error is that the ( is invalid. On 1/12/07, Matt Quackenbush [EMAIL PROTECTED] wrote: Okay, so far I'm *really* liking Pg. I have successfully imported all of my

RE: cfsearch issue

2007-01-12 Thread Jason Herbolsheimer
Is there a set list of reserved words that I can/should use? Is there a udf out there that I could use/modify to replace and surround these reserved words with single quotes? -Original Message- From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007

Re: Flash Form not working at all

2007-01-12 Thread Teddy Payne
As Jacob had said, by defacto Flash Forms do not publish an error message. If the Flash Form fails to load, it fails silently without an error message. This is a behavior of Flash development in general. Teddy On 1/12/07, Jacob Munson [EMAIL PROTECTED] wrote: Any reason why a Flash Form

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Ben Nadel
Hey all, I don't know what you have decided on, but over the last few days I threw this together. It's probably not too helpful now (more of a proof of concept), but you might want to take a look. At the very least, I would love some feedback. http://www.bennadel.com/coldfusion-testing/ Thanks!

Re: Multiple Published Dates

2007-01-12 Thread Deanna Schneider
That's essentially what I was saying, Teddy just did a better job of articulating the details. (Whether or not you need periodicalissueid and periodicalChildId is a matter of style. I tend not to do that and just use the composite ID's instead.) On 1/12/07, Teddy Payne [EMAIL PROTECTED] wrote:

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Jon Clausen
Matt, I sent in a previous e-mail but you may have missed it: SELECT pg_catalog.setval(pg_catalog.pg_get_serial_sequence ('#table#','#table_id#'), (SELECT max(#table_id#) FROM #table#), true); That way you don't have to provide the sequence name. HTH, Jon On Jan 12, 2007, at 2:41 PM, Matt

Re: Multiple Published Dates

2007-01-12 Thread Teddy Payne
I put in the ID fields on the bridge tables to give the relationships a unique key for ease of querying. I guess I am just lazy. =) Teddy On 1/12/07, Deanna Schneider [EMAIL PROTECTED] wrote: That's essentially what I was saying, Teddy just did a better job of articulating the details.

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Andy Matthews
Nice one Ben! You're full of surprises! One typo. At the bottom of each page the checkbox line reads Do you this question I'm guessing that should read Do you THINK this question... andy -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007

Re: CF Exam Certification Study Gruop

2007-01-12 Thread Teddy Payne
Ben, Top shelf mate! A good clean interface and intuitive functionality. Cheers, Teddy On 1/12/07, Ben Nadel [EMAIL PROTECTED] wrote: Hey all, I don't know what you have decided on, but over the last few days I threw this together. It's probably not too helpful now (more of a proof of

RE: Flash Form not working at all

2007-01-12 Thread Bruce Sorge
I do that on my dev server by default and no error message. Checked the logs and there is nothing there either. -Original Message- From: Jacob Munson [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 10:57 AM To: CF-Talk Subject: Re: Flash Form not working at all Any reason why

Re: CF Exam Certification Study Gruop

2007-01-12 Thread Christopher Jordan
Maybe it was a Yoda kind o' thing: Do you this question? Think it is ambiguous? Hmm? :o) Chris Andy Matthews wrote: Nice one Ben! You're full of surprises! One typo. At the bottom of each page the checkbox line reads Do you this question I'm guessing that should read Do you THINK this

Page Not Loaded Warning?

2007-01-12 Thread Greg Luce
Has anyone heard of a tag or a way to keep users from submitting forms or clicking print buttons (our own print buttons, menubars aren't displayed usually) before the page completely loads? I'm sure there are ways to code this, but I'm looking at going back and implimenting on alot of old reports

Flash Form Code

2007-01-12 Thread Bruce Sorge
Here is the code that is not working. The thing is, it worked two days ago, and I did not make any changes to this form at all. cfform format=flash action=InsertCustomerInfo.cfm skin=halosilver height=900 name=ViewerInfo cfformgroup type=tabnavigator cfformgroup type=page

Disregard Flash Form Issue

2007-01-12 Thread Bruce Sorge
I found the error. Please disregard. I checked the Application.log file and it showed me the error. I was looking at the application name log file. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7

Re: CF Exam Certification Study Gruop

2007-01-12 Thread Josh Nathanson
Hey Ben, That's really sharp. Too much CFERROR stuff though, I crapped out on that. Guess I need to study! -- Josh ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: Page Not Loaded Warning?

2007-01-12 Thread Teddy Payne
Are you talking of disabling the print feature of the browser? I do not think you can achieve that. You can load your report into a pop-up and disable the tool bars and that will hinder most of the average users. You may need to also have a message that loads that says, 'Loading Data... to

Re: Disregard Flash Form Issue

2007-01-12 Thread Teddy Payne
It's Friday, we forgive you. =) Teddy On 1/12/07, Bruce Sorge [EMAIL PROTECTED] wrote: I found the error. Please disregard. I checked the Application.log file and it showed me the error. I was looking at the application name log file.

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
Jon, Thanks for the reply. Indeed I did miss it. I was hoping to write one long ..sql script and run it from my query editor and update all tables in a single connection. Are you aware of a way to do that? If not, I'll use your CF solution :-) Matt On 1/12/07, Jon Clausen [EMAIL

Re: Page Not Loaded Warning?

2007-01-12 Thread John Cox
On 1/12/07, Teddy Payne [EMAIL PROTECTED] wrote: Are you talking of disabling the print feature of the browser? I do not think you can achieve that. You can load your report into a pop-up and disable the tool bars and that will hinder most of the average users. You may need to also have a

Re: using java.utils.logging with CF

2007-01-12 Thread Larry Lyons
Hi, Has anyone used the java.utils.Logging api with CF? The powers that be want me to use this with our apps but I'm a bit clueless at this stage. CFLog is definately out as is Log4J. any help would be appreciated. thx, larry never mind I figured it out.

RE: CFHTTP vs Form post

2007-01-12 Thread Dave Watts
I have a basic form that posts to a partners site. It returns xml just fine. When I use CFHTTP it rejects the username and password. I am not getting a connection issue just a refusal of username and password. What authentication mechanism are you using when you post from a browser?

RE: SeeFusion Rocks

2007-01-12 Thread Dave Watts
How does it stack up against Fusion Reactor? Is there a preference out there or are they different animals? I like SeeFusion a bit better, because I find it easier to identify problems with it. However, some people I know prefer Fusion Reactor, because they find it easier to monitor servers

Re: Page Not Loaded Warning?

2007-01-12 Thread Greg Luce
Teddy, I think you're right on disabling the print function. I was just hoping to disable our print button. We have some special print stuff going on, and the menu bars aren't on this page. The users know they have to use our print button. John, I figured there were ways to code a page to behave

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Ben Nadel
Andy, thanks for that catch! There are probably a bunch of typos in there some where. I am pressed for time, so perhaps demoing prematurely. Thanks. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Ben Nadel
Josh, Sorry, I had some practice questions lying around from a study guide so I just put them up there to kick things off. I had trouble with them too (which is why I had a stack of them lying around :)). .. Ben Nadel Certified Advanced ColdFusion MX7 Developer

RE: CF patch installation problems

2007-01-12 Thread Dave Watts
http://www.adobe.com/support/security/bulletins/apsb07-02.html I shut down all of the services that the instruction say to. CF, IIS, and Windows Management Instrumentation service. I rename the current wsconfig.jar to wsconfig.jar.bu, copy the downloaded jar to the folder and run this

Re: Flash Form not working at all

2007-01-12 Thread Jacob Munson
Did you check /all/ the logs? I found a Flash forms error in coldfusion-event.log, which is in {coldfusion-root}\runtime\logs in our environment. On 1/12/07, Bruce Sorge [EMAIL PROTECTED] wrote: I do that on my dev server by default and no error message. Checked the logs and there is nothing

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Joshua Cyr
Fun test. I know this was mostly a quick proof of concept, but since you are looking for feedback. Some of the questions are almost identical. True or False: You can use more than one CFCATCH tag block within a CFTRY tag block statement. True or False: You can only use one CFCATCH tag block

Re: Flash Form Code

2007-01-12 Thread Teddy Payne
Where is checkbox2? cfinput type=checkbox name=OptOut value={checkbox2.selected} label=Opt-Out checked=yes You are binding a value to a checkbox that doesn't seem to be declared. Teddy On 1/12/07, Bruce Sorge [EMAIL PROTECTED] wrote: Here is the code that is not working. The thing is, it

RE: Page Not Loaded Warning?

2007-01-12 Thread Dave Watts
Has anyone heard of a tag or a way to keep users from submitting forms or clicking print buttons (our own print buttons, menubars aren't displayed usually) before the page completely loads? I'm sure there are ways to code this, but I'm looking at going back and implimenting on alot of

RE: cfsearch issue

2007-01-12 Thread Everett, Al \(NIH/NIGMS\) [C]
From what I'm reading, only AND, OR, and NOT will cause problems, as the other words need to be escaped with brackets in the search criteria. You could try this UDF, http://www.cflib.org/udf.cfm?ID=760, but I don't know if it's up to date for CFMX 7. -Original Message- From: Jason

RE: Flash Form Code

2007-01-12 Thread Bruce Sorge
Yeah, as soon as I sent this email I figured it out and sent another one to disregard. The only thing that I am trying to figure out now is, how to make it so that if the first checkbox is checked, the other two are not. If one of the other two is checked, then the first one is unchecked. Looks

RE: CF Exam Certification Study Gruop

2007-01-12 Thread Ben Nadel
Josh, Thanks for the feedback. While it might seem odd to have questions that are almost identical, it is quite valid because: 1. As more people submit questions, this is just bound to happen. 2. Before taking the test, you MUST become familiar with the subtle difference between similar

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Jon Clausen
Truthfully,I've always done it with CF so I don't know what the fully query would be with postgres. You can run the following query to get the table names and primary key names (where they are defined) select table_name, column_name from information_schema.constraint_column_usage ; Then

Re: Transferring from MS SQL (2000) to PostgreSQL

2007-01-12 Thread Matt Quackenbush
Jon, Your solution worked just fine actually :-) Thanks again! Matt ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

  1   2   >