[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

[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

[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] Ajax.submitForm Conundrum

2008-01-15 Thread Peyton Todd
Hello all. Does anyone have a suggestion to make regarding the following quandary I find myself in? I'm trying to submit a form from inside a javascript function thus: function SubmitFmGenInfo145(action){ //form validation code (omitted here), then: ColdFusion.Ajax.submitForm('fmGenInfo', 'saveG

RE: [ACFUG Discuss] CF IDE

2008-01-15 Thread Peyton Todd
Just a few 'two-cents-worth' remarks from an erstwhile  CF5 programmer recently returned to programming (therefore new to CF8) after 5-years engaged in other pursuits (well, okay, maybe only cent per remark for a total of six cents): 1.  I concur that using Dreamweavercan be a big mistake. I trie

re: [ACFUG Discuss] Ajax.submitForm Conundrum

2008-01-15 Thread Peyton Todd
w.acfug.org/mailinglists >: Archive @ http://www.mail-archive.com/discussion%40acfug.org/ >: List hosted by http://www.fusionlink.com >: - > > > > > > > > >Mischa Uppelschoten >The Banker's Exchang

Re: re[2]: [ACFUG Discuss] Ajax.submitForm Conundrum

2008-01-15 Thread Peyton Todd
ong syntax for doing so? >: > >: >: Thanks in advance for your ideas, >: >: Peyton >: > >: > >: > >: >: ----- >: >: Annual Sponsor FigLeaf Software - http://www.figleaf.com >: > >: >:

Re: re[2]: [ACFUG Discuss] Ajax.submitForm Conundrum

2008-01-15 Thread Peyton Todd
ong syntax for doing so? >: > >: >: Thanks in advance for your ideas, >: >: Peyton >: > >: > >: > >: >: ----- >: >: Annual Sponsor FigLeaf Software - http://www.figleaf.com >: > >: >:

[ACFUG Discuss] Ajax.submitForm Conundrum: Not Fixed After All

2008-01-15 Thread Peyton Todd
, I seem to have no other choice but to have four separate submitForm calls, each one specifying a different callback function. Tacky, but it will work. (Which are not famous last words, I hope!) Sorry for the mixup, Peyton -Forwarded Message- >From: Peyton Todd <[EMAIL PROTECTED

[ACFUG Discuss] Ajax.submitForm Conundrum: The Saga Continues

2008-01-15 Thread Peyton Todd
efore I do, I'm sending this quick message to save any of you from wasting time explaining it to me if in fact I'm right that I've figured it out. Watch this space for further developments... -Forwarded Message- >From: Peyton Todd <[EMAIL PROTECTED]> &g

[ACFUG Discuss] Ajax.submitForm Conundrum: Problem Solved (No, really!)

2008-01-15 Thread Peyton Todd
g, though I admit I didn't open every panel. But would that help anyway? There's also lots of white space in the HTTP response sent to the callback function (where all the statements were). My fuzzy memory says there's a way to get rid of that, too. Hopefully one could specify t

[ACFUG Discuss] Ajax.submitForm Conundrum: Coda

2008-01-16 Thread Peyton Todd
#x27;s Verify Generated Source clearly demonstrates. Worse yet: COLDFUSION ACTUALLY PASSED MY PARMS - BOTH OF THEM - TO THE CALLBACK FUNCTION. I could put them in alert statements, and use them in if(parm1 == whatever) statements, etc. -Forwarded Message- >From: Peyton Todd <[

[ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Peyton Todd
Hello again from the CF5 programmer trying to catch up. I always used to write for Internet Explorer, and did so again after my return to programming a few months ago, resulting in what is by now a rather complex site. Many CF (and other internet-based) programmers have told me since then that

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Peyton Todd
ude Spry, Dojo, JQuery, and the list could go on and on.DK On Feb 18, 2008 9:44 AM, Steven Ross <[EMAIL PROTECTED]> wrote: First go get firebug for firefox... that will help you with the dom navigation.Firefox parentElement = parentNode  On Mon, Feb 18, 2008 at 9:16 AM, Peyton Todd <[EMAIL P

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Peyton Todd
s well and has some nice built in cross browser functionality.firefox supports getElementByID and the childNodes property... they performa a little differently than in IE. On Mon, Feb 18, 2008 at 10:11 AM, Peyton Todd <[EMAIL PROTECTED]> wrote: First, I believe I already have Firebug: when Fire

Re: [ACFUG Discuss] Another Question From Rip Van Winkle:Which Book?

2008-02-18 Thread Peyton Todd
rowser?-Original Message- From: Steven Ross <[EMAIL PROTECTED]> Sent: Feb 18, 2008 10:41 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle never had any issues using getElementById (yes casing was wrong)...On Mon, Feb 18, 2008 at 10:37 AM, Pey

Re: [ACFUG Discuss] Another Question From Rip Van Winkle

2008-02-18 Thread Peyton Todd
en Ross <[EMAIL PROTECTED]> Sent: Feb 18, 2008 10:41 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle never had any issues using getElementById (yes casing was wrong)...On Mon, Feb 18, 2008 at 10:37 AM, Peyton Todd <[EMAIL PROTECTED]> wro

Re: [ACFUG Discuss] Another Question From Rip Van Winkle: Oh, they meant ID!

2008-02-18 Thread Peyton Todd
ssage- From: Steven Ross <[EMAIL PROTECTED]> Sent: Feb 18, 2008 10:41 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Another Question From Rip Van Winkle never had any issues using getElementById (yes casing was wrong)...On Mon, Feb 18, 2008 at 10:37 AM, Peyton Todd <[EMAIL PRO

[ACFUG Discuss] Advice on How to Debug?

2008-02-19 Thread Peyton Todd
Hello all, and thanks for getting me over the hump I had to get past so I could work in Firefox instead of Internet Explorer. My site is working now - both in FF and in IE (at least the parts I've written, barring a few more changes I have to make, such as dealing with the fact that the childNod

[ACFUG Discuss] Advice on How to Debug - Problem Solved

2008-02-21 Thread Peyton Todd
I am pleased to annound the solution the the problem I described earlier, where I was trying to call a JavaScript function via ajaxOnLoad and received only the cryptic error message below, with no further details (and cfdebug did not improve matters): "Error processing Javascript in markup for

[ACFUG Discuss] Newbie's Next Daunting Dilemma

2008-02-21 Thread Peyton Todd
This one ought to be easy for someone who knows how. I want to load a pdf into a web page child window. When I put the pdf on the website's directory, the following code (where the function is passed a job number naming the pdf) works without a hitch: function ScannedStyle(jn){ jn = jn + '.p

Re: [ACFUG Discuss] Newbie's Next Daunting Dilemma

2008-02-22 Thread Peyton Todd
t;the url. Just a suggestion. > >Darin Kohles wrote: >> You definately do NOT want to include the absolute path 'C:/' - use >> relative paths, or if you absolutely want to give the full URL, then >> use the format 'http://yourdomain.com/' - as the file(s)

[ACFUG Discuss] Strange Error

2008-03-08 Thread Peyton Todd
Hello all. I have just attempted to install what I'm calling the beta version of my new website on my client's server, and when it tries to do an SQL select on a FoxPro data file, CF reports that the file does not exist, when in fact it does exist. The full error message can be found below the d

[ACFUG Discuss] Erratum

2008-03-08 Thread Peyton Todd
Re-reading what I just sent, I notice that I called my login page Login.cfm. Sorry. It's name is ReporterLogin.cfm. What confused me is that the other site's login page in Login.asp. Doesn't matter, but just for the record so to speak. --

[ACFUG Discuss] Wierder still...

2008-03-08 Thread Peyton Todd
I just tried the site from home, where I am now, and it got past where it was bombing. It hit another bomb - due to a typo I'm about to go in to work to fix - but why should it work over the web from outside the office when it doesn't work from the server itself (both localhost and keying in the

Re: [ACFUG Discuss] Strange Error

2008-03-08 Thread Peyton Todd
;Details" link, whick also worked. > >Come to think of it: you can even go there and see the error for yourself. Go >to www.acrga2.com/Reporters/ReporterLogin.cfm, and enter 'mmm' as user id, and >'1598' as password. > >Forrest C. Gilmore >==

Re: [ACFUG Discuss] Wierder still...

2008-03-09 Thread Peyton Todd
ar 9, 2008 5:41 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Wierder still... I am not sure of this, but why do you have the word debug after your datasource name? On Sat, Mar 8, 2008 at 1:20 PM, Peyton Todd <[EMAIL PROTECTED]> wrote: I just tried the site from home, where I am now, a

Re: [ACFUG Discuss] Wierder still...

2008-03-09 Thread Peyton Todd
gt; >Sent: Mar 9, 2008 3:33 PM >To: discussion@acfug.org >Subject: Re: [ACFUG Discuss] Wierder still... > >They do? I don't remember this. Where do you see this in the error messages? > >Peyton Todd wrote: >> Because ColdFusion error messages tell me I'll get more

[ACFUG Discuss] Rip Van Winkle's Memory Fails

2008-03-09 Thread Peyton Todd
I think I used to know how to do this one, but I no longer remember... When your application times out, you can send the user back to the login page with code like the following: But suppose this happens just when the user is opening a nested window, and the login page opens i

Re: [ACFUG Discuss] Rip Van Winkle's Memory Fails

2008-03-09 Thread Peyton Todd
Thanks, Darin, but I don't understand how to use this code. If I put it in the page which loads into the nested window, it never gets executed since the code in Application.cfm intercepts that page before it gets loaded, namely, the code below: If I put it in the Login.cfm pag

Re: [ACFUG Discuss] Rip Van Winkle's Memory Fails

2008-03-09 Thread Peyton Todd
If I put it in the Application.cfm page, that doesn't help either... -Original Message- >From: Darin Kohles <[EMAIL PROTECTED]> >Sent: Mar 9, 2008 6:07 PM >To: discussion@acfug.org >Subject: Re: [ACFUG Discuss] Rip Van Winkle's Memory Fails > > > > >

[ACFUG Discuss] More on Rip Van Winkle's Memory: Found the Answer, Sort of...

2008-03-10 Thread Peyton Todd
Looking through old code I wrote, I have discovered that following code placed inside the Login.cfm page solves my problem of opening that page inside a nested window on timeout: if (opener.location.href.indexOf('PostJob') > -1){ opener.location=window.location; window.close(); } Bu

Re: [ACFUG Discuss] Rip Van Winkle's Memory Fails

2008-03-18 Thread Peyton Todd
window.opener.location.href = >'Login.cfm';; > window.close(); > } > } > checkStatus(); > > > > >

[ACFUG Discuss] How does one use ?

2008-03-19 Thread Peyton Todd
This question will probably be easy for nearly every ACFUGGER except me: I want to use the tag, and my question is: what do they mean by the 'server'? For example, in testing the site I'm building on my own PC as local server, I plan to send the e-mail messages from the site I'm building to m

[ACFUG Discuss] Footnote

2008-03-19 Thread Peyton Todd
Not that this matters, but just to clarify, the e-mail addresses of the users of the website won't matter since the users won't even be aware that e-mail messages are being sent; the messages will simply be triggered when the users press a 'Report Complete' button.

RE: [ACFUG Discuss] How does one use ?

2008-03-20 Thread Peyton Todd
encapsulating the developer from needing that info.  Check outhttp://livedocs.adobe.com/coldfusion/8/htmldocs/basiconfig_11.htmlYou will need the email servers SMTP info.  I doubt you will be able to send email vial mail.earthlink.net though due to relaying restrictions.  Is your client using a host? D

RE: [ACFUG Discuss] How does one use ?

2008-03-20 Thread Peyton Todd
listed at the >recipient server. Just a couple of suggestions. > > > >From: [EMAIL PROTECTED] on behalf of Peyton Todd >Sent: Thu 3/20/2008 2:00 PM >To: discussion@acfug.org >Subject: RE: [ACFUG Discuss] How does one use ? > > >

RE: [ACFUG Discuss] How does one use ?

2008-03-20 Thread Peyton Todd
s SMTP info.  I doubt you will be able to send email vial mail.earthlink.net though due to relaying restrictions.  Is your client using a host? DK On Wed, Mar 19, 2008 at 9:58 PM, Peyton Todd <[EMAIL PROTECTED]> wrote: This question will probably be easy for nearly every ACFUGGER except me: I wan

RE: [ACFUG Discuss] How does one use ?

2008-03-20 Thread Peyton Todd
Justin, it looks like this message you sent me didn't make it. Try again? -Original Message- >From: Justin Haygood <[EMAIL PROTECTED]> >Sent: Mar 20, 2008 3:09 PM >To: discussion@acfug.org >Subject: RE: [ACFUG Discuss] How does one use ? > >The contents of this message are corrupt. We can

[ACFUG Discuss] or some other way?

2008-04-14 Thread Peyton Todd
I need to provide a reporting capability for the website I'm writing. My first attempt has been to write a PDF using , then print it with . The first step was successful, and the document so produced can be loaded to a web page and printed successfuly from there, but the invocation of the tag

RE: [ACFUG Discuss] or some other way?

2008-04-14 Thread Peyton Todd
>printer for the server. Do you know what that is? If you go to the server and >look at the list of printers, it will tell you. Are you checking for output >there? You may see 0 documents in the queue if it prints quickly. That's just >a guess. > >/charlie > > >-Or

Re: [ACFUG Discuss] Clone a SQL Server Database? Solved!

2008-04-21 Thread Peyton Todd
e' text field of the wizard, and then select the existing DB in the 'From database' drop-down list and click Okay. Evidently this so-called 'restore' does not even get its info from a backup, but gets it from the live DB. -Original Message- >From: Peyton Todd <

[ACFUG Discuss] How Clone a SQL Server Database?

2008-04-21 Thread Peyton Todd
Are there any SQL Server Wizards in the crowd (the human kind, I mean)? I have discovered that the site I'm building accesses a SQL Server table also accessed by an ASP site on the same server, and I want to separate them. So I want to make a clone of that SQL Server database for the exclusive u

Re: [ACFUG Discuss] Why Clone the SQL Server Database?

2008-04-21 Thread Peyton Todd
To: discussion@acfug.org Subject: Re: [ACFUG Discuss] How Clone a SQL Server Database? Just out of curiosity why would you want two apps hitting different copies of the same database? don't you want the people using the asp app and the CF app to see the same data? or is it some sort of migration away

RE: [ACFUG Discuss] Clone a SQL Server Database? Solved!

2008-04-21 Thread Peyton Todd
R IS SOMEWHAT COMPUTER-LITERATE). BUT I'LL GET BACK TO YOU IF THE SITUATION CHANGES! >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peyton Todd >Sent: Monday, April 21, 2008 4:51 PM >To: discussion@acfug.org >Subject: Re: [ACFUG Discu

RE: [ACFUG Discuss] Clone a SQL Server Database? Solved!

2008-04-22 Thread Peyton Todd
site be deactivated? I ask because the >next step will depend on if both sites are actively "writing" to both >tables and if you want the data to be consistent between them or not. > >-----Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

[ACFUG Discuss] Possible bug in CFGRID? Or in SQL Server?

2008-04-22 Thread Peyton Todd
Or just maybe a mistake of my own? The CFGRID I wrote to maintain the 'reporters' table mentioned in my notes of yesterday and today has a wierd problem. It turns out that a one-byte column, 'AnyJob' (= 'Y' if the user allowed to see any job), must have data in it for any updates to the row con

Re: [ACFUG Discuss] Bug in CFGRID or SQL Server? Solved, but...

2008-04-22 Thread Peyton Todd
es that went through successfully when I pressed the button which invokes (namely by the code below when the page posts to itself . -Original Message- >From: Peyton Todd <[EMAIL PROTECTED]> >Sent: Apr 22, 2008 9:00 PM >To: discussion@acfug.org >Subject: [ACFUG Disc

Re: [ACFUG Discuss] Re: CFGRID CF8

2008-04-23 Thread Peyton Todd
My own solution to a somewhat similar Ajax situation, where I wanted to pass parms back to a callback function (though that's not possible as such) was to put the following line at the very bottom of the CF page that was sending its output to the call back function:~#.parmstring#Then in the callbac

[ACFUG Discuss] How Load Files from Outside the Web Directory?

2008-04-24 Thread Peyton Todd
Hello. My site needs to load PDFs which are located in a different directory (in fact, on a different disk drive) than the one on which the site's web pages reside. In developing this by working as localhost on my own desktop PC at home, the following code works flawlessly: where the web pag

Re: [ACFUG Discuss] How Load Files from Outside the Web Directory?

2008-04-24 Thread Peyton Todd
There's a typo in the line of javascript at the bottom of this post. Of course it should read: win=window.open(showpdf,'Style','width=800,height=500,resizable=yes'); -Original Message- >From: Peyton Todd <[EMAIL PROTECTED]> >Sent: Apr 24, 2008 3:22

[ACFUG Discuss] How Load Files from Outside the Web Directory - Corrected

2008-04-24 Thread Peyton Todd
(Reading through what I wrote, there were a few other errors, so I send this version to clear up possible confusion. Sorry.) My web site needs to load PDFs which are located in a different directory (in fact, on a different disk drive) than the one on which the site's web pages reside. In devel

Re: [ACFUG Discuss] How Load Files from Outside the Web Directory?

2008-04-24 Thread Peyton Todd
Thanks Mike, I'll try that next time I'm at the client's place of business, after making sure I can get it working localhost. I do have a question about it though: I'm never clear when to use forward slashes vs. backslashes, but I do know that in writing web apps I've had much better luck with f

Re: [ACFUG Discuss] How Load Files from Outside the Web Directory - Corrected

2008-04-24 Thread Peyton Todd
ot;> where 1.1.1.1 is an ip addr and folder structure in windows is like this   X:/Shared/someSharedFolder/Documents1.pdf   and someSharedFolder is a shared folder. We have D,E,F,X so many shared drives on this machine.   Notice that in the code, I have not referenced Shared.    Ajas.   On 4/24

Re: [ACFUG Discuss] How Load Files from Outside the Web Directory?

2008-04-24 Thread Peyton Todd
As you know, one often doesn't know the rhyme or reason (at least I do not), but one simply has to try it both ways and see. I've often wondered whether Bill Gates went with backslashes on purpose just to distinguish his OS from Linux... -Original Message- >From: Mike Staver <[EMAIL PRO

Re: [ACFUG Discuss] How Load Files from Outside the Web Directory?

2008-05-13 Thread Peyton Todd
After a delay, I finally got back to my client's server to try your suggestions, and they worked perfectly. Security was the whole problem, and it was solved simply by going to Control Panel > Admin Tools > Services and giving Cold Fusion an id with privileges to the shared network discs I wante

[ACFUG Discuss] Problem on Only One PC

2008-06-23 Thread Peyton Todd
Dear Colleagues, This could be a tough one to solve. But maybe not. My website has three reports, all three accomplished by loading a PDF into a child browser window. The report process works fine on every computer it has been tested on except one (wouldn't you know it): the boss's computer. On

Re: [ACFUG Discuss] Problem on Only One PC

2008-06-24 Thread Peyton Todd
ry turning on the error console (Tools > Error Console) to see if something shows up there.- Does he have a popup blocker installed that the other computers don't? On Mon, Jun 23, 2008 at 10:18 PM, Peyton Todd <[EMAIL PROTECTED]> wrote: Dear Colleagues, This could be a tough one

[ACFUG Discuss] Theoretical Question About Efficiency

2008-08-04 Thread Peyton Todd
It seems important to begin by pointing out that this question is not aimed at solving a practical problem. It has nothing to do with a need on my part to make an actual program run faster or use fewer resources. Instead it has to do with a linguistics paper I'm writing, part of which will evalu

RE: [ACFUG Discuss] Theoretical Question About Efficiency

2008-08-04 Thread Peyton Todd
ways willing to sacrifice a bit of speed in deference >to integrity. I'd rather know that Bill Collins called John Hancock's >wife to tell her about the "accident" because John Johnson's wife is a >personal injury lawyer. :) I am curious as to why complexity of the >

RE: [ACFUG Discuss] DDX to the Rescue?

2008-08-08 Thread Peyton Todd
The mention of DDX as a programming language for PDFs leads me to wonder whether it might provide me a solution for a problem which has plagued me for years:  I am writing a series of PDFs which are packed to the gills with video clips. I want these clips to open in separate windows, to stay open

[ACFUG Discuss] Another CFMAIL Problem

2008-11-07 Thread Peyton Todd
The web page I'm having a problem with builds a PDF document and attaches that to an e-mail. The problem is that the user can do this for successive job numbers one after the other (it's a site for court reporters to report back to the company that sent them on a job). I have been naming the PDF

Re: [ACFUG Discuss] Another CFMAIL Problem

2008-11-07 Thread Peyton Todd
Discuss] Another CFMAIL Problem You could always check for existence of the file and create a unique filename if it already exists. From: Peyton Todd <[EMAIL PROTECTED]>To: discussion@acfug.orgSent: Friday, November 7, 2008 3:48:58 PMSubject: [ACFUG Discuss] Another CFMAIL Problem The web pag

Re: [ACFUG Discuss] Another CFMAIL Problem

2008-11-07 Thread Peyton Todd
r the holy name of liberty and democracy? " > --Gandhi > > > >On Nov 7, 2008, at 4:01 PM, Peyton Todd wrote: > >> Thanks, Shawn, but I'm hoping there's a simpler way, such as some >> parm I can set, or that my code intending to prevent cachin

Re: [ACFUG Discuss] Another CFMAIL Problem

2008-11-08 Thread Peyton Todd
rst check to see if there's already one with that name (initials and job number). If you find one then delete it, then create the new one. Is there some audit reason to keep the earlier version? On Fri, Nov 7, 2008 at 3:48 PM, Peyton Todd <[EMAIL PROTECTED]> wrote: One solution I thought

Re: [ACFUG Discuss] Another CFMAIL Problem

2008-11-08 Thread Peyton Todd
ber). If you find one then delete it, then create the new one. Is there some audit reason to keep the earlier version?On Fri, Nov 7, 2008 at 3:48 PM, Peyton Todd <[EMAIL PROTECTED]> wrote: One solution I thought of is simply to use the job number as the name of the PDF. This would guarantee th

Re: [ACFUG Discuss] Another CFMAIL Problem

2008-11-09 Thread Peyton Todd
Doug, your guess that the email gets sent before the new PDF gets built rings true to me. It would explain the problem on my client's server, as well as the fact that it's not happening to me right now testing the system working on my own PC as localhost. It jogs my memory that my coworker experien

Re: [ACFUG Discuss] Another CFMAIL Problem

2008-11-09 Thread Peyton Todd
Or actually, Doug's explanation might be an instance of caching after all if the cache doesn't get cleared till the new version of the file is built...-Original Message----- From: Peyton Todd <[EMAIL PROTECTED]> Sent: Nov 9, 2008 8:26 PM To: discussion@acfug.org Subject: Re

Re: [ACFUG Discuss] Another CFMAIL Problem

2008-11-10 Thread Peyton Todd
en needed - as previously mentioned by Howard.  This eliminates any issues to do with email latency (or the possibility of caching) and gives the opportunity to close some security holes created by leaving content in an unsecured location. Dawn On Sun, Nov 9, 2008 at 8:26 PM, Peyton Todd <[EMAIL P

RE: [ACFUG Discuss] Another CFMAIL Problem

2008-11-13 Thread Peyton Todd
Thanks guys. Now I have a number of other ways to skin this cat if and when she scratches me again - which I'll have to wait for since my client would not pay for me to do that till there's a problem to fix!-Original Message- From: Charlie Arehart <[EMAIL PROTECTED]> Sent: Nov 11, 2008 10:1

[ACFUG Discuss] Non-CF Question

2008-11-17 Thread Peyton Todd
With apologies for a question that not about CF, I noticed at least one Mac at a monthly meeting, so I'm sure this will be an easy question: I need to copy a massive amount of data from my Mac (which I wound up not using, and am pretty ignorant about) to a Windows-formatted external HD. Is ther

re: [ACFUG Discuss] Non-CF Question

2008-11-18 Thread Peyton Todd
Thanks, guys. You diagnosed the problem Mischa. The Windows drive I was copying to is in fact formatted as NTFS. When I tried a FAT drive, an abbreviated test of what I want to copy proceeded with no problem. Just for interest, Tom, you might want to check and see if the PC drive you can copy to

Re: [ACFUG Discuss] Non-CF Question

2008-11-18 Thread Peyton Todd
Yep. But now we don't know why. Oh, well...-Original Message- From: Tom McNeer <[EMAIL PROTECTED]> Sent: Nov 18, 2008 1:09 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Non-CF Question Hi Peyton,On Tue, Nov 18, 2008 at 11:06 AM, Peyton Todd <[EMAIL PROTECTED]>

Re: re[2]: [ACFUG Discuss] Non-CF Question

2008-11-18 Thread Peyton Todd
: [ACFUG Discuss] Non-CF Question >: >: Hi Peyton, >: >: >: On Tue, Nov 18, 2008 at 11:06 AM, Peyton Todd <[EMAIL PROTECTED]> >: wrote: >: > >: Just for interest, Tom, you might want to check and see if the PC >drive you &g

Re: [ACFUG Discuss] Guinea Pigs to Test an Adobe Acrobat Problem?

2010-06-11 Thread Peyton Todd
d video also looked fine - even frame by frame. Hope this helps! On Fri, Jun 11, 2010 at 5:25 PM, Peyton Todd wrote: > >Hello all, > >I know you're Cold Fusion types, but as loyal Adobe stalwarts, any chance a >few of you who have Win 7 PCs could test an Adobe Acrobat prob

[ACFUG Discuss] Re:

2010-06-14 Thread Peyton Todd
Speaking of e-mails, Michael Sinaysky, why do I keep getting this one from you every day? From: Michael Sinaysky To: at5...@comcast.net; alexalt...@bellsouth.net; 17...@ru.ru; aze...@msn.com; mr.andytur...@gmail.com; anthony.heff...@comcast.net; ost...@gmail.

Re: [ACFUG Discuss] Re:

2010-06-14 Thread Peyton Todd
ssion@acfug.org Sent: Mon, June 14, 2010 8:06:12 PM Subject: Re: [ACFUG Discuss] Re: Ah, because he was on the discussion list. He's off now. Did you just must the discussion the list just had? John ma...@fusionlink.com On 6/14/10 7:13 PM, Peyton Todd wrote: > Speaking of e-mails, Mic

Re: [ACFUG Discuss] Adobe Visiting Atlanta to Gather Input for CFX (CF10)

2010-07-15 Thread Peyton Todd
Any chance we could schedule him for meeting with ACFUG Wednesday evening August 4? From: Cameron Childress To: discussion@acfug.org Sent: Thu, July 15, 2010 4:39:36 PM Subject: [ACFUG Discuss] Adobe Visiting Atlanta to Gather Input for CFX (CF10) Just saw

Re: [ACFUG Discuss] ACFUG Meeting on Tuesday

2010-08-02 Thread Peyton Todd
The uppermost and most frequent dates given are Tuesday August 3rd, but further down you say it's Monday. Tuesday is the correct day, right?From: John Mason To: discussion@acfug.orgSent: Sat, July 31, 2010 2:07:55 PMSubject: [ACFUG Discuss] ACFUG Meeting on Tuesday We're doing a slight chang

Re: [ACFUG Discuss] CF Lunch - Midtown Edition

2011-06-13 Thread Peyton Todd
Count me in. Thanks for organizing it. Peyton From: Cameron Childress To: discussion@acfug.org Sent: Mon, June 13, 2011 12:38:22 PM Subject: [ACFUG Discuss] CF Lunch - Midtown Edition All- I've been considering starting up CFLunch in the Midtown area again.

Re: [ACFUG Discuss] CF Lunch - Midtown Edition

2011-06-13 Thread Peyton Todd
are hungry, sleep when you are fatigued, program when the moment is right.' " - Geoffrey James - From The Zen of Programming. On Mon, Jun 13, 2011 at 2:07 PM, Peyton Todd wrote: Count me in. Thanks for organizing it. > >Peyton > > > > _

Re: [ACFUG Discuss] Re: CF Lunch - Midtown Edition

2011-06-22 Thread Peyton Todd
Okay by me. (Midtown si, Alpharetta no.) From: shawn gorrell To: "discussion@acfug.org" Sent: Wed, June 22, 2011 9:16:58 AM Subject: Re: [ACFUG Discuss] Re: CF Lunch - Midtown Edition Sounds like a good plan. I'm game... Fr

Re: [ACFUG Discuss] CFLunch - Midtown Edition

2011-06-27 Thread Peyton Todd
Ah'll be thar. (circa 12 pm, right?) Peyton From: Cameron Childress To: discussion@acfug.org Sent: Mon, June 27, 2011 10:59:08 AM Subject: [ACFUG Discuss] CFLunch - Midtown Edition Sending out a reminder that we'll be having the Midtown Edition of CFLunch o

Re: [ACFUG Discuss] incorporation advice

2012-02-22 Thread Peyton Todd
Just to add my two cents: Be SURE to get a professional to do your taxes. I was (am still) an S-Corp, and years ago when I was programming steadily, I experienced no end of grief figuring out all the tax forms, and remembering to file every stinking form on time! Peyton ___

[ACFUG Discuss] Unconscionable Adobe Behavior

2012-03-14 Thread Peyton Todd
Hello all, Can anyone please instruct me on how best to complain to Adobe about a loathsome practice I have just experienced? (Or perhaps, as their official representative, you, Josh, can do this for me?) Yesterday I went to a website, and was told I had to download the latest version of Fl

Re: [ACFUG Discuss] Unconscionable Adobe Behavior

2012-03-14 Thread Peyton Todd
ok right. If this is not the case you should be more specific in your complaint. Personally I've never had a Flash install include anything, let alone ask if you want anything else that I can remember. Clint Willard Senior ColdFusion Programmer Analyst clint...@gmail.com On Wed, Mar

Re: [ACFUG Discuss] Unconscionable Adobe Behavior

2012-03-14 Thread Peyton Todd
that I can remember. Clint Willard Senior ColdFusion Programmer Analyst clint...@gmail.com On Wed, Mar 14, 2012 at 7:06 AM, Peyton Todd wrote: Hello all, > >Can anyone please instruct me on how best to complain to Adobe about a >loathsome >practice I have just experienced? (Or

Re: [ACFUG Discuss] Unconscionable Adobe Behavior

2012-03-14 Thread Peyton Todd
; > > > >On Mar 14, 2012, at 8:51 AM, Peyton Todd wrote: > >The website is the one at the url below: >> >>http://www.kodakgallery.com/gallery/creativeapps/slideShow/Main.jsp;jsessionid=F0820D54374464EDF158A9C6740AB907.ecom303_main?sourceId=533754321803&cm_mmc=Share-_

Re: [ACFUG Discuss] Unconscionable Adobe Behavior

2012-03-14 Thread Peyton Todd
;and >move on. Obviously it bothered you enough to craft an email about >it, but is it really a big deal? Just uninstall McAfee and be >done >with it. > >> >> >> >> >>On Mar 14, 2012, at 8:51 AM, Peyto

Re: [ACFUG Discuss] Unconscionable Adobe Behavior

2012-03-14 Thread Peyton Todd
rams used to bundle garbage like Gator and not tell you about it... From: Peyton Todd To: discussion@acfug.org Sent: Wednesday, March 14, 2012 8:41 AM Subject: Re: [ACFUG Discuss] Unconscionable Adobe Behavior I just tried it again and was told again I had to install the latest Flash Player

[ACFUG Discuss] HEY

2012-06-01 Thread Peyton Todd
you should give this a look http://www.spacnews.net/biz/?read=3292931 - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ ht

[ACFUG Discuss] Do NOT click on the link in the e-mail you got from me with subject line HEY!

2012-06-01 Thread Peyton Todd
Do NOT click on the link in the e-mail you got from me with subject line HEY! It's malware that got into my e-mail system. It could be just a sneaky way to get an advertising message out to everyone on my Contacts list, but it could also be a way to spread a virus! Sorry, Peyton

Re: [ACFUG Discuss] HEY

2012-06-02 Thread Peyton Todd
email got hacked. ____ From: Peyton Todd To: scklweorpkwpokwer...@mail.com Sent: Friday, June 1, 2012 10:11 AM Subject: [ACFUG Discuss] HEY you should give this a look http://www.spacnews.net/biz/?re

Re: [ACFUG Discuss] HEY

2012-06-04 Thread Peyton Todd
problem I see.) /charlie From:ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Peyton Todd Sent: Saturday, June 02, 2012 9:17 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] HEY Yes, it appears so. However, a virus scan of my computer finds nothing, the tech support person at my e

Re: [ACFUG Discuss] HEY

2012-06-04 Thread Peyton Todd
Hmmm. I had just assumed that Veronika was one more ADCFUG-er who was responding to my e-mail. From: Charlie Arehart To: discussion@acfug.org Sent: Sat, June 2, 2012 12:10:24 PM Subject: RE: [ACFUG Discuss] HEY Well now we just got one from you, Veronika,

Re: [ACFUG Discuss] HEY

2012-06-05 Thread Peyton Todd
...@acfug.org] On Behalf Of Peyton Todd Sent: Monday, June 04, 2012 12:19 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] HEY Hmmm. I had just assumed that Veronika was one more ADCFUG-er who was responding to my e-mail. From:Charlie Arehart To: discussion

Re: [ACFUG Discuss] testing list email please respond

2012-09-18 Thread Peyton Todd
Got it. From: Dusty Hale To: discussion@acfug.org Sent: Tue, September 18, 2012 6:02:37 PM Subject: [ACFUG Discuss] testing list email please respond I can't seem to get an email to disscus...@acfug.org. If you receive this please reply. I get messages from

[ACFUG Discuss] Can I Remove the URL from Child Windows?

2016-09-09 Thread Peyton Todd
Hello Everyone, I, too, amglad to know this list still exists, since I have a question. To identifymyself briefly, I’m a former member of the group, now retired, so I no longerwrite Cold Fusion code. My question concerns a research project that Ipresented to the group a few years ago, when membe

Re: [ACFUG Discuss] Can I Remove the URL from Child Windows?

2016-09-10 Thread Peyton Todd
arlier experience has painfully showed me! I'll let you know how it works out. Peyton From: Arun Nallan To: discussion@acfug.org; Peyton Todd Sent: Friday, September 9, 2016 10:47 PM Subject: Re: [ACFUG Discuss] Can I Remove the URL from Child Windows? Peyton, Don't think these d

Fw: [ACFUG Discuss] Follow-up to "Can I Remove the URL from Child Windows?"

2016-09-12 Thread Peyton Todd
in a simple text editor (later on to Cold Fusion's IDE). But I've heard Dreamweaver has changed enormously since then... Thanks again for your help! Peyton ----- Forwarded Message - From: Peyton Todd To: "discussion@acfug.org" Sent: Saturday, September 10, 2

  1   2   >