OT: UK road-names

2003-09-28 Thread W Luke
Can anyone advise how I would legally obtain the entire list of the UKroad-network (ideally in importable data!  But can work around that).  Needevery single road-name.  Would such info be publicly available, or would theOrdanance Survey have protections on it?ThanksWill
 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]



Displaying list of cfschedules without cfadmin

2003-07-24 Thread W Luke
Is it possible to display a list of active tasks in the Scheduler
without the CF-Administrator?

Cheers

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



SOAP & CF

2003-07-20 Thread W Luke
Hi,

I need to get a very basic app running by Thursday - just one which
messages MSN/ICQ clients instead of email.  I've found a Web Service
which can help (free):
http://www.bindingpoint.com/ws/imalert/imalert.asmx

I've not done any SOAP before, and not much WSDL (although a little).
Could anyone give me an example of how the following code could be
adapted?

POST /ws/imalert/imalert.asmx HTTP/1.1
Host: www.bindingpoint.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.bindingpoint.com/ws/imalert/SendMSN";


http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  
http://www.bindingpoint.com/ws/imalert/";>
  string
  string
  string

  

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length


http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  
http://www.bindingpoint.com/ws/imalert/";>
  SENT or UNREACHABLE or FAILED or
LIMITEXCEEDED

  


Thanks

Will
--
http://cricketalerts.co.uk

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Complex objects problems (again)

2003-07-02 Thread W Luke
Woops.  Didn't notice the #file# - all working again :)

Will

"W Luke" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> Hi.
> 
> I've found some spare time lately and got some CF hosting again. 
> Thought I'd resurrect an old project which used to work fine on my old

> server, but is having trouble on the new one (locally).  I'm having 
> complex object type errors again:
> 
> 
>  href="#file#?frompage=#Evaluate(frompage-maxpages)#&StartRow=#Incremen
> tV
> alue(Evaluate((frompage-maxpages-1)*maxrows))##addparams#
isdefined('url.t')>&t=#url.t#&s=#url.s#&d=#url.d#">#previousSerie
> s#
>  
> 
> 
> Same old error: "Complex object types cannot be converted to simple 
> values."  The code above is from a tag called ResultPages (got it from

> the gallery IIRC).  Any ideas?
> 
> Cheers
> 
> Will
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Complex objects problems (again)

2003-07-02 Thread W Luke
Hi.

I've found some spare time lately and got some CF hosting again.
Thought I'd resurrect an old project which used to work fine on my old
server, but is having trouble on the new one (locally).  I'm having
complex object type errors again:


#previousSerie
s#
 


Same old error: "Complex object types cannot be converted to simple
values."  The code above is from a tag called ResultPages (got it from
the gallery IIRC).  Any ideas?

Cheers

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Regex inside a loop

2003-06-06 Thread W Luke
Hi,

I'm just trying to strip HTML when looping over a query, and have a very
basic regex - but for some reason, it just ignores it and refuses to
work.  No errors, just a load of horrible HTML that I want stripped!

I wonder if anyone can see where I'm going wrong?  #description# is the
one that needs stripping.  



]*>","","ALL")#>

#title##description#
  

Thanks very much

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: More Refindnocase woes

2003-06-03 Thread W Luke
Donnie to the rescue again; thanks :)

Will

"Donnie Bachan" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> 
> 
> 
> 
> 
>
>   
>  
>  Found #i#
>  
>   
>   
>
> 
> 
> Also, you do not need to use ReFindNoCase since you are not using a 
> regular
> expression, you can simply use FindNoCase the syntax is basically the
same.
> 
> HTH
> 
> Donnie Bachan
> Phone: (718) 217-2883
> ICQ#: 28006783
> "Nitendo Vinces - By Striving You Shall Conquer" 
> ==
> The information transmitted is intended only for the person or entity 
> to which it is addressed and may contain confidential and/or 
> privileged material. Any review, retransmission, dissemination or 
> other use of, or taking of any action in reliance upon, this 
> information by persons or entities other than the intended recipient 
> is prohibited. If you received this in error, please contact the 
> sender and delete the material from any computer.
> 
> Original Message Follows
> From: "W Luke" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: More Refindnocase woes
> Date: Mon, 2 Jun 2003 20:51:47 +0100
> 
> Right, I'm having a dead-brain moment here.  The code below may not be

> the best, but it does its job well enough apart from the problem I'm 
> having, of course :)
> 
> 
> 
> 
> 
> 
>inthis, 1)>
>   
> 
> 
> Found #i#
> 
> 
> 
> 
> 
> I need to keep the cfloop as it is really, so any changes would best 
> be done in the refindnocase itself if that's possible.  The problem is

> that in this example, #i# would find all 3.  I only ever want it to 
> return the first *found* country.  I'm already limiting the 
> text-to-be-searched by 30 characters, but on occasions, more than 1 
> country is being found and it's just making things screw up.  What I 
> want to tell it, is: "Find one of these countries, but make sure if 
> you find more than one that you only choose the one the farthest to 
> the left!"
> 
> Can anyone decipher my question/problem, let alone suggest a solution?
> 
> Cheers
> 
> Will
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



More Refindnocase woes

2003-06-03 Thread W Luke
Right, I'm having a dead-brain moment here.  The code below may not be
the best, but it does its job well enough apart from the problem I'm
having, of course :)










Found #i#





I need to keep the cfloop as it is really, so any changes would best be
done in the refindnocase itself if that's possible.  The problem is that
in this example, #i# would find all 3.  I only ever want it to return
the first *found* country.  I'm already limiting the text-to-be-searched
by 30 characters, but on occasions, more than 1 country is being found
and it's just making things screw up.  What I want to tell it, is: "Find
one of these countries, but make sure if you find more than one that you
only choose the one the farthest to the left!"

Can anyone decipher my question/problem, let alone suggest a solution?

Cheers

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Datediff query

2003-06-02 Thread W Luke
"Jochem van Dieten" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> W Luke wrote:
> > 
> > Now that I'm on MySQL, I don't understand how createtime() works.  
> > The field (TheDate) is DATETIME, and I would need to grab all 
> > records created in the past 24 hours.
> 
> WHERE TheDate >  value="#DateAdd("d",-1,Now())#">
> 
> 
> > I also need similar queries, to find records submitted in the past
30
> > minutes and 60 minutes.Can anyone advise?
> 
> WHERE TheDate >  value="#DateAdd("n",-30,Now())#">
> 
> WHERE TheDate >  value="#DateAdd("n",-60,Now())#">

Superb Jochem, thanks again.  I've lost count of the number of times
you've helped me out :)

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Datediff query

2003-06-01 Thread W Luke
Alex,

Sorry I don't understand.  I presume you meant dateadd and not date_add?


Will

"Sicular, Alexander" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]
du>...
> Will,
> 
> DATE_ADD(TheDate, INTERVAL -1440 MINUTE)
> 
> Gl,
> alex

W Luke <mailto:[EMAIL PROTECTED]> said on Sunday, June 01, 2003 7:55
AM:

> Hi,
> 
> I used to use Access, and CreateODBCDateTime - and used the following
> to grab all records created in the past day:
> 
> WHERE DATEDIFF ('n',TheDate,#CreateOdbcDatetime(DateAdd("n", -1440,
> now() ) )# ) <= 1 
> 
> Now that I'm on MySQL, I don't understand how createtime() works.  The
> field (TheDate) is DATETIME, and I would need to grab all records
> created in the past 24 hours. 
> 
> I also need similar queries, to find records submitted in the past 30
> minutes and 60 minutes.Can anyone advise?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Datediff query

2003-06-01 Thread W Luke
Hi,

I used to use Access, and CreateODBCDateTime - and used the following to
grab all records created in the past day:

WHERE DATEDIFF ('n',TheDate,#CreateOdbcDatetime(DateAdd("n", -1440,
now() ) )# ) <= 1

Now that I'm on MySQL, I don't understand how createtime() works.  The
field (TheDate) is DATETIME, and I would need to grab all records
created in the past 24 hours.

I also need similar queries, to find records submitted in the past 30
minutes and 60 minutes.Can anyone advise?

Sorry for all these questions.

Thanks

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Finding multiple items (without cfloop)

2003-06-01 Thread W Luke
"Ewok" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>... 
> something like this should work
> 
>  Was
> there a match? #YesNoFormat(ReFindNoCase("this|other|about", InThis))#
> 
> it will return the position of the first character of the first word
> it matches 
> 
> in your sentence "other" woud be found first "o" is at position 6 so
> it would return "yes" anything other than 0 is a positive return

Sorry, just one more; is it possible for it to return *which* item, if
any, that it found?  

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Finding multiple items (without cfloop)

2003-06-01 Thread W Luke
"Ewok" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>... 
> something like this should work
> 
>  Was
> there a match? #YesNoFormat(ReFindNoCase("this|other|about", InThis))#
> 
> it will return the position of the first character of the first word
> it matches 
> 
> in your sentence "other" woud be found first "o" is at position 6 so
> it would return "yes" anything other than 0 is a positive return

Great, thanks for that.  I thought a regex would do it, but I'm useless
at them - this one at least makes sense!  

Cheers

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Finding multiple items (without cfloop)

2003-06-01 Thread W Luke
Is there a function that can find one of 3 (or more) values in a string?
Eg:

Tofind = "this,that,other"
Inthis = "Blah other blah...string is about 150 chars"

I can't use cfloop for various reasons - is there a quick function
that'll do this?  I thought about findoneof() but I don't think this'll
work without using cfloop.

Thanks again

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Mailing list trouble

2003-06-01 Thread W Luke
"Donnie Bachan" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> You are only returning records from the DB where hourcounter < maxhour

> so
> the test in the CF loop will always fail.

Oops...thanks Donnie

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Mailing list trouble

2003-05-31 Thread W Luke
Not this one...

I have a custom made "mailout" - it takes unsent records from the DB,
emails them to those who are interested (denoted by "instant = 1") and
updates them as "sent."  This is all done in a cfloop.  What I proposed
to do was allow subscribers to limit the amount of emails sent to them
each hour (1-20, at their choosing).  So in the member's table I added 2
columns; maxhour and hourcounter - maxhour holding their preference, and
hourcounter incrementing by one each email that was sent to them and
then resetted on the hour by the scheduler back to 0.

But my script is ignoring the limits set.  I tried the following query
(ToSend):

SELECT * FROM Feeds,cemails
WHERE Feeds.Sent = 0
AND pin = 0
AND instant = 1
AND hourcounter < maxhour
AND pemail = '[EMAIL PROTECTED]'

(I restricted this example to just my Test email addy...)  Then in the
cfloop:





#pemail# exceeded hourly limit


#pemail# not exceeced hourly limit, send mail




UPDATE feeds
SET sent = 1
WHERE FID = #FID#



UPDATE cemails
SET hourcounter = hourcounter + 1
WHERE pemail = '#pemail#'






Now for whatever reason, the  check
isn't working, and limitation isn't being enforced.  Can anyone see
where I'm going wrong?

Cheers

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF5 Studio

2003-05-31 Thread W Luke
"Critz" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

> wlcwlc> Ah - so does Homesite+ come with F1 tag support?  I'm hating 
> wlcwlc> CF4 studio, as I can't press F1 and get any help with my 
> wlcwlc> tags...

> oi will!!
> 
> you can download the reference files/vtms.. etc from m..m.com

The tags are working, so far - but I'm not getting any help for
functions.  EG I was working on CreateTime() and had forgotten its'
syntax; I used to press F1 and up came the Docs.  Will VTMLs do this for
me or do I need another plugin?

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF-talk -> Gmane

2003-05-31 Thread W Luke
"Chris Evans" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

> Fuseware.com currently mirrors the list to a newsgroup.  You can 
> access
> it at news://fuseware.com/cf-talk.

I thought you'd taken it down Chris - but clearly not, good news.

Thanks

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CF-talk -> Gmane

2003-05-30 Thread W Luke
FAO List Moderator.

Would it be ok for cf-talk to be subscribed to gmane.org and thus have
Usenet access to the list?  I'm pretty sure you can prevent it from
showing the archives to the public, if that's a concern.

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CF5 Studio

2003-05-30 Thread W Luke
Is CF5 studio still purchasable?  I'm still using my old CF4 version,
and have lost my copy of CF5 and the serial.  I much prefer studio to
Dreamweaver MX.  Is it possible to use the serial I received when I
bought CF4 studio to upgrade to CF5, or has CF5 been completely
discontinued?

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Custom times/dates for mailout

2003-05-30 Thread W Luke
Hi,

I have a custom-made mailing list which sends out alerts to subscribers.
I need to allow subscribers to choose which days, and times, they wish
to receive their emails.  i.e. Monday-Friday between 9am and 6pm.

I was thinking about having Sun-Sat columns in the member's table, as
well as times (01 for 1AM, 23 for 11PM, etc) - all as "Yes/No" fields
(I've moved from Access to MySQL, not sure what Yes/No fields are
called!  'Int'?)  Is this overly complicated, or is there a better
suggestion someone can recommmend?

Thanks

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Finding parts to a string

2003-05-29 Thread W Luke
Hi,

I'm inserting into a DB a block of text such as:

Green Apples incorporated, USA ... 
Green Apples are a marvel to the world blah blah blah

Green Apples might be anything, but will always have ", " appended
after it.  A country-name is always after the   too, and before "
...".  What I'd like to do is take out Green Apples (or whatever it
might be), and the country name (again, wherever it is), and dump them
into a var.

What function should I be looking at?

Thanks

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Scheduler bugs?

2002-11-21 Thread W Luke
"Ryan Kime" <[EMAIL PROTECTED]> wrote in message
news:<62E73C7725B10246A2B28EFE7B03353D2ACB@websrv2>... 
> BTW, I've heard that the scheduler will run no shorter than 15 minute
> intervals (even if you set it at a shorter time).

Most of my schedules run at 2 or 3 minute intervals and they work fine.
However I think you're right - I tried a 21:45-23:55 with 5-minute
intervals, and this has worked fine.

Seems it prefers round-numbers!

Cheers

Will
--
Cricket News:
http://cricket.hopto.org 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



Scheduler bugs?

2002-11-21 Thread W Luke
Hi,

The Scheduler in MX usually works fine, but I've come across a problem.
If I schedule a page to run every 2 minutes, from 21:45 to 23:59 it just
runs all the time (24/7).  Anyone know why?

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



IIS & MX (Setup)

2002-11-05 Thread W Luke
Hi.

In CF4.x I was able to "manually" setup IIS (Win2k) to recognise .cfm
templates and ask CF to process them (by directing it to the correct
DLL). (I only needed to do this when IIS was removed or changed, or had
to be re-configured)

I originally installed MX under its own web-server & port, as IIS wasn't
installed.  Now that IIS has been installed, do I need to install MX
again in order to map everything over to IIS, or can I do it manually
ala CF4.x?

Cheers

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: Converting ASCII characters

2002-11-05 Thread W Luke
"Jochem van Dieten" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

> If string is the string you want fixed:
>
#Evaluate("'"&REReplaceNoCase(string,"&##([0-9]+);","'&##Chr(\1)##&'","A
ll")&"'")#
> 
> But I am sure Ray will now join and tell us that Evaluate() is evil :)

Thanks Jochem - I'm not gonna complain about Evaluate() - it works fine
for me :)

Cheers

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Converting ASCII characters

2002-11-04 Thread W Luke
"Robertson-Ravo, Neil (REC)" <[EMAIL PROTECTED]>
wrote in message
news:...  
> chr(number) should give you the appropriate character.

Hi Neil.

That's what I had planned on using, but I'm not sure how I can loop
round a string to detect *any* ASCII chr (there are loads of different
types in my DB), grab the number, and replace it.

Any ideas?

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Converting ASCII characters

2002-11-04 Thread W Luke
Hi.

I have a page which enters details via an array into a DB. At the
moment, some of the items in the array contain ASCII characters which I
need to convert to their proper "symbols." For example:

James' fear of spiders

I presume this should read "James' fear of spiders."  I'd like to
convert the string before entering into the DB, but would also like to
fix the current table (contains about 20,000 of which about half have
these ASCII characters).

How can I do this?

Many thanks

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Parsing text in Arrays

2002-11-02 Thread W Luke
Hi,

I have an array called Arblocks, with 10 items.  Each item contains
identical HTML, but with unique info embedded, as follows:



1.

http://link.com"; target=_blank span
class=t-12x-ver id=bluejohn-b>LINK SUBJECT



Apples and pears - down the
stairs - are good for your diet
Date and Time
here

http://link.com"; target=_blank
class=t-10x-ar id=red>Click here for more



The only bits I need to grab are: the first URL (link.com - without the
anchor and HTML, just the URL on its own) and the text between the
anchor ("LINK SUBJECT" in this example); the small "snippet" of text
("Apples and pears - down the stairs - are good for your diet" in this
example); and the "Date and Time here" line.  These all need to be
dumped into separate vars.

I'm terrible at Parsing, FindNoCase etc - I can see the logic behind how
to do it, but whenever I try I get myself muddled up and confused.  It
surely can't be that hard to do, can it?

If anyone can give me some pointers, or example-code, I'd be really,
really grateful.  Hit a brick wall here...

Thanks

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Google's API - News & Groups too?

2002-10-13 Thread W Luke

Hi,

Sorry for the OT.  I was wondering if anyone knew whether Google's API
included searching their News and Groups sub-sites?

Thanks

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Flash & CFMX - What's this about?

2002-10-13 Thread W Luke

"Kennerly, Rick H  CIV" <[EMAIL PROTECTED]> wrote in
message
news:<[EMAIL PROTECTED]
mil>...
> We're rebuilding our old ASP intranet site as CF (my first CF site,
version
> is MX). 
> 
> I have a header.cfm and a footer.cfm both called by application.cfm.

Is header.cfm in a different directory (such as includes/) than your
Application.cfm and Index.cfm files?

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



FOPService WebService

2002-10-13 Thread W Luke

Hi,

Just wondering if anyone's managed to get CapeScience's FOPService
(XML->PDF generator) webservice working. (URL below).  I'm not having
much joy at all

http://www.xmethods.net/ve2/ViewListing.po?serviceid=150651

Rgds

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Making use of cached queries

2002-10-04 Thread W Luke

"Marius Milosav" <[EMAIL PROTECTED]> wrote in message
news:<000d01c26bf5$17838510$[EMAIL PROTECTED]>... 
> replace the double quotes around "Yes"  with single quotes 'Yes' and
> it should run OK. 

There shouldn't be any quotes, single or double - no need for them.  I
tried single quotes anyway, and it caused a new (and apparently more
common) error: "Unsupported type comparison."  I've read lots from
people having problems with these QoQs migrating from 5-to-MX - has
anyone got any advice?  Seems a great shame I won't be able to make use
of QoQ's

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Making use of cached queries

2002-10-04 Thread W Luke

"Ken Brocx" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

>> Does it have a problem in calling "TOP 2" records?  For instance:

> Try
> 
> 
> SELECT ProductName
> FROM AllPaid
> WHERE ProductID = 5
> 

Thanks Ken.  And last but not least, how should I treat Yes/No fields in
a QoQ?  For example something like "WHERE ProductID = 2 AND approved =
Yes" causes a "The select column reference [Yes] is not a column in any
of the tables of the FROM table list." error.  Is this a task for
?

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: Making use of cached queries

2002-10-04 Thread W Luke

W Luke <mailto:[EMAIL PROTECTED]> wrote:

> If I understand what you're asking you should be able to accomplish
> that by using QueryOfQuery functionality which lets u use regular SQL
> to query an existing recordset in memory. 

Completely forgot about QoQ - been salivating over that for years, and
only now (having moved to MX) do I have a chance to use it!  

Does it have a problem in calling "TOP 2" records?  For instance:


SELECT TOP 2 ProductName
FROM AllPaid
WHERE ProductID = 5


That causes an error with me.  Any ideas?

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Making use of cached queries

2002-10-04 Thread W Luke

Hi.

I have a cached query, as below, which runs on a number of pages:


SELECT sub_name,cat_name FROM categories, sub_cats 
WHERE categories.ID = sub_cats.cat_id
ORDER by cat_name


The data in the query will only be changed monthly, at most.  If I had a
var such as  (which would correspond to
categories.ID), could I grab categories.cat_name from the cached query
without altering it, somehow?

I could probably have worded it better, but I hope it's enough for
someone to understand!

Thanks

Will


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: Cfmail performance comparisons

2002-10-02 Thread W Luke

"Stacy Young" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]
merce.com>...
> Are u processing anything else besides outputting a query into cfmail?

Yes.  I'll probably loop over the cfmail, and run a query each time.
I'm coming round to thinking the best, most reliable way to do it would
be to create a scheduled task which would:

A) grab 100 records at a time, store the range (0-100, 2300-2400 etc) in
another table
B) Loop over this and process the mail
C) Run this every 5/x minutes, taking the last biggest range (i.e.
100-200, 200-300).

I can't see how else to do it really.

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: Cfmail performance comparisons

2002-10-02 Thread W Luke

"Stacy Young" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]
merce.com>...
> Hi Will,
> 
> What hardware are you running on? I've sent out mailing lists of over
> 50,000 with relatively no issues...although I admit it wasn't
> lightning fast...but it did it. I believe we were using CF5 at the
> time...might have been 4.5 though... 

I don't know Stace to be honest - my hosters have always been using
home-built top-notch servers.  The specs will always be carefully
thought out, and no expense spared...I suppose I'll just have to try it
out in MX and see what happens.  It can't be worse than last time!

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Cfmail performance comparisons

2002-10-02 Thread W Luke

Hi,

When my site was quite new, I had no problems in sending out a mailing
list using  in 4.5 - but as the userbase grew, cfmail couldn't
cope.  Problems started once I'd reached just 100 members, so I had to
look into an alternative newsletter solution.  (I still use Gordano's
mailing list software in their suite of products which is very fast, but
doesn't have any ability to integrate itself with a DB like Cfmail)

I know some people in cf-talk had no problems with cfmail in 4.5 but,
IIRC, the general consensus was that it wasn't as fast as it could have
been, especially a) on a shared server and b) on a server not built for
dedicated mass-mailings.

I've nearly finished re-writing my site for production on a MX server
(running IIS I believe...), and was wondering what - if any -
performance difference there is in cfmail.  Has anyone who once had
cfmail probs in 4.5 found MX's cfmail more reliable / fast?  I'd really
like to send out a personalised email to all my members when the site is
re-launched (about 4500) in one go - is this wise?  Should I look into
running a scheduled task for my newsletters whereby it sends x
records/minute? (or perhaps surnames A-D, then E-G etc)?

Any thoughts much appreciated

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



OT: CF4 book for sale

2002-10-02 Thread W Luke

Sorry for the OT / Ad - I can't imagine any of you will *need* this
book, if you haven't already got it (or more likely, moved onto 5/MX!).
But if there's anyone who wants it, I can ship worldwide (1 hour left):

http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=1566077902

Will

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Form upload MX bug?

2002-09-29 Thread W Luke

"Tim Painter" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>... 
> Will,
> Worked fine for me -- you said you hit "Submit Query" but the
> value of the submit button should say "Attach" -- you sure you are
> browsing the right file or need to hit refresh or something?

No idea why that happened - restarted MX and all was fine.  Very
strange...

Will

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Form upload MX bug?

2002-09-28 Thread W Luke

Hi,

Not having much fun with MX tonight - probably because I'm porting my
old 4.5 site over to MX.  My latest problem is with form-uploads - using
the exact, basic, same code as I have with my 4.5 sites just doesn't
work with MX.  User browses for file, locates it, presses Submit Query
to send the form...and the file-field just clears itself, and nothing
happens.

Is this a known bug, or am I being thick again?






Please note: only press the Attach button
once!.  It'll take up to a minute to send the file to
us






Any ideas?

Will

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cf_resultpages

2002-09-28 Thread W Luke

"Jochem van Dieten" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

> > If I comment out that line, it also has the same problem with this
line:
> > 
> > #index#
 
> I would expect #file# to be a scope/structure (because of cffile). 
> Rename it and you will be fine.

Yes, that's what I thought but it didn't help.  Very odd.  Am now using
an alternative...

Will

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cf_resultpages

2002-09-28 Thread W Luke

"W Luke" <[EMAIL PROTECTED]> wrote in message
news:<000a01c266fd$c556bbf0$0a00a8c0@monksdream>...
> Hi,
> 
> Would anyone be kind enough to email me an unmodified version of
> cf_resultpages?  I can't seem to download anything from
> devex.macromedia.com

Downloaded it at last - but still running into problems with "Complex
object conversion" errors in MX.

Error: "Complex object types cannot be converted to simple values"
Example: 

If I comment out that line, it also has the same problem with this line:

#index#

I can't see *what* is being converted - all the code is doing is pulling
some vars in  and some basic maths.

Any ideas?

Thanks

Will 

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Cf_resultpages

2002-09-28 Thread W Luke

Hi,

Would anyone be kind enough to email me an unmodified version of
cf_resultpages?  I can't seem to download anything from
devex.macromedia.com

Thanks in anticipation

Will

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Finding next 2 items in query

2002-09-20 Thread W Luke

> --
> ID* - Active - Approved
> --
> 12  - No - Yes
> 23  - No - No
> 24  - No - Yes
> 29  - Yes - Yes
> 32  - Yes - Yes
> 33  - No - Yes
> 40  - No - No

> I think you'll have to fill us in on why 33, and 12 "meet the
> criteria"

Because they're the "next" records in the table WHERE Approved = Yes AND
active = No.  40 has to be ignored because Approved = No.

I know how to find all records that are "approved," or "active," or
whatever - but I don't see how I can get the "next 2."  A friend
suggested doing something like WHERE ID > #previousID# - only problem
with this is if the CURRENT ID was 40 (as per the table above), it
wouldn't pickup on 12 which is the logical next record.

Sorry, I'm not explaining myself properly here at all - if anyone has
any other ideas they'd be much appreciated

Will

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Finding next 2 items in query

2002-09-20 Thread W Luke

Hi,

I need to run a scheduled task which updates a table in my DB.  The
structure looks something likes this:

--
ID* - Active - Approved
--
12  - No - Yes
23  - No - No
24  - No - Yes
29  - Yes - Yes
32  - Yes - Yes
33  - No - Yes
40  - No - No

* (AutoNumber field)

What I need to do is update the next 2 IDs in a table, and "de-activate"
the current 2.  In this example the current Active records are 29 and
32.  I would need to update this table and make IDs 33 and 12 "active,"
because they are the next 2 which meet the criteria.  There are various
other clauses, but for the time being I'll keep it simple - WHERE
Approved = Yes.  ID 40 is yet to be approved.

I'm not really sure how to do this - can anyone give me some pointers?
The DB is in Access...

Many thanks

Will


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Breaking DB connection in CFMX

2002-09-20 Thread W Luke

"Jochem van Dieten" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

> > > Restart the DataSourceService.
> > > http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=12

> > Thanks Jochem.  My concern with using this is I'm on a shared server
> > - could this cause major problems with the other clients/sites on
the
> > same server as mine?
 
> Possibly. But a bigger problem is that if the server is properly 
> secured you don't have access to cfobject/createobject().

OK, thanks - I'll discuss it with them some time.  It's not a major
problem - perhaps it'll be fixed in the SP...

Cheers

Will

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Breaking DB connection in CFMX

2002-09-20 Thread W Luke

"Jochem van Dieten" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

> > In 4.5, CF rarely held onto Access DBs after a hit - there was an
> > option in the Admin to disable a permanent connection, which worked.
> > The same setting in CFMX doesn't work though, and I was wondering if
> > anyone had a solution to fixing it.  I've tried running a false/bust
> > query, but no joy.

> Restart the DataSourceService.
> http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=12

Thanks Jochem.  My concern with using this is I'm on a shared server -
could this cause major problems with the other clients/sites on the same
server as mine?

Will

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Breaking DB connection in CFMX

2002-09-20 Thread W Luke

Hi,

In 4.5, CF rarely held onto Access DBs after a hit - there was an option
in the Admin to disable a permanent connection, which worked.  The same
setting in CFMX doesn't work though, and I was wondering if anyone had a
solution to fixing it.  I've tried running a false/bust query, but no
joy.

Any ideas?

Thanks

Will

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Favourite Web Services so far?

2002-07-26 Thread W Luke

Alex said on cf-talk:

> The distance from a zipcode is useful.

Wish there was a similar one for the UK Postal Code system.  

Will


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Favourite Web Services so far?

2002-07-26 Thread W Luke

Hi,

I'm not yet into MX, but hopefully will be later this summer.  I was just
wondering what everyone's favourite or most useful Web Services are
currently - or whether you've written one / made one available that you
like.

Thanks

Will
--
GPRS Forums:
http://GPRSCommunity.com


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



GetLinks tag - ignoring class attrib

2002-06-03 Thread W Luke

Hi,

I'm using the GetLinks tag in the gallery, but need to modify the following
REFindNoCase line so that it *ignores* anchor tags containing the class
attribute, eg Hello

objMatch = REFindNoCase("<(A|FRAME)[[:space:]]+[^>]*(HREF|SRC) ?=
?[""']?([^[:space:]""'>]+)(>|(([""']|[[:space:]])[^>]*>))", BodyText,
nextMatch, true);

I've hit a brick wall - anyone got any ideas?

Thanks

Will


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Refindnocase trouble

2002-06-01 Thread W Luke

Hi,

I have an cfhttp var, which will contain about 40 of the following blocks of
code:

Apples and Pears

 - Code
Indicator - Seventy Four

>From each block, I need to grab the first link (link1.cfm in this example)
and the first text (Apples and Pears in this case).  Each of these will then
be added to 2 seperate lists, and inserted into a DB (so that link1.cfm and
Apples and Pears are both added to the same DB record - I think this is the
best way to do it).

How, though, can I loop through *all* of the cfhttp var - refindnocase? -
and add each valid link and text to their respective lists?  So far, I've
been able to pull link1.cfm (by searching for "http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Bytes to MB/GB conversion tag?

2002-05-26 Thread W Luke

Hi,

I have a database of about 35,000 files with their filenames, sizes, ID tags
and so on.  The guy who started this project wrote the sizes of the files as
bytes - and I was wondering if anyone knew of a tag to convert bytes to
MB/GB (if less than 1MB, make it a percentage of 1MB...ie. 0.9MB).  I had a
look at devex.macromedia.com but couldn't see any.

Many thanks

Will



---

Become a Pingographer and share your photos for free:

http://www.localbounty.com/pingo
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Looping through file-fields

2002-05-19 Thread W Luke

Ahhhstupid me.  Thanks Nate

Will

- Original Message -
From: "Nate Nielsen" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Sunday, May 19, 2002 5:09 PM
Subject: Re: Looping through file-fields


> You'll want to change the following line :
>
> 
>
> To :
>
> 
>
> The evaluate function lets you dynamically evaluate a statement before
it's
> processed. ;)
>
> Nate Nielsen
> FusionScript DevTeam
> [EMAIL PROTECTED]
>
> Develop CF apps that talk to the server without page reloads !
> Create client functionality with CF syntax !
> www.FusionScript.com
> A free, Open Source project by and for the CF web community !
>
> - Original Message -
> From: "W Luke" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Sunday, May 19, 2002 10:39 AM
> Subject: Looping through file-fields
>
>
> > Hi,
> >
> > I need to loop through 5 form-file-fields.  Each one is called "file"
with
> a
> > number from 1-5 appended to it, i.e. "file1".
> >
> > This seems an easy idea, but I'm having trouble with it.  If a file
*has*
> > been uploaded, I'd need to do something with itbut do nothing if no
> file
> > is found.  My feeble attempt is below:
> >
> > 
> >
> > 
> >
> > Received file number #f#
> > 
> > Nothing for #f#
> >
> > 
> >
> > 
> >
> > Any advice appreciated
> >
> > Will
> >
> >
> >
> > ---
> >
> > Become a Pingographer and share your photos for free:
> >
> > http://www.localbounty.com/pingo
> >
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Looping through file-fields

2002-05-19 Thread W Luke

Hi,

I need to loop through 5 form-file-fields.  Each one is called "file" with a
number from 1-5 appended to it, i.e. "file1".

This seems an easy idea, but I'm having trouble with it.  If a file *has*
been uploaded, I'd need to do something with itbut do nothing if no file
is found.  My feeble attempt is below:





Received file number #f#

Nothing for #f#





Any advice appreciated

Will



---

Become a Pingographer and share your photos for free:

http://www.localbounty.com/pingo
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Regex problems again...

2002-05-10 Thread W Luke

Mr Johnson does it again...thanks Jerry, works nicely.

Will


- Original Message -
From: "Jerry Johnson" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Friday, May 10, 2002 2:38 PM
Subject: Re: Regex problems again...


> Just a guess, but...
>
> Idea 1:
> I believe the regex in Cold Fusion is greedy.
>
> This means it will take the largest chunk of data that matches a
particular expressions.
>
> If this is true, then the part of your expression that follows is going to
stretch from the first anchor to the close of the LAST anchor.
>
> >.*
>
> You might want to change to
>
> ><[^>]*>
>
> Idea 2:
> escape the quotes with \, just in case. I don;t think you need to, but you
might.
>
> FWIW
> Jerry Johnson
>
>
> >>> [EMAIL PROTECTED] 05/10/02 09:22AM >>>
> Hi,
>
> Can anyone advise me with this Regex problem I'm having?  I need to
convert
> all instances of an HTML string into a bracketed number (taking the number
> from the URL string pid=n).  At the moment, the following is converting
the
> first instance perfectly.but no other ones after that, despite me
> telling it to!
>
> Here's the code:
>
>   href=""viewphoto.cfm\?pid=([^""]*)"">.*", "[\1]", "ALL")>
>
> The HTML to strip would look like:
>
>  src="imagebin/photolink.gif">
>
> And this would turn it into [100]
>
> Any clues why it's not picking up all instances?
>
> Thanks
>
> Will
>
>
>
> ---
>
> Become a Pingographer and share your photos for free:
>
> http://www.localbounty.com/pingo
>
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Regex problems again...

2002-05-10 Thread W Luke

Hi,

Can anyone advise me with this Regex problem I'm having?  I need to convert
all instances of an HTML string into a bracketed number (taking the number
from the URL string pid=n).  At the moment, the following is converting the
first instance perfectly.but no other ones after that, despite me
telling it to!

Here's the code:

 .*", "[\1]", "ALL")>

The HTML to strip would look like:



And this would turn it into [100]

Any clues why it's not picking up all instances?

Thanks

Will



---

Become a Pingographer and share your photos for free:

http://www.localbounty.com/pingo
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFENCODE Decoder

2002-05-09 Thread W Luke

Still need it?

Will
- Original Message -
From: "Van Vliet, Scott" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Thursday, May 09, 2002 8:51 PM
Subject: CFENCODE Decoder


> One of my developers deleted a file w/o backing it up. *_*
> Do any of you out there have one of those handy litte tools to decode a
> CFENDODE.exe'ed file?  You can email me of list if you want to remain
> anonymous :)
>
> Thanks!
>
> --
> Scott Van Vliet
> Sempra Energy
> 555 W. 5th St., 21st Floor
> Los Angeles, CA 90013
> Tel > 213.244.5205
> Email > [EMAIL PROTECTED] 
>
>
>
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Looping to find [brackets]

2002-05-06 Thread W Luke

Jerry,

I'm really stumped as to where to start - could you give me a starter or
clue?

Thanks

Will
- Original Message -
From: "Jerry Johnson" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Monday, May 06, 2002 7:16 PM
Subject: Re: Looping to find [brackets]


> Yes, that is exactly the place to use rereplace.
>
> remember that square brackets are special chars in regex, so you need to
escape them.
>
> Jerry Johnson
>
> >>> [EMAIL PROTECTED] 05/06/02 12:30PM >>>
> Hi,
>
> I need to loop through a large amount of text - which might contain HTML -
> to find numbers surrounded by square brackets (i.e. [n]).
>
> Once found, I need to alter it into something like this:
>
> view
>
> (where "n" is a number).  There will be about 30 square-bracketed numbers
> like this.  Does anyone have any advice how to tackle this - is this is a
> time for rereplace?
>
> Cheers
>
> Will
>
>
>
> ---
>
> Become a Pingographer and share your photos for free:
>
> http://www.localbounty.com/pingo
>
> 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Looping to find [brackets]

2002-05-06 Thread W Luke

Hi,

I need to loop through a large amount of text - which might contain HTML -
to find numbers surrounded by square brackets (i.e. [n]).

Once found, I need to alter it into something like this:

view

(where "n" is a number).  There will be about 30 square-bracketed numbers
like this.  Does anyone have any advice how to tackle this - is this is a
time for rereplace?

Cheers

Will



---

Become a Pingographer and share your photos for free:

http://www.localbounty.com/pingo
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cricket scores via WDDX/XML

2002-05-05 Thread W Luke

> You could probably pull the info from here cia cfhttp:
> http://www-uk.cricket.org/link_to_database/NEW/LIVE/scores.html
> And I think they have a WAP service but they want you to sign up for it.

Thanks yeah - I've been trying to work out how to pull it from Cricinfo.
Problem is, their live service is automatically updated - so after pulling
the scorecard, how would I be able to tell (my end) which batsmen have just
got out?

Will



__

Join the Pingographers:

http://www.localbounty.com/pingo
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Cricket scores via WDDX/XML

2002-05-05 Thread W Luke

Hi,

I was wondering whether anyone (and this probably exludes 99% of Americans!)
had managed to obtain cricket-scores via WDDX or XML?

Rgds

Will



__

Join the Pingographers:

http://www.localbounty.com/pingo
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



ALTERing Access DB

2002-03-31 Thread W Luke

Hi.

V simple - just need to add a date/time column to a table - I've tried the
below, with no luck.  Where am I going wrong?


ALTER TABLE Members
(ADD COLUMN LasttLogin date)


Thanks

Will



__

Try Pingo:

http://www.localbounty.com/pingo
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Tricky grouping

2002-03-31 Thread W Luke

- Original Message - 
From: "Dina Hess" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Sunday, March 31, 2002 7:51 PM
Subject: Re: Tricky grouping


> Will,
> 
> Try your code using ORDER BY rather than GROUP BY in the query.

Thanks Dina I'll have a look at that

Will



__

Try Pingo:

http://www.localbounty.com/pingo
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Tricky grouping

2002-03-31 Thread W Luke

Hi.

I'm having a bit of a nightmare with Grouping again.  The code below
displays images in rows, left to right, 3 at a time.  It's a template for
the rest of the site.

What I need to do is search a range of columns, and display images under
headings.  EG:

Here are the results found in the description field:

Image 1, 2, 3 etc

Here are the results found in the title field:

Image 1, 2, 3 etc (or none at all..)




Here's the query:


SELECT ID,description,title,owner,album,thumb_user_path,
views FROM thumbnailelements
WHERE description like '%#url.rope#%'
OR title like '%#url.rope#%'
OR owner like '%#url.rope#%'
OR album like '%#url.rope#%'
GROUP by description,title,owner,album,ID,thumb_user_path,views


I only really need to display results for the Album, Owner, Title and
Description.  Here's the  code:












 


#title# (#views#)
#owner#
 



















 





Sorry for the mammoth post - hope someone can advise.

Cheers

Will



__

Try Pingo:

http://www.localbounty.com/pingo
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Publishing systems

2002-03-30 Thread W Luke

Hi

Does anyone know of a CF-driven App similar to MovebleType? (see URL below):

http://www.movabletype.org/about.shtml

Cheers

Will



__

Try Pingo:

http://www.localbounty.com/pingo
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF Hosting in the UK

2002-03-24 Thread W Luke

Hi,

I'm looking for someone, or a company, that offers a small amount of space
with CF running - inc a couple of datasources, purely for testing purposes.

Any ideas?

Thanks

Will



__

LocalBounty.com - Advanced Advertising Solutions for the home and business

Why not Pingo your photos for free?

http://www.localbounty.com/pingo
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How to make CFFTP work

2002-03-22 Thread W Luke

Nathan,

Have you tried using Passive connections?

Will

> I have the following  codes that are not working.  I am trying to 
> send a file to a ftp server.  The codes run but the file doesn't get 
> moved to the ftp server.  This is the first time I used  and I 
> must have missed something basic. Can anyone spot the problem?  Thanks.
> 
>  action="open"
> username="myusername"
> password="mypassword"
> server="111.111.111.111"
> >
>  action="putfile"
> localfile="Test.cfm"
> remotefile="test.cfm"
> server="111.111.111.111"
> directory="mydirectory"
> stoponerror="yes"
>  >
> 
> 
> 
> Nathan Chen
> 
> 
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



__

LocalBounty.com - Advanced Advertising Solutions for the home and business

Why not Pingo your photos for free?

http://www.localbounty.com/pingo
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: states, with counties and cities

2002-03-06 Thread W Luke

> Does any one have a datebase of states, with counties and cities?

I have, but it's a bit out of date.  LMK if you want it - it's in Access

Will



__

LocalBounty.com - Advanced Advertising Solutions for the home and business

Why not Pingo your photos for free?

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Refreshing parent window on close

2002-03-02 Thread W Luke

Thanks Shawn.  I found the following works well, but only when I manually
close the pop-up window.  How can I get it to refresh the parent, and close
the popup, right after a cfquery? (in case I didn't make myself clear, it'll
be after a form-submit - so perhaps there's a JScript function I could use
that ties in with the form?)



Will

- Original Message -
From: "Shawn Grover" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Saturday, March 02, 2002 6:58 PM
Subject: RE: Refreshing parent window on close


> In the popup window's onClose event (or onUnload... I can never
> remember
> which), enter this line:
>
> self.opener.refresh();
>
> Or, alternately, self.opener.location='originalPageURL.cfm';
>
> Hope that helps.
>
> Shawn Grover
>
> -Original Message-
> From: W Luke [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, March 02, 2002 11:50 AM
> To: CF-Talk
> Subject: Refreshing parent window on close
>
>
> Hi,
>
> On one page I'm doing at the moment, there's a bunch of  - in a
> certain instance it will produce a button which, when pressed, will pop
> up a
> window.  After the user has done what they need to do in the
> popped-up-window, I need it to close and for the original parent window
> to
> be refreshed.
>
> Any ideas how?
>
> Thanks
>
> Will
>
> ---
> "A woman drove me to drink and I didn't even have the decency to thank
> her." --W.C. Fields
>
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Refreshing parent window on close

2002-03-02 Thread W Luke

Hi,

On one page I'm doing at the moment, there's a bunch of  - in a
certain instance it will produce a button which, when pressed, will pop up a
window.  After the user has done what they need to do in the
popped-up-window, I need it to close and for the original parent window to
be refreshed.

Any ideas how?

Thanks

Will

---
"A woman drove me to drink and I didn't even have the decency to thank
her." --W.C. Fields

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Adding text to an image

2002-02-23 Thread W Luke

Hi,

Is cfx_image capable of adding some formatted text to an image - I realise a
graphics program could probably do this in batches, but I ideally need CF to
manage it all

Cheers

Will


---
"A woman drove me to drink and I didn't even have the decency to thank
her." --W.C. Fields

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Real-time Monitoring

2002-02-13 Thread W Luke

Sorry, I probably didn't make myself very clear.  By Real Time Monitoring, I
meant a program which shows you who's at your site and at which page

Will
- Original Message -
From: "Lon Lentz" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Wednesday, February 13, 2002 6:21 PM
Subject: RE: OT: Real-time Monitoring


>   www.internetseer.com
>
> > -Original Message-
> > From: W Luke [mailto:[EMAIL PROTECTED]]
> >
> > A few months ago, we were talking about Humanclick on cf-talk,
> > and how some
> > of us have been using its free Real-time Monitoring program.  Since
> > Humanclick no longer off the Real-time Monitoring for the free
> > version, does
> > anyone know of a similar service that's free?
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Real-time Monitoring

2002-02-13 Thread W Luke

A few months ago, we were talking about Humanclick on cf-talk, and how some
of us have been using its free Real-time Monitoring program.  Since
Humanclick no longer off the Real-time Monitoring for the free version, does
anyone know of a similar service that's free?

Will
---
"A woman drove me to drink and I didn't even have the decency to thank
her." --W.C. Fields

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: TOP 3 not working, again

2002-02-13 Thread W Luke

 Spot the clueless wonder

Thanks all

Will

- Original Message -
From: "Jeffry Houser" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Wednesday, February 13, 2002 4:12 PM
Subject: Re: TOP 3 not working, again


>   You aren't ordering your query, so who is to say what the top three
> records are?
>
>   If you want the newest three records, try something like this:
>
> SELECT TOP 3 ID, left(description, 15) as NewDescrip, *
> FROM thumbNailElements
> Order by thumbnailelements.ID desc
>
>
> At 03:22 PM 02/13/2002 +, you wrote:
> >Why does TOP rarely work for me?  I just need to grab the last 3 records,
> >but instead it pulls the same 3 each time, regardless of whether there
are
> >newly inserted records or not
> >
> >  
> >  SELECT TOP 3 ID, left(description, 15) as NewDescrip, * FROM
> >thumbNailElements
> >  
> >
> >Any ideas?
> >
> >Thanks
> >
> >Will
> >
> >
> >---
> >"A woman drove me to drink and I didn't even have the decency to thank
> >her." --W.C. Fields
> >
> >
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



TOP 3 not working, again

2002-02-13 Thread W Luke

Why does TOP rarely work for me?  I just need to grab the last 3 records,
but instead it pulls the same 3 each time, regardless of whether there are
newly inserted records or not

 
 SELECT TOP 3 ID, left(description, 15) as NewDescrip, * FROM
thumbNailElements
 

Any ideas?

Thanks

Will


---
"A woman drove me to drink and I didn't even have the decency to thank
her." --W.C. Fields

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: table advice

2002-02-10 Thread W Luke

- Original Message -
From: "Jochem van Dieten" <[EMAIL PROTECTED]>

> > Apologies for the OT, and the very basic question, but I'm stuck.  All I
> > want to do is display 3 photos in a row at a time, then create a new
row,
> > display 3 more, and so on, to the end of the recordset.  I've completely
> > forgotten what I need to do!
>
>
> http://www.webtricks.com/

Fantastic, worked first time

Thanks Jochem

Will

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: table advice

2002-02-10 Thread W Luke

Hi,

Apologies for the OT, and the very basic question, but I'm stuck.  All I
want to do is display 3 photos in a row at a time, then create a new row,
display 3 more, and so on, to the end of the recordset.  I've completely
forgotten what I need to do!  This is my table as it stands which is just
displaying all the photos in one long line:

  
  
  

   
   


#title#

#NewDescrip#...

   

   


Any help would be much appreciated

Will


---
"A woman drove me to drink and I didn't even have the decency to thank
her." --W.C. Fields

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Detecting file-types on upload

2002-02-10 Thread W Luke

Thanks for that idea Bruce - dunno why I didn't think of that.  Programmer's
block :(

Will
- Original Message -
From: "Bruce Sorge" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Sunday, February 10, 2002 3:01 AM
Subject: Re: Detecting file-types on upload


> How about using CFCATCH and CFTRY in your application?
> 
>
> 
>
>
>
>
>
> 
>#ErrMsg#
>   
>   
>
>
> - Original Message -
> From: "W Luke" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Saturday, February 09, 2002 3:00 PM
> Subject: Detecting file-types on upload
>
>
> > If I use the Accept attribute of cffile (ACCEPT="image/gif,image/pjpeg")
> to
> > accept *just* GIFs and JPEGs, and a user uploads say a bitmap, how can I
> > leave them a custom-error rather than the CF-produced error?  I need to
do
> a
> >  loop on file.serverfile, but I've not dealt with file-types
before
> >
> > I'd appreciate any help
> >
> > Thanks
> >
> > Will
> > ---
> > "A woman drove me to drink and I didn't even have the decency to thank
> > her." --W.C. Fields
> >
> >
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cannot open database

2002-02-09 Thread W Luke

Have you tried repairing it? (Tools  /  Database Utilities  /  Compact and
Repair)

Will


- Original Message -
From: <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Saturday, February 09, 2002 8:44 PM
Subject: Cannot open database


> All of a sudden we're getting this error when ColdFusion tries to access
any of
> our Access 97 databases:
>
> ODBC Error Code = S1000 (General error)
>
> [Microsoft][ODBC Microsoft Access Driver] Cannot open database
'(unknown)'. It
> may not be a database that your application recognizes, or the file may be
> corrupt.
>
> I'm still waiting for word from our sysadmin, but as far I know nothing
has
> changed on the server (regarding the location or permissions of the
database).
> I've downloaded the database files and used Access to 'repair' them, re-
> uploaded them, and the problem remains.  I can even query the databases
from CF
> Studio, but not through ColdFusion pages.
>
> Does anyone have any suggestions? (Yes I know--ditch Access.  Anything
besides
> that?)
>
> Thanks,
>
>   Owen
>
> 
> Athens County Library Services
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Detecting file-types on upload

2002-02-09 Thread W Luke

If I use the Accept attribute of cffile (ACCEPT="image/gif,image/pjpeg") to
accept *just* GIFs and JPEGs, and a user uploads say a bitmap, how can I
leave them a custom-error rather than the CF-produced error?  I need to do a
 loop on file.serverfile, but I've not dealt with file-types before

I'd appreciate any help

Thanks

Will
---
"A woman drove me to drink and I didn't even have the decency to thank
her." --W.C. Fields

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Borders in cfx_image

2002-02-02 Thread W Luke

Thanks Joseph.  Can this be used in conjunction with resizing, as below?  It
didn't seem to work just now when I tried it, although no errors were
reported either..



Will

- Original Message -
From: "Joseph DeVore" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Saturday, February 02, 2002 8:12 PM
Subject: RE: Borders in cfx_image


> Yes, it is possible to add borders to images with CFX_Image
>
> this command will set the border color:
>
> setbordercolor 00
>
> this command will draw a solid colored rectangle with the border color
above
>
> bfrect x,y,x2,y2,FF
>
>
> HTH,
>
> Joseph DeVore
> VeloxWeb Technologies
>
>
>
>
> -Original Message-
> From: W Luke [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, February 02, 2002 9:58 AM
> To: CF-Talk
> Subject: Borders in cfx_image
>
>
> Hi.
>
> Is it possible to draw a thin black border around images using cfx_image?
I
> have about 100 need doing, and it would be nice to batch-process them if
> cfx_image is capable of this.
>
> Will
>
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Borders in cfx_image

2002-02-02 Thread W Luke

> Is it possible to draw a thin black border around images using
> cfx_image?  I
> have about 100 need doing, and it would be nice to batch-process them if
> cfx_image is capable of this.

> Why not just use border attribute in the img tag?

Because the images won't be used on a site; they just need bordering, and I
really don't fancy editing each one in turn.

Will

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Borders in cfx_image

2002-02-02 Thread W Luke

Hi.

Is it possible to draw a thin black border around images using cfx_image?  I
have about 100 need doing, and it would be nice to batch-process them if
cfx_image is capable of this.

Will

__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Login forms

2002-01-28 Thread W Luke

Apologies if this is exactly as someone else's, but here's what I do for my
site:

I use just one login script, aptly name login.cfm!, across the site.  Each
page has login-form-fields which are then passed to login.cfm - if the user
fails to login correctly, the following code is executed







We've detected the page you first had problems logging in at:

#client.WhereWasI#

Once you've logged in successfully, you'll be returned there.

...then once they, eventually, login correctly I just do a
quick cflocation





 


That final  is for when a user logs in correctly first time - no
mistakes - and is then sent back to the page they were at.

Hope this helps

Will

- Original Message -
From: "Chris Luksha" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Monday, January 28, 2002 5:29 PM
Subject: RE: Login forms


> So far I seem to be getting great responses, but none seem to
> address the actual problem.  I want the user to be sent to the page
> that he
> originally requested after logging in.  It should not matter what page
> he
> tried to get to.  He should go to that page, not a page that is
> programmed
> statically into the login page.
>
> I do not want the user to ALWAYS go to addphot.cfm for example, but
> he might go to deletephotos.cfm or updatepreferences.cfm.  This should
> all
> depend upon the page he tried to get to, not a preset page.
> The user may just be getting in for the first time that day and
> trying to skip past the login, or the user may have sent a link to the
> page,
> to a client, but I don't want the client to get there w/o first logging
> in.
>
> I hope this makes sense.  I am checking out the script from macromedia,
> just
> having a hard time getting in.
>
> Thanks
> Chris
>
> -Original Message-
> From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 28, 2002 12:18 PM
> To: CF-Talk
> Subject: Re: Login forms
>
>
>   Yes, this is a common application.  I describe how to do this in
> Instant
> ColdFusion (my 1st book), but the basics are:
>
>   Create a log-in page.  When the user logs in, set a session variable,
>
> something along the lines of 'IsLoggedIn' or if you are dealing with
> group
> level access, I like to us a list of the groups the user belongs to.
>
>   In the application.cfm in the subdirectory (Make sure your
> cfapplication
> tags have the same name) check the access like this:
>
> 
> ( <-- not exact code )
> 
>
>
>
> At 11:52 AM 01/28/2002 -0500, you wrote:
> >I am new to CF and wondering if there is a way to have a login page
> that
> >would be accessed when a user comes to any page in the application,
> (Say
> >they bookmarked a page deeper than the root,)  and the user would be
> sent
> to
> >the originally requested page after logging in.
> >
> >ie.
> >User goes to  
> >ww.webaddress.com/photos/addphoto.cfm  or showphots.cfm
> >User is sent to to  
> >ww.webaddress.com/photos/login.cfm
> >After logging in user is replaced to
> >
> >ww.webaddress.com/photos/addphoto.cfm or showphotos.cfm  respectively.
> >
> >Thanks for any help in advance.
> >Chris
> >
>
>
>
> --
> Jeffry Houser | mailto:[EMAIL PROTECTED]
> AIM: Reboog711  | ICQ: 5246969 | Fax / Phone: 860-223-7946
> --
> Need a Web Developer?  Contact me!
> My Book: Instant ColdFusion 5  | http://www.instantcoldfusion.com
> My New Book: ColdFusion: A Beginner's Guide February 2002
> --
> Far Cry Fly, Alternative Folk Rock
> http://www.farcryfly.com | http://www.mp3.com/FarCryFly
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Problem

2002-01-28 Thread W Luke

Ross,

I take it you've virus scanned?

Will

- Original Message -
From: "Michael Ross" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Monday, January 28, 2002 7:47 PM
Subject: Problem


> Okay so I think I have a problem.  I found out that I have 3 folders on my
server that shouldn't be there.  they are called com1 , com 1,
pubstealers suck. NO matter what I do I can't delete them...I would really
like to not have to format my HD either I can't find much on the net
about this either.  Anyone seen this.
>
> Plus as a side note, I did a search on pubstealers..and this is one thing
I got..its a university in Taiwan with its proxy server info..
>
http://proxy2.ncku.edu.tw/usage/days/hosts/proxy2.561.total-remote-hosts.htm
l  I sent them an email telling them about it..  well anyways.any
help would be appreciated
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Grabbing domain from email address

2002-01-28 Thread W Luke

> >Can anyone recommend a tag to strip just the domain from an email
address?
> >(after the @)
>
> You don't you just treat it as a @ delimited list and get the second item
> in the list?
>
> 

Cheers Jennifer - spot the clueless fusioneer...

Will

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Grabbing domain from email address

2002-01-28 Thread W Luke

Hi.

Can anyone recommend a tag to strip just the domain from an email address?
(after the @)

Cheers

Will

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Getting ASP Info into CF

2002-01-26 Thread W Luke

Bruce,

Someone might correct me, but I think WDDX could be a solution for this.
It's something I too need to do for a client - get their data from ASP into
my CF site..

Will


- Original Message -
From: "Bruce Sorge" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Saturday, January 26, 2002 6:52 PM
Subject: Getting ASP Info into CF


> Question,
> I have been tasked to get login information from an ASP page into a CF
> application, and I am not sure how to go about this. I know that I can
> get CF, by way of a com object, to talk to an ASP session, but this is
> not a viable solution. Here is the scenario:
>
> User logs into a site hosting an ASP login page, and they go about doing
> whatever it is they want to do. At some point, they will click on a link
> that brings in a CF application within an iframe. What I want is to be
> able to capture that information into the CF application, check it
> against the database that I have, and if they pass then they go on in.
> Otherwise, they are required to re-authenticate. Also, at some point,
> they may have to pass some CF information into an ASP application.
> The problem is that these two applications are being hosted at two
> separate companies, so the ASP app server and the CF app server are in
> two separate locations. Is this doable?
>
> Thanks,
>
> _
> Bruce Sorge
>
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP & attachments

2002-01-26 Thread W Luke

Seems to be working well so far, renaming them in the loop. I had misread
CFComet's code which was using TABs' ascii character as the delimiter, which
has now got me confused.  ASCII 32, a space, is working - but do different
mail clients use different delimiters for multiple mail attachments?

Will


- Original Message -
From: "Billy Cravens" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Friday, January 25, 2002 10:32 PM
Subject: Re: CFPOP & attachments


> You'll need to rename the files in one loop, and then link to the newly
> named files in a separate loop.
> (You could do them both, but it seems cleaner to do it the other way)
>
> I'd keep the unique file names.
>
> - Original Message -
> From: "W Luke" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, January 25, 2002 4:05 PM
> Subject: CFPOP & attachments
>
>
> > Say I've got a CFpop query as follows.  I was using some code for
looping
> > through multiple-attachments from cfcomet.com
> >
>
(http://www.cfcomet.com/cfcomet/other/index.cfm?ArticleID=7AD3EF1A-C5E5-4FE9
> > -8F7C88F84D5C822D).  What I need to do is prepend the sender's email
> address
> > to the attachment-filename when it's stored to the web-server.  At the
> > moment, I'm using the GENERATEUNIQUEFILENAMES="Yes" attrib in the query.
> > The CFComet code I'm using is as follows:
> >
> > 
> >
> > 
> >
> > This message contains #Count# attachments:
> >
> >  INDEX="i">
> >
> > 
> > 
> >
> > 
> >
> > Should I rename the files in the above  using #i# for the
> > filename/path in  - and if so, do I keep the
> generateuniquefilenames
> > attrib Yes?
> >
> > Hope some of that makes sense!
> >
> > Cheers
> >
> > Will
> >
> >
> >
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFPOP & attachments

2002-01-25 Thread W Luke

Say I've got a CFpop query as follows.  I was using some code for looping
through multiple-attachments from cfcomet.com
(http://www.cfcomet.com/cfcomet/other/index.cfm?ArticleID=7AD3EF1A-C5E5-4FE9
-8F7C88F84D5C822D).  What I need to do is prepend the sender's email address
to the attachment-filename when it's stored to the web-server.  At the
moment, I'm using the GENERATEUNIQUEFILENAMES="Yes" attrib in the query.
The CFComet code I'm using is as follows:





This message contains #Count# attachments:








Should I rename the files in the above  using #i# for the
filename/path in  - and if so, do I keep the generateuniquefilenames
attrib Yes?

Hope some of that makes sense!

Cheers

Will


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: fusenews.com

2002-01-23 Thread W Luke

> Anyone here run fusenews.com? Or anyone remember if it was anything
> important cf-wise?

The Fuseware.com guys were developing that ages ago but sadly nothing's gone
any further.  Love to know if they are still working on it though.

Will

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Server can't process forms

2002-01-20 Thread W Luke

Just to post a solution, for once, in that I've re-installed IIS5, and all
is well again.  Bizarre.

Will

- Original Message -
From: "W Luke" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Friday, January 11, 2002 5:15 PM
Subject: CF Server can't process forms


> Sorry if this has been well documented, but my test server is having a
> headache lately.  cfm pages are processed normally, but  action="here.cfm"> pages just go straight to a 404 error page.  Why would
> this be?  Intially I thought it was probably me being stupid and not
calling
> the correct pagebut no.
>
> Any ideas?
>
> Cheers
>
> Will
>
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Using CF to control Spam

2002-01-20 Thread W Luke

David,

For some reason, your email to the list has only just surfaced.  Anyway:

> That should work without having a second pop3 account.  If you want to the
> web based client account, I have something that I was writting a while
back,
> but had to drop it due to time constrictions.  Its written in Extended
> Fusebox 2.  There are a few small bugs, but it will help you get ahead of
> the game.  Let me know and I will send it to you.

That would be great, if the offer is still open?

Will

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Photo Sharing

2002-01-17 Thread W Luke

Thanks for everyone's responses, lots to go go.  Seems there's been a load
more image manip tags released - there weren't this many this time last year
were there?

Will

- Original Message -
From: "Benjamin Wilson" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Thursday, January 17, 2002 3:21 AM
Subject: RE: Photo Sharing


> http://www.cfxtras.com/SalesComponentDetail.cfx?componentid=179
>
> Benjamin Wilson
> CEO
> CFXtras, LLC
> 704-408-6186
> http://www.CFXtras.com
>
>
> -Original Message-
> From: W Luke [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 14, 2002 7:30 PM
> To: CF-Talk
> Subject: OT: Photo Sharing
>
>
> Hi.
>
> Looking for a quick and easyish way of getting my photos online.  Does
> anyone know of a tag available (even to just thumbnail the photos) - or if
> not, what sites can you recommend?
>
> Cheers
>
> Will
>
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Photo Sharing

2002-01-14 Thread W Luke

Hi.

Looking for a quick and easyish way of getting my photos online.  Does
anyone know of a tag available (even to just thumbnail the photos) - or if
not, what sites can you recommend?

Cheers

Will

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF Server can't process forms

2002-01-11 Thread W Luke

> Never had a problem like that Will. Your form isn't in a cfincluded
> template that is in a different directory, is it?

No.  This is really puzzling me.  My local machine is just a mirror of one
of my sites that's hosted remotely - and it's always worked fine local,
*and* remote!  The login script, for example, just cries "404" at me
whenever I login on my local machine.

Perhaps I'll try reinstalling CF and see if that makes any
difference.but I bet it's a problem with IIS5

Will

__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF Server can't process forms

2002-01-11 Thread W Luke

Sorry if this has been well documented, but my test server is having a
headache lately.  cfm pages are processed normally, but  pages just go straight to a 404 error page.  Why would
this be?  Intially I thought it was probably me being stupid and not calling
the correct pagebut no.

Any ideas?

Cheers

Will

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   3   4   5   >