CFDUMP question, attributes scope - CF 5

2003-11-06 Thread Stephen Hait
I have CF 5 Enterprise running locally and a client with CF 5 Professional. I can run CFDUMP var="#attributes#" locally no problem. Running this on the client's machine gives me an error resolving parameter ATTRIBUTES. Does anyone know what problem I'm running into here? Regards, Stephen [To

Just Wondering Why

2003-11-06 Thread Mickael
Hello All, Sorry if this is a novice question.  I am trying to learn fusebox and find my self making smaller templates and and more includes (which I guess is good I haven't decided yet) My question is this.  Lets say that the value of myvariable is "house" So when I do this #myvariable# I g

MySQL and CFMX61

2003-11-06 Thread Stacy Young
I'm pretty much a newbie when it comes to CMFX and MySQL. Any major gotchas to look out for?...and is it typically better to use datetime or timestamp for date fields in the DB? Thanks! Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et

Problems with Oracle sequence in a CFC

2003-11-06 Thread npetersn
I've been stuck on this for a good portion of the day, and I'm completely frustrated. I have written the following function that calls an Oracle sequence:        SELECT ESERVICES.CGI_ID_SEQ.NEXTVAL as newID     FROM DUAL       To test whether the above function works I placed it in a regular .

RE: Screen Scraping

2003-11-06 Thread cf
i could be wrong but wouldnt they need to know the field input names to be able to submit it? you could alway put a cool "door" or something over the form where the user clicks a button which opens up the form in another frame. I think that might make it hard for a spam bot to get through if you

Re: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread boo_pro
It must be the web browser on that server but any of the HOF pages do the bar code thing on that machine. Now that I am trying it on a different machine it loads normally. Going to restart it on the server, same issue but all the other pages load normally. It used to work normally when I visite

Re: weather feed

2003-11-06 Thread Jeff Beer
http://www.wunderground.com/ They have some pretty nice little applets > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 06, 2003 4:22 PM > To: CF-Talk > Subject: RE: Re: weather feed > > > thanks greg, i'm trying to find one with the s

RE: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Jeff Beer
This sounds exactly like corrupted video memory.  Happen to me all the time when I have about 80 windows.. Well, 20 or so :) > -Original Message- > From: Michael Dinowitz [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 06, 2003 5:34 PM > To: CF-Talk > Subject: Re: Arden Weiss - virus

delay in posts

2003-11-06 Thread cf
hi micheal, just an fyi seems to take about an hour or so for my posts to show up anything i can do? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Re: weather feed

2003-11-06 Thread cf
thanks greg, i'm trying to find one with the satalite map as well > That one looks cool, but says my zipcode is invalid! :-( I did a goofy > little thing a couple years ago here www.plateautel.net . Let me know if > you want the source. > > -Original Message- > From: Tom Kitta [mailto:[EM

Re: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Michael Dinowitz
> Strange I loaded the page with Arden Weiss possting on it and it was > written over with black lines that resemble bar code very weird and when > I would refresh page it would only clear up what fit on my screen when I > scrolled down on page the bar code effect made the page unreadable? > Mic

RE: SQL Challenge

2003-11-06 Thread DURETTE, STEVEN J (AIT)
Eric, Here is the code that does the job. (MSSQLl2K) It's not very pretty but it works. /* Create table with demo info */ declare @memberinfo table( memberId char(1), startDate datetime, endDate datetime ) insert into @memberinfo(memberId, startDate, endDate) values('A','07/31/200

RE: Screen Scraping

2003-11-06 Thread Bryan F. Hogan
make it spam proof :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 3:39 PM To: CF-Talk Subject: RE: Screen Scraping maybe i missed something are u trying to make the form spam proof or trying to spam one? [Todays Threads] [Thi

RE: Screen Scraping

2003-11-06 Thread cf
maybe i missed something are u trying to make the form spam proof or trying to spam one? > Say you go to a website contact us form. And this contact form is a > flash form using remoting. Now you want a write a bot to automatically > spam that contact form. How would you do it using the met

RE: question...

2003-11-06 Thread Che Vilnonis
that was it Ray... btw, how do you know all of this stuff? you must use more than 10% of your brain :) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 4:33 PM To: CF-Talk Subject: RE: question... I assume you want to see if form[X] is d

RE: question...

2003-11-06 Thread Barney Boisvert
your isDefined() call must be passed a string containing a valid variable name.  So you probably want that line to say this: if (NOT isDefined("form.#listGetAt(fieldlist, i)#")) barneyb   -Original Message-   From: Che Vilnonis [mailto:[EMAIL PROTECTED]   Sent: Thursday, November 06, 2003

Re: CFGRID is a pain

2003-11-06 Thread Mickael
I have heard about the Flash Grid, I just don't have much experience with  Flash and not sure how long it would take me to get up to speed in getting it started. Mike   - Original Message -   From: Matt Robertson   To: CF-Talk   Sent: Thursday, November 06, 2003 4:31 PM   Subject: Re: C

RE: question...

2003-11-06 Thread Che Vilnonis
Using CF5. The error is... Parameter 1 of function IsDefined which is now "FORM[listgetat(FieldList,i)]" must be a syntactically valid variable name.   -Original Message-   From: Tony Weeg [mailto:[EMAIL PROTECTED]   Sent: Thursday, November 06, 2003 4:31 PM   To: CF-Talk   Subject: RE:

RE: question...

2003-11-06 Thread J E VanOver
What is it not doing right? One thing, "isDefined" wants a simple string.  Try: if (NOT isDefined("FORM[#listgetat(FieldList,i)#]")) Jann -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:26 PM To: CF-Talk Subject: question... What am I

RE: Oracle Trigger

2003-11-06 Thread Robert Segal
It looks like there might other tables with foreign keys that rely on the records in the Fuseactions table you are trying to delete.  Try deleting the records from Fuseactions by hand to see if you get any constraint violations. -Original Message- From: Tyler Clendenin [mailto:[EMAIL PRO

Re: weather feed

2003-11-06 Thread Kevin Graeme
I didn't look closely at it. I googled and pasted. The NOAA should really be the place to go. And I think they do have an xml feed. http://www.noaa.gov/wx.html -Kevin - Original Message - From: "Ryan Kime" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 06

RE: SQL Challenge

2003-11-06 Thread Tangorre, Michael
Send the prize first pelase :-) -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 3:41 PM To: CF-Talk Subject: SQL Challenge Ok here is the challenge. Surprise is at the end. I am trying to put together a report on our member's membership p

RE: CFGRID is a pain

2003-11-06 Thread Douglas.Knudsen
amen brother!  In CF5, you had to use JRE 1.3.0_01 now later version too.  Better to just write your own code for it.  Heck, go find gridmonger via a google.  I nice set of code from a swell CFer Douglas Knudsen (Telecommuting) Alltel ACI RRT Group Original Message- From: Bryan Stevens

RE: SQL Challenge

2003-11-06 Thread Ryan Kime
What kind of database are we dealing with since date functions vary from DB to DB? -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 2:41 PM To: CF-Talk Subject: SQL Challenge Ok here is the challenge. Surprise is at the end. I am trying to

RE: SQL Challenge

2003-11-06 Thread Eric Creese
Has to be in SQL. Will need to put it in a Stored Proc at some point. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: SQL Challenge

2003-11-06 Thread Eric Creese
if you join in any part of a month, the last day of that month becomes your expiration date. So for Member B, he joined in July originally. Paid his first and second year, then for his third year he did not pay son the membership expired 7/31/2003. He rejoined 8/17/2003 thus giving him a new expira

RE: question...

2003-11-06 Thread Raymond Camden
I assume you want to see if form[X] is defined, were X is from fieldList. You are missing a # sign: if(not isDefined("form.#listGetAt(fieldlist,i)#")) form[listGetAt(fieldList,i)] = ""; Also note I switched to "dot" notation for the isDefined check. If you want to use brackets, switch to structKe

Re: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread project_boo
I started bouncing all mail from Arden Weiss. It  has a different e-mail address each time but the from contains Arden Weiss so I refuse connection based on that. I have not seen a message in over a week. Strange I loaded the page with Arden Weiss possting on it and it was written over with blac

RE: question...

2003-11-06 Thread Tony Weeg
don't you need {}'s around the  FORM[listgetat(FieldList,i)] = ""; or if not, what error are you getting? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sen

question...

2003-11-06 Thread Che Vilnonis
What am I doing wrong here? // Intialize List FieldList = "CustEmail,CustPassword,CustPassword2,BillFirstName,BillLastName,BillAddress ,BillAddress2,BillCity,BillState,BillZip,BillPhone"; // Loop thru list and define all FORM variables for(i=1; i LTE listlen(FieldList); i = i + 1) if (NOT isDef

RE: weather feed

2003-11-06 Thread Ryan Kime
Or this: http://www.perceive.net/xml/weather/ Not as many as the other one, but some of those feeds are not right (wrong city/state). http://weather.boygenius.com/oklahoma-miami_beach.xml I promise you there is no Miami Beach, OklahomaI would've already gone there, oh well.

Re: CFGRID is a pain

2003-11-06 Thread Matt Robertson
Your subject line pretty much says it all, I think.  A wonderful-sounding tool that has never really ben stable enough to bank on.  Far more trouble than its worth.  Years ago I relied on it and have never stopped regretting that period, as some of those sites still come back to haunt me.  Built an

Re: CFGRID is a pain

2003-11-06 Thread Bryan Stevenson
Personally I write custom code if CFGRID-like functionality is requiredlet's face it...that tag has always had issues ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] -

RE: SQL Challenge

2003-11-06 Thread Tony Weeg
does this have to be solely in sql server code? or can it be cf/sql? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 4:12 PM

RE: SQL Challenge

2003-11-06 Thread Eric Creese
Made a mistake for the report output MEMBER A  07/1/2001  07/31/2004 MEMBER B  08/1/2003  08/31/2004 MEMBER B  07/1/2001  07/31/2003 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFGRID is a pain

2003-11-06 Thread Dan Phillips \(CFXHosting.com\)
Do you know if they have the MS version of Java installed or the Sun version? As a general quick fix for things like this, I uninstall the Java consoule from Add/Remove programs. Then either download a new version from Sun (or Windows update) or just hit the CFGRID page again and the Java app sho

RE: Re: weather feed

2003-11-06 Thread Greg Luce
That one looks cool, but says my zipcode is invalid! :-( I did a goofy little thing a couple years ago here www.plateautel.net . Let me know if you want the source. -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 2:35 PM To: CF-Talk Subject:

RE: SQL Challenge

2003-11-06 Thread DURETTE, STEVEN J (AIT)
Eric, Your example for Member B doesn't make sense to me. According to the dates you gave, there was no lapse, he just got a few extra months. Can you clarify? Steve -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 3:41 PM To: CF-

CFGRID is a pain

2003-11-06 Thread Mickael
Hello I am experiencing difficulties with CFGRID with my clients in an app that I build sometime back.  It worked fine before but now many of them have moved to XP and after download the java (which was enough of an annoyance)  they complain that many times when they are updating my tables via CFG

OT: Oracle Trigger

2003-11-06 Thread Tyler Clendenin
I am creating a trigger in oracle 8i does anyone see anything wrong with this?  It causes this error whn i try to delete from the Circuits table Error: Error: ORA-04098: trigger mydb.CIRCUITS_BEF_DEL' is invalid and failed re-validation Trigger: /* Create TRIGGER for Circuits BEFORE DELETE */

Re: M$ "flash killer"

2003-11-06 Thread Kevin Graeme
Ah hell. I thought I was replying in cf-community. Sorry if I ruffled feathers. All in jest, but far OT. -Kevin - Original Message - From: "Kevin Graeme" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 3:05 PM Subject: Re: M$ "flash killer" > Like

Re: M$ "flash killer"

2003-11-06 Thread Kevin Graeme
Like M$ Windows instead of Apple Ma¢into$h? ;-) -Kevin - Original Message - From: "Tom Kitta" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 2:55 PM Subject: Re: M$ "flash killer" > I think it takes more than just putting M$ name on some product

SQL Challenge

2003-11-06 Thread Eric Creese
Ok here is the challenge. Surprise is at the end. I am trying to put together a report on our member's membership periods. This report needs to identify the entire member's membership history. Memberships are based on an annual subscription. However, there are sometime breaks in one's membership d

Re: M$ "flash killer"

2003-11-06 Thread Tom Kitta
I think it takes more than just putting M$ name on some product to make it great and widely accepted especially in the developer community. I believe that developers will ultimately gravitate towards product easier to use rather than the one managers could be pushing for. TK   - Original Mess

RE: M$ "flash killer"

2003-11-06 Thread Haggerty, Mike
Microsoft's decision to promote this technology is great because it shows real innovation and creative thinking. For what it is worth, I expect this product will fail to persuade developers to use it similar to the way Microsoft Music Producer and Microsoft Direct Animation did. But 'Sparkle' is

Forcing a timeout of data from another site.

2003-11-06 Thread DURETTE, STEVEN J (AIT)
Hi all, I have a problem that just came up today. In the menu portion of our (internal) web site we have a stock status that is pulled from another (internal) website. We pull the data by adding the following to our page:

RE: Screen Scraping

2003-11-06 Thread Bryan F. Hogan
Say you go to a website contact us form. And this contact form is a flash form using remoting. Now you want a write a bot to automatically spam that contact form. How would you do it using the method you describe below? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] S

RE: Alternate ways of uploading files.

2003-11-06 Thread Nathan Strutz
I've had luck passing the cffile form field name as a variableName type (specified in cfargument type="variableName"), then have the cffile in the function in the cfc. Then in my cffile, I just use formfield="#arguments.formfield#". should help -nathan   -Original Message-   From: Tangorr

RE: Hotfix problem

2003-11-06 Thread DeMarco, Alex
Stupid user your right I put them in the wrong place.. DOH! thanks! - Alex -Original Message- From: Debbie Dickerson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 3:13 PM To: CF-Talk Subject: RE: Hotfix problem I just tried it on my system, and after extracting

RE: Screen Scraping

2003-11-06 Thread cf
ummm, yeah, so am i when u make a flash form u have to make input text fields correct? cause thats how u get the info in. well make your input text field and if its a predetermined variable, well just add it to the text input field. and onload have it submit. user never has to see it. thats what u

RE: M$ "flash killer"

2003-11-06 Thread Samuel Neff
It'll be 7-10 years before you can consider using this for any real application.  It requires the avalon sub-system which means we're talking 2006, and will only work for longhorne users, which means a very limited user base for a long time (how many people still use windows 98?). Also, a lot can

RE: queries of queries help

2003-11-06 Thread Tony Weeg
is not null instead of <> ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 3:01 PM To: CF-Talk Subject: queries of queries help H

RE: Hotfix problem

2003-11-06 Thread Debbie Dickerson
I just tried it on my system, and after extracting the jar file to my C:\JRun4\servers\lib\ directory and restarting my cfusion instance, the hot fix then appeared in the class path list in my Administrator. Since you're using JRun, is there a particular reason you used the steps under the J2EE

queries of queries help

2003-11-06 Thread Tim Do
Hello all, I'm trying to do QofQ's and not having luck with date comparisons...  here is what I have:         select count(*) as incidentCount     from Get_Claims     where incidentOnly = 1 and dateReported <> null and dateReported between and     Getting this error: Query Of Querie

RE: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Mark A. Kruger - CFG
Isn't Arden Weiss the uncle from the sound of Music?   -Original Message-   From: Michael Dinowitz [mailto:[EMAIL PROTECTED]   Sent: Thursday, November 06, 2003 11:51 AM   To: CF-Talk   Subject: Re: Arden Weiss - virus sending messages to the list?   That would do it. He's not currently in

Re: M$ "flash killer"

2003-11-06 Thread Kevin Graeme
Desktop. Basically, it looks like MS's plan with Longhorn is to make the entire OS a host for RIAs built using their Avalon UI. Sparkle looks to be a designer's tool for the GUI elements, much like Flash is. I don't know yet how the actual code will work for the Sparkle/Avalon apps. Maybe VB.NET si

Re: weather feed

2003-11-06 Thread Kevin Graeme
NOAA for one. If you want something that is in XML, then Google is your friend. 2 seconds, and I found this: http://weather.boygenius.com/ -Kevin - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 12:18 PM Subject: weather

Re: M$ "flash killer"

2003-11-06 Thread Michael Dinowitz
This is being discussed on CF-Community on this thread: http://www.houseoffusion.com/lists.cfm/link=m:5:10365:94723 Please post all discussion there. Thank you > http://www.eweek.com/article2/0,4149,1374753,00.asp > > once again M$ is going to launch something that u have to use their crap 4. > >

RE: M$ "flash killer"

2003-11-06 Thread Che Vilnonis
is this a desktop app or a web app?   -Original Message-   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]   Sent: Thursday, November 06, 2003 1:36 PM   To: CF-Talk   Subject: OT: M$ "flash killer"   http://www.eweek.com/article2/0,4149,1374753,00.asp   once again M$ is going to launch

OT: Re: weather feed

2003-11-06 Thread Tom Kitta
Check this guys site: http://www.singerscreations.com/ He created a small utility that grabs data from weather.com or something. I bet he can lead you to a solution you seek. TK   - Original Message -   From: [EMAIL PROTECTED]   To: CF-Talk   Sent: Thursday, November 06, 2003 1:18 PM

OT: M$ "flash killer"

2003-11-06 Thread cf
http://www.eweek.com/article2/0,4149,1374753,00.asp once again M$ is going to launch something that u have to use their crap 4. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

weather feed

2003-11-06 Thread cf
anyone know where I can get a weather feed similiar to the one at http://www.laszlosystems.com/demos/weather/ ty [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Flash Component Directory WAS RE: Screen Scraping

2003-11-06 Thread Mike Townend
yep, unless you have something like (in IIS) a virtual directory or equivelant then the flash components must be within the wwwroot, otherwise flash cant see the cfc's to call HTH -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Thursday, November 6, 2003 18:56 To:

RE: Flash/CF Chat program

2003-11-06 Thread John Burns
Ok, cool.  ASP is a problem as my web host uses Linux.  I'll see what I can find.  Thanks. John -Original Message- From: Dan Phillips (CFXHosting.com) [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 2:00 PM To: CF-Talk Subject: RE: Flash/CF Chat program I know one in Flash/A

RE: Screen Scraping

2003-11-06 Thread Bryan F. Hogan
I'm talking about a Flash form. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:13 PM To: CF-Talk Subject: Re: Screen Scraping depends on what kind of text u need filled in if you already know then i'd assume you could just make a t

RE: Flash Component Directory WAS RE: Screen Scraping

2003-11-06 Thread Bryan F. Hogan
Thanks, I still think that would be ok, because they would have to guess at the URL. Thanks for your reply Bryan If you have a web server mapping, your CFCs can be exposed as web services (which is necessary for Flash Remoting, I think) without being in the web root. If you have a CF mapping, yo

Re: Screen Scraping

2003-11-06 Thread cf
depends on what kind of text u need filled in if you already know then i'd assume you could just make a text field, fill in the info and give it the variable name. then it depends how u want to submit it either with a button or do it onload > Hi I have an idea about something, I can't go into sp

RE: Flash Component Directory WAS RE: Screen Scraping

2003-11-06 Thread Dave Watts
> This is my setup. > > components > website > flashcfc > wwwroot > website > flashfile > > Your saying that flashfile can't see flashcfc by using a > mapping to components.website.flashcfc? > > I have people that I host and their files are in the > components directory. If you have a w

RE: Flash/CF Chat program

2003-11-06 Thread Dan Phillips \(CFXHosting.com\)
I know one in Flash/ASP. www.pipey.com Not sure is ASP is a problem but it's free and has the features you described. Also take a look at www.cfchat.net. Another freebie but I can't remember if it uses flash or not. And last but not least, check out http://tutorial123.easycfm.com/ if you want t

Flash Component Directory WAS RE: Screen Scraping

2003-11-06 Thread Bryan F. Hogan
This is my setup. components website flashcfc wwwroot website flashfile Your saying that flashfile can't see flashcfc by using a mapping to components.website.flashcfc? I have people that I host and their files are in the components directory. [Todays Threads] [This Message] [Subscr

Flash/CF Chat program

2003-11-06 Thread John Burns
Does anyone know of a free Flash/CF chat program.  I would like something fairly simple that allows multiple users to enter and have real-time text chat capabilities without using just CF and doing refreshes every second to get the new text that has been added. I'm fairly new to Flash Remoting, bu

RE: Hotfix problem

2003-11-06 Thread DeMarco, Alex
Here's what I see: Java Specification Vendor     Sun Microsystems Inc.   Java Specification Name     Java Platform API Specification   Java Class Version     48.0   Java Class Path     D:\JRun4\servers\lib; D:\JRun4\servers\lib\enrollmentmgmt_common_collections.jar; D:\JRun4\servers\li

RE: Alternate ways of uploading files.

2003-11-06 Thread Dan Phillips \(CFXHosting.com\)
Is this because your host won't let you use CFFile? I think there is an alternative to CFFile out there in custom tag form. I seem to remember CFMresources.com used to offer it. It may be in the MM tag gallery. Dan Phillips www.CFXHosting.com 1-866-239-4678 x105 [EMAIL PROTECTED] -Original

RE: Alternate ways of uploading files.

2003-11-06 Thread Tangorre, Michael
I am basically trying to figure out the best way to incorporate file upload capability into this CFC I am working on... just passing the form field in or the form scope completely does not seem to do the trick. -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursd

RE: Alternate ways of uploading files.

2003-11-06 Thread Matt Robertson
Michael wrote: >Are there alternate ways of uploading files in Cold Fusion besides using >cffile? There's always cfftp, I guess. Matt Robertson   [EMAIL PROTECTED] MSB Designs, Inc.  http://mysecretbase.com --

RE: Screen Scraping

2003-11-06 Thread Mike Townend
In that case flash wouldnt be able to see it either, in my understanding the Flash getService("com.flash.foo"); points to the URL "./com/flash/foo.cfc"). To store the components outside of the webroot (which is how we do it too) you need to write the foo.cfc as a wrapper so that it then in tern

RE: Alternate ways of uploading files.

2003-11-06 Thread Philip Arnold
> Are there alternate ways of uploading files in Cold Fusion besides using > cffile? Only using CF, then CFFILE is the only way to do it If you want to use external tools, then I'm sure there are quite a few methods [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [Use

Alternate ways of uploading files.

2003-11-06 Thread Tangorre, Michael
Are there alternate ways of uploading files in Cold Fusion besides using cffile? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Cfmx 6.0 and the scheduler

2003-11-06 Thread Tom Jordahl
I strongly suggest upgrading to CFMX 6.1. Various bug fixes and enhancements were made to the MX scheduler code. Plus it's faster and has fewer bugs! -- Tom Jordahl Macromedia Server Development -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Thursda

RE: Screen Scraping

2003-11-06 Thread Bryan F. Hogan
Yes but they would have to guess at the URL of the CFC if it where in the webroot, but how I have the CFC setup now is that they sit outside of the webroot in a components directory. So I don't see this being a problem. Any other ways you can think of? Thanks for your reply Bryan -Original M

RE: Screen Scraping

2003-11-06 Thread Mike Townend
Assuming that the Receiving function doesnt use the Flash scope, its just a webservice so you could call the .cfc?wsdl web service and pass the appropriate information into it ? -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Thursday, November 6, 2003 17:54 To:

Screen Scraping

2003-11-06 Thread Bryan F. Hogan
Hi I have an idea about something, I can't go into specifics. Does anyone know if CF and/or another language can submit a Flash form without filling the values into a Flash form that uses remoting? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Michael Dinowitz
That would do it. He's not currently in the system though. I'll hunt down his old address and email him about it. Remember that just because it uses his name as the sender doesn't mean it's actually him. Thanks for the additional research on the name. I knew it sounded familiar but when I couldn't

RE: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Tony Weeg
yeah I remember him from the cfdj list ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 12:43 PM To: CF-Talk Subject: Re

Re: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Jim Campbell
There's an "Arden Weiss" on the SysCon CF mailing lists.  There's also records of Arden Weiss in the HoF lists as well: http://www.houseoffusion.com/cf_lists/cache.cfm/4/4/4177.htm Maybe an old member, this one was from two years ago. - Jim Michael Dinowitz wrote: > It's a more intelligent vi

Re: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Jim Campbell
I got one as well - Funny that this virus doesn't seem to want to hide the sender like the annoying glut of "Check this out!" emails from a couple of months ago. - Jim Tom Kitta wrote: > Poor Arden, his reputation is burned now. I didn't get anything from > him - maybe that server e-mail viru

RE: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Tony Weeg
I get them about 2 or 3 times a week! ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 12:35 PM To: CF-Talk Subject: Re:

Re: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Michael Dinowitz
It's a more intelligent virus that has taken a piece of mail from someone's box and used it as a base to send out the virus. I haven't been able to trace the original email (actually, it's just a fragment) to a specific post to any HoF list. Be that as it may, it's being sent to individuals and if

Re: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Tom Kitta
Poor Arden, his reputation is burned now. I didn't get anything from him - maybe that server e-mail virus scanner program that I installed last month does do something? TK   - Original Message -   From: Haggerty, Mike   To: CF-Talk   Sent: Thursday, November 06, 2003 12:29 PM   Subject:

RE: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Ben Densmore
I had one from him this morning as well. Ben -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 12:09 PM To: CF-Talk Subject: OT: Arden Weiss - virus sending messages to the list? Hi all.  Don't know if I'm the only one, but I've been getti

Re: OT: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Ubqtous
Shawn, On 11/6/2003 at 12:09, you wrote: SG> Don't know if I'm the only one, but I've been getting emails from SG> an "Arden Weiss".  The messages seem to be CF related, and come SG> with an attachment.  The attachment is a .scr file. Same here. It was driving me crazy first, because my email cl

RE: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Haggerty, Mike
I've been getting them as well. Since I never knew Arden, I never open his attachments. M -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 12:09 PM To: CF-Talk Subject: OT: Arden Weiss - virus sending messages to the list? Hi all.  Don't

RE: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Eric Creese
I got it too. -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 11:09 AM To: CF-Talk Subject: OT: Arden Weiss - virus sending messages to the list? Hi all.  Don't know if I'm the only one, but I've been getting emails from an "Arden Weiss". 

OT: Arden Weiss - virus sending messages to the list?

2003-11-06 Thread Shawn Grover
Hi all.  Don't know if I'm the only one, but I've been getting emails from an "Arden Weiss".  The messages seem to be CF related, and come with an attachment.  The attachment is a .scr file.  I myself have never had dealings with Arden Weiss (that I can remember), and know better to open .scr file

RE: Problems with CFMAIL

2003-11-06 Thread Eric Creese
Where do you put in the SMTP Sever address? -Original Message- From: Dave Jones [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 11:13 AM To: CF-Talk Subject: Re: Problems with CFMAIL Michael, Here you go: CFMAIL version:  from="[EMAIL PROTECTED]"  to="[EMAIL

RE: Verbose account of files transfered with an HTTP request

2003-11-06 Thread Dave Watts
> Dave wrote: "...you will probably have to disable client > cache support in the web server if that's possible, or use CF > to serve images for you (which will slow things down a bit)." > > I am not concerned about the performance at this point. I > will look into suppressing the caching with

RE: [Stats] CF-Talk: October 2003

2003-11-06 Thread Dave Watts
> You don't get money just from people clicking the Ads? >   > Well that sucks. It's not your fault if they don't want to > buy a product that they've seen. >   > TV Stations are paid regardless of if someone actually calls > the 1-800 number on the screen to order anything. >   > Billboard spac

RE: Hotfix problem

2003-11-06 Thread DeMarco, Alex
Do I have to stop all the Jrun instances or just the one running CFmx? - Alex -Original Message- From: Christine Lawson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 11:26 AM To: CF-Talk Subject: RE: Hotfix problem Did you stop and start the services, I've seen

RE: Problems with CFMAIL

2003-11-06 Thread Tom Jordahl
All of the "ongoing problems" with CFMAIL should have been addressed in CFMX 6.1.  It is now robust, reliable and scalable. You can easily add the SPOOLENABLE="NO" attribute to your tag (or in the administrator) to force mail to be delivered inline in the page, as opposed to spooling it for lat

Re: Application Question

2003-11-06 Thread Calvin Ward
The company I work for: http://www.recruitmax.com has a solution that does this, written in ColdFusion. Oh, and it seems we're hiring ColdFusion developers! http://www.prohire.com/candidates/default.cfm?szWID=8684&szCID=39080 - Calvin   - Original Message -   From: Eric Creese   To: CF-

  1   2   >