RE: Using CFLOCK

2000-03-29 Thread David Gassner
If you are locking session vars, use the name: name="#session.sessionid#" If you are locking application vars, use the name: name="#application.applicationname#" > -Original Message- > From: Cameron Childress [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 10:48 AM > To: [

Re: query date problem

2000-03-29 Thread Fred Sanders
your asking for everything its got that doesn't have a date equal to greater than the exact second your run the query. Which is probably everything in the table. - Original Message - From: "S R" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 29, 2000 1:25 PM Subject: q

RE: query date problem

2000-03-29 Thread Mark Warrick
First problem: you need to put pound signs around "Now()". Second problem: even if you try that, the date format might be incorrect. What kind of field are you searching against? What kind of database is it? What is the format of the dates in the field? Match up the date with your search

query date problem

2000-03-29 Thread S R
This query gives me all records in the database instead of just what I asked for. What am I doing wrong?? This NewDateArc field is a DateTime field in Access select * from ArchivesCopy WHERE NewDateArc < NOW() __ Get Your Private, Free Email

RE: CFTry Question

2000-03-29 Thread Larry Meadors
You can use to throw your own exceptions. I thought I saw a in fhe cf45 docs that I think woudl do what you want... Larry >>> [EMAIL PROTECTED] 03/29/00 11:32AM >>> I think what he is looking for is a way to return an exception, instead of abort processing. I'd be interested in a solution to

Re: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Steve Aylor
protofax or you might try active4 Steve > > Howdy Y'all, > >Is there a way to get CF to print an HTML document? I'm looking for a way > to dump > an html page to a networked fax machine. > > > > Lon Lentz > GetLists.Com > [EMAIL PROTECTED] --

Help inserting two related form fields

2000-03-29 Thread Chris Geanious
Greetings, I have an HTML form with a set of dynamically generated checkboxes with the same name and a set of dynamically generated text fields with the same name. Each check box corresponds to a text field so each inserted row will have an ID, checkbox data, text field data. Is there a way to l

RE: Using CFLOCK

2000-03-29 Thread Cameron Childress
> When using CFLOCK how important is it to name the lock In CF 4.0: very, always name it... In CF 4.5, which I am not using yet, I am uncertain if names should be used or not. In 4.5, I *think* they should be used in all cases except for when locking application, session and server vars. Someon

RE: CFTry Question

2000-03-29 Thread jstiefel
I think what he is looking for is a way to return an exception, instead of abort processing. I'd be interested in a solution to this myself! -Original Message- From: Brandon Whitaker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 1:14 PM To: [EMAIL PROTECTED] Subject: Re: CFTr

Re: Who Said netscape is dead & as for People dressed in black wearing berets.....

2000-03-29 Thread Fred Sanders
I can bid on a genuine Steve Aylor beret Gotta go off to Ebay!!! Hey that almost rhymes. - Original Message - From: "Stephen M. Aylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 29, 2000 11:58 AM Subject: Re: Who Said netscape is dead & as for People dressed i

CF to EPS

2000-03-29 Thread Tony Reynolds
Does anyone know of a Tag that will take CF output and covert it to an EPS file? Tony Reynolds SecurePay -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sideb

Re: Who Said netscape is dead & as for People dressed in black wearing berets.....

2000-03-29 Thread Brandon Whitaker
-Original Message- From: Stephen M. Aylor <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, March 29, 2000 12:18 PM Subject: Re: Who Said netscape is dead & as for People dressed in black wearing berets. >> Rey >> Certified Allaire Instructor >> Member of

Using CFLOCK

2000-03-29 Thread Ric Smith
When using CFLOCK how important is it to name the lock and if you name all locks should everylock in your application have a different name? Thanks. -- Ric Smith -- Archives: http://www.eGroups.com/list/cf-talk To Un

RE: CFTry Question

2000-03-29 Thread David Gassner
How about... The file could not be updated. File is locked or read only. Display success message... > I have wrapped cftry around a cfflile call to intercept error messages if > the file can not be updated but I want t

RE: CFTry Question

2000-03-29 Thread Chris Evans
If it doesn't fail, it works. So if it isn't caught, it succeeded. It worked! The file could not be updated. File is locked or read only. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Duan

Re: CFTry Question

2000-03-29 Thread Brandon Whitaker
>How do I return a success from CFTry? >I have wrapped cftry around a cfflile call to intercept error messages if >the file can not be updated but I want to return a success message if the >was no errors. Here is what I have: > > > > > The file could not be updated. File is locked or read only.

Any good Improve Queries Articles?

2000-03-29 Thread Craig M. Rosenblum
-- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

RE: CFTry Question

2000-03-29 Thread Olive, Christopher M Mr USACHPPM
it will just fall through the TRY/CATCH if it's successful. eg: The file could not be updated. File is locked or read only. #Output success message here# Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: Du

RE: CFTry Question

2000-03-29 Thread MFleming
Simply enter your success text after you close your cfcatch... like so: The file could not be updated. File is locked or read only. The file was uploaded. Mike Fleming CF Codeslinger "I spent my whole life not knowing what I want out of it, j

RE: Disappearing Session Variables

2000-03-29 Thread Won Lee
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BF99A9.C87482A0 Content-Type: text/plain; charset="windows-1252" Or if you set your session variables in the application.cfm fil

Re: Disappearing Session Variables

2000-03-29 Thread Todd Ashworth
We used to have that problem. We had session management turned on in all of our application.cfm files (all 2 of them), but we were still having problems. The problems went away when we enabled client management as well and locked the session variables whenever they were being set. Todd Ashworth

Re: Who Said netscape is dead & as for People dressed in black wearing berets.....

2000-03-29 Thread Stephen M. Aylor
> Rey > Certified Allaire Instructor > Member of Team Allaire > > "A browser's beauty, at its heart, is its usefulness as a *TOOL*." Good Gdd Mn!!! Its Dave Watts everywhere :-) Now... off to list my beret on Ebay. Steve --

Re: FindNoCase Function

2000-03-29 Thread Alexander Lamon
Sherry, How 'bout converting both sides of the WHERE clause to all upper (or lower) case? Might be simpler way of bypassing case-sensitivity e.g. SELECT * from aTable where upper(proj_name) LIKE '%#UCase(projcontains)#%'; > >SELECT * >FROM pwcntrct > >...various other CFI

RE: FindNoCase Function

2000-03-29 Thread Adrian Wright
. . . WHERE LOWER(proj_name) LIKE '%#lowerSearchString#%' -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 10:54 AM To: [EMAIL PROTECTED] Subject: FindNoCase Function I have the following text box on a form: I can put the word "F

CFTry Question

2000-03-29 Thread Duane Boudreau
Hi all, How do I return a success from CFTry? I have wrapped cftry around a cfflile call to intercept error messages if the file can not be updated but I want to return a success message if the was no errors. Here is what I have: The file could not be updated.

RE: FindNoCase Function

2000-03-29 Thread Olive, Christopher M Mr USACHPPM
try upcasing the comparison fields. IE WHERE Ucase(proj_name) LIKE '%#Ucase(projcontains)#' the first Ucase is whatever uppercase function your database supports. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

RE: OT: Form Action Question - JS (MORE)

2000-03-29 Thread Larry Meadors
I just stuck this in, but I think it's close. When you change the selection, it updates the form action. == function reportfile_change(oSelect, oForm){ oForm.action = oSelect.options[oSelect.SelectedIndex] }; test1 test2 == >>> [EMAIL PROTECTED

Re: Disappearing Session Variables

2000-03-29 Thread Brian L. Wolfsohn
At 11:16 AM 3/29/2000 , you wrote: I just came across a similar situation a few minutes ago... Check to see if you have an stray application.cfm file which is NOT enabling session management. This is presuming that there is only a few seconds between the submission to the next page. >Anyone

Re: CFSCRIPT

2000-03-29 Thread Brandon Whitaker
>Is CFSCRIPT faster than regular coldfusion coding or is it just easier to >write so you can get something done faster? >>Yes. :) >Faster for variable assignment but slower when looping so I am led to >believe. I was chomping at the bit to refute this, in the fine tradition of Usenet Holy Warri

RE: DSNless connections

2000-03-29 Thread paul smith
Check out: http://www.able-consulting.com/ADO_Conn.htm best, paul At 01:59 PM 3/28/2000 -0500, you wrote: >I think you can use the CFREGISTRY tag to create legal DSNs, and then use >them in your code. CF_AutoAddMDB (found at >http://www.intrafoundation.com/freeware.html) would probably give y

Re: Disappearing Session Variables

2000-03-29 Thread Avi Flax
It's also possible that your CF server is being restarted occasionally. Avi At 11:16 AM 3/29/00 , you wrote: >Anyone know why/how session variables can >magically disappear? > >I have a page that sets session variables >then submits it to the next page for processing. > >Now and then, I would ge

Re: query to textfile

2000-03-29 Thread Alexander Lamon
You can do it two ways: 1) Schedule a page to create the text file at a certain time interval and then link to that file. (Only updated every so often.) 2) Have the user hit a page that runs a query and uses CFCONTENT based on that query to download the file to the user. (Always the freshest v

RE:SQL question [advanced]

2000-03-29 Thread Chris Porter
nope what i'm trying to do is different there is no join performed, all i'm trying to do is get x number of records from tblData where x='value' field in tblSomeInfo. my thought for this was to try: select top (select value from someInfo where uid=4) * from tblData but the top function wont allo

FindNoCase Function

2000-03-29 Thread sherry.zeiss
I have the following text box on a form: I can put the word "Fire" in the box and press "Find" using the following: WHERE proj_name LIKE '%#projcontains#%' and it finds all the correct projects. But if I put the word "fire", it doesn't find anything. So I would like to do a non-case-sensit

RE: query to textfile

2000-03-29 Thread Won Lee
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BF999F.6AB7D250 Content-Type: text/plain; charset="windows-1252" yeah i got it to work did it exactly that way going to make a

Re: Who Said netscape is dead & as for People dressed in black wearing berets.....

2000-03-29 Thread Rey Bango
Same here. Rey Certified Allaire Instructor Member of Team Allaire "A browser's beauty, at its heart, is its usefulness as a *TOOL*." - Original Message - From: "lsellers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 29, 2000 1:49 AM Subject: RE: Who Said netscape

RE: 2 different data sources

2000-03-29 Thread Dan O'Keefe
Time to set up a filter for these mime emails > -Original Message- > From: Won Lee [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 7:32 AM > To: '[EMAIL PROTECTED]' > Subject: RE: 2 different data sources > > > This message is in MIME format. Since your mail reader does not

Re: CFFILE error

2000-03-29 Thread Deanna L. Schneider
I had that problem until I added the enctype to my form tag. See below. >The form field specified in the CFFILE tag (FILMESSAGE) does not >contain an >uploaded file. Please be sure you have specified the correct form >field name.

Disappearing Session Variables

2000-03-29 Thread Thomas Soraoka
Anyone know why/how session variables can magically disappear? I have a page that sets session variables then submits it to the next page for processing. Now and then, I would get an error stating that the variables are undefined. This error occurs infrequently and sporadically. I'm guessing t

RE: Who Said netscape is dead & as for People dressed in black we aring berets.....

2000-03-29 Thread Mack, Chris R
One reason to not use Netscape is the mailto links will only pull up Netscape Messenger unless you find an Outlook Express dll so that Netscape will use OE instead of itself. I agree that the page needs to "work" in both browsers, it's just that a major annoyance with the email will prevent peopl

Re: CFFILE error

2000-03-29 Thread John Quarto-vonTivadar
> I have been around the block with this error and at the moment am very > frustrated. John, I use the following snippets of code and have no problems with an upload (esp note section 2) section 1 (upload file form) == New File: s

RE: CFFILE error

2000-03-29 Thread MFleming
What does your form declaration look like?? Mike Fleming CF Codeslinger "I spent my whole life not knowing what I want out of it, just chasing my tail. Now for the first time I know exactly what I want and who... that's the damnable misery of it." Tombstone -Original Message- From: J

RE: CFMail issues

2000-03-29 Thread John Tierney
They don't even send from the spool actually. We are our own mail provider and all the mail addresses are from our own domain at this point. -Original Message- From: John N Westerlund [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 10:48 AM To: [EMAIL PROTECTED] Subject: Re: CF

Re: query to textfile

2000-03-29 Thread Jim McAtee
Sure. Within a CF template, use CFFILE to write the file, then create a page with a link to the new file. Jim -Original Message- From: Won Lee <[EMAIL PROTECTED]> To: cf-talk (E-mail) <[EMAIL PROTECTED]> Date: Wednesday, March 29, 2000 9:06 AM Subject: query to textfile >Any way to d

Re: SQL 7 SP 2

2000-03-29 Thread WBB
Installed it a couple of days after it came out, no problems at all so far ;) > Just saw that this was out. Figured a lot of people have this for thier > database. Has anyone had any horror stories using it or good stories? > http://support.microsoft.com/support/sql/content/spack.asp > > > Rober

Re: Database Access

2000-03-29 Thread Chris Tazewell
Mark, What I would do is add a column in the table to store the identity of the user who updates the relative row. When the user first accesses the site, get them to log in and then you can hold an account, or you could just set a cookie with a unique ID. Then when adding to the database just th

RE: OT: Form Action Question - JS (MORE)

2000-03-29 Thread Pecora, James
Thanks Larry - Can you give me some guidance on syntax placement... What I have... Report: test1 test2 ... other form fields ... I want the form to be submited to whichever file is selected in the "ReportFile" field... Where would "this.f

RE: Form Action Question - JS

2000-03-29 Thread Dan G. Switzer, II
James, You should be able to do the following: document.formName.action = "/newURL/"; document.formName.submit(); -Dan ++---+ | name | Dan G. Switzer, II| |company | PengoWorks.com| |www | http://www.pengoworks.com | | mailto | [EMAIL PR

Re: Database Access

2000-03-29 Thread Sharon DiOrio
Yes it is possible. You can collect the login information when the user logs into the website and save them as Session variables. Then you can have each query submit the username and password in the cfquery tag. Something like this: the body. --

CFFILE error

2000-03-29 Thread John Keane
I have been around the block with this error and at the moment am very frustrated. First the line of code: The error: The form field specified in the CFFILE tag (FILMESSAGE) does not contain an uploaded file. Please be sure you have specified the correct form field name. filMessage contains

TEST

2000-03-29 Thread Kevin McCabe
-- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Re: Who Said netscape is dead & as for People dressed in black wearing berets.....

2000-03-29 Thread Will
Well, that's no reason to not use Netscape as a browser since Outlook Express has nothing to do with IE. Plus, the new Mozilla Browser (Netscape 6.0 when it's released) will have multiple mail accounts, and from the alpha version, it looks like it'll handle them even better than OE. But the fact r

Re: CFMail issues

2000-03-29 Thread John N Westerlund
You may want to check with your mail provider as a lot of them now block certain mails depending on where they originate from, the from address domain, etc. Our last one did this, generally as a precaution to stop spammers from using it as a relay for spam. -Original Message- From: Childr

query to textfile

2000-03-29 Thread Won Lee
Any way to do this? 1)do a query. 2)cfoutput the query to a text file. 3)have the user DL the text file Won Lee Systems Consultant New Channel Technologies (330) 220-1558 [EMAIL PROTECTED] "Turning ideas into e-Business" Premier Partner --

RE: CFSCRIPT

2000-03-29 Thread Steve Martin
Faster for variable assignment but slower when looping so I am led to believe. -Original Message- From: Brandon Whitaker [mailto:[EMAIL PROTECTED]] Sent: 29 March 2000 16:30 To: [EMAIL PROTECTED] Subject: Re: CFSCRIPT >Is CFSCRIPT faster than regular coldfusion coding or is it just easi

Re: Database Access

2000-03-29 Thread paul smith
Set up a "User" column in your DB table, and write a user ID to it whenever they write to it. You might also want a date column, "Last_Updated" or some such. best, paul At 04:03 PM 3/29/2000 +0100, you wrote: >I am designing a system where users log in to see data and can update add >and dele

SQL 7 SP 2

2000-03-29 Thread Robert Everland III
Just saw that this was out. Figured a lot of people have this for thier database. Has anyone had any horror stories using it or good stories? http://support.microsoft.com/support/sql/content/spack.asp Robert Everland III Network Administrator Orlando.com

Re: OT: Form Action Question - JS

2000-03-29 Thread Larry Meadors
Yes, set the form's action property (available in ie4+ and NN3+ I think). You can do this from a form element (this.form.action="foo.cfm"). If you want more info, check out: http://developer.netscape.com/docs/manuals/communicator/jsref/index.htm Larry >>> [EMAIL PROTECTED] 03/29/00 08:20AM >>>

Re: Do I need listserv?

2000-03-29 Thread paul smith
CF can do it (once or more a week) We did statistics on how long it would take, but I can't find them right now, probably less than 4 hours on a decent machine. best, paul At 10:15 AM 3/29/2000 -0500, you wrote: >Hello, > >My company sends out a weekly digest to about 10,000 site subscribers w

Re: CFSCRIPT

2000-03-29 Thread Brandon Whitaker
>Is CFSCRIPT faster than regular coldfusion coding or is it just easier to >write so you can get something done faster? Yes. :) I can't remember exactly where I saw the article (I could've sworn it was in Fusion Authority WNA somewhere, but I couldn't find it this morning), but if I recall corre

Database Access

2000-03-29 Thread Mark Jones
I am designing a system where users log in to see data and can update add and delete the data. What I was wondering is whether or not it is possible to tell which user id has edited the database. For instance, is it possible for a user to access the database according to his/her user id and pass

OT: Form Action Question - JS

2000-03-29 Thread Pecora, James
Is it possible to have the form action driven by a form element? I have a select box that is listing some pages, when the user select a page and fills out the rest of the form, I want the form submited to the page selected in the select box... I realize I can do this by using this form param on

Do I need listserv?

2000-03-29 Thread stas
Hello, My company sends out a weekly digest to about 10,000 site subscribers who can opt-in/out from their profile on the site. Do I need to employ a listserv package for this, or would CFMAIL suffice? I really don't want to get another box to run a mailer. We currently use MessageMedia, but that

Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Lon Lentz
Howdy Y'all, Is there a way to get CF to print an HTML document? I'm looking for a way to dump an html page to a networked fax machine. Lon Lentz GetLists.Com [EMAIL PROTECTED] -- Archives: http://www.eGroup

RE: CFMail issues

2000-03-29 Thread Sean Daniels
> Here is what I've done so far: > I replaced smtp.dll as per the allaire hot fixes page. > I have verified and reverified the server settings. > I have doubled the time out in cfadmin. > I have started and restarted the services and cleared the spool adnauseum. > I am still able to use the tag ab

RE: CFMail issues

2000-03-29 Thread John Tierney
Here is what I've done so far: I replaced smtp.dll as per the allaire hot fixes page. I have verified and reverified the server settings. I have doubled the time out in cfadmin. I have started and restarted the services and cleared the spool adnauseum. I am still able to use the tag about 5 times,

RE: Passing form variables through frames

2000-03-29 Thread Stanislav Maximov
Hello, Michel! Why not to use url arguments for that? Regards, Stas. > -Original Message- > From: Michel Gagnon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 4:48 PM > To: [EMAIL PROTECTED] > Subject: Passing form variables through frames > > > Hi! > > Is there a way t

RE: MsSQL 7 stored procedure help

2000-03-29 Thread Won Lee
I'm not sure but it always helps if the object owner is DBO instead of a user too. unless you made it as the DBO -Original Message- From: Vishakha [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 02, 2000 6:19 AM To: [EMAIL PROTECTED] Subject: Re: MsSQL 7 stored procedure help If yo

Re: Virtual Memory Errors

2000-03-29 Thread Rahul Joshi
Whats the error ? Are u using Windows NT 4.0 ? If yes then check the size of virtual memory .. Initial size should be RAM + 12 MB & end size should be 50 to 60 MB higher side than Initial size. If pagefile.sys is on system partition then move it to other partition than System. If this works then f

RE: CFMail issues

2000-03-29 Thread John Tierney
Heck of a work around. Kinds makes it useless in a lot of cases. Right now as I try to trouble shoot this, all TO: and FROM: address are in our domain. -Original Message- From: Childress, Emily [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 8:24 AM To: '[EMAIL PROTECTED]' Sub

Virtual Memory Errors

2000-03-29 Thread Erik Nachbahr
Greetings all: My CF (4.0) Server is getting Virtual Memory Errors. I noticed that when this happens, all of the CF Sites seem to crap out - it doesn't seem to be effecting the html sites. Another thing I noticed is that when this happens (it is happening about every 2 days), the CF .exe is only

cold fusion's version of 404

2000-03-29 Thread Deanna L. Schneider
Apologies up front if this comes through in mime. I've got it sent to plain text, and set to "unencode" so hopefully this will work. Anyway, my question is this: Has anyone figured out a way to trick indexing systems (like Verity) into reading cold fusion's custom 404 page as a regular 404 page a

RE: CFMail issues

2000-03-29 Thread Jay Wigginton
Well... I found that the problem was in the ones that were phone numbers instead of email addresses... they contained dashes which for some reason was being misinterpreted by CF as an arithmetic operator... just another thought... :) Jay > -Original Message- > From: John Tierney [mailto:

Hacked Allaire Forums?

2000-03-29 Thread paul smith
Anyone hacked Allaire Forums to enable posting of messages from a list server? best, paul PS> I've got the hard part done, CFSCHEDULE ;-) -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://ww

Passing form variables through frames

2000-03-29 Thread Michel Gagnon
Hi! Is there a way to pass form variables throught a frameset? Tx! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a

RE: CFSchedule

2000-03-29 Thread Christian Labrecque
Sorry , I forgot a line Delete them without the task name(that's why I want a list of the task names) > -Original Message- > From: Christian Labrecque > Sent: Wednesday, March 29, 2000 8:44 AM > To: '[EMAIL PROTECTED]' > Subject: CFSchedule > > Hi folks, > > I set up few task w

CFSchedule

2000-03-29 Thread Christian Labrecque
Hi folks, I set up few task with cfschedule , and I want a know if there's a way to have a list of the tasks from the server or a way to delete them. Thanks Christian -- Archives: http://www.eGroups.com/list/cf-talk

JavaScript not updating frame

2000-03-29 Thread KevinW
I have a multi frame window. One frame is a cftree. When a branch of the tree is selected it opens the details via a link in a second frame. I then need to refresh the information in yet another frame. This third template uses a session variable to update the name of the object just selected in th

RE: 2 different data sources

2000-03-29 Thread Won Lee
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BF9983.1C63CC50 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable If you are going to

RE: CFMail issues

2000-03-29 Thread Childress, Emily
I ran into the same problem with our setup. The mail server didn't like addresses outside of our domain as the FROM: address. It had something to do with our mail server, not CF> the work-around was to only allow a from address within our domain. -e -Original Message- From: Jay Wigginton

RE: CFMail issues

2000-03-29 Thread John Tierney
Which dll exactly and where can I get a fres one short of reinstalling? -Original Message- From: Rahul Joshi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 28, 2000 4:10 PM To: [EMAIL PROTECTED] Subject: Re: CFMail issues Check out the dll for CFmail TAG & if needed replace it with fr

RE: Using Visual Source Safe with MACS on an NT network?

2000-03-29 Thread mherbene
http://www.metrowerks.com/desktop/MWVSS/ Haven't used it, just seen references to it. -Original Message- From: stephen holland chang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 28, 2000 8:48 PM To: [EMAIL PROTECTED] Subject: OT: Using Visual Source Safe with MACS on an NT network?

RE: CFMail issues

2000-03-29 Thread John Tierney
So far none of the e-mail address are coming from a database query. just form inputs. -Original Message- From: Jay Wigginton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 28, 2000 4:32 PM To: [EMAIL PROTECTED] Subject: RE: CFMail issues I have come upon this error and found it to be

Re: OT? Tracking bandwidth usage.

2000-03-29 Thread Bud
On 3/29/00, Jim McAtee penned: >On a shared server the only way to do this is to monitor the logs. >If you also >have FTP server(s) to monitor then you'll need to do the FTP logs as well. >Statistics server will give you web server totals for the domains, >but like you >say, you need to go into

RE: CFMail issues

2000-03-29 Thread John Tierney
upon further investigation.. .I happens every time I or another user makes use of the CFMail. What seems to be happening is the first mail gets stuck in the spool (cfusion/mail/spool..I think)I have gotten it to send one msg after clearing this dir, all mail sent after that gets stuck. john

Transact

2000-03-29 Thread Iztok Polanic
Hy! What sort of a sodtware can we buy to make a transaction. We know for OpenMarket and their Transact. Are there any others (links, info, price...)? Bye, Iztok -- Archives: http://www.eGroups.com/list/cf-talk To Unsu

OT - Accuweather3 tag update

2000-03-29 Thread Fred Sanders
sorry for the off topic post, no replies necessary or needed. If anyone who downloaded the requested accuweather3 tag a few weeks ago, I've fixed the accu-weather link, applied a different fix that Steve Reich had done and was nice enough to send me, and other bug that occasionally cropped up on

Worldpay integration

2000-03-29 Thread Steve Martin
Does anybody know of a CF tag or set of tags to interface with the Worldpay payment system. I need to get something up and running soon and don't really want to integrate the site I'm working on from scratch if someone has already done the donkey work. Steve Martin E: [EMAIL PROTECTED] T: +44 (0)

Re: Netscape vs. IE

2000-03-29 Thread Fred Sanders
uh don't take this the wrong way but, so? - Original Message - From: "DSJ" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 29, 2000 2:01 AM Subject: Netscape vs. IE > This is a multi-part message in MIME format. > > --=_NextPart_000_000A_01BF991A.5AA22B40 > Content

RE: Mark and Re-Crystalise

2000-03-29 Thread Mark Jones
Try this link http://crystal-reports-asp.com/ Mark -Original Message- From: Todd Ashworth [SMTP:[EMAIL PROTECTED]] Sent: Wed, 29 Mar 2000 19:05 To: [EMAIL PROTECTED] Subject:Re: Mark and Re-Crystal

You never know exactly how much you miss something until ........

2000-03-29 Thread Fred Sanders
Hey Gang, If anyone's directed questions or comments to me please re-send, I've lost about 2 almost 3 days of messages. Whether it was due to mail server errors or someone just decided to unsubscribe me I have no idea (I'm leaning more towards the mail server errors, you guys wouldn't do that).

Re: Slightly OT...

2000-03-29 Thread Fred Sanders
LOL, Congrats. You also now have an excuse for why your up at 3am in front of your computer. Your waiting for the feed bell so your wife can sleep. :) Fred - Original Message - From: "Ian Lurie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 25, 2000 10:21 AM Subje

Netscape vs. IE

2000-03-29 Thread DSJ
This is a multi-part message in MIME format. --=_NextPart_000_000A_01BF991A.5AA22B40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Most Used Browsers Browser Hits % of Total Hits User Sessions 1 Microsoft Internet Explorer 567,553

Re: OT? Tracking bandwidth usage.

2000-03-29 Thread Jim McAtee
On a shared server the only way to do this is to monitor the logs. If you also have FTP server(s) to monitor then you'll need to do the FTP logs as well. Statistics server will give you web server totals for the domains, but like you say, you need to go into each one individually and find the ban

<    1   2