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 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 get an output of house

But when I do this



 (dsp_myvariablepage.cfm's content is  #myvariable# )



I get #myvariable#  instead of house.  If include the template and the content is #myvariable# would it not be in between the two cfoutputs once it is included?

Sorry if this question is basic, just trying to understand it.

Thanks

Mike


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 ses pieces jointes sont strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, distribution, copie, ou autre utilisation de ces informations est strictement prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait communiquer immediatement avec l'expediteur et detruire ce document sans en faire de copie sous quelque forme.

WARNING:
---
The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind.

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 .cfm file and called it within the same file as follows:



No problems.

When I take the same function and place it in a cfc as a private method and call it from within another setter function in the same cfc...


  

  
  
  


It fails with the following error "Element newID is undefined in qGetNewID."

Anyone have any idea what I am doing wrong?

Thanks,

Nate
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 want to email me off list with your exact scenario, i'll see what i
can come up with.
gunna go soak in hot tub & i will think bout it somemore

dave

> 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] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 visited HOF site.
Michael D I  will mail you off list if I figure out what is causing it .

thanks

Michael Dinowitz wrote:

> > 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?
> > Michael D. any comments?
> No clue. What was the exact page?
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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:[EMAIL PROTECTED]
> > Sent: Thursday, November 06, 2003 2:35 PM
> > To: CF-Talk
> > Subject: OT: Re: weather feed
> >
> >
> > 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
> >   Subject: weather feed
> >
> >   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: 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 sending messages to the list?
> 
> 
> > 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?
> > Michael D. any comments?
> No clue. What was the exact page? 
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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:[EMAIL PROTECTED]
> Sent: Thursday, November 06, 2003 2:35 PM
> To: CF-Talk
> Subject: OT: Re: weather feed
>
>
> 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
>   Subject: weather feed
>
>   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: 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?
> Michael D. any comments?
No clue. What was the exact page?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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/2003','07/31/2004')
insert into @memberinfo(memberId, startDate, endDate)
values('A','07/31/2002','07/31/2003')
insert into @memberinfo(memberId, startDate, endDate)
values('A','07/31/2001','07/31/2002')
insert into @memberinfo(memberId, startDate, endDate)
values('B','08/01/2003','08/31/2004')
insert into @memberinfo(memberId, startDate, endDate)
values('B','08/01/2003','08/31/2004')
insert into @memberinfo(memberId, startDate, endDate)
values('B','07/31/2001','07/31/2002')

 
declare @holding table(
 recid int identity(1,1),
 memberid char(1),
 startDate datetime,
 endDate datetime
)

 
/* start processing */
declare @finalTable table(
 recid int identity(1,1),
 memberid char(1),
 startDate datetime,
 endDate datetime
)

 
insert into @holding(memberId, startDate, endDate)
select memberId, startDate, endDate 
from @memberinfo
order by memberId, startDate

 
declare @mbrId char(1)
declare @strtDt datetime
declare @endDt datetime

 
DECLARE mycursor CURSOR FOR 
   SELECT memberId, startDate, endDate
   FROM @holding
 order by memberId, startDate

 
   OPEN mycursor
   FETCH NEXT FROM mycursor INTO @mbrId, @strtDt, @endDt

 
   WHILE @@FETCH_STATUS = 0
   BEGIN
  
 if(@mbrId not in (select distinct memberId
 from @finalTable))
 begin
  insert into @finalTable(memberId, startDate, endDate)
  values(@mbrId, @strtDt, @endDt)
 end
 else
 begin
  if(@strtDt <= (select max(endDate)
 from @finalTable
 where memberId = @mbrId))
  begin
   update @finalTable
   set endDate = @endDt
   where memberId = @mbrId
   and endDate = (select max(endDate)
  from @finalTable
  where memberId = @mbrId)
  end
  else
  begin
   insert into @finalTable(memberId, startDate, endDate)
   values(@mbrId, @strtDt, @endDt)
  end
 end

 fetch next from mycursor into @mbrId, @strtDt, @endDt
   END

 
   CLOSE mycursor
   DEALLOCATE mycursor

 
select * from @finalTable


The output was:
1 A 2001-07-31 00:00:00.000 2004-07-31 00:00:00.000
2 B 2001-07-31 00:00:00.000 2002-07-31 00:00:00.000
3 B 2003-08-01 00:00:00.000 2004-08-31 00:00:00.000

 
So what do I get? :)


-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 4:26 PM
To: CF-Talk
Subject: RE: SQL Challenge

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: 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] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 method you
> describe below?
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 06, 2003 2:15 PM
> To: CF-Talk
> Subject: RE: Screen Scraping
>
>
> 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 ur asking right?
>
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 structKeyExists

if(not structKeyExists(form, listGetAt(fieldlist,i))


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 1:26 PM
  To: CF-Talk
  Subject:  question...

  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 isDefined("FORM[listgetat(FieldList,i)]"))
  FORM[listgetat(FieldList,i)] = "";
  

  Che Vilnonis
  Application Developer
  Advertising Systems Incorporated
  8470C Remington Avenue
  Pennsauken, NJ 08110
  p: 856.488.2211
  f: 856.488.1990
  www.asitv.com


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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: CFGRID is a pain

  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 and released GridMonger specifically to get around CFGrid.

  Doesn't the current version of Flash have a data-grid you can work into CF?  How does that thing pan out?  Stable?  Easy?  Pain-in-the-neck?

  --
  ---
  Matt Robertson, [EMAIL PROTECTED]
  MSB Designs, Inc. http://mysecretbase.com
  ---

  --

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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:  question...

  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]
  Sent: Thursday, November 06, 2003 4:26 PM
  To: CF-Talk
  Subject:  question...

  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 isDefined("FORM[listgetat(FieldList,i)]"))
  FORM[listgetat(FieldList,i)] = "";
  

  Che Vilnonis
  Application Developer
  Advertising Systems Incorporated
  8470C Remington Avenue
  Pennsauken, NJ 08110
  p: 856.488.2211
  f: 856.488.1990
  www.asitv.com


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 isDefined("FORM[listgetat(FieldList,i)]"))
FORM[listgetat(FieldList,i)] = "";


Che Vilnonis
Application Developer
Advertising Systems Incorporated
8470C Remington Avenue
Pennsauken, NJ 08110
p: 856.488.2211
f: 856.488.1990
www.asitv.com


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 PROTECTED]
Sent: Thursday, 06 November, 2003 4:13 PM
To: CF-Talk
Subject: OT: Oracle Trigger

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 */
CREATE OR REPLACE TRIGGER Circuits_bef_del
BEFORE DELETE
ON Circuits
FOR EACH ROW
BEGIN
DELETE FROM Fuseactions
WHERE Circuit_id = old.Circuit_id
END

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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, 2003 3:24 PM
Subject: RE: weather feed

> 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.
>
> -Original Message-
> From: Kevin Graeme [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 06, 2003 1:40 PM
> To: CF-Talk
> Subject: Re: weather feed
>
>
> 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 feed
>
> > 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: 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 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 due to cancellation, expired, whatever. So I will
give 2 examples of some memberships.

Example Member A joined 7/1/2001 and their current expiration is 7/31/2004.
They have been good member for 3 years and renewed every year without
incident. In my history table I have the following for Member A's EXPIRATION
DATES

OLDVAL NEWVAL
07/31/2003 07/31/2004
07/31/2002 07/31/2003
07/31/2001 07/31/2002 

Example Member B joined 7/1/2001 and their current expiration is 8/31/2004.
This member forgot to renew one year and rejoined in August. In my history
table I have the following for Member B's EXPIRATION DATES

OLDVAL NEWVAL
07/31/2003 08/31/2004
07/31/2002 07/31/2003
07/31/2001 07/31/2002

So on my report I would like to see the following to determine how long
their memberships have been contiguous and gauge how long between rejoins
for lapses in membership. This data could be kept in a temporary table.

MEMBER A 07/1/2001 07/31/2004
MEMBER B 08/1/2001 08/31/2004
MEMBER B 07/1/2001 07/31/2003

If someone can provide me a solution I will send them a surprise via mail,
we got some cool stuff around my place of business.

Eric 
  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 Stevenson [mailto:[EMAIL PROTECTED] 
	Sent: Thu 11/6/2003 4:18 PM 
	To: CF-Talk 
	Cc: 
	Subject: Re: CFGRID is a pain
	
	
	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]
	
	-
	Macromedia Associate Partner
	www.macromedia.com
	-
	Vancouver Island ColdFusion Users Group
	Founder & Director
	www.cfug-vancouverisland.com
	  - Original Message - 
	  From: Mickael 
	  To: CF-Talk 
	  Sent: Thursday, November 06, 2003 1:09 PM
	  Subject: CFGRID is a pain
	
	  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 CFGRID it crashes their IE.
	
	  Thanks in advance
	
	  Mike
	
	
  _  

	
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 due to cancellation, expired, whatever. So I will
give 2 examples of some memberships.

Example Member A joined 7/1/2001 and their current expiration is 7/31/2004.
They have been good member for 3 years and renewed every year without
incident. In my history table I have the following for Member A's EXPIRATION
DATES

OLDVAL NEWVAL
07/31/2003 07/31/2004
07/31/2002 07/31/2003
07/31/2001 07/31/2002 

Example Member B joined 7/1/2001 and their current expiration is 8/31/2004.
This member forgot to renew one year and rejoined in August. In my history
table I have the following for Member B's EXPIRATION DATES

OLDVAL NEWVAL
07/31/2003 08/31/2004
07/31/2002 07/31/2003
07/31/2001 07/31/2002

So on my report I would like to see the following to determine how long
their memberships have been contiguous and gauge how long between rejoins
for lapses in membership. This data could be kept in a temporary table.

MEMBER A 07/1/2001 07/31/2004
MEMBER B 08/1/2001 08/31/2004
MEMBER B 07/1/2001 07/31/2003

If someone can provide me a solution I will send them a surprise via mail,
we got some cool stuff around my place of business.

Eric 
  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 expiration date of 8/31/2004. What I am trying to spit out in the report is the uninterrupted membership time for a given membership

 
I had a typo in the original post, should have been:

 
MEMBER A 07/1/2001   07/31/2004
MEMBER B 08/17/2003 08/31/2004
MEMBER B 07/1/2001   07/31/2003

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 3:11 PM
To: CF-Talk
Subject: RE: SQL Challenge

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-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 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 due to cancellation, expired, whatever. So I will
give 2 examples of some memberships.

Example Member A joined 7/1/2001 and their current expiration is 7/31/2004.
They have been good member for 3 years and renewed every year without
incident. In my history table I have the following for Member A's EXPIRATION
DATES

OLDVAL NEWVAL
07/31/2003 07/31/2004
07/31/2002 07/31/2003
07/31/2001 07/31/2002 

Example Member B joined 7/1/2001 and their current expiration is 8/31/2004.
This member forgot to renew one year and rejoined in August. In my history
table I have the following for Member B's EXPIRATION DATES

OLDVAL NEWVAL
07/31/2003 08/31/2004
07/31/2002 07/31/2003
07/31/2001 07/31/2002

So on my report I would like to see the following to determine how long
their memberships have been contiguous and gauge how long between rejoins
for lapses in membership. This data could be kept in a temporary table.

MEMBER A 07/1/2001 07/31/2004
MEMBER B 08/1/2001 08/31/2004
MEMBER B 07/1/2001 07/31/2003

If someone can provide me a solution I will send them a surprise via mail,
we got some cool stuff around my place of business.

Eric 
  _  

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 structKeyExists

if(not structKeyExists(form, listGetAt(fieldlist,i))


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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?
Michael D. any comments?

> 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 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 find it
>
>   > 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
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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] 
Sent: Thursday, November 06, 2003 4:26 PM
To: CF-Talk
Subject:  question...

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 isDefined("FORM[listgetat(FieldList,i)]"))
FORM[listgetat(FieldList,i)] = "";


Che Vilnonis
Application Developer
Advertising Systems Incorporated
8470C Remington Avenue
Pennsauken, NJ 08110
p: 856.488.2211
f: 856.488.1990
www.asitv.com


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 isDefined("FORM[listgetat(FieldList,i)]"))
FORM[listgetat(FieldList,i)] = "";


Che Vilnonis
Application Developer
Advertising Systems Incorporated
8470C Remington Avenue
Pennsauken, NJ 08110
p: 856.488.2211
f: 856.488.1990
www.asitv.com

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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.

-Original Message-
From: Kevin Graeme [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 1:40 PM
To: CF-Talk
Subject: Re: weather feed

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 feed

> 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: 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 and released GridMonger specifically to get around CFGrid.

Doesn't the current version of Flash have a data-grid you can work into CF?  How does that thing pan out?  Stable?  Easy?  Pain-in-the-neck?

--
---
 Matt Robertson, [EMAIL PROTECTED]
 MSB Designs, Inc. http://mysecretbase.com
---

--
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  - Original Message - 
  From: Mickael 
  To: CF-Talk 
  Sent: Thursday, November 06, 2003 1:09 PM
  Subject: CFGRID is a pain

  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 CFGRID it crashes their IE.

  Thanks in advance

  Mike


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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
To: CF-Talk
Subject: RE: SQL Challenge

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: 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 should download and install on the machine. 

Dan Phillips
www.CFXHosting.com 
1-866-239-4678 x105
[EMAIL PROTECTED]

-Original Message-
From: Mickael [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 4:10 PM
To: CF-Talk
Subject: CFGRID is a pain

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 CFGRID it crashes their IE.

Thanks in advance

Mike


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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: OT: Re: weather feed

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
  Subject: weather feed

  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: 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-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 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 due to cancellation, expired, whatever. So I will
give 2 examples of some memberships.

Example Member A joined 7/1/2001 and their current expiration is 7/31/2004.
They have been good member for 3 years and renewed every year without
incident. In my history table I have the following for Member A's EXPIRATION
DATES

OLDVAL NEWVAL
07/31/2003 07/31/2004
07/31/2002 07/31/2003
07/31/2001 07/31/2002 

Example Member B joined 7/1/2001 and their current expiration is 8/31/2004.
This member forgot to renew one year and rejoined in August. In my history
table I have the following for Member B's EXPIRATION DATES

OLDVAL NEWVAL
07/31/2003 08/31/2004
07/31/2002 07/31/2003
07/31/2001 07/31/2002

So on my report I would like to see the following to determine how long
their memberships have been contiguous and gauge how long between rejoins
for lapses in membership. This data could be kept in a temporary table.

MEMBER A 07/1/2001 07/31/2004
MEMBER B 08/1/2001 08/31/2004
MEMBER B 07/1/2001 07/31/2003

If someone can provide me a solution I will send them a surprise via mail,
we got some cool stuff around my place of business.

Eric 
  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 CFGRID it crashes their IE.

Thanks in advance

Mike


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 */
CREATE OR REPLACE TRIGGER Circuits_bef_del
 BEFORE DELETE
 ON Circuits
 FOR EACH ROW
BEGIN
 DELETE FROM Fuseactions
WHERE Circuit_id = old.Circuit_id
END

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 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 Message - 
> >   From: Haggerty, Mike
> >   To: CF-Talk
> >   Sent: Thursday, November 06, 2003 3:46 PM
> >   Subject: RE: M$ "flash killer"
> >
> >
> >   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 such a better name
> >   than, say, 'Microsoft Vector Image Display' - it's nice to see the
> >   company making progress on naming their projects.
> >
> >   M
> >
> >   -Original Message-
> >   From: Samuel Neff [mailto:[EMAIL PROTECTED]
> >   Sent: Thursday, November 06, 2003 3:14 PM
> >   To: CF-Talk
> >   Subject: RE: M$ "flash killer"
> >
> >   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 change in that timeframe.  OSX is growing in
popularity
> >   so
> >   MS might not even have so much of a monopoly and cross-platform
support
> >   could be even more of an issue--which would negate any possibility of
> >   using
> >   avalon-specific technologies.
> >
> >   However, I could see something to render XAML in Flash or an XSLT to
> >   convert
> >   XAML to LZX or whatever Royale will use.
> >
> >   My $0.02.
> >
> >   Sam
> >
> >   --
> >   Blog:  http://www.rewindlife.com
> >   Chart: http://www.blinex.com/products/charting
> >
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 Message - 
>   From: Haggerty, Mike
>   To: CF-Talk
>   Sent: Thursday, November 06, 2003 3:46 PM
>   Subject: RE: M$ "flash killer"
>
>
>   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 such a better name
>   than, say, 'Microsoft Vector Image Display' - it's nice to see the
>   company making progress on naming their projects.
>
>   M
>
>   -Original Message-
>   From: Samuel Neff [mailto:[EMAIL PROTECTED]
>   Sent: Thursday, November 06, 2003 3:14 PM
>   To: CF-Talk
>   Subject: RE: M$ "flash killer"
>
>   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 change in that timeframe.  OSX is growing in popularity
>   so
>   MS might not even have so much of a monopoly and cross-platform support
>   could be even more of an issue--which would negate any possibility of
>   using
>   avalon-specific technologies.
>
>   However, I could see something to render XAML in Flash or an XSLT to
>   convert
>   XAML to LZX or whatever Royale will use.
>
>   My $0.02.
>
>   Sam
>
>   --
>   Blog:  http://www.rewindlife.com
>   Chart: http://www.blinex.com/products/charting
>   
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 due to cancellation, expired, whatever. So I will give 2 examples of some memberships.

Example Member A joined 7/1/2001 and their current expiration is 7/31/2004. They have been good member for 3 years and renewed every year without incident. In my history table I have the following for Member A's EXPIRATION DATES

OLDVAL	NEWVAL
07/31/2003	07/31/2004
07/31/2002	07/31/2003
07/31/2001	07/31/2002 

Example Member B joined 7/1/2001 and their current expiration is 8/31/2004. This member forgot to renew one year and rejoined in August. In my history table I have the following for Member B's EXPIRATION DATES

OLDVAL	NEWVAL
07/31/2003	08/31/2004
07/31/2002	07/31/2003
07/31/2001	07/31/2002

So on my report I would like to see the following to determine how long their memberships have been contiguous and gauge how long between rejoins for lapses in membership. This data could be kept in a temporary table.

MEMBER A	07/1/2001	07/31/2004
MEMBER B	08/1/2001	08/31/2004
MEMBER B	07/1/2001	07/31/2003

If someone can provide me a solution I will send them a surprise via mail, we got some cool stuff around my place of business.

Eric
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 Message - 
  From: Haggerty, Mike 
  To: CF-Talk 
  Sent: Thursday, November 06, 2003 3:46 PM
  Subject: RE: M$ "flash killer"

  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 such a better name
  than, say, 'Microsoft Vector Image Display' - it's nice to see the
  company making progress on naming their projects.

  M

  -Original Message-
  From: Samuel Neff [mailto:[EMAIL PROTECTED] 
  Sent: Thursday, November 06, 2003 3:14 PM
  To: CF-Talk
  Subject: RE: M$ "flash killer"

  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 change in that timeframe.  OSX is growing in popularity
  so
  MS might not even have so much of a monopoly and cross-platform support
  could be even more of an issue--which would negate any possibility of
  using
  avalon-specific technologies.

  However, I could see something to render XAML in Flash or an XSLT to
  convert
  XAML to LZX or whatever Royale will use.

  My $0.02.

  Sam

  --
  Blog:  http://www.rewindlife.com
  Chart: http://www.blinex.com/products/charting
  --

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 such a better name
than, say, 'Microsoft Vector Image Display' - it's nice to see the
company making progress on naming their projects.

M

-Original Message-
From: Samuel Neff [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 3:14 PM
To: CF-Talk
Subject: RE: M$ "flash killer"

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 change in that timeframe.  OSX is growing in popularity
so
MS might not even have so much of a monopoly and cross-platform support
could be even more of an issue--which would negate any possibility of
using
avalon-specific technologies.

However, I could see something to render XAML in Flash or an XSLT to
convert
XAML to LZX or whatever Royale will use.

My $0.02.

Sam

--
Blog:  http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
--
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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]
Sent: Thursday, November 06, 2003 2:15 PM
To: CF-Talk
Subject: RE: Screen Scraping

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 ur asking right?


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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: Tangorre, Michael [mailto:[EMAIL PROTECTED]
  Sent: Thursday, November 06, 2003 11:36 AM
  To: CF-Talk
  Subject: RE: Alternate ways of uploading files.

  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: Thursday, November 06, 2003 1:38 PM
  To: CF-Talk
  Subject: RE: Alternate ways of uploading files.

  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 
  

    _


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 Configuration section, which is for J2EE
servers other than JRun? (at least that's how it appears based on the
URL you pasted into your initial message).
	
	-Original Message-
	From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
	Sent: Thursday, November 06, 2003 1:48 PM
	To: CF-Talk
	Subject: RE: Hotfix problem
	
	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\lib\log4j-1.2.8.jar;
	D:\JRun4\servers\lib\pbclient42RE.jar;
	D:\JRun4\servers\lib\pbserver42RE.jar;
	D:\JRun4\servers\lib\pointbase-service.jar;
	D:\JRun4\servers\lib\suny_common_collections.jar;
	D:\JRun4\servers\lib\suny_common_log.jar;
	D:\JRun4\servers\lib\suny_common_utility.jar;
	D:\JRun4\servers\lib\classes12.zip;
d:\jrun4\servers\lib\classes12.zip;
	d:\jrun4\servers\lib\suny_common_collections.jar;
D:\JRun4\lib\jrun.jar
	
	-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 this happen when
	that was not done and the hot fix has not been committed.
	
	Christine
	
	-Original Message-
	From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
	Sent: Thursday, November 06, 2003 10:44 AM
	To: CF-Talk
	Subject: Hotfix problem
	
	Hello,
	
	I have applied the following fix:
	
	
http://www.macromedia.com/support/coldfusion/ts/documents/cfform_hotfix.

.> 
	htm#J2EE
	

	.htm#J2EE> 
	
	Yet when I go into the System Information section I do not see
	it
	listed
	
	I have double checked my config and I have it right per the
	technote.
	Anyone applied hotfixes? Do they appear in System Info?
	
	NOTE: I am running the J2ee version.
	
	Thanks!
	
	- Alex 
	  _  
	
	  _  
	
	  _  
	
	
  _  

	
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 ur asking right?


> 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 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
>
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 change in that timeframe.  OSX is growing in popularity so
MS might not even have so much of a monopoly and cross-platform support
could be even more of an issue--which would negate any possibility of using
avalon-specific technologies.

However, I could see something to render XAML in Flash or an XSLT to convert
XAML to LZX or whatever Royale will use.

My $0.02.

Sam

--
Blog:  http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
--
-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 something that u have to use their crap 4.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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

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 Queries syntax error.
Encountered "dateReported <> null" at line 0, column 0. Incorrect
conditional _expression_, Expected one of [like|null|between|in|comparison]
condition, 

 
Thanks,



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 Configuration section, which is for J2EE servers other than JRun? (at least that's how it appears based on the URL you pasted into your initial message).

-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 1:48 PM
To: CF-Talk
Subject: RE: Hotfix problem

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\lib\log4j-1.2.8.jar;
D:\JRun4\servers\lib\pbclient42RE.jar;
D:\JRun4\servers\lib\pbserver42RE.jar;
D:\JRun4\servers\lib\pointbase-service.jar;
D:\JRun4\servers\lib\suny_common_collections.jar;
D:\JRun4\servers\lib\suny_common_log.jar;
D:\JRun4\servers\lib\suny_common_utility.jar;
D:\JRun4\servers\lib\classes12.zip;  d:\jrun4\servers\lib\classes12.zip;
d:\jrun4\servers\lib\suny_common_collections.jar;  D:\JRun4\lib\jrun.jar

-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 this happen when
that was not done and the hot fix has not been committed.

Christine

-Original Message-
From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 10:44 AM
To: CF-Talk
Subject: Hotfix problem

Hello,

I have applied the following fix:

http://www.macromedia.com/support/coldfusion/ts/documents/cfform_hotfix.  
htm#J2EE

.htm#J2EE> 

Yet when I go into the System Information section I do not see
it
listed

I have double checked my config and I have it right per the
technote.
Anyone applied hotfixes? Do they appear in System Info?

NOTE: I am running the J2ee version.

Thanks!

- Alex 
  _  

  _  

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 Queries syntax error.
Encountered "dateReported <> null" at line 0, column 0. Incorrect
conditional _expression_, Expected one of [like|null|between|in|comparison]
condition, 

 
Thanks,


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 find it

  > 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


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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
similar to how ActionScript works.

-Kevin

- Original Message - 
From: "Che Vilnonis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, November 06, 2003 1:35 PM
Subject: RE: M$ "flash killer"

> 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 something that u have to use their crap
> 4.
>
>
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 feed

> 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: 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.
>
>
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 something that u have to use their crap
4.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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
  Subject: weather feed

  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]




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: CF-Talk
Subject: Flash Component Directory WAS RE: Screen Scraping

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] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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/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 to see an example and build upon it. 

The first two I mentioned also have the source code available for
purchase. 

Dan Phillips
www.CFXHosting.com 
1-866-239-4678 x105
[EMAIL PROTECTED]

-Original Message-
From: John Burns [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 1:55 PM
To: CF-Talk
Subject: Flash/CF Chat program

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, but if there is a tutorial on how to
do something real-time like this, I'd probably be able to pick it up
fairly easily if someone can point me in the right direction.  Thanks!

John Burns


  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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, your CFCs can be used as components from
your CF code without being in the web root.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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: 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 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, your CFCs can be used as components from
your CF code without being in the web root.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 to see an example and build upon it. 

The first two I mentioned also have the source code available for
purchase. 

Dan Phillips
www.CFXHosting.com 
1-866-239-4678 x105
[EMAIL PROTECTED]

-Original Message-
From: John Burns [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 1:55 PM
To: CF-Talk
Subject: Flash/CF Chat program

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, but if there is a tutorial on how to
do something real-time like this, I'd probably be able to pick it up
fairly easily if someone can point me in the right direction.  Thanks!

John Burns


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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, but if there is a tutorial on how to do
something real-time like this, I'd probably be able to pick it up fairly
easily if someone can point me in the right direction.  Thanks!

John Burns


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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\lib\log4j-1.2.8.jar;
D:\JRun4\servers\lib\pbclient42RE.jar;
D:\JRun4\servers\lib\pbserver42RE.jar;
D:\JRun4\servers\lib\pointbase-service.jar;
D:\JRun4\servers\lib\suny_common_collections.jar;
D:\JRun4\servers\lib\suny_common_log.jar;
D:\JRun4\servers\lib\suny_common_utility.jar;
D:\JRun4\servers\lib\classes12.zip;  d:\jrun4\servers\lib\classes12.zip;
d:\jrun4\servers\lib\suny_common_collections.jar;  D:\JRun4\lib\jrun.jar

	-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 this happen when
that was not done and the hot fix has not been committed.
	
	
	Christine
	
	-Original Message-
	From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
	Sent: Thursday, November 06, 2003 10:44 AM
	To: CF-Talk
	Subject: Hotfix problem
	
	Hello,
	
	I have applied the following fix:
	
	
http://www.macromedia.com/support/coldfusion/ts/documents/cfform_hotfix.
htm#J2EE

.htm#J2EE> 
	
	Yet when I go into the System Information section I do not see
it
	listed
	
	I have double checked my config and I have it right per the
technote.
	Anyone applied hotfixes? Do they appear in System Info?
	
	NOTE: I am running the J2ee version.
	
	Thanks!
	
	- Alex 
	  _  
	
	
  _  

	
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 1:38 PM
To: CF-Talk
Subject: RE: Alternate ways of uploading files.

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

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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: Thursday, November 06, 2003 1:38 PM
To: CF-Talk
Subject: RE: Alternate ways of uploading files.

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  


  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 calls
something like CreateObject("Component", "site.com.flash") which can be a
mapping setup in CF so that it can be placed outside the root.

 
As for another way, not that I can initially think of. We used to (a long
while ago) use an app called Visual Test that could record macros that would
follow mouse movements/text typed etc.

HTH

-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 6, 2003 18:23
To: CF-Talk
Subject: RE: Screen Scraping

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 Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:12 PM
To: CF-Talk
Subject: RE: Screen Scraping

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 ?

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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] 
 [User Settings]




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: Thursday, November 06, 2003 7:36 AM
To: CF-Talk
Subject: RE: Cfmx 6.0 and the scheduler

We had the same problem.  The only way that we could fix it was to create
new jobs and delete the old ones.

Everything runs on time now, but it's kind of disconcerting that we may have
to do this at every time change.

Steve

-Original Message-
From: Sicular, Alexander [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 04, 2003 4:57 PM
To: CF-Talk
Subject: Cfmx 6.0 and the scheduler

So I have a couple of templates that do some admin things that were set
to run daily at 2am. Since the daylight savings time change the
templates run at 1am. Its not a biggy but I would like it to work right.
I checked the server time and that is ok. I even have a page that spits
out now(), I checked the administrator and the neo-cron.xml file and
that also reads 2am. What gives? Which setting do I need to change to
fix this.

Alexander Sicular
Chief Technology Architect
Neurological Institute of New York
Columbia University
as867 [at] columbia {dot} edu

  _  


  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 Message-
From: Mike Townend [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:12 PM
To: CF-Talk
Subject: RE: Screen Scraping

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 ?


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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: CF-Talk
Subject: Screen Scraping

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]




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 find it

> 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

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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: Arden Weiss - virus sending messages to the list?

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 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 you get it, use standard AV procedures. You'll 
> never see it on the list.
> As for who Arden Weiss is, he does not exist as far as I know. There 
> is no record of such a person on any of the HoF lists.
>
> > 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 attachements.
> >
> > Arden, if you are still monitoring the list, please run an antivirus
> scanner
> > on your system.
> >
> > I've included a sample of the message below, without the attachement.
> >
> > Shawn
> >
> > Sample message
> > =
> > Will I see you at the CF meeting next Tuesday (the 10th) -- think I 
> > will
> go
> > to this one -- they are off into the CF MX relm and here I am just
> starting
> > with CF5 but I must at least be aware of what's going on there?
> >
> > Centervile house rehab is in slow-down mode for the res
> >
> >
> 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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
> you get it, use standard AV procedures. You'll never see it on the list.
> As for who Arden Weiss is, he does not exist as far as I know. There is no
> record of such a person on any of the HoF lists.
>
> > 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 attachements.
> >
> > Arden, if you are still monitoring the list, please run an antivirus
> scanner
> > on your system.
> >
> > I've included a sample of the message below, without the attachement.
> >
> > Shawn
> >
> > Sample message
> > =
> > Will I see you at the CF meeting next Tuesday (the 10th) -- think I will
> go
> > to this one -- they are off into the CF MX relm and here I am just
> starting
> > with CF5 but I must at least be aware of what's going on there?
> >
> > Centervile house rehab is in slow-down mode for the res
> >
> >
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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?
>
>   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 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 attachements.
>
>   Arden, if you are still monitoring the list, please run an antivirus
>   scanner
>   on your system.
>
>   I've included a sample of the message below, without the attachement.
>
>   Shawn
>
>   Sample message
>   =
>   Will I see you at the CF meeting next Tuesday (the 10th) -- think I will
>   go
>   to this one -- they are off into the CF MX relm and here I am just
>   starting
>   with CF5 but I must at least be aware of what's going on there?
>
>   Centervile house rehab is in slow-down mode for the res
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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: Arden Weiss - virus sending messages to the list?

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
you get it, use standard AV procedures. You'll never see it on the list.
As for who Arden Weiss is, he does not exist as far as I know. There is no
record of such a person on any of the HoF lists.

> 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 attachements.
>
> Arden, if you are still monitoring the list, please run an antivirus
scanner
> on your system.
>
> I've included a sample of the message below, without the attachement.
>
> Shawn
>
> Sample message
> =
> Will I see you at the CF meeting next Tuesday (the 10th) -- think I 
> will
go
> to this one -- they are off into the CF MX relm and here I am just
starting
> with CF5 but I must at least be aware of what's going on there?
>
> Centervile house rehab is in slow-down mode for the res
>
> 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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
you get it, use standard AV procedures. You'll never see it on the list.
As for who Arden Weiss is, he does not exist as far as I know. There is no
record of such a person on any of the HoF lists.

> 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 attachements.
>
> Arden, if you are still monitoring the list, please run an antivirus
scanner
> on your system.
>
> I've included a sample of the message below, without the attachement.
>
> Shawn
>
> Sample message
> =
> Will I see you at the CF meeting next Tuesday (the 10th) -- think I will
go
> to this one -- they are off into the CF MX relm and here I am just
starting
> with CF5 but I must at least be aware of what's going on there?
>
> Centervile house rehab is in slow-down mode for the res
>
> 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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?

  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 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 attachements.

  Arden, if you are still monitoring the list, please run an antivirus
  scanner
  on your system.

  I've included a sample of the message below, without the attachement.

  Shawn

  Sample message
  =
  Will I see you at the CF meeting next Tuesday (the 10th) -- think I will
  go
  to this one -- they are off into the CF MX relm and here I am just
  starting
  with CF5 but I must at least be aware of what's going on there?

  Centervile house rehab is in slow-down mode for the res


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 attachements.

Arden, if you are still monitoring the list, please run an antivirus
scanner
on your system.

I've included a sample of the message below, without the attachement.

Shawn

Sample message
=
Will I see you at the CF meeting next Tuesday (the 10th) -- think I will
go
to this one -- they are off into the CF MX relm and here I am just
starting
with CF5 but I must at least be aware of what's going on there?

Centervile house rehab is in slow-down mode for the res

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 client
wasn't displaying the message in my folder, but its .tmp file was
getting picked up by my virus scanner :)

~ Ubqtous ~

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 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 attachements.

Arden, if you are still monitoring the list, please run an antivirus
scanner
on your system.

I've included a sample of the message below, without the attachement.

Shawn

Sample message
=
Will I see you at the CF meeting next Tuesday (the 10th) -- think I will
go
to this one -- they are off into the CF MX relm and here I am just
starting
with CF5 but I must at least be aware of what's going on there?

Centervile house rehab is in slow-down mode for the res

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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".  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 attachements.

Arden, if you are still monitoring the list, please run an antivirus scanner
on your system.

I've included a sample of the message below, without the attachement.

Shawn

Sample message
=
Will I see you at the CF meeting next Tuesday (the 10th) -- think I will go
to this one -- they are off into the CF MX relm and here I am just starting
with CF5 but I must at least be aware of what's going on there?

Centervile house rehab is in slow-down mode for the res

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 attachements.

Arden, if you are still monitoring the list, please run an antivirus scanner
on your system.

I've included a sample of the message below, without the attachement.

Shawn

Sample message
=
Will I see you at the CF meeting next Tuesday (the 10th) -- think I will go
to this one -- they are off into the CF MX relm and here I am just starting
with CF5 but I must at least be aware of what's going on there?

Centervile house rehab is in slow-down mode for the res

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 PROTECTED]"
 subject="CFMAIL msg"
>
#msg#


CDONTS version:

 newMail = CreateObject("COM","CDONTS.NewMail");
 newMail.From("[EMAIL PROTECTED]");
 newMail.To("[EMAIL PROTECTED]");
 newMail.Subject("CDONTS msg");
 newMail.Body('#msg#');
 newMail.send();


It gets a little tricker when using bcc: and attachments. If you 
need that let me know and I'll see if I can dig up some examples of that.

Dave Jones
NetEffect

At 06:15 PM 11/5/03 -0500, you wrote:
>Hi Dave,
>
>I have read that on the forums there.  But I don't really know 
>how to send HTML mail with CDONTs it looks like ASP and I am not 
>familiar with ASP
>
>How do you do it?
>   - Original Message -
>   From: Dave Jones
>   To: CF-Talk
>   Sent: Wednesday, November 05, 2003 5:23 PM
>   Subject: Re: Problems with CFMAIL
>
>   I switched all my CFMAIL calls to CDONTS for my applications at
>   CrystalTech because of ongoing problems there with CFMAIL.
>
>   Dave Jones
>   NetEffect
>
>   At 04:37 PM 11/5/03 -0500, you wrote:
>   >Hello,
>   >
>   >I have few procedures that are running on CFMX that send
>   >information via cfmail from a form.  The emails do not get sent
>   >out consistantly.  Is there a way to make sure that the email
>   >actually went out in my code?  I do not have a lot of access to
>   >the machine or the admin it is a shared box at crystaltech.
>   >
>   >Thanks
>   >
>   >Mike
>   >
>   >
>   >--
>   >[
>
>--
>[ 
  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 IIS. 

I'm curious - though it's none of my business, really - why you'd want to
suppress image caching?

> In regards to using CF, would this be with CFCONTENT?

Yes, that's what I meant. I should've been more specific.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 space is paid for regardless of whether Pepsi's 
> sales margins in an area go up or not.
>  
> Why should web based advertising be any different?

Because advertisers aren't willing to pay for click-throughs?

Because there's effectively an infinite amount of advertising space on the
web, unlike on TV or in the real world?

Because web advertising isn't as effective as other forms of advertising?

I suspect that web advertising is largely a buyer's market.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 this happen when
that was not done and the hot fix has not been committed.
	
	
	Christine
	
	-Original Message-
	From: DeMarco, Alex [mailto:[EMAIL PROTECTED] 
	Sent: Thursday, November 06, 2003 10:44 AM
	To: CF-Talk
	Subject: Hotfix problem
	
	Hello,
	
	I have applied the following fix:
	
	
http://www.macromedia.com/support/coldfusion/ts/documents/cfform_hotfix.
htm#J2EE

.htm#J2EE> 
	
	Yet when I go into the System Information section I do not see
it
	listed
	
	I have double checked my config and I have it right per the
technote.
	Anyone applied hotfixes? Do they appear in System Info?
	
	NOTE: I am running the J2ee version.
	
	Thanks!
	
	- Alex 
	  _  
	
	
  _  

	
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 later delivery.  If the mail is not successfully accepted
by your SMTP server, an error will be thrown in the page, which you can
CFCATCH and handle.

One of the criteria for 6.1 was to fix/enhance ColdFusion mail handling to
remove the need for third party mail add-ons.

--
Tom Jordahl
Macromedia Server Development

-Original Message-
From: Dave Jones [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 05, 2003 5:24 PM
To: CF-Talk
Subject: Re: Problems with CFMAIL

I switched all my CFMAIL calls to CDONTS for my applications at 
CrystalTech because of ongoing problems there with CFMAIL.

Dave Jones
NetEffect

At 04:37 PM 11/5/03 -0500, you wrote:
>Hello,
>
>I have few procedures that are running on CFMX that send 
>information via cfmail from a form.  The emails do not get sent 
>out consistantly.  Is there a way to make sure that the email 
>actually went out in my code?  I do not have a lot of access to 
>the machine or the admin it is a shared box at crystaltech.
>
>Thanks
>
>Mike
>
>
>--
>[

  _  


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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-Talk 
  Sent: Thursday, November 06, 2003 9:42 AM
  Subject: Application Question

  Has anyone written an application that handles Job Applicant Tracking?


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




  1   2   >