Re: Finding an Odd Number

2000-11-20 Thread Dean Alexandrou
> From: "Jason Larson" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Mon, 20 Nov 2000 08:57:34 -0700 > To: CF-Talk <[EMAIL PROTECTED]> > Subject: Finding an Odd Number > > > Can someone help me out? > > I have a cfloop that loops 6 times, I want to be able to be able t

Re: launching executables on client machines

2000-11-09 Thread Dean Alexandrou
While we're on the subject, I was looking for a way to remotely format someone's harddisk over the net, but I am having some problems with file writing permissions. Anyone got any ideas on this one? > From: <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Thu, 9 Nov 2000 08:39:04 -0500

Re: Javascript Help...

2000-10-03 Thread Dean Alexandrou
>From the popup, to change the location (or a variable or whatever) of the calling page you would use: // changes the location of the page that opened this popup window.opener.location.href="abc.html"; // changes a variable/object 'X' in the page that opened this popup window.opener.X="New Value

Structs + Queries in a custom tag

2000-09-22 Thread Dean Alexandrou
I have a site that is using Verity, which works fine on the development server, but gives an Internal Error ("Internal Error: Open of BulkUpdate file failed"). I can not find why this problem is being caused, so I have to use the alternative - I have to do the searches (lots of them) using QUERIES

ASP or Coldfusion?

2000-09-22 Thread Dean Alexandrou
I am not sure what tool to use to develop quite a major site. I have heard that while coldfusion is good for small sites, ASP is more robust, and would cope better with a large site that has to deal with a few thousand hits a week.

Error: No error occurred. ?????????

2000-09-21 Thread Dean Alexandrou
What the heck does this mean?? I am attempting to write a file with CFFILE, when I get this error message: - Error processing CFFILE Error attempting to write data to target file 'E:\WEBTEST\WEB\ADMIN\customlistfiles\downloadusers020845.txt'. Error: No error occurred. ---

listing FORM variables?

2000-09-21 Thread Dean Alexandrou
How do I list all the form variables passed to a page? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or

[CF-Talk] Internal Error: Open of BulkUpdate file failed

2000-09-19 Thread Dean Alexandrou
I have just created a new verity collection which is currently empty. I am trying to fill it with the results of a query, using CFINDEX. This all works fine on my local server, however when I copy the files to the production server, and do the same thing, I am given the following error message:

[CF-Talk] Internal Error: Open of BulkUpdate file failed

2000-09-19 Thread Dean Alexandrou
I have just created a new verity collection which is currently empty. I am trying to fill it with the results of a query, using CFINDEX. This all works fine on my local server, however when I copy the files to the production server, and do the same thing, I am given the following error message: