Re: In General: CF vs ActionScript

2003-06-11 Thread E. Keith Dodd
Thanks Sean, Mike, and John for your thoughts on CF vs ActionScript. Obviously, as with most things, there are tradeoffs. Your comments help me to better understand the tradeoffs and where is best place to do what. Just learning ActionScript, I'm tempted to try more in it to better learn about it;

In General: CF vs ActionScript

2003-06-10 Thread E. Keith Dodd
of thumb, that all else being equal, use CF rather than ActionScript where possible? Obviously, would depend on specific situation, but in general...? Appreciate any thoughts on this. E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude AntiVirus

Re: CFQUERY - cachedwithin

2003-06-06 Thread E. Keith Dodd
; if called by an update template, will do a new one. Works fine and updates any cached queries immediately after updating data. Hope this gives some ideas. Probably could be modified for the cachedwithin attribute. E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message

Re: Is there a trick...

2003-04-01 Thread E. Keith Dodd
If you do the duplicate from application to request in the application.cfm file, the request variables should be available to all templates, including each of the frame portions E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Che Vilnonis [EMAIL

Exchange = custom tags, etc

2003-03-26 Thread E. Keith Dodd
that I'm trying to find something there: the experience is painful. My cable connected, flash-enabled browser is still trying to load something on the Exchange page as I write.) Am looking for some best practices to identify browsers that don't support to any extent stylesheets, etc. E. Keith Dodd

Re: force a download - .txt file

2003-03-12 Thread E. Keith Dodd
to get this cfabort /CFCATCH /CFTRY /CFIF E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 5:17 PM Subject: Re: force a download - .txt file You

Re: cookie expiration date seems incorrect

2003-03-03 Thread E. Keith Dodd
. I guess I can only see the cookie information in the header of the template where the cookie is actually being set. There isn't a *cookie reader* that can give expiration date, etc.? Thanks for help, Dave. Helped me clarify what was going on and with a tool to gather information. E. Keith Dodd

cookie expiration date seems incorrect

2003-02-27 Thread E. Keith Dodd
the cookie to expire in a month. Thanks E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude AntiVirus Software] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm

Re: Setting up email from CF for errors (was Re: ColdFusion and SMS Messaging)

2003-02-27 Thread E. Keith Dodd
, but this works for me. (Took the above from a cf5 application. I think I use some minor differences in MX, but not at that machine.) Hope this helps. E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Austin Govella [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED

Cookies vs ClientVariables(as cookies)

2003-02-26 Thread E. Keith Dodd
comments on whether the cookie makes most sense in this situation. (I may not be quite understanding the difference, too!) Thanks! E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude AntiVirus Software

Re: Cookies vs ClientVariables(as cookies)

2003-02-26 Thread E. Keith Dodd
Thanks, Howard, that seemed to make sense. Yes, I have a non-cookie way to log in, with the cookie set only if the browser will be used on regular basis for administration. One question: If I set expire attribute (in cfcookie) to something like 30 (I assume that is days), do I need to reset the

Re: unexpeted result with cfqueryparam

2003-02-23 Thread E. Keith Dodd
to the database as such, it truncated the entry at the spot of the apostrophe. Using HTMLEditFormat was recommended somewhere along my learning and it worked to prevent this truncation. Thanks for the explanation. Keith E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message

unexpeted result with cfqueryparam

2003-02-20 Thread E. Keith Dodd
! E. Keith Dodd Wings of Eagles Services [EMAIL PROTECTED] - [This E-mail scanned for viruses by declude AntiVirus Software] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Re: unexpeted result with cfqueryparam

2003-02-20 Thread E. Keith Dodd
Brad and Kevin Went back and tired not using the HTMLEditFormat--no difference. Also tried bypassing the CFC and argumentcollection, doing a direct update. No difference. Seems to be something only with the cfqueryparam and trim. Again, without the trim, works as expected. With a trim, get the

Re: unexpeted result with cfqueryparam

2003-02-20 Thread E. Keith Dodd
Glad to know the 5.0 result. I was just going to test it on 5.0. So, in summary (correct me if wrong): In MX, but not 5.0, using trim with the value attribute of cfqueryparam adds an additional apostrophe (assuming one existed in the field). So inconsistent behavior in this from 5 to MX; not

Re: Basic HTML Question

2003-02-15 Thread E. Keith Dodd
I've used that, however, with a named anchor so go to certain spot on referenced page. Unless a reasonable explanation, looks like is prepared for any anchor--unless I'm missing something, which very possible on a Saturday. E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original

Re: Page has expired Problem

2003-02-13 Thread E. Keith Dodd
=public E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Ben Densmore [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 9:50 AM Subject: Page has expired Problem Hi everyone, I'm doing some testing with CFMX with one

Re: Form.Fieldnames and MX

2003-02-13 Thread E. Keith Dodd
that a recent updater may have fixed this problem, but not sure. E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Justin Hansen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 10:36 AM Subject: RE: Form.Fieldnames and MX I had

WDDX for row of a query

2003-02-03 Thread E. Keith Dodd
]# !--- produces an error --- /cfloop Tried it with a counter (x=0, x = x+1, etc.), same results Is there a syntax to get what I want or is this something that can't be done? Just want to be able to pack each row as individual packets. Thanks Keith E. Keith Dodd Wings of Eagles Services

Re: WDDX for row of a query

2003-02-03 Thread E. Keith Dodd
. -Original Message- From: E. Keith Dodd [mailto:[EMAIL PROTECTED]] Sent: maandag 3 februari 2003 16:34 To: CF-Talk Subject: WDDX for row of a query Want to send distinct rows of a query via hidden form containing a WDDX packet, rather than all the data in bunch of hidden forms

Re: WDDX for row of a query

2003-02-03 Thread E. Keith Dodd
field --- /cfloop Thanks forum for the help in getting me ontrack! Keith - Original Message - From: E. Keith Dodd [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 03, 2003 11:26 AM Subject: Re: WDDX for row of a query Thanks Mark, Ray, Pascal I hadn't realize

Re: WDDX for row of a query

2003-02-03 Thread E. Keith Dodd
Ray I *think* this is the reason (never totally sure what I'm doing!): Actually am setting up a varying number of forms (depending on the query row), each would have same fields but different values, and submit button label based on the query row. User selects appropriate button and the

Re: Screening files before CFFile upload: Follow-up

2003-01-30 Thread E. Keith Dodd
, it showed in dump as temporary files (.tmp). But for things like .txt or .htm, it showed the total rendered file in dump! Not the name--the actual processed page! Gotta get some productive work accomplished. Could investigate this forever! E. Keith Dodd Wings of Eagles Services www.wingserv.com

Re: Screening files before CFFile upload: Follow-up

2003-01-30 Thread E. Keith Dodd
Thanks for the extra insight. There is s much to know! Keith - Original Message - From: webguy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 9:24 AM Subject: RE: Screening files before CFFile upload: Follow-up Hi, Follow-up yesterday's thread

Screening files before CFFile upload

2003-01-29 Thread E. Keith Dodd
something? Based on my results, I can NOT *examine* the file prior to cffile's upload? Thanks E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude AntiVirus Software] ~| Archives

Re: Screening files before CFFile upload

2003-01-29 Thread E. Keith Dodd
-72DIGITAL -Original Message- From: E. Keith Dodd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 1:28 PM To: CF-Talk Subject: Screening files before CFFile upload Am wondering whether I can check for size, appropriate

Re: Screening files before CFFile upload

2003-01-29 Thread E. Keith Dodd
Just thought of that right before getting your response. Although not fool-proof, would be good for my purpose since it's on an administrative page where clients would not be turning of JS, etc. Couldn't get the link to work. Will keep trying. Thanks Keith - Original Message - From:

Re: Screening files before CFFile upload

2003-01-29 Thread E. Keith Dodd
Wow! That gives a lot of info. But don't see anything that helps. Don't see anything in the Headers, and the Content is a huge Binary that I wouldn't have the slightest idea of what to do with. Thanks, never used that tag before. Keith - Original Message - From: Mike Townend [EMAIL

Re: Page Expired with CFMX

2003-01-29 Thread E. Keith Dodd
Frank I had similar problem and had to put the following in any page with a form: cfheader name=Cache-control value=public see thread on past topic: http://www.mail-archive.com/cf-talk@houseoffusion.com/msg125513.html Not sure what that will do with queries. E. Keith Dodd Wings of Eagles

Re: SQLException occurred in JDBCPool for Access DB with password

2003-01-28 Thread E. Keith Dodd
and Bi.MyBaseM) and all set up fine! Maybe try a different name. Doesn't make any sense, but worked in my situation! (Maybe MX didn't like any competition!) E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED

Structure order in MX

2003-01-22 Thread E. Keith Dodd
with order. I was hoping in MX that I wouldn't have to do any reordering routine to get the order I desired. Thanks E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude AntiVirus Software

Re: Structure order in MX

2003-01-22 Thread E. Keith Dodd
for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: E. Keith Dodd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 12:04 PM To: CF-Talk

Re: site-wide error handler

2003-01-10 Thread E. Keith Dodd
)# : #TimeFormat(Now(),h:mm tt)# /CFMAIL That way, the user gets a user-friendly message and I get an informative email. Hope this helps. E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Mahmut Basaran [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

Re: site-wide error handler

2003-01-10 Thread E. Keith Dodd
misspelled the parameter name, or You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE tag. The error occurred while processing an element with a general identifier of (#billID#), occupying document position (77:79) to (77:86). -Original Message- From: E. Keith

client mangement in MX eliminates embedded form validation

2003-01-09 Thread E. Keith Dodd
://www.wingserv.com/testform.cfm has clientmanagement enabled http://www.wingserv.com/church/testform.cfm clientmanagement not enabled Appreciate any help on this as it is preventing my upgrading a number of sites to MX. E. Keith Dodd Wings of Eagles Services www.wingserv.com (I've posted variations

Re: client mangement in MX eliminates embedded form validation

2003-01-09 Thread E. Keith Dodd
Thanks so much, Dave! After quick test, using the cfheader seems to solve the problem. Man, I've been pulling my hair out about this and now it's as easy as adding one line of code! I see that much more time info is being passed to the header when clientmanagement is enabled. Wonder what it is

files with CFContent

2003-01-06 Thread E. Keith Dodd
Am setting up a preview window for a client's mailDownLoad directory--so can view actual items, not just a list of them. Using CFMX Am accessing this preview template via a form select which shows all files in directory--desired one to preview page sent as Attach. On preview page, determine type

Re: files with CFContent

2003-01-06 Thread E. Keith Dodd
, January 06, 2003 11:36 AM Subject: Re: files with CFContent E. Keith Dodd wrote: cfcontent file=#Variables.FetchFile# type=#Variables.Type# all seems to work fine for pdf and txt and pictures --desired document opened and shown in adobe, etc. For doc however, get message that proper input

Re: Pre-populating a file form field

2003-01-02 Thread E. Keith Dodd
is lost! If clientmanagement is NOT enabled, it all works as we are used to. E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Mark A. Kruger - CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 02, 2003 10:36 AM Subject: Pre

file types with cfcontent

2002-12-26 Thread E. Keith Dodd
as the pdf and txt work fine. Appreciate any guidance. Thanks Keith Dodd E. Keith Dodd Wings of Eagles Services [EMAIL PROTECTED] - [This E-mail scanned for viruses by declude AntiVirus Software] ~| Archives: http

OT: refresh iframe

2002-12-18 Thread E. Keith Dodd
parent.List.location=myList.cfm /script Is there something similar for iframes? Tried script matchList.location=myList.cfm /script but that didn't do it. Thanks for any suggestions. E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude

Re: refresh iframe

2002-12-18 Thread E. Keith Dodd
I may be missing something, but tired this--as well as various combinations of src and href as suggested by others--and nothing does the refresh. This in the detail iframe: script document.all.item('matchList').src = admMatchList.cfm /script matchList is the ID for the other iframe. (tried

Re: refresh iframe

2002-12-18 Thread E. Keith Dodd
Yes! That did it. (I thought somehow we needed to go through the parent, but didn't have the foggiest idea as to how.) Note: It worked by using EITHER the target iframe's ID or the iframe's Name Here is script that worked: script window.parent.document.all.item('iframeID').src = templateToRun

Not want Evaluate in my loop

2002-12-12 Thread E. Keith Dodd
. Appreciate any direction. Thanks E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude AntiVirus Software] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: Not want Evaluate in my loop

2002-12-12 Thread E. Keith Dodd
. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: E. Keith Dodd [mailto

Re: Not want Evaluate in my loop

2002-12-12 Thread E. Keith Dodd
OK now: Set the CurrentRow to 1 and your suggested code worked fine. Thanks! Keith - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 11:14 AM Subject: RE: Not want Evaluate in my loop 1. I may have

Re: DWMX - Moving blocks of code.

2002-12-10 Thread E. Keith Dodd
Control + Shift + or should move highlighted section in or out E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 8:29 AM Subject: DWMX - Moving blocks of code

Re: DWMX - Moving blocks of code.

2002-12-10 Thread E. Keith Dodd
Not a chart, but in DWMX, under Edit menu, keyboard short cuts. saw this one under Menu Commands, then Edit expanded. Probably is a chart somewhere. E. Keith Dodd Wings of Eagles Services www.wingserv.com - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL

enable clientmanagement creates strange form behavior in MX

2002-12-08 Thread E. Keith Dodd
variables set to cookies in each. Any ideas or thoughts where to look? E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude AntiVirus Software] ~| Archives: http

Re: enable clientmanagement creates strange form behavior in MX

2002-12-08 Thread E. Keith Dodd
headers and explicitly maintaining data the data you want maintained using either a persistent variable scope or some other means, such as a database. Cantrell On Sunday, December 8, 2002, at 03:16 PM, E. Keith Dodd wrote: Has anyone run into this in MX? If clientmanagement is set to yes

clientmanagement cause Page Expired in MX

2002-11-26 Thread E. Keith Dodd
server. Thanks E. Keith Dodd Wings of Eagles Services www.wingserv.com - [This E-mail scanned for viruses by declude AntiVirus Software] ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

clientmanagement causing page expiring in MX

2002-11-20 Thread E. Keith Dodd
Monday had posted request for suggestions as why an html form on MX would not *hold* data in one directory but would hold data in another directory using identical templates. (If submit incomplete form, and my error handling template instructs to go back and fix; when go back all form information

Forms *sometimes* not holding info in MX

2002-11-18 Thread E. Keith Dodd
(my first posting ever on CFTalk) Using a traditional html form for several uses, such as guest book. After submitting to a processing page, do some error handling, noting any missing or conflicting data, user to go back and fix/complete form. The usual process. Locally, on singleIP development