Need quick SQL Server Advice

2002-07-18 Thread Brian Scandale
I have a query that works well with postgreSQL I just uploaded the code to a SQL Server installation and this query is failing with the Error: --- Microsoft][ODBC SQL Server Driver][SQL Server]Line 7: Incorrect syntax near 'LIMIT'. SQL = SELECT * FROM SPCData, Device WHERE

Re: Need quick SQL Server Advice

2002-07-18 Thread Douglas Brown
SELECT top 8* FROM SPCData, Device WHERE SPCData.SPCDitem_ID = 1 AND SPCData.SPC_Device_ID = Device.Device_ID ORDER BY SPCData_ID DESC Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Brian Scandale [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July

Re: Need quick SQL Server Advice

2002-07-18 Thread Paul Hastings
SELECT TOP 8 * FROM SPCData, Device WHERE SPCData.SPCDitem_ID = 1 AND SPCData.SPC_Device_ID = Device.Device_ID ORDER BY SPCData_ID DESC --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.375 / Virus Database: 210 - Release

Re: Need quick SQL Server Advice

2002-07-18 Thread Brian Scandale
Paul, Doug Thanks! At midnight things get blurry At 11:48 PM 7/17/02, you wrote: SELECT TOP 8 * FROM SPCData, Device WHERE SPCData.SPCDitem_ID = 1 AND SPCData.SPC_Device_ID = Device.Device_ID ORDER BY SPCData_ID DESC --- Outgoing mail is certified Virus Free. Checked by AVG

RE: CFMX, Apache 2.0.39 'Server' Crashes

2002-07-18 Thread cmcelw
Yes. I had this problem originally with release 2.0.36, tried 2.0.39 and had the problem that Apache would not even start; found the mod_jun20.so error in the event log, found the patch, applied it. Now I have the same original problem. Server works intermittently, then crashes...

javascript help

2002-07-18 Thread Corey Yiap
I'm a newbie, how would I pass a value to a hidden field? For example, I have a form call FOO and the hidden text field is hTEXT, how would I write a onClick=javascript: ?? ? __ Signup for the Fusion Authority news alert

Re: javascript help

2002-07-18 Thread Douglas Brown
script language=javascript function populateHiddenField(){ document.forms[0].hTEXT.value = whatever; } form action=myPage.cfm method=post onClick=return populateHiddenField(); Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Corey Yiap [EMAIL PROTECTED] To: CF-Talk

RE: javascript help

2002-07-18 Thread Corey Yiap
Thanks Doug -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 3:07 AM To: CF-Talk Subject: Re: javascript help script language=javascript function populateHiddenField(){ document.forms[0].hTEXT.value = whatever; } form action=myPage.cfm

Re: javascript help

2002-07-18 Thread Douglas Brown
no prob, but should have been input type=submit onclick=return populateHiddenField(); instead of onClick in the formtoo early in the morning to think, about 4.5 hours past my bedtime Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Corey Yiap [EMAIL PROTECTED]

Re: CFMX Slow to run CFExecute

2002-07-18 Thread Jochem van Dieten
Joe Eugene wrote: Hi all, CFMX took 14ms to run cfexecute ipconfig.exe and write the results to a file.. anybody know why? Because you set the timeout to 100 seconds and for some reason it waited for the timeout? Jochem

FB Core Files

2002-07-18 Thread Tangorre, Michael
What is the difference between the FB core files form techspedition and those from fusebox.org?? Should we upgrade? Michael Tangorre MillenniuM Information Systems 1101 Wilson Blvd, Suite 1200 Arlington, Virginia 22209 (703) 341-1438 This email contains

RE: FB Core Files

2002-07-18 Thread Cameron Childress
What is the difference between the FB core files form techspedition and those from fusebox.org?? Should we upgrade? That question was just answered on the fusebox list (below) -Cameron - Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf

CF Scheduler - URL Name

2002-07-18 Thread Bartee Lamar
What should the URL name look like in CF Scheduler (CF 4.5.2) Should I use a CF Mapping ? Bartee Lamar www.enterpriseenergy.com http://www.enterpriseenergy.com/ MSN mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] __ Your

RE: CF Scheduler - URL Name

2002-07-18 Thread Cameron Childress
The URL should look the same as it would if you ran it from a web browser. IE: http://www.enterpriseenergy.com/directory/scheduledpage.cfm Should I use a CF Mapping ? CF mappings only apply to CF tags such as CFINCLUDE. A CF Mapping of bartee would make this code point to that folder from

Re: FB Core Files

2002-07-18 Thread John Quarto-vonTivadar
Hi Michael, The Techspedition fusebox core file contains a full implementation of fusebox3 as well as FuseQ which adds tons of functionality over and above what the official core files provide. Examples include: LayoutFuses, Error/Exception handling, Content Components, user-defined circuit

RE: FB Core Files

2002-07-18 Thread Tangorre, Michael
Thanks John! I think I will put the techspedition core file in place.. see if I can get comfortable with it... I like the sound of the additioanl functionality provded by it. Mike -Original Message- From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002

Will isdefined(request.varName) work in application.cfm?

2002-07-18 Thread Bogesdorfer, Dan
I'm trying to scope my application vars to request vars. I can't see locking my application.userName, application.passWord in CFQUERY and if I need to do request.varName = application.varName why not just scope them to request vars in the application.cfm. I know from my last post that some

flash or fireworks for this?

2002-07-18 Thread Paul Ihrig
hey guys.. i need to build a real quick presentation of images. i need it to be able to play like a slide show. but allow the user to stop it goto next previous images. what is the quickest way to do this? im a bit rusty on both apps. what widgets are available? thanks. -paul

Re: HtmlEditFormat()

2002-07-18 Thread S . Isaac Dealey
So what would the recommendation be IF, you wanted the 5 to show (and any other possible characters) ... but also be available for a tab delimited file export, plain-text email or any other variation... Only use htmleditformat() when displaying ( after retrieval ) or use 2 columns in the db

Re: Will isdefined(request.varName) work in application.cfm?

2002-07-18 Thread mark brinkworth
The various scopes available to a CFCoder have different visibilities and lifetimes. A request variable has a lifetime of the request that it was created in. When a user requests a page, and Application.cfm begins processing, no request variables exist, so IsDefined(request.x) in an

RE: flash or fireworks for this?

2002-07-18 Thread Gary W. Sullivan II
Well, if it is just a picture slide-show, then I would personally just create a web page to handle that. The only reason I say this is because if you are using high quality images, then the Flash movie could end up being rather large. If you want a presentation with pictures (with transition

RE: HtmlEditFormat()

2002-07-18 Thread S . Isaac Dealey
What versions of CF are you guys running? I am running CF5 and have problems sometimes when I populate a form field so I correct it with htmleditformat() but just out of curiosity, are you all running MX or 5? Perhaps they fixed the problems in MX. This isn't actually a problem with

CFMX ODBC problems..

2002-07-18 Thread Alexis Maldonado
ok here is my problem.. I had an application that worked perfectly on CF 5.0 using the Minisoft ODBC driver for Image/sql on an HP3000 with mpe/ix 6.0. When i moved that application over to the CFMX server and set up the ODBC socket dsn i get a weird error when trying to execute any simple

RE: flash or fireworks for this?

2002-07-18 Thread Paul Ihrig
thx.. my trial of flash ran out. wait for or budget people to get me a lic.. this thing is due today.. so looks like fireworks dw. __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion

DWMX integration with VSS

2002-07-18 Thread Bill Wheatley
SO what's the story in DWMX integration with VSS? How Studio let you create a project and link that to your source control so you could maintain version control. Btw ;) when you have a really big project in CF STUDIO like 13000 files. Anyway to make it work a little faster, tips tricks, hints?

RE: Card Processors

2002-07-18 Thread Christopher Olive
revivfying a dead topic... just tasked by a client to research verisign's payflow to see if i think it'll work with their website... (love specific assignments...:)) when you say they have a CF function for it, who's they? verisign? i saw a manager.verisign.com control panel type thing, where

RE: Card Processors

2002-07-18 Thread Kris Pilles
You can download their custom tag from within the manager tool... We are using it and it works fined for us.. -Original Message- From: Christopher Olive [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 10:28 AM To: CF-Talk Subject: RE: Card Processors revivfying a dead

RE: Properties in CFCs: Here is the use (Was RE: Using THIS scope in CFCs)

2002-07-18 Thread Raymond Camden
Tsk, Tsk... Ray is wrong. ( That never happens). Actually, I'm not. (grin) Create a CFC called name.cfc : cfproperty name=firstname type=string cfproperty name=lastname type=string [deletia] Supposedly, this is not possible without properties. ( according to one of my

RE: CFMX Slow to run CFExecute

2002-07-18 Thread Joe Eugene
Thanks Jochem.. The documentation clearly states this.. didnt check it. Timeout (option) works differently with CFExecute Joe -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 6:30 AM To: CF-Talk Subject: Re: CFMX Slow to run CFExecute

RE: Using THIS scope in CFCs

2002-07-18 Thread Raymond Camden
It doesn't really matter if you use ray in your CFML, I littered it all over the source code. ;) (just joking... really) === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED] Yahoo IM :

RE: Properties in CFCs: Here is the use (Was RE: Using THIS scope in CFCs)

2002-07-18 Thread Raymond Camden
Let me add - though - that I encourage the use of cfproperty. Like I said before, it can be used for validation, and it also shows up when you display the CFC, which adds a helpful reminder of the data your CFC uses. FYI - I'd rewrite your method like so: cffunction name=returnname

RE: CF Scheduler - URL Name

2002-07-18 Thread Hal Helms
I just tried setting some scheduled tasks with CFMX using the cfschedule tag, but without success. Has anyone used it much in CFMX and gotten it to work properly? -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 8:20 AM To: CF-Talk

Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread todd
Ok, I brought this up awhile ago. Basically finding a way to replace CFX_Image whatever. I'm closer to the answer now, but ... my half ass knowledge in java is in the way. With the standard CFMX JRE you can't get to the javax.imageio.ImageReader I downloaded 'j2sdk1.4.0_01' and installed it

fuseware.com news server

2002-07-18 Thread Lewis Sellers
'ello. Any one else have fuseware.com drop off the face of the Earth taking their nntp mirror of the list with them, or is it just me? --min __ Your ad could be here. Monies from ads go to support these lists and provide more

Re: OT: Extracting IP numbers from Outlook email headers

2002-07-18 Thread Tony Schreiber
Outlook will export a folder directly into an access database with your choice of columns. I don't know if the IP part of the header is a separate column, but once you get the emails into a db, it gets a lot easier to find... I know this is off topic but... I have an outlook folder with a few

Re: fuseware.com news server

2002-07-18 Thread Howie Hamlin
It ain't just you. - Original Message - From: Lewis Sellers [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 18, 2002 10:45 AM Subject: fuseware.com news server 'ello. Any one else have fuseware.com drop off the face of the Earth taking their nntp mirror of the

RE: Card Processors

2002-07-18 Thread Matthew Friedman
They is Verisign. The code is a CFX_ that installs on CF4 or CF5 do not know about CFMX. You call it on a single cf tag and you reviece immediate conformation back including the process id for viewing on their site. You do need a Merchant account (I think) and it supports all major card. A

FB3 and Layout

2002-07-18 Thread Tangorre, Michael
Can I get some ideas on how people using FB3 are going about overriding layouts? Sometimes I have circuits I do not wish to be included in the nesting of layouts.. thoughts? Michael Tangorre MillenniuM Information Systems 1101 Wilson Blvd, Suite 1200 Arlington, Virginia 22209 (703) 341-1438

RE: Card Processors

2002-07-18 Thread Shawn McKee
You might want to check out TrustCommerce (www.trustcommerce.com). They have a Java CFX and the transaction process is very fast. Shawn McKee Manager, Web Development NewsStand, Inc. 8620 Burnet Rd., Suite 100 Austin, TX 78757 USA 512-334-5100 Read newspapers and magazines from around the world

RE: Properties in CFCs: Here is the use (Was RE: Using THIS scope in CFCs)

2002-07-18 Thread Jeffry Houser
At 09:32 AM 7/18/2002 -0400, you wrote: Tsk, Tsk... Ray is wrong. ( That never happens). Actually, I'm not. (grin) Create a CFC called name.cfc : cfproperty name=firstname type=string cfproperty name=lastname type=string [deletia] Supposedly, this is not possible without

RE: Card Processors

2002-07-18 Thread Christopher Olive
sweet. do i need an account to download it first? it looks like i do. co -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 10:29 AM To: CF-Talk Subject: RE: Card Processors You can download their custom tag from within the manager tool...

RE: Card Processors

2002-07-18 Thread Christopher Olive
unfortunately, i don't have control over their choice of payment gateways. c -Original Message- From: Shawn McKee [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:03 AM To: CF-Talk Subject: RE: Card Processors You might want to check out TrustCommerce

RE: FB3 and Layout

2002-07-18 Thread John Beynon
Michael, in your fbx_layouts file have something like: cfif Fusebox.isCustomTag or attributes.suppressLayout cfset Fusebox.layoutDir= cfset Fusebox.layoutFile= cfelse cfset Fusebox.layoutDir=layouts/ cfset Fusebox.layoutFile=lay_typical.cfm /cfif In your root fbx_settings set a

RE: FB3 and Layout

2002-07-18 Thread Tangorre, Michael
Thanks! I will test it out in just a few... makes sense. Mike :-) -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:07 AM To: CF-Talk Subject: RE: FB3 and Layout Michael, in your fbx_layouts file have something like: cfif

RE: Card Processors

2002-07-18 Thread Stacy Young
We're also in the mix...no merchant account required, easy CF integration: http://www.firepay.com -Original Message- From: Shawn McKee [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:03 AM To: CF-Talk Subject: RE: Card Processors You might want to check out TrustCommerce

Re: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Jon Hall
I ran across this article on the ImageReader class that will probably help you. There is some nice sample code. http://java.sun.com/products/jfc/tsc/articles/javaOne2001/600/ This one as well...although the example code seems a lot more complex.

RE: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Raymond Camden
I'd kill for a CFX/whatever that would make a thumbnail of a URL. (Or just an image of a URL - I know making thumbnails is pretty easy.) === Raymond Camden, ColdFusion Jedi Master for Macromedia Email: [EMAIL PROTECTED]

RE: FB3 and Layout

2002-07-18 Thread Tangorre, Michael
John, Does this assume one global layouts folder to store all layout files in? I tend to keep the layout file in the circuit, but am not apposed to moving them... Mike -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:07 AM To: CF-Talk

Cookie problem - Cookie value gets reset as random integer

2002-07-18 Thread David Caplan
I have a site where I save the user login information in a persistent cookie. The cookie is set as an individual email address (eg. [EMAIL PROTECTED]). I have been running into some problems where the cookie value gets reset as some random number like 8499 or whatever. I have no idea how the

Re: Card Processors

2002-07-18 Thread Jim McAtee
Is this just a PayPal clone? - Original Message - From: Stacy Young [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 18, 2002 9:28 AM Subject: RE: Card Processors We're also in the mix...no merchant account required, easy CF integration: http://www.firepay.com

CF file error

2002-07-18 Thread stas
I have a simple file upload form and I am getting the error below: Error Diagnostic Information Error in CFFILE tag The form field specified in the CFFILE tag (FILENAME) does not contain an uploaded file. Please be sure that you have specified the correct form field name. The error occurred

RE: FB3 and Layout

2002-07-18 Thread John Beynon
It's up to you...i keep all my layouts in a folder off the top level - if you drag and drop circuits then you might want to keep them with individual circuits, there's no wrong way - it's up to you as the developer, John. -Original Message- From: Tangorre, Michael [mailto:[EMAIL

RE: CF file error

2002-07-18 Thread Shawn McKee
Are you doing: cffile action=UPLOAD filefield=form.fName ... Or: cffile action=UPLOAD filefield=#form.fName# ... Number one is correct. Shawn McKee -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 10:44 AM To: CF-Talk Subject: CF file error I

RE: Card Processors

2002-07-18 Thread Stacy Young
No sir. Companies like Paypal process through guys like us. Going to us is like going straight to the source...While the Firepay brand itself does share similarities with Paypal will offer an entire suite of financial processing services. Automated payroll, CC processing etc.. Cheers, Stace

RE: FB3 and Layout

2002-07-18 Thread S . Isaac Dealey
John, Does this assume one global layouts folder to store all layout files in? I tend to keep the layout file in the circuit, but am not apposed to moving them... You could just as well use the circuit variable in the layoutDir variable... i.e. cfset

RE: Card Processors

2002-07-18 Thread Stacy Young
Sorry my bad, meant to send the Merchant info: http://www.firepay.com/merchants/index.asp -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:41 AM To: CF-Talk Subject: Re: Card Processors Is this just a PayPal clone? - Original

Re: CF file error

2002-07-18 Thread S . Isaac Dealey
Double check the enctype attribute on the form. Missing that's usually what I see causing this. Isaac Dealey www.turnkey.to 954-776-0046 I have a simple file upload form and I am getting the error below: Error Diagnostic Information Error in CFFILE tag The form field specified in the

Re: CF file error

2002-07-18 Thread Yves Arsenault
Do you have this attribute in your form or cfform tag? enctype=multipart/form-data Yves - Original Message - From: stas [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 18, 2002 12:43 PM Subject: CF file error I have a simple file upload form and I am getting

CF and SSL: Simple List Return

2002-07-18 Thread John Allen
This might be a simple question but I am racking my brain trying to figure it out. 1. I am sending a form through a SSL to a credit card processing company. 2. After the credit card has been processed, the credit card people will return a simple comma delimited string (field1, field2, field 3,

RE: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Matt Liotta
Look for a forth coming article from me on how to use JAI with CFMX to do image manipulation as well as get renderable image properties. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] -Original

Re: OT: Extracting IP numbers from Outlook email headers

2002-07-18 Thread Jochem van Dieten
UXB Internet wrote: Hi All, I know this is off topic but... I have an outlook folder with a few hundred emails in it and would like to run some type of program to read and extract all the IP numbers from the header information in the emails for that folder. Does anyone know of an

Re: CF file error

2002-07-18 Thread stas
The first one ... - Original Message - From: Shawn McKee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 18, 2002 11:48 AM Subject: RE: CF file error Are you doing: cffile action=UPLOAD filefield=form.fName ... Or: cffile action=UPLOAD filefield=#form.fName#

RE: Properties in CFCs: Here is the use (Was RE: Using THIS scope in CFCs)

2002-07-18 Thread Jeffry Houser
Here is a different question.. Is XML a supported returntype? At 09:42 AM 7/18/2002 -0400, you wrote: Let me add - though - that I encourage the use of cfproperty. Like I said before, it can be used for validation, and it also shows up when you display the CFC, which adds a helpful reminder

RE: Cookie problem - Cookie value gets reset as random integer

2002-07-18 Thread Cornillon, Matthieu
David, It seems like there's a typo in some part of your code where you are pulling the wrong query variable in, or something like that. I would go through to every statement (in all conditions) that sets the cookie. Look at the value you are putting into the cookie (a variable, no doubt), and

RE: CF file error

2002-07-18 Thread Shawn McKee
Pay attention to Isaac and Yves, they have the real solution for you. Shawn McKee -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:05 AM To: CF-Talk Subject: Re: CF file error The first one ... - Original Message - From: Shawn McKee

Re: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Jochem van Dieten
Raymond Camden wrote: I'd kill for a CFX/whatever that would make a thumbnail of a URL. (Or just an image of a URL - I know making thumbnails is pretty easy.) I would kill anybody who tried that on a server of me :) Doing that requires stuff like parsing HTML. But also parsing javascript and

RE: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Raymond Camden
I would kill anybody who tried that on a server of me :) Why? This is no different then any other HTTP request. It's only an issue if they didn't cache the result. To me, this is the same as someone doing img src=my server. If they hit me too many times, I stop them. Doing that requires stuff

Re: CF file error

2002-07-18 Thread stas
Thanks so much, that was it! - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] Double check the enctype attribute on the form. Missing that's usually what I see causing this. __ Your ad could be here.

Dynamic form actions

2002-07-18 Thread Matthew Friedman
Is there a way to have a form with two images as buttons, but will send the form fields to a different url. i.e. you have two form fields Username Password and image A and Image B If you hit image A the form is posted to www.a.com and if you hit image B the form is posted to www.b.com the

Re: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Zac Spitzer
Raymond Camden wrote: I'd kill for a CFX/whatever that would make a thumbnail of a URL. (Or just an image of a URL - I know making thumbnails is pretty easy.) http://www.gotdotnet.com/playground/services/ThumbnailGen/instructions.aspx feel free to make a nice cfx around this.. or at least

Re: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Jochem van Dieten
Raymond Camden wrote: I would kill anybody who tried that on a server of me :) Why? This is no different then any other HTTP request. It's only an issue if they didn't cache the result. To me, this is the same as someone doing img src=my server. If they hit me too many times, I stop them.

Re: Dynamic form actions

2002-07-18 Thread S . Isaac Dealey
Is there a way to have a form with two images as buttons, but will send the form fields to a different url. i.e. you have two form fields Username Password and image A and Image B If you hit image A the form is posted to www.a.com and if you hit image B the form is posted to www.b.com

Re: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Jon Hall
Matt, if possible, could you talk about java code inline within a CFM page? I think that's what a lot of people are interested in...if possible of course. Also, one thing that I've been really wondering about using Java event handlers in a cfm template. Is it possible? I haven't gotten the chance

RE: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Raymond Camden
Raymond Camden wrote: I would kill anybody who tried that on a server of me :) Why? This is no different then any other HTTP request. It's only an issue if they didn't cache the result. To me, this is the same as someone doing img src=my server. If they hit me too many times, I

RE: Dynamic form actions

2002-07-18 Thread Matthew R. Small
Sure it is: input type=Image src=image1.gif onclick=document.formname.action = 'page1.cfm'; document.formname.submit(); input type=Image src=image2.gif onclick=document.formname.action = 'page2.cfm'; document.formname.submit(); - Matt Small -Original Message- From: Matthew Friedman

RE: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Matt Liotta
The article shows you how to create a Java class that does the work. The Java class is then wrapped by a CFC for easy integration from a .cfm. None of the Java code I used required asynchronous programming. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ V:

RE: Dynamic form actions

2002-07-18 Thread Matthew Friedman
I tried this code. Works great in IE and Modzilla, but not in Net 4.7 any suggestions matt -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 12:54 PM To: CF-Talk Subject: RE: Dynamic form actions Sure it is: input type=Image

Exceptions and CFCs

2002-07-18 Thread Stacy Young
Any particular strategy preferred over others? How are exceptions handled via Web Service invocation? __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

More MM CFMX How-To Articles....

2002-07-18 Thread Damon Cooper
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C22E7F.9B4EEB40 Content-Type: text/plain http://www.macromedia.com/desdev/ http://www.macromedia.com/desdev/ Writing Secure

RE: Dynamic form actions

2002-07-18 Thread Matthew R. Small
Try replacing document.formname.action with this.formname.action and replace formname with the name of the form. - Matt Small -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 1:10 PM To: CF-Talk Subject: RE: Dynamic form actions I

Re: Dynamic form actions

2002-07-18 Thread Douglas Brown
or use document.forms[0] Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Matthew R. Small [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 18, 2002 10:51 AM Subject: RE: Dynamic form actions Try replacing document.formname.action with

RE: Dynamic form actions

2002-07-18 Thread Matthew Friedman
No that did not work either. I did change the name of the form and called the JavaScript with the name. It is just NS 4.7 #$@#$ crappy Browser!!! -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 1:47 PM To: CF-Talk Subject: Re: Dynamic

Re: Dynamic form actions

2002-07-18 Thread Kreig Zimmerman
..which works if that is the only form on the page. The best method is to refer to it as document.forms['formname'] - Original Message - From: Douglas Brown To: CF-Talk Sent: Thursday, July 18, 2002 1:46 PM Subject: Re: Dynamic form actions or use document.forms[0]

Idea Incubator: javax.imageio.ImageReader

2002-07-18 Thread todd
Someone just posted a link in my blog, figured I'd pass it around if anyone else is interested in all this. I plan on checking it out tonight. ~Todd -- Forwarded message -- Date: Thu, 18 Jul 2002 13:30:23 -0400 From: Benoit Hediard If you want to do some simple Image

RE: Dynamic form actions

2002-07-18 Thread Matthew R. Small
And be careful also... There are some diehard NS fans out here... I'm not one of them, but be warned... -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 2:00 PM To: CF-Talk Subject: RE: Dynamic form actions No that did not work

RE: Dynamic form actions

2002-07-18 Thread Matthew R. Small
Can we see the code? -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 2:00 PM To: CF-Talk Subject: RE: Dynamic form actions No that did not work either. I did change the name of the form and called the JavaScript with the name. It is

RE: Dynamic form actions

2002-07-18 Thread S . Isaac Dealey
No that did not work either. I did change the name of the form and called the JavaScript with the name. It is just NS 4.7 #$@#$ crappy Browser!!! Yea, NS 4.x doesn't support this.form to reference the parent form of a form element... afaik document.myform. _should_ always work as long as

RE: Dynamic form actions

2002-07-18 Thread John McCosker
Matt I really like this way personally, perfect within fusebox apps if you want to pass the fuseactions within HIDDEN form fields or maintaining a user session state, SCRIPT LANGUAGE=JavaScript function postMe(url){ document.DynFormAction.action=action;

RE: Dynamic form actions

2002-07-18 Thread John McCosker
sorry matt, document.DynFormAction.action=action; should be document.DynFormAction.action=url; if you do it this way you have no need for multiple forms on your page at all, also it works in NS and opera fine, J -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]]

RE: More MM CFMX How-To Articles....

2002-07-18 Thread Damon Cooper
One more time (wow was that a mess!) === http://www.macromedia.com/desdev/ Writing Secure Dreamweaver MX Applications (Ray West) Learn to safeguard your databases and to use authentication code to keep your applications safe from would-be hackers.

Re: Dynamic form actions

2002-07-18 Thread Douglas Brown
just do script language=javascript function redirectAndSubmit(theForm,theURL){ theForm.action = (theURL); theForm.submit(); } /script and then do A HREF=javascript:redirectAndSubmit(document.forms[0],'your url here');input type=Image src=image1.gif border=0/a Douglas Brown Email:

RE: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Kola Oyedeji
Matt Just curious but are there any other advantages to wrapping it in a cfc? Thanks -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: 18 July 2002 17:45 To: CF-Talk Subject: RE: Idea Incubator - javax.imageio.ImageReader The article shows you how to

Re: Dynamic form actions

2002-07-18 Thread Douglas Brown
I would not say the best way, just a way. If he had multiple forms on a page he could just say document.forms[0] or document.forms[1] etc...etc... Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Kreig Zimmerman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

RE: Idea Incubator - javax.imageio.ImageReader

2002-07-18 Thread Matt Liotta
None that I can think of off the top of my head. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:13

RE: Dynamic form actions

2002-07-18 Thread Matthew Friedman
Guys, We have a winner. This is the only way it worked. I checked canalization and everything, thanks John for the help. PS sorry if I offended anyone about my cursing the NS browser. Matt -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18,

RE: Dynamic form actions

2002-07-18 Thread S . Isaac Dealey
PS sorry if I offended anyone about my cursing the NS browser. That cursed NS Browser! :) Isaac www.turnkey.to 954-776-0046 __ Your ad could be here. Monies from ads go to support these lists and provide more resources for

Dataglue.as

2002-07-18 Thread Mark A. Kruger - CFG
I'm trying to congigure a flash remoting component. I include the .as files and suddenly it cannot find dataglue.as. That file is necessary for recordset binding. It does not appear that it was installed with flahs UI 1 or 2. Does anybody know where this file is supposed to come from - or why

The Next Version of DreamweaverMX

2002-07-18 Thread Christine Lawson
Hi Everyone, I've been asked to supply a list of contacts who would be open to being contacted by the Dreamweaver team to discuss the next version of Dreamweaver MX and what features you would like to see from a ColdFusion Studio/HomeSite coding background. We'll be posting specific questions

RE: Dynamic form actions

2002-07-18 Thread John McCosker
Glad to be of help, every way worked but its just getting that common denominator for, That cursed NS Browser! :) gave me a headache for a while as well respectfully j -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 7:44 PM To:

Help! Preventing code from executing

2002-07-18 Thread Frank Mamone
Hi, How can I prevent HTML code and scripts from executing in a HTML rendered page. The issue is that users can enter Javascript in text boxes and it will execute when the info is displayed. I'm also concerned about open HTML tags. Thanks!

  1   2   >