RE: UML

2000-12-04 Thread Anthony Geoghegan
, books, sites... etc? I have the monstrous 10MB UML docs 1.3 -- anything else? Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get

RE: SPAM Alert

2000-11-28 Thread Anthony Geoghegan
www.netcraft.com Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: 28 November 2000 09:08 To: CF-Talk Subject: SPAM Alert Hi guys, I appear to be getting

RE: Application.cfm inheritence

2000-11-27 Thread Anthony Geoghegan
In a word, no. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Michael She [mailto:[EMAIL PROTECTED]] Sent: 25 November 2000 01:31 To: CF-Talk Subject: Application.cfm inheritence Hello

RE: Radio Buttons

2000-11-27 Thread Anthony Geoghegan
-Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: 27 November 2000 12:41 To: CF-Talk Subject: Radio Buttons Hi Luke it should be: Cfswitch expression=form.options Cfcase value="free" Free code here /cfcase cfdefaultcase blah /cfdefaultcase /cfswitch What

RE: Radio Buttons

2000-11-27 Thread Anthony Geoghegan
attention to the line of code with the problem. I am very familiar with this error as I still do it regularly ;-). Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] ~~ Structure your ColdF

RE: SQL Question

2000-11-22 Thread Anthony Geoghegan
SQL server chokes on this. Replace() is a valid TSQL function, I guess I need something like DE() in CF... Any ideas? Just use single quotes. SELECT * FROM tblNames WHERE replace(firstname+lastname,' ','')='#who#' It should work now. Regards, Anthony Geoghegan

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Anthony Geoghegan
I've had this problem. I found I had to restart the CF server after removing a verity collection if it got corrupt or anything. Then I could replace the old colection with a new one. We are using 4.0.1 I hope it may be fixed in 4.5.1 Regards, Anthony Geoghegan. Lead Developer, What's On Where

RE: Determining optimum timeout

2000-11-22 Thread Anthony Geoghegan
Some kind of random element in the timeouts could be effective in avoiding contention. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 21 November

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Anthony Geoghegan
Dylan, I Have had exactly this problem. It looks like a bug. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: 22 November 2000 15:54 To: CF-Talk Subject: RE: MORE VERITY PROBLEMS I'm deleting through the Admin. Files are on the server, collection does not exist in

RE: MORE VERITY PROBLEMS

2000-11-22 Thread Anthony Geoghegan
Snap Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Bob Silverberg [mailto:[EMAIL PROTECTED]] Sent: 22 November 2000 16:12 To: CF-Talk Subject: RE: MORE VERITY PROBLEMS I've encountered the same

RE: MS Index Server vs. Verity

2000-11-22 Thread Anthony Geoghegan
Index server is a security nightmare, never, ever install this dung. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: 22 November 2000 17:06 To: CF-Talk

RE: n-Tier Applications and CF

2000-11-21 Thread Anthony Geoghegan
I would have thought that JSP's would be the easiest solution. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Rob Cawte [mailto:[EMAIL PROTECTED]] Sent: 21 November 2000 06:30 To: CF-Talk Subject: n

RE: ASP and ColdFusion

2000-11-09 Thread Anthony Geoghegan
if the CF web server is also executing your ASP) and just import the WDDX data and Bob's your father's brother. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED

RE: date comparisons

2000-11-09 Thread Anthony Geoghegan
ever used a tuorial for it though. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] Archives: http://www.mail-archive.com/cf-talk@houseoffus

RE: Help - Please

2000-11-09 Thread Anthony Geoghegan
I've found SQL very case-sensitive is SKYFOCUS really skyfocus or SkyFocus. Because you hav asked to access an unknown database it may give a general login failure. I'm not sure as I haven't used MySQL before. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie

RE: Is Cold Fusion a Typed Language?

2000-11-08 Thread Anthony Geoghegan
Try modula 2 for a strongly typed language. It must be the most strongly type system I've ever run into. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent

RE: strange SQL error code

2000-11-08 Thread Anthony Geoghegan
On that note, does anyone have a list of Microsoft SQL Error Codes? They are listed in the online books online-reference. If you like I'll post you a text file offlist. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED

RE: Is Cold Fusion a Typed Language?

2000-11-07 Thread Anthony Geoghegan
. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: 07 November 2000 13:40 To: CF-Talk Subject: Is Cold Fusion a Typed Language? I've heard in quite a few

RE: Poll two tables...

2000-11-07 Thread Anthony Geoghegan
Use a custom field to indicate which table the data is from. Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: 07 November 2000 14:46 To: CF-Talk Subject

RE: CFHEADER

2000-11-02 Thread Anthony Geoghegan
I've used this to good effect: CFHEADER NAME="cache-control" VALUE="no-cache, no-store, must-revalidate" Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: Dylan Bromby [mailto:[EM

RE: JOIN ON not supported in Access?

2000-10-26 Thread Anthony Geoghegan
, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http

RE: SQL INSERTs across multiple related tables

2000-10-24 Thread Anthony Geoghegan
Hi Simon, would it not be INSERT INTO Users INNER JOIN Wages ON Users.User_ID = Wages.User_ID (Users.Surname, Wages.NINumber) VALUES ('Bloggs', 'NY012398B') eh? Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED

RE: SQL INSERTs across multiple related tables

2000-10-24 Thread Anthony Geoghegan
What about using a view? Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

RE: CFINPUT fill-in-the-value question

2000-10-20 Thread Anthony Geoghegan
: :::: : : : : :: :: : : : :::: : : : : :: :: : : : input type="checkbox" name="box" #CheckboxArray[n]# value="n" /cfoutput Hope this helps. Regards, Anthony Geoghegan. Lead Developer, What's

RE: cfif

2000-10-12 Thread Anthony Geoghegan
cryptic Pete ;-). Regards, Anthony Geoghegan. Lead Developer, What's On Where (WOW!) http://www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http

RE: cfif

2000-10-11 Thread Anthony Geoghegan
Hi Peter, Try something like this: cfif testdate2 LTE dateadd("d","30",testdate1) and complete is "true" -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: 11 October 2000 14:32 To: CF-Talk Subject: cfif I want to check if a date is not greater than 30 days old.

RE: cfif

2000-10-11 Thread Anthony Geoghegan
Hi Pete, Like this. cfif now() LTE dateadd("d","30",due) and complete is "true" Keep it simple. -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: 11 October 2000 15:43 To: CF-Talk Subject: RE: cfif Well here is all the offending code cfset

RE: Error creating Verity collection

2000-10-04 Thread Anthony Geoghegan
Hi Steve, Restart the server. Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 October 2000 12:26 To: CF-Talk Subject: Error creating Verity collection I have

RE: quick question

2000-09-28 Thread Anthony Geoghegan
or lesser degree by these browsers. You can access www.mozilla.org for more info. Mozilla sounds like a cross between a Japanese monster and a stooge. Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED

RE: Public Rates Discussion

2000-09-26 Thread Anthony Geoghegan
|And anyone else on this list with half a brain (U.S. Citizens, of course) will keep their mouths |shut as well. Mark, Are you saying that US citizens only have half a brain :-) Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED

RE: Vignette?

2000-09-26 Thread Anthony Geoghegan
Craig, The http://www.medweb.com.au site is not exactly what I would call a comprehensive site. In fact it's just a single page , with one link to a totally differently designed site. Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED

RE: Public Rates Discussion

2000-09-26 Thread Anthony Geoghegan
It's Just a joke Mark. Take it easy. Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

RE: Verity Collection Names [CF-Talk]

2000-09-20 Thread Anthony Geoghegan
You could use a custom field with collection name in it... Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20 September 2000 10:38 To: [EMAIL PROTECTED] Subject

RE: MS SQL 7 Varchar

2000-09-18 Thread Anthony Geoghegan
, they get truncated to 255 characters. Is there a reason for this? How about a workaround? Jim Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail

RE: Comparing values in 2 queries

2000-09-14 Thread Anthony Geoghegan
|to be found in field_b, else it'll fail. How do I go about doing that ? Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk

RE: sql query

2000-09-14 Thread Anthony Geoghegan
Hi Chad, CFQUERY Name="aoyama" Datasource="super" SELECT Storename, ID, City FROM review Where ID IN ('#ID1#, #ID2#') /CFQUERY Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mai

RE: Hotel Booking Engine up

2000-09-13 Thread Anthony Geoghegan
://www.reactivevision.com/products/index.cfm works though. Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe

RE: SQL - Relational issue

2000-09-11 Thread Anthony Geoghegan
alues in a primary table that result in orphaned records in a related table. Deleting records from a primary table if there are matching related records." This means that SQL will manage the references for you! Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL

RE: Help deploying first project?

2000-09-11 Thread Anthony Geoghegan
Hi Adrienne, Most likely your server company has made a balls of it. What dbtype are you using? Regards, Anthony Geoghegan. Lead Developer, IFTN http://www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail

RE: Verity: Allaire's Disowned Step Child?

2000-09-06 Thread Anthony Geoghegan
Hi Lon, You wrote: Is there anyone here with experience setting Verity up? Someone willing to answer a couple questions? I wrote: We have used Verity extensively here at WOW! What help do you need? Also I like the term "CyberEntomologist", interesting... Regards, Anthony

RE: CFmail - Body

2000-08-29 Thread Anthony Geoghegan
Hi Phim, You Wrote: | I changed from Chr(13) to Chr(10) | and It work! It should be both CHR(13) CHR(10) (CR LF) Carriage return Line Feed Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin 2 Ireland Tel: +353 1 671 3664 Fax: +353 1

RE: Slightly OT - Detecting that a page has completed.

2000-08-22 Thread Anthony Geoghegan
data , the |data should go |back to the server? I'm wondering if anyone has done this sort |of thing. Check out the vote button on our home page( www.wow.ie ), it does just this. email me off list for the details. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South

RE: Caching pages

2000-08-22 Thread Anthony Geoghegan
Hi All, You wrote: | Is there a way to keep browsers from caching a page? | |Yes I have found this to be very effective: CFHEADER NAME="cache-control" VALUE="no-cache, no-store, must-revalidate" Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Ne

RE: CFTREE's CompletePath Parameter

2000-08-22 Thread Anthony Geoghegan
on the treeitem and the link is clicked. I'm not sure as I said I tossed it because of table related issues. Hope this helps. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin 2 Ireland Tel: +353 1 671 3664 Fax: +353 1 671 0763 Web: www.iftn.ie

RE: verity partial word search

2000-08-16 Thread Anthony Geoghegan
, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin 2 Ireland Tel: +353 1 671 3664 Fax: +353 1 671 0763 Web: www.iftn.ie www.wow.ie mailto:[EMAIL PROTECTED] NOTICE: This communication is confidential. The copyright in this communication belongs to Ireland

RE: SQL Server Stored Procedure problem

2000-08-15 Thread Anthony Geoghegan
not given', * FROM Directory WHERE CountryID = @country IF ( ISNULL(@type,'ANULL IS HERE') = 'ANULL IS HERE' ) BEGIN AND DirectType = @type END Hope this helps. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South

RE: Error Handling

2000-08-10 Thread Anthony Geoghegan
ntered invalid search criteria. | |Thanks, | | ---miriam You could always use findfirst on your search criteria for each of the illegal character sets and when you get a non-zero response give an error message. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Fre

RE: problem with query.

2000-08-10 Thread Anthony Geoghegan
client and execute the select statement their to see what SQL says itself. It might give you more insight to the problem. Sorry couldn't help you more. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin 2 Ireland Tel: +353 1 671 3664 Fax: +353 1

RE: Printing with Javascript function

2000-08-10 Thread Anthony Geoghegan
print() else self.close() //-- /SCRIPT This was quick and I didn't get to test it. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin 2 Ireland Tel: +353 1 671 3664 Fax: +353 1 671 0763 Web: www.iftn.ie www

RE: dynamic pulldowns using a database?

2000-08-09 Thread Anthony Geoghegan
like I can provide you with same. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin 2 Ireland Tel: +353 1 671 3664 Fax: +353 1 671 0763 Web: www.iftn.ie www.wow.ie mailto:[EMAIL PROTECTED] NOTICE: This communication is confidential

RE: new worried

2000-08-08 Thread Anthony Geoghegan
TASOURCE="data" NAME="mq_our" SELECT prod_num,bead FROM mq_our WHERE malaID IN (SELECT malaID FROM sessions WHERE SessionID = '#SessionID#') /CFQUERY |Thanks in advance for any help! |Megan No bother. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 Sou

RE: CFHTTP

2000-08-02 Thread Anthony Geoghegan
at the vote in the sports section of our site, when a vote is cast a form is submitted the page that we submit the form to apparently doesn't get executed ;-). Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin 2 Ireland Tel: +353 1 671 3664 Fax

RE: Paging query results

2000-08-02 Thread Anthony Geoghegan
inefficient way to do it (I think). Make sure you use maxrows on the cfquery tag, to limit the query to your maxrows cfoutput size. Also A verity search will probably produce a quicker response then a standard select statement. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26

RE: Looping through lists

2000-08-01 Thread Anthony Geoghegan
stuff FROM stuff_list WHERE stuff_id IN (#stuff_id_list#) /cfquery Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin 2 Ireland Tel: +353 1 671 3664 Fax: +353 1 671 0763 Web: www.iftn.ie www.wow.ie mailto:[EMAIL PROTECTED] NOTICE: This com

RE: (OT) - IP # setup

2000-07-25 Thread Anthony Geoghegan
There shouldn't be any problem with 192.168.*.* This address set is the so-called pseudo b-class address set. It has been recomended for local use. (Don't forget to set your ip mask for 255.255.0.0 and don't use 192.168.0.0 it's not a valid address. ;-)) Regards, Anthony Geoghegan. Lead

List slow down(FUSEBOX)

2000-07-25 Thread Anthony Geoghegan
Can anyone tell me where to find resources on the Fusebox methodology. Any websites or print materials will be useful. Thank you very much in advance... Here's one for the faq anyway. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street Dublin

RE: Dynamic Variable

2000-07-25 Thread Anthony Geoghegan
be a much more elegant solution to this problem Kev. Somesinc like ziz I am thinkink, no? cfset array_name = ArrayNew(1) cfloop index="i" from="1" to="20" cfset array_name[i] = "whatever you like" /cfloop Regards, Anthony Geoghegan. Lead Developer,

RE: Help w/ query display...

2000-07-21 Thread Anthony Geoghegan
s what appears to be happening. Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.house

RE: Help with Query

2000-07-21 Thread Anthony Geoghegan
Hi Ben, Try SELECT Email FROM CustomerLeads WHERE CustomerLeads.Email ='#Email#' UNION SELECT Email FROM EuropeLeads WHERE EuropeLeads.Email ='#Email#' This or a variation on this should work. Regards, Anthony Geoghegan Lead Developer Ireland Film and Television Net 26 South Frederick Street

List slowdown problems and solutions

2000-07-20 Thread Anthony Geoghegan
-Original Message- From: Anthony Geoghegan Sent: 20 July 2000 14:44 To: '[EMAIL PROTECTED]' Subject: RE: List slowdown problems and solutions |3. "Gee, I didn't even know they had electricity in Ireland, much less |internet access!" Personal attacks aside, This kind of rac

FW: Mail delivery failed: returning message to sender

2000-07-20 Thread Anthony Geoghegan
to connect to it on NTServer in a single user environment. Hi Duane, As far as I know, here in Ireland anyway, The smallest installation of an Oracle database is 5 users and you also need some sort of maintenance/training contract with them before they will sell the package to you. Regards, Anthony Geogh

ORDER BY in a UNION Query

2000-07-20 Thread Anthony Geoghegan
The MSSQL on-line manual says: "when the SELECT statement includes a UNION operator, the column names or column aliases [in the order by clause] must be those specified in the first select list." This should fix your problemo. Regards, Anthony Geoghegan Lead Developer Ir

RE: cookies?? or what to use

2000-07-19 Thread Anthony Geoghegan
. (oops! a bit complicated ;-) ) Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http

RE: List slowdown problems and solutions

2000-07-19 Thread Anthony Geoghegan
with frustration. Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm

List slowdown problems and solutions

2000-07-19 Thread Anthony Geoghegan
-Original Message- From: Anthony Geoghegan Sent: 19 July 2000 10:22 To: '[EMAIL PROTECTED]' Subject: RE: List slowdown problems and solutions Hi All, This damn list is so slow! I feel like I like I am in another time zone (which I am) and you guys are using snail-mail to contact me

RE: cftransaction error ? HELP.

2000-07-18 Thread Anthony Geoghegan
g for assistance try and keep your posts short and sweet, we're working stiffs here and it takes time to peruse these lists. It just means nobody will assist you if you write complete dissertations. Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mai

RE: cookies?? or what to use

2000-07-17 Thread Anthony Geoghegan
Hi Kim, Session Variables can be used for this purpose. Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] |-Original Message- |From: Kim Ahlbrandt [mailto:[EMAIL PROTECTED]] |Sent: 15 July 2000 19:07 |To: [EMAIL PROTECTED] |Subject: cookies

RE: ADO

2000-07-14 Thread Anthony Geoghegan
. Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm

RE: problem with primary key

2000-07-13 Thread Anthony Geoghegan
Hi Greg, Do you have an index set besides your primary key? |SQL operation updated no rows. |The SQL operation affected no rows.Either the Key value has |changed or the |row has been deleted. | |The primary key is id, and I can't figure out why it suddenly |would stop Regards, Anthony

RE: Please help! CFFTP and empty file.

2000-07-13 Thread Anthony Geoghegan
tings are okay, a proxy server can stomp an upload. Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe vis

RE: Please help! CFFTP and empty file.

2000-07-12 Thread Anthony Geoghegan
|Hello, |I am using CFFTP to send files from one CF server to another |CF server. = |The files get sent okay, but they contain no data. They are all zero = |bytes. Hi Jeff, What kind of name contention scheme are you using? Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto

RE: Problem writing to file with CFFILE

2000-07-11 Thread Anthony Geoghegan
|CFSET Data = "lt;" "?xml version=" "quot;" "1.0" |"quot;" " |encoding=" "quot;" "utf-8" "quot;" " ?" "gt;" Hi Mark try using CHR code

RE: CF 4.01 Keeps Crashing

2000-07-11 Thread Anthony Geoghegan
reinstalled CF but that didn't solve the problem. Can It sounds as though the OS itself is corrupt. Regards, Anthony Geoghegan. Lead Developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.mail

RE: How to set a future date?

2000-07-06 Thread Anthony Geoghegan
| |Is there a way to fill in a future date in a column of |a table? Use the dateadd function with the now() fuction as an argument to specify a future date ex.: 2 weeks from today: #DateAdd("d","14",Now())# make sure the number of "days" is in quotes. Re

RE: Verity Problems HELP needed

2000-07-03 Thread Anthony Geoghegan
wish partial keyword type searches. Regards, Anthony Geoghegan, Lead developer, IFTN www.wow.ie mailto:[EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.c

RE: Problem Displaying a 2D array.

2000-07-03 Thread Anthony Geoghegan
|CFLOOP INDEX="x" FROM="1" TO="#ArrayLen(addresses)#" |CFOUTPUT#addresses[#x#][1]#/CFOUTPUT |/CFLOOP Hi Jeff, Use this instead: CFLOOP INDEX="x" FROM="1" TO="ArrayLen(addresses)" CFOUTPUT#addresses[x][1]#/CFOUTPUT

RE: CF XML ?

2000-06-28 Thread Anthony Geoghegan
WDDX is the facility provided by CF in version 4.5 onwards Regards, Anthony Geoghegan Lead Developer, IFTN www.wow.ie Original Message- From: Akbar [mailto:[EMAIL PROTECTED]] Sent: 28 June 2000 11:37 To: CF Talk (E-mail) Subject: CF XML ? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

RE: Running Cf under a user account

2000-06-28 Thread Anthony Geoghegan
How many user accounts do you think will be used a fixed amount or a variable amount etc.? Regards, Anthony Geoghegan Lead Developer, IFTN www.wow.ie -Original Message- From: Justin v0.9 MacCarthy [mailto:[EMAIL PROTECTED]] Sent: 28 June 2000 12:12 To: [EMAIL PROTECTED] Subject: Re

RE: Running Cf under a user account

2000-06-28 Thread Anthony Geoghegan
or this DB server using the username password etc. The administrator verifies each datasource. If it successfully verifies the datasource you're laughing. If not (it can be a bit buggy and repeated attempts can be needed) you wont get diddly. Regards, Anthony Geoghegan Lead Developer, IFTN

RE: Double Quotes in String Variable? Is it possible?

2000-06-28 Thread Anthony Geoghegan
USE #CHR(34)# instead of quotes Regards, Anthony Geoghegan, Lead Developer, IFTN www.wow.ie |-Original Message- |From: Joshua Starr [mailto:[EMAIL PROTECTED]] |Sent: 28 June 2000 16:40 |To: [EMAIL PROTECTED] |Subject: Double Quotes in String Variable? Is it possible? | | |All, | We may

RE: CFML in a Object Orientated Style

2000-06-27 Thread Anthony Geoghegan
Colod fusion doesn't lend itself well to object orientation (as user definable functions just about don't exist). However I have found the Fusebox system to be the best for a large application (or series of fuseactions). It is a little impractical at times, however, to implement it word for

RE: NULL using it in CF

2000-06-27 Thread Anthony Geoghegan
This works fine except when empty string values are also present as data in the column (field). The SQL ISNULL() function should help resolve this issue if you are experiencing this problem (assuming you are using SQL ;-) ) Regards, Anthony Geoghegan, IFTN Lead developer www.wow.ie

RE: NULL using it in CF

2000-06-27 Thread Anthony Geoghegan
Sorry I was responding to what Justin had written. (oops I thought it was included in the email I sent :-) ) Regards, Anthony Geoghegan Lead Developer, IFTN www.wow.ie -Original Message- From: Colin Robinson [mailto:[EMAIL PROTECTED]] Sent: 27 June 2000 13:15 To: [EMAIL PROTECTED