RE: [ACFUG Discuss] Building a Disabled vs. Enabled Save button

2008-01-10 Thread Kitchens, Brent
Here's something I created a while ago that may help. This is a checkbox input control on the form: These are the div and input control affected by the onclick event - in their original states before the event fires: (required) These are the javascript functions called on the event - there

[ACFUG Discuss] Building a Disabled vs. Enabled Save button

2008-01-10 Thread Peyton Todd
Okay, here's the problem I mentioned which seems to represent a shortcoming in the DOM model. Surely I'm missing something, right? Surely what I want to do is so common that the DOM designers allowed for it, didn't they? Here it is: I have built a Save button which starts off in a disabled stat

[ACFUG Discuss] Re: Trying to Load a PDF to a CFWINDOW

2008-01-10 Thread Peyton Todd
Apologies for my ignorance on several points: First, is the method I'm using here (copying each reply one-by-one into a new message addressed to discussion@acfug.org) the simplest way to do this? I have very little experience with group e-mails, including what in the university environment (whe

RE: [ACFUG Discuss] How Load a PDF to Window?

2008-01-10 Thread Fennell, Mark P.
I think you can use embed/object html tags just like you would with a swf. something like this... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Thursday, January 10, 2008 3:59 PM To: discussion@acfug.org Subject: Re: [

Re: [ACFUG Discuss] How Load a PDF to Window?

2008-01-10 Thread Douglas Knudsen
IIRC, CFWINDOW uses a DIV. You'd need say a iFrame to display a PDF inline, eh? DK On Jan 10, 2008 3:22 PM, Peyton Todd <[EMAIL PROTECTED]> wrote: > Hello. I'm a new member of ACFUG, returning to CF after a five-years away > from programming. We were at CF5 when I left, and it's a pleasure to s

RE: SPAM-LOW: [ACFUG Discuss] How Load a PDF to Window?

2008-01-10 Thread Clarke Bishop
I did something similar to this recently(Load a PDF into a CFWINDOW), and I had to create an HTML file for the cfwindow. The HTML file then had a reference to the PDF. Hope this helps, Clarke -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peyton T

[ACFUG Discuss] How Load a PDF to Window?

2008-01-10 Thread Peyton Todd
Hello. I'm a new member of ACFUG, returning to CF after a five-years away from programming. We were at CF5 when I left, and it's a pleasure to see all the new capabilities that have been added since then. This is my first posting to the Discussion section, so I hope I figured out correctly how i

RE: [ACFUG Discuss] queryNew() ?

2008-01-10 Thread Fennell, Mark P.
But, if I tell you then you'll know just how stupid my theoretical test with no potential for real world application really is... It's basically a small chat engine stored as an application variable so that it's not easily traceable and it only resides in the server's memory and the browser window.

RE: [ACFUG Discuss] queryNew() ?

2008-01-10 Thread jwest
Mark; Is there any chance you could give a better explination on what you are trying to accomplish? Please use sudo code to explain, there might be someone out here in ACFUG land that has accomplished the same thing your are looking to do but in a different manner. Thanks Jason L West --- Qu