Pause

2001-05-07 Thread Joshua Tipton
I have one page that goes to a server with form fields and makes it create a text file. I then want to put a pause after it does the get and then kick off the rest of the code to do the get for the text files. Does anyone have any idea on this one? Joshua Tipton ~~

RE: CFIF Help

2001-05-07 Thread Joshua Tipton
Why any I reciving this error? Thanks for the code Rich it set me in a new direction which I think is better than the one I was going in. #FinalAnswer# Error Diagnostic Information An error occurred while evaluating the expression: FinalAnswer = ListGetAt(eList, ListPositi

Does the App Server Market Still Exists?

2001-05-07 Thread Peter Tilbrook
An interesting article on Internet.com: http://serverwatch.internet.com/articles/appsmkt/index.html ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archi

RE: Re: Customisation question

2001-05-07 Thread Seamus Campbell
thank you so much - I was climbing the walls with frustration Seamus At 02:56 pm 8/05/01 , you wrote: >You'll have to create a separate table for the administration information. >Then where you have FORM.NTS in your query, it will be replaced with the >value from the database. > >HTH, >Steve ~~

Re: Next-Previous Record Display

2001-05-07 Thread Gary Groomer
Try the below link. This custom tag does an excellent job and it is easy to customize. http://www.fruir.net/web/JustApp/customTags/CF_RESULTPAGES/ Gary Groomer - Original Message - From: "Steve Reich" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 9:13

NT default folder sharing

2001-05-07 Thread madan_sanjay
Is there anyway i could disable the default sharing of the local drivers on NT ? Even if i change the settings, everytime i boot, the drives go on shared again ... thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Next-Previous Record Display

2001-05-07 Thread Pablo Varando
There is a great tutorial here: http://www.cfvault.com/index.cfm/mode/DisplayTutorial/TuUUID/CA3C99A0-EC34-1 1D3-85030050DABEAE1B Pablo http://www.cfm-resources.com - Original Message - From: Steve Reich <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 12

Re: Customisation question

2001-05-07 Thread Steve Reich
You'll have to create a separate table for the administration information. Then where you have FORM.NTS in your query, it will be replaced with the value from the database. HTH, Steve "Seamus Campbell" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > I cannot see how to do the

Next-Previous Record Display

2001-05-07 Thread Steve Reich
Does anyone know of a good, robust tag to do the Previous 10 - Next 10 routine on displaying recordsets? I need it to output the number of pages in the return as well. There is cf_nextrecords in the tag gallery, but it is too thin for my needs. I know I've seen a couple of good one's out there, bu

RE: Realtime Background Task

2001-05-07 Thread Al Musella, DPM
Another possibility, assuming you are using sql server, is set up a trigger on the database that creates the text file that you need, >P.S. The background page is performing several queries. The query results >are then used to create a text file. We don't want the user to have to wait >for

Re: Duplicate CFTOKEN and CFID . . .

2001-05-07 Thread Jeffry Houser
Any sort of firewall or proxy server or something in place? If they are in different parts of the country, I would assume not. But, I know that any sort of firewall / proxy server / whatever.. it may see all three users as coming from the same place, and therefore.. same CFID / CFTOKE

CFIF Help

2001-05-07 Thread Joshua Tipton
Okay, I have a 7 layer error code. I want to do a query to display only the one that is not 0. e1-e7. Six will be 0 and one will be occupied by a 1. This is how it will be displayed: #ecode# . What would the code for all of th tags would be. Here is the query: SELECT

Duplicate CFTOKEN and CFID . . .

2001-05-07 Thread Shawnea Carter
We work on a site that uses client variables to store username and pass info ("Remember My Pass" type of feature). We have received complaints from three people using this site that the username/pass info was already filled in, so I wrote a quick little routine that sends me their CFTOKEN and ID.

RE: good jscript list

2001-05-07 Thread Peter Tilbrook
http://www.javascriptsource.com -Original Message- From: Jared Clinton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 May, 2001 9:50 AM To: CF-Talk Subject: RE: good jscript list Hi, Not sure if anybody has mentioned www.irt.org yet, but I find it a great resource. Jared Clinton Software

RE: CF, Verity, and External collections

2001-05-07 Thread robrusher
Kevin, I did this a couple years ago on a Solaris system. I created the collections using Verity SEARCH'97 and was able to register those collections in CF on the same machine. I can't remember if I had to tweak the style files or not. I don't think so though. As for returning the pages I either

Customisation question

2001-05-07 Thread Seamus Campbell
I cannot see how to do the following, although I am sure it is very easy and I'm being stupid. Hope someone can help I have this query: SELECT tblProduct.ID, tblProduct.ProductDesc, tblProduct.SalePrice, tblProduct.NTS FROM tblProduct WHERE tblProduct.NTS='#FORM.NTS#' I want an admin person

Re: Daylight savings time on the server?

2001-05-07 Thread Jim McAtee
Maybe unrelated, but there's a bug in the Microsoft VC++ runtime libraries that would be seen between April 1st and April 8th. If you're working with dates in this date range, you may see date/time objects that are an hour off. http://support.microsoft.com/support/kb/articles/q214/6/61.asp Jim

Crystal Report

2001-05-07 Thread Joel Nath
Quick question... Is it possible to CREATE a Crystal Report via Cold Fusion. I know using the tag we can display the report but can we create it via CF.. Thanks in advance for any comments/suggestions. Joel ~~ Structure your ColdFusion code wi

Re: Daylight savings time on the server?

2001-05-07 Thread Kevin Miller
How are you determining the time zone offset from GMT? Are you using the GetTimeZoneInfo function? Kevin >>> [EMAIL PROTECTED] 05/07/01 05:43PM >>> OK, i have a weird one for you. the server time is correct. all my cf apps run just fine in relation to time. except 1. it is an education secti

Daylight savings time on the server?

2001-05-07 Thread Paul Ihrig
OK, i have a weird one for you. the server time is correct. all my cf apps run just fine in relation to time. except 1. it is an education section of the site. when a user goes to sign up for the class & they get their confirmation. all fine, but. then if the go & use a vCalendar sign up thing

RE: CFOUTPUT & GROUP

2001-05-07 Thread Paul Smith
Thansk! That answers my question. best, paul At 05:27 PM 5/7/01 -0700, you wrote: >Heh, not much to explain about it. On the easiest level just match the ORDER >BY clause in the SQL statement w/ the grouping levels. > >[SQL statement] > >ORDER BY field1, field2, field3, .. fieldn >; > > >[C

RE: CFOUTPUT & GROUP

2001-05-07 Thread Raymond B.
Heh, not much to explain about it. On the easiest level just match the ORDER BY clause in the SQL statement w/ the grouping levels. [SQL statement] ORDER BY field1, field2, field3, .. fieldn ; [CF output] Stuff every time new value in field1. Stuff every time new value in field2.

RE: FreeZip added to SimpleMessageBoard

2001-05-07 Thread Tony Schreiber
I got FreeZip from the Developer's Gallery. I was able to "include" it because it's open source. Any others? > There are a number of places. I downloaded a zip code database a while back > that works extremely well. I can send you a zipped version off list if > you're interested. > > Scott > >

RE: CFMAILPARAM and X-Mailer

2001-05-07 Thread Dylan Bromby
you don't need CFX_Mail if you're running CF 4.5. use the MAILERID attribute of CFMAIL to set the mailer to whatever you want. -Original Message- From: Paul Mone [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 4:19 PM To: CF-Talk Subject: RE: CFMAILPARAM and X-Mailer I think CFX_M

CFOUTPUT & GROUP

2001-05-07 Thread Paul Smith
Hello! Is there a good tutorial somewhere on the Subject? I need to group more than one level down and the subject of grouping always hurts my head ;-) Project Category 1 Project Type 1 Project 1 Project 2 etc Project Type 2 Project 89

RE: Realtime Background Task

2001-05-07 Thread Calvin Moree
We identified the following solution: we setup an expired schedule task in the coldfusion administrator, then on the page that inserts the data into the database we used the cfschedule tag . When using the "ACTION="Run"" the task will kick off immediately and only when new data is entered into the

RE: good jscript list

2001-05-07 Thread Jared Clinton
Hi, Not sure if anybody has mentioned www.irt.org yet, but I find it a great resource. Jared Clinton Software Engineer Maxi Multimedia NEC Australia > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 8 May 2001 1:17 > To: CF-Talk > Subject: RE: g

Re: Realtime Background Task

2001-05-07 Thread Jon Hall
This makes me wonder if Neo will allow us to use Java's inherent threading capabilities easily. I would just love the ability to and have this process have access to all of the CF properties, variables, and whatnot. jon - Original Message - From: "Raymond B." <[EMAIL PROTECTED]> To: "CF

RE: Realtime Background Task

2001-05-07 Thread Raymond B.
You could also cfexecute a batch file (w/ 0 timeout) to generate the output. This is done by calling the shell CF interpretter... cfml.exe on NT? (*nix person myself). There's no user wait w/ a 0 timeout but the process will run until completion. Or if you could wait 15min you could use cfschedul

RE: Different font colors by Event Code (whoops)

2001-05-07 Thread Craig Fisher
Whoops: I got outsmarted by Topstyle again. My fault. Just one dot before the class name in the style block! Like this: ..S { font-family : sans-serif; color : Blue; font-weight : bold; } -Original Message- From: Craig Fisher [mailto:[EMAIL PROTECTED]

RE: CFMAILPARAM and X-Mailer

2001-05-07 Thread Paul Mone
I think CFX_Mail takes care of this problem. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347392-2830-11D4-AA 9700508B94F380&method=Full -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 3:14 PM To: CF-Talk Subject: CFMAILPA

RE: Different font colors by Event Code

2001-05-07 Thread Craig Fisher
You should just use cascading style sheets to create a class for each event code: - Harrell Family Schedule ..S { font-family : sans-serif; color : Blue; font-weight : bold; } ..N { font-family : sans-serif; color : Red;

Realtime Background Task

2001-05-07 Thread Calvin Moree
We are currently using CF 4.5.1 on NT. I have an application where a user inputs data into a form and submits the form to another page that enters the data into the database. What I want to do is at the same time as the data to going into the database, I also want the data to be sent to a totall

RE: CF 5.0 RC : Problem with CFFTP - 0 size

2001-05-07 Thread Benjamin S. Rogers
That question really should go to the ColdFusion 5 Beta forums. Aside from the fact that you've agreed to an NDA by downloading and using Allaire Beta software, the folks who will best be able to answer your question (and quite possibly fix the problem) monitor those forums. :) Benjamin S. Rogers

CFMAILPARAM and X-Mailer

2001-05-07 Thread sebastian palmigiani
Can you use the CFMAILPARAM tag to reset the value of the "X-Mailer" header in cfmail so you can bypass ISPs who consider "X-Mailer: Allaire Cold Fusion" as spam mail? Thanks, Sebastian ~~ Structure your ColdFusion code with Fusebox. Get the offi

Re: Different font colors by Event Code

2001-05-07 Thread Pooh Bear
just do a CFIF letter = "K" set color ="whatever" hehehehe >From: "Ann Harrell" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Different font colors by Event Code >Date: Mon, 07 May 2001 16:40:26 -0500 > >I have this template that returns a list of sc

Different font colors by Event Code

2001-05-07 Thread Ann Harrell
I have this template that returns a list of scheduled events. I am thinking about adding a code for each event such as S (sam), N (Nick), A (appt) K (kids to their dad's for the weekend, yeah mom has a day off!!) ect and then I would like to return each row in a different font color per code. This

Re: having multiple groups

2001-05-07 Thread Jason Lotz
Your database should look as follows: States StateIDState 1 Arizona 2 Utah Lakes- LakeIDLake 1 Powell 2 Huron LakeStates- StateIDLakeID 1 1 2 1 Now that the DB structure is ok, your query will

RE: Authentication Users Against LDAP

2001-05-07 Thread mbrunt
Jerre, when you go into ColdFusion Administrator, firstly can you access Advanced Security and secondly if you can access Advanced Security what is your userDirectory pointing to, is it still the Access ODBC datasource? Kind Regards - Mike Brunt Macromedia Consulting Tel 562.243.6255 Fax 401.696.

RE: CF Studio and UltraDev Merging! [NOT QUITE]

2001-05-07 Thread jwhatcott
No need to worry. Check out the tools section of the ColdFusion Server 5 release FAQ available at: http://www.allaire.com/handlers/index.cfm?ID=20899. Jeff Whatcott [EMAIL PROTECTED] -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 1:51 PM

Re: having multiple groups

2001-05-07 Thread Victor Chou
Just a simple union should do it: select state1 as state, lake_id, lake from table union select state2 as state, lake_id, lake from table union select state3 as state, lake_id, lake from table order by state But shouldn't you be using a lake_id, state_id join table? - Original Message

having multiple groups

2001-05-07 Thread Gregg Kachel
This is a multi-part message in MIME format. --=_NextPart_000_01BA_01C0D708.2BE1EA70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to do a simple list of all states, then lakes in that state. = Problem is, since there are sever

Anyone using ColdFusion Studio and Rational ClearCase SCM?

2001-05-07 Thread Larry W. Virden
We have found that while we had no problem using CF Studio 4.5.1 with ClearCase, 4.5.2 reports that it is incompatible with that SCM. Has anyone on this list found a work around for this problem - apparently Allaire hasn't hear from anyone else but us about the situation. -- Never apply a Star Tr

RE: CFLDAP Question.

2001-05-07 Thread robrusher
Active Directory is not supported in earlier versions of CF. I think it is supported in CF5. -Original Message- From: Scott Cavanaugh [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 10:46 AM To: CF-Talk Subject: CFLDAP Question. Hello all, I have some questions regarding . Our I

CF, Verity, and External collections

2001-05-07 Thread Carlson, Kevin
I'm interested in indexing and searching documents outside our web domain, using "external collections" and native Verity tools, then using CFSEARCH to retrieve the file path of search matches. Has anyone successfully done this? If so, how? Also, once a document file path is identified, how c

RE: Blocking IP Range on UU net User

2001-05-07 Thread Greg Jordan
Either of these might be a bit extreme (or not worthy) But I HTH... 1. I would change the form control names every so often and make sure you scope them on the action page. Also add a name to the submit form control and verify it. 2. Or you could create a list of acceptable form control names an

RE: ADA Section 508 Accessibility and CF tags

2001-05-07 Thread Hales, John M
Bonnie, With regards to applets (CF generated or otherwise), Section 508 says that you should provide an alternative means to that information (like through a text-based page or long descriptions). Simply put, you can have applets, but they cannot be the only means to that information and/or data

Mid function for lists

2001-05-07 Thread sebastian palmigiani
Is there a way of extracting groups of elements within a list like using the Mid function for extracting groups of chracters within a string? I want to loop through the list to extract groups of emails and put each group in BCC in cfmail as a way of circumventing the limitation of the cfmail t

Re: ultradev STUDIO =)

2001-05-07 Thread Massimo Foti
Not out of the box, but the guys below are making an amazing job http://www.interakt.ro/phakt/ Massimo "Billy Cravens" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Actually, UD doesn't do PHP yet. ..cfm?sidebar=lists ~~~

RE: Blocking IP Range on UU net User

2001-05-07 Thread Dylan Bromby
i had a similar problem a few years ago, and here's what i did: require a cookie for the form submission. make the value of the cookie unique for each user. whenever that person submits an email, block them by cookie. if you knew the IP range, you could do something like but maybe try the cookie

Re: ultradev STUDIO =)

2001-05-07 Thread tom muck
"Billy Cravens" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Actually, UD doesn't do PHP yet. > It does with the extensions from Interakt at www.interakt.ro/phakt. The server model is fairly complete, and other developers are also developing PHP extensions

Blocking IP Range on UU net User

2001-05-07 Thread Larzz
I have a client that is getting a form submitted via there website, from someone using a dial up account with UU net. The email that is getting submitted is very nasty and is getting to be a real pain in the rumpus (receiving at least 50-60 emails a week, from this person). I was wondering if any

File Redirection Problem

2001-05-07 Thread Nathanael Waite
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_01C0D728.86232DD0 Content-Type: text/plain; charset="iso-8859-1" Does anyone have a possible solution to this problem or have run

RE: CFMAIL Errors..whats going on??

2001-05-07 Thread Dylan Bromby
hahahah. i didn't read the logs before i responded. i thought these were HIS sites. heh. this is a good thing then, if indeed someone is trying to use the mail server as a relay. good in the sense the mails aren't being sent. -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECT

RE: FreeZip added to SimpleMessageBoard

2001-05-07 Thread Scott Brader
There are a number of places. I downloaded a zip code database a while back that works extremely well. I can send you a zipped version off list if you're interested. Scott Scott Brader Prairie Software Development LLC 101 East Sadd Street PO Box 235 North Prairie, WI 53153-0235 Phone: 262.392.9

CF 5.0 RC : Problem with CFFTP - 0 size

2001-05-07 Thread Rudy Rustam
I got a problem with cfftp, 'some files' are uploaded with 0 byte in size. I said 'some files', because it really happens randomly. It's not the file type, attributes, I've checked on this. And the good thing or the bad thing is, if a file can be completely uploaded, then it forever no problem. Bu

RE: OT - Sys Admin Lists

2001-05-07 Thread Cameron Childress
Try: WINNT-L: Windows NT/2000 Discussion List http://peach.ease.lsoft.com/archives/winnt-l.html -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963 > -Original Message- > From: David Baskin [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 07, 2

Re: addText

2001-05-07 Thread Michael Dinowitz
* Team Allaire * Unless your talking Javascript or UDF, there is no addText() function. > does anyone have an example of using addText()? > > > * > This e-mail, including any attachments, is i

addText

2001-05-07 Thread Jones, Becky
does anyone have an example of using addText()? * This e-mail, including any attachments, is intended for the receipt and use by the intended addressee(s), and may contain confidential and privileged information. If you are not an intended re

Re: ultradev STUDIO =)

2001-05-07 Thread Billy Cravens
Actually, UD doesn't do PHP yet. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] William Wheatley wrote: > For the love of god dont make Ultradev to be STUDIO all in one, i like CF STUDIO >because it lets you have the flat text based editing and you can right click on any >tag a

Re: FreeZip added to SimpleMessageBoard

2001-05-07 Thread Billy Cravens
Out of curiosity, where can that free zip code database be found? -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Tony Schreiber wrote: > Thanks to John McGary for creating a freely-available zipcode database, > I've added a "Find Near" feature to the > freely-available SimpleMess

Re: CFMAIL Errors..whats going on??

2001-05-07 Thread Kevin Schmidt
Looks like someone is spamming you! - Original Message - From: "Angél Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 12:44 PM Subject: CFMAIL Errors..whats going on?? > Can anyone tell me what the heck is going on with this CF Site??? > I can't

RE: CFMAIL Errors..whats going on??

2001-05-07 Thread Dylan Bromby
that's an easy one. your mail server is set to not relay for that site. what mail server are you using? i get this with IMail when i forget to allow a web site to use the mail gateway by IP. -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 10:4

Re: (sql) Group by Month query

2001-05-07 Thread Judith Taylor
My understanding is that you cannot use GROUP BY in your SQL. This goes into the CFOUTPUT tag. Have you tried SELECT DateJoined, Year(Month(DateJoined)) as MonthCount, Count(Year(Month(DateJoined))) as MonthJoinedCount FROM Admin ORDER B

RE: cfugmay2000 :: Vcalendar :: off by one hour?

2001-05-07 Thread Paul Ihrig
in case you want to see the code i tried to cfset the Calendar_Time - 1 to see if it would correct the time. but then all i got was start time of 8 am. so i switched it back. any help would be great. SELECT * FROM tbl_Calendar, tbl_Class, tbl_Program, tbl_Room WHERE tbl_Calendar.CalendarID

RE: (sql) Group by Month query

2001-05-07 Thread Hayes, David
The problem is you are still grouping on the specific dateJoined. Try something like SELECT Month(DateJoined) + ' ' + Year(DateJoined) as monthJoined, Count(*) as MonthJoinedCount FROM Admin GROUP BY Month(DateJoined) + ' ' + Year(DateJoined) ORDER BY Count(*) DESC -Original Message-

CFMAIL Errors..whats going on??

2001-05-07 Thread Angél Stewart
Can anyone tell me what the heck is going on with this CF Site??? I can't figure out what this error Not a Gateway is about?? I'm trying to get access to the source code that is actually trying to send these emails out, but before that..have any of you seen this before? Any ideas?? Please CC [EM

PubMed

2001-05-07 Thread Richard Colman
Anybody out there have any direct experience and/or knowledge of retrieving PubMed results in a Cold Fusion/XML environment? If so, would you be so kind as to contact me off of the mail list? TNX. Richard Colman School of Biological Sciences UC Irvine ~~

RE: OT - Sys Admin Lists

2001-05-07 Thread Sicular, Alexander
try the microsoft newsgroups. very extensive and covers all the bases. open your favourite news reader (netscape), and point it to news.microsoft.com good luck, Alexander Sicular Chief Technology Architect The Neurological Institute of New York Columbia University 212.305.1318 as867 [at] columb

Re: cflock?? dead brain, Help!

2001-05-07 Thread Al Musella, DPM
Deleting that many records could tie up the server for a while, because each individual delete is being logged. If you used truncate table, the deletions are not logged, and would cut about 99.99% of the time off of the operation. As to counting the records, don't select them to count them, do

Re: CF-Talk-list V1 #317

2001-05-07 Thread Karl Simanonok
Thanks for your reply, Benjamin, but I am not using any session or (at this point) application variables. I have this line in the top-level application.cfm: The code that's breaking is in a subdirectory with a very simple application.cfm that only consists of a few CFSETs, only the one temp

Re: [Re: OT - Sys Admin Lists]

2001-05-07 Thread Alex
http://isp-lists.isp-planet.com/isp-win2k/ [EMAIL PROTECTED] (Michael Dinowitz) wrote: * Team Allaire * The CF-Server list may have people that can help, but it's been rather quiet for a while. I really don't know of any outside of HoF when

Re: OT - Sys Admin Lists

2001-05-07 Thread Michael Dinowitz
* Team Allaire * The CF-Server list may have people that can help, but it's been rather quiet for a while. I really don't know of any outside of HoF when it comes to this. If you wanted security, I could definitely help but not plain hardware

Re: cflock?? dead brain, Help!

2001-05-07 Thread Jon Hall
Why are you selecting all of the records to get a recordcount? Selecting that many records is going to kill CF. That part should be gotten rid of. This is what is causing your server to crash. CFLock will not stop other people from writing to the database on other parts of the site. It would only

cfugmay2000 :: Vcalendar :: off by one hour?

2001-05-07 Thread Paul Ihrig
2 questions. 1. using the vCalendar, when i get the response in outlook the start time is exactly 1 hour fast? the time on the server is correct, so where is this error coming from. and how can i fix it? 2. on the durationhours i seem to only be able to use whole numbers. what can i do if i have

window Close (JavaScript OT)

2001-05-07 Thread Joeug
Hi , How do u fire this function goExit()? Is there any event that would fire this function like OnUnload? Thanks Joe Put the below code in the head of your document to open another window when the browser window is closed. Gary Groomer