RE: Mail Headers under CF4

2000-07-17 Thread Gregory Gooden (Annex)
I see that your question was answered, but it's worth mentioning that efax.com ALSO has an "email to fax" solution that we've used in the past with great success (using standard CFMAILS). Gregory --- annex.com, Inc. - http://www.annex.com/

Re: Mail Headers under CF4

2000-07-17 Thread Nick Slay
This is a multi-part message in MIME format. --9AB671A4AB4D721123376226 Content-Type: multipart/alternative; boundary="5C28D6DE06130EDB034D2D47" --5C28D6DE06130EDB034D2D47 Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854";

RE: Mail Headers under CF4

2000-07-17 Thread Gregory Gooden (Annex)
Ahhh... I'm not sure, but I know they support UK. :) Gregory --- annex.com, Inc. - http://www.annex.com/ --- - If you EcoBuild it, they will come. - - http://www.ecobuilder.com/ -

Re: Stored Procedures

2000-07-17 Thread Eric Bradburn
--958CC883ABA6D83680132C2C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I got it to work! I tested it using one parameter at at time and found that it broke on the NUMBER parameter. It gave me an error "Invalid precision value". I don't know why it

Re: OLEDB

2000-07-17 Thread Nille af Ekenstam
- Original Message - From: "Nille af Ekenstam" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 16, 2000 2:22 PM Subject: OLEDB Hi Anybody know of a good cf tutorial/sample using OLEDB? I don't even know how to set it up using the CF Administrator. Any pointers would

CFX_Replace_Chars

2000-07-17 Thread Ken M. Mevand
hi folks, anyone knows how to get the custom tag CFX_REPLACE_CHARS ? i've searched Allaire web site, but can't find it. i need this for Forums. thanks -- Archives:

RE: Role-based access

2000-07-17 Thread Daye, Marianne
Did you get Hal's newsletter with his book preview on user permissions. This is applicable if one user can have several permissions (or belong to multiple groups). http://www.teamallaire.com/newsletters/JulyNewsletter.cfm Marianne Daye Programmer/Analyst Information Delivery Systems

Problems with Oracle Driver and Stored Procedures

2000-07-17 Thread Eric Bradburn
Hi, All. Has anyone encountered problems with stored procedures that are working with Microsoft ODBC drivers but won't work with the ORACLE drivers? Thanks in advance. Respectfully, Eric Bradburn -- Archives:

SV: verity localization (=MAJOR TROUBLE)

2000-07-17 Thread Christian Åkerlund
does anybody have any expertise localizing Verity search, shipped with CF? Unfortunately, Verity deleted s97dk files from their site and I can't find any information on localizing my verity collections (I'm having news site in Russian). I keep getting the error "unknown exception

Re: OLEDB

2000-07-17 Thread Mirek Hryckowiak
Check the URL: http://www.sys-con.com/coldfusion/archives/0207/smith/ (Randy L. Smith article about OLEDB and CF). Brest, Miro - Original Message - From: "Nille af Ekenstam" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 16, 2000 10:22 PM Subject: OLEDB Hi Anybody know

RE: ClusterCats and 4.5 enterprise upgrade... Where is it?

2000-07-17 Thread Mark W. Breneman
I installed the upgrade 4 times (on two servers) looking for that check box. (to in install clustercats) It is not there. More info... We bought CF 4.5 pro from beyond.com and then bought the upgrade to enterprise also from beyond.com. Might that make a difference? I also tried to install the

Can i use 2 datasources in one app?

2000-07-17 Thread Paul Ihrig
Quick question. Can I use 2 different datasources in a CF page? Say I use Phone.mdb (datasource DB_Phone) for all my employee info, that is updated on a regular basis. Then I have a Class sign up mdb. (datasource Class) Can I just query the

OT: access *.mdb ho do i?

2000-07-17 Thread Paul Ihrig
How do I create a relative link to another table, in another *.mdb in access. Right now I keep getting the linked tables as absolute. This won't work on our web server. Thank you -paul -- Archives:

Why Cant i see, linked Tables in the DB tab in studio?

2000-07-17 Thread Paul Ihrig
OK! I am able to use linked tables in access in CF Studio! Never knew that! Saves me a lot of time keeps my stuff normalized I think. But WHY can't I see the linked table in the DataBase Tab in CF Studio? Is there a work around, cheat or quick fix for this? I use the DB Tab on a regular basis

CFX_CRWTOPDF

2000-07-17 Thread Shuo-Fu
Hi Anybody have custom tag CFX_CRWTOPDF. I can't download from allaire website. can anyone help thanks Shuo-Fu -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

linking tables in from two different datasource

2000-07-17 Thread James
Is it possible to link two tables together in a cfquery that are located in two different datasource? Can you please sure the code? Thanks James -- Archives:

Re: OLEDB

2000-07-17 Thread Nille af Ekenstam
- Original Message - From: "Nille af Ekenstam" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 16, 2000 10:22 PM Subject: OLEDB Hi Anybody know of a good cf tutorial/sample using OLEDB? I don't even know how to set it up using the CF Administrator. Any pointers would

Free Verity Search

2000-07-17 Thread Robert Everland
Anyone have a free Verity search engine done for a website. I was hoping I could find one before I start to code it myself. Robert Everland III Web Developer Dixon Ticonderoga -- Archives:

RE: Session Management question

2000-07-17 Thread Craig A. Zingerline
Todd, Thanks for your response. What I have right now is an AccountID, Message, and Contact name that are in a table. When the user logs in and is authenticated, I set the session variable to the AccountID for that user, which never changes. Then, to show the contact name, I run a query on the

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?? or

CF Service w/a home page

2000-07-17 Thread Robert Orlini
I have a simple question with a solution that probably does not exist, but here goes... We are using a CFM file as our default or opening page for our web site (default.cfm). We have IIS 4.0 w/FP 2000 installed. If the CF Service goes down for any reason I believe a: "Error Diagnostic

RE: CFHTTP to Pull Images?

2000-07-17 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I *think* you need to add the FILE="c:\whatever" parameter to CFHTTP. Check out the docs. Best regards, Zac Bedell -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Friday, July 14, 2000 5:29 PM To: [EMAIL

Listing column names in a table

2000-07-17 Thread Nille af Ekenstam
Hi Anybody know of a good way to find out the column names in a database table and outputing them using CF? What I want to achieve is to use all columns in a table to construct some variiables (columnname = value) with without having to know exactly how many there are or what they are called.

Installation Error - SmSetRegistry not loaded

2000-07-17 Thread Brett Payne-Rhodes
I'm installing a new server with NT4, Apache and ColdFusion Server (of course!). When I get to the ColdFusion installation I get the message 'SmSetRegistry not loaded: 126' with the title 'UseDLL Failed'. I've searched Microsoft with no luck. I tried to search Allaire but search is *still* not

CFSEARCH and CUSTOM fields

2000-07-17 Thread Francisco Montes; Spain on Line
This is a multi-part message in MIME format. --=_NextPart_000_0071_01BFEFD9.F8721130 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I wonder if someone else had this "little" problem with Verity and the = CUSTOM1 and CUSTOM2 fields

Authenication using NT

2000-07-17 Thread Bost, Tracy
When a user logs into the intranet site, I would like for coldfusion to authenicate it using the person's NT domain username/password. Can this be done ? Thanks, Tracy Bost -- Archives:

Re: Authenication using NT

2000-07-17 Thread Howie Hamlin
Look here: http://www.coolfusion.com/iAuth_for_iis.htm Regards, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com Please vote for iMS in the Most Innovative category here: ***

CFLOCK in 4.0.1

2000-07-17 Thread paul smith
I haven't followed the CFLOCKing discussion that close, but I just stumbled over a need for it. I'll put the following in app_globals.cfm: CFIF NOT IsDefined("Application.Initialized") CFSET Application.Initialized = 1 CFSET Application.AlphList =

CF and ASP

2000-07-17 Thread Gavin Myers
Is there any possible way to insert cold fusion code into an asp file? Can you rename a whatever.asp to whatever.cfm and will it still work? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To

5 Blank Lines in Excel

2000-07-17 Thread Miriam Hirschman
Thanks, everyone, with your questions and answers I got my cfcontent to open a page in excel. However, I tried everything to get the five blank lines on the top of the page to disappear. Can anyone tell me what is causing them or better yet how to get rid of them. Thanks,   ---miriam

Request Server Variables

2000-07-17 Thread Frank Mamone
Is this CF4.5+ specific? What is the scope and longevity of its contents? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

Re: New to Cold Fusion

2000-07-17 Thread ColdFusionKid
I wouldn't write the code in such a way that it tells the user exactly what's wrong. No sense in giving someone who's trying to sneak in any extra help ;) Also, it seem that if the user has their javascript disabled the redirect will not work, allowing the user to see whatever page he/she

Re: why is this happening?

2000-07-17 Thread Douglas Jordon
Thanks to all who responded this issue. Debugging showed that the query would choke on one record contained single quotes. I escaped those, and it works fine. Since all the records previous to the corrupted one were ok, they were saved to the table. Commas are handled with no problem, however.

RE: client info

2000-07-17 Thread Philip Arnold - ASP
Screen resolution is accessible in JavaScript: SCRIPT x = screen.availWidth; y = screen.availHeight; /SCRIPT Note that this is only a v4 Browser thing Also, availHeight and availWidth are the Browser sizes, while screen.height and screen.width are the actual screen height and

RE: CF and ASP

2000-07-17 Thread Olive, Christopher M Mr USACHPPM
the short answer to this is no. more descriptively, you are not able to do this because CF and ASP are both interpreted by different DLLs. once the template is handed to one or the other, the DLL in question will barf on the code that it doesn't understand. conversely, you CAN pass control

CF and ASP permissions problem

2000-07-17 Thread van Der Walt, Estee
Hi I wonder if anyone can help me with the following problem. I've written an asp page in MS Visual Interdev 6.0 and it works fine. The asp page connects to Exchange Server and use cdo objects to extract the necessary information. I then called this asp page from within a coldfusion page on my

easy date field

2000-07-17 Thread Jamie Symonds
This is a multi-part message in MIME format. --AEF9E0BAC8D66160230B6677 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi - I'm looking for an easy way to include a "last updated" date/time field in my table that will automatically be updated I generally

slow day?

2000-07-17 Thread Michael Dinowitz
The machine was down last night and got back up around 9:30 today. Since then, there have been very few posts. I'm hoping that its simply that everyone is asleep rather than some other problem. -- Archives:

RE: CF and ASP permissions problem

2000-07-17 Thread Olive, Christopher M Mr USACHPPM
you may want to look at what context the CF service on the dev machine is running. if it's system, the IUSR account may be mangled, or it may not have appropriate permissions to log onto the exchange server. Chris Olive, DOEHRS Website Administrator -Original Message- From: van Der

Re: NEED HELP Encrypt Url ?

2000-07-17 Thread Karl Simanonok
Encrypting URL strings is often desirable, but some time ago I tried exactly the method suggested by Billy Cravens (using CF's encrypt/decrypt functions) and inadvertently created problems. Most of the time it would work fine, but extended testing caused CF to hang once in a while. Because the

(admin) list delay for some

2000-07-17 Thread Michael Dinowitz
The list outage this morning has caused a lot of the received mail to be queued up. For most people, this results in a list delay of a few minutes. For some people, this is resulting in a delay of up to 3 hours. I apologize for the inconvenience for those who are effected.

RE: access *.mdb ho do i?

2000-07-17 Thread Paul Ihrig
I tried to create a shared folder on our server called PhoneData But when I try to do the linked table, it through up this error. Error Occurred While Processing Request Error Diagnostic Information ODBC Error Code = S1000 (General error) [Microsoft][ODBC Microsoft Access Driver] The Microsoft

Re: slow day?

2000-07-17 Thread Howie Hamlin
One thing - I receive list mail on more than one account. One is an iMS mail server and the other is "BRAND-X". I have been receiving mail on the iMS server ([EMAIL PROTECTED]) but not at the other server ([EMAIL PROTECTED]). The hoot.com account does work and has been subscribed to the

re: ADO

2000-07-17 Thread Bill Grover
I have found stuff about ADO to be somewhat sketchy. Usually I refer to Microsoft's MSDN library for help. Basically when you use ADO you will get a ADO recordset which is an object with collections. You will need to manually loop through the collections in CF to process the records. If

OT: Disappearing home page

2000-07-17 Thread Robert M. Saxon, Jr.
Has anyone experienced this before? We have a home page (default.asp) that occasionally (for no apparent reason), will return a 404 error when requested. No browser can retrieve the file even though the file is really there. I am wondering if this is an IIS 4.0 web server problem or one that

Timingout session on browser closeout ???

2000-07-17 Thread joeug
Hello all, Does anyone know how to hande the "X" or "Close" button of a browser? I need to timeout the session, when the user closes the browser out, without logging off. I thought there was a JavaScript function or some that could handle this, cant find any and Onunload doesnt do

Prob with SSL URL Variables

2000-07-17 Thread Dave Phillips
Hi all, We're having a strange problem that "seems" to be intermittent. When we are in non-SSL mode, URL variables pass fine. But when a page in SSL mode sets up a link for a page with URL parameters, when you click on that link, the URL parameters are NOT available to the resulting page. One

IBUILD Application

2000-07-17 Thread Frank Mamone
I hate to bother you with Spectra questions, but I don't know of Spectra specific lists. I get an Access Denied when trying to login to IBUILD (Browser mode) in Spectra. Yet I can login in design mode! Has anyone had a similar problem?

[OT] SANS Flash: Most dangerous flaw found in Windows workstations, Fixavailable.

2000-07-17 Thread Stephen Garrett
Sorry for the OT, but I just received this flash and felt that people should be aware... Since many of you use Access, both locally and on webservers, this may be fairly important. This vulnerability can allow a program from _elsewhere_ on the net to run on _your_ system. Steve I am

Re: IBUILD Application

2000-07-17 Thread Steve Aylor
[EMAIL PROTECTED] http://www.houseoffusion.com/hof/lists/spectra_talk.cfm Steve - Original Message - From: "Frank Mamone" [EMAIL PROTECTED] To: "ColdFusion Discussion List" [EMAIL PROTECTED] Sent: Monday, July 17, 2000 11:46 AM Subject: IBUILD Application I hate to bother you with

CF Chat Application

2000-07-17 Thread Lincoln Manning
What is the best CF based Chat application out there? I am really interesed in adding this to a site Thanks. -- Lincoln Manning Web Application Developer AVV [EMAIL PROTECTED] http://www.avv.com -- Archives:

RE: Picture Cache

2000-07-17 Thread Sean Daniels
I know this is simple and OT but, is there another way to pre-load my mouse-over images without setting a JavaScript array? One trick I've used in the past was to load the images in a hidden frame. Create a frameset with cols="100%,*" and use the * frame to load a document that contains the

Re: slow day?

2000-07-17 Thread Howie Hamlin
Never mind - I'm getting them now on both accounts... Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com Please vote for iMS in the Most Innovative category here: ***

Re: CF Chat Application

2000-07-17 Thread Rey Bango
Lincoln, Both products provide transcript functionality. WebMaster's sells it as an add-on called Scribe while I believe that DigiChat will include it in the price of hosting. Rey... - Original Message - From: "Lincoln Manning" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL

RE: Timingout session on browser closeout ???

2000-07-17 Thread David Sparkman
This code will cause the session to Die after closing a browser. cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN") cfset cfid_local = Cookie.CFID cfset cftoken_local = Cookie.CFTOKEN cfcookie name="CFID" value="#cfid_local#" cfcookie name="CFTOKEN" value="#cftoken_local#"

RE: Timingout session on browser closeout ???

2000-07-17 Thread Caulfield, Michael
Joe -- In IE, you should be able to use the onbeforeunload event -- have it navigate to another cfm page in a separate window or invisble IFRAME. In NN, I'm not sure of the best way to do it. Michael Caulfield Web Developer Cognitive Arts -Original Message- From: [EMAIL PROTECTED]

Select list Question and javascript

2000-07-17 Thread Olson, Kelly
I know there has to be a better way to do this: I have a Select list which is pulling records from an access database. What I am trying to accomplish is display a SELECT BELOW option as the first item in the list. The way I have done it so far is to make a first record in the actuall database

Re: CF Chat Application

2000-07-17 Thread Rey Bango
Lincoln, I have yet to find a good CF-based chat program. Unfortunately, these programs rely on auto page refreshes and can be quite annoying. My recommendation would be to look at dedicated chat programs such as WebMaster.com's ConferenceRoom or DigiChat from DigiChat.com. I used the latter

RE: NEED HELP Encrypt Url ?

2000-07-17 Thread Steve Bernard
Could you share your solution with the class? Steve -Original Message- From: Karl Simanonok [mailto:[EMAIL PROTECTED]] Sent: Monday, July 17, 2000 1:09 PM To: [EMAIL PROTECTED] Subject: Re: NEED HELP Encrypt Url ? Encrypting URL strings is often desirable, but some time ago I tried

Re: CF Chat Application

2000-07-17 Thread Lincoln Manning
Thanks Rey. I do have some interest in dedicated chat programs. My concern is their ability to store chat transcripts to a SQL database or email the chat info to a specified address. Rey Bango wrote: Lincoln, I have yet to find a good CF-based chat program. Unfortunately, these

Re: CF Chat Application

2000-07-17 Thread AustralianAccommodation.com Pty. Ltd.
well I went down this road I am not sure if you are set on a cf based chat room however I have used a chat room hosting service called digi chat for my cf site and it allows you to set it up easily to recognise cf driven database variables such as user name etc so that once a user has logged

Re: Mail Headers under CF4

2000-07-17 Thread Mirek Hryckowiak
OK, it's an old version (for CF 3), but you can modify it to suite your needs under CF 4 (I added quickly some CF 4 code). The registry tags are different under CF4 - so you MUST change it, the rest of the code should work OK. Don't use it for CF 4.5, thre are better ways to properly format the

RE: Timingout session on browser closeout ???

2000-07-17 Thread joeug
--- Original Message --- [EMAIL PROTECTED] Wrote on Mon, 17 Jul 2000 10:42:26 -0700 -- Hello all, Does anyone know how to hande the "X" or "Close" button of a browser? I need to timeout the session, when the user closes the browser out, without logging off. I

Re: Timingout session on browser closeout ???

2000-07-17 Thread Dana Larose
Hi David, Just to clarify, your code snippet should be in the application.cfm, I presume? This code will cause the session to Die after closing a browser. cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN") cfset cfid_local = Cookie.CFID cfset cftoken_local = Cookie.CFTOKEN

List slowdown problems and solutions

2000-07-17 Thread Gregory Harris
Well this is yet another lag day for the list, where I get bombarded with its email all at once, Mike I offer you the following solutions: 1) While not necessarily a payment system instituted for the list, how about a voluntary donation system? I know I wouldn't mind spending $5-10/month for

Re: NEED HELP Encrypt Url ?

2000-07-17 Thread Mirek Hryckowiak
Steve, the cfencrypt, cfdecrypt usage is: !--- encrypt string --- cfset encryptedVariable = CFUSION_ENCRYPT("InputString","yourKey") !--- decrypt string --- cfset decryptedVariable = CFUSION_DECRYPT("encryptedVariable","yourKey") To encrypt/decrypt url (cgi.query_sring) use: !--- test.cfm ---

Re: CF Chat Application

2000-07-17 Thread Mirek Hryckowiak
Hi there, if someone need cool cf-chat application, please contact me off-list. Miro. -- Mirek Hryckowiak [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: List slowdown problems and solutions

2000-07-17 Thread Jennifer
At 03:21 PM 7/17/00 -0700, you wrote: Well this is yet another lag day for the list, where I get bombarded with its email all at once, Mike I offer you the following solutions: 1) While not necessarily a payment system instituted for the list, how about a voluntary donation system? I know I

cfpop and date formating

2000-07-17 Thread Daniel J. Cody
Hola - I'm using a pretty standard cfpop call to get some email. I'm then trying to insert those emails into a DB table and am having serious problems with the date. Specifically, CF doesn't seem to want to take a date like it comes back from cfpop. For instance, cfpop will return "Mon Jul

CFEXECUTE stopped working

2000-07-17 Thread Kevin Pechin
Hi everyone, Two days ago something weird happened. CFEXECUTE just stopped working. I have several .bat files that I call from cfexecute tags that worked just fine (and still work if run manually from the command prompt). I'm running win2k, iis5 and cf 4.5.1. I have tried restarting the

Re: Cold Fusion and Windows 2000

2000-07-17 Thread gallegos
Help! I tried to install CF 4.5.1 on Windows 2000 new install. I followed the steps below and did the upgrade to Windows 2000 after the CF install but the CF service will not start and does not return an error. There is no error in the EventLog. Because I have only an upgrade version of CF

Unions and cold fusion mysql

2000-07-17 Thread Jeff Honken
Does anyone know how to create a workaround for the lack of unions in mysql? I've tried the temporary table route but I can't seem to create a temp table with cold fusion. I've tried CREATE TEMPORARY TABLE HOLD_TBL as Mysql suggests but cold fusion doesn't like it. Jeff

Re: OLEDB

2000-07-17 Thread Mooner Ent
Okay, I felt the challenge, got off my butt and found the link that will let you get this set up. http://www.sys-con.com/coldfusion/archives/0207/smith/index.html It's even free. Rick - Original Message - From: "Nille af Ekenstam" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

User Login Issues with Session variables

2000-07-17 Thread Erik Nachbahr
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_000_01BFF04E.8EFF4E78 Content-Type: text/plain; charset="iso-8859-1" Greetings, I have an app that allows the user to create an

RE: List slowdown problems and solutions

2000-07-17 Thread Chris Montgomery
The last time this list had problems a temporary one was created (Talk-CF) at egroups (and is still active). Why not make the move permanent to egroups or Topica? That would free up Mike from the constant burden of having to manage a list on a shoestring budget and would probably make the list

RE: NEED HELP Encrypt Url ?

2000-07-17 Thread Steve Bernard
I know how to use cfencrypt/cfdecrypt. In the posting to which I responded, Karl, the writer, stated, "I solved the problem by getting rid of the CF encrypt/decrypt method and developing a custom encryption/decryption algorithm to pass encrypted URLs, which has worked fine ever since." It was to

Intermittent Oracle error msg

2000-07-17 Thread Carlson, Kevin
This is a strange problem, which I haven't found in the Allaire Knowledge Base or HouseOfFusion Archives, so here goes: After several months of successfully running CF Server 4.0.1 on Solaris, we are experiencing episodes during which there is an Oracle error message on every query, as follows:

Re: List slowdown problems and solutions

2000-07-17 Thread Angel Stewart
Mike has probably become quite attached to maintaining and running the list.. it's..sort of his baby you know? And those massive Mailing list providers have their problems as well from time to time. -Gel - Original Message - From: Chris Montgomery [EMAIL PROTECTED] To: [EMAIL PROTECTED]

clever list boxes

2000-07-17 Thread Phil Palmer
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_01BFF05B.963A93E0 Content-Type: text/plain; charset="iso-8859-1" Greetings to all from down under (Australia that is!) Just

Re: slow day?

2000-07-17 Thread Michael Dinowitz
This is the issue I was talking about when I said that some people are seeing a delay and others aren't. It's either a DNS thing (which is doubtful as you probably have everything on the same DNS) or something else, but about 1/3 of the list was delayed while the rest wasn't. One thing - I

Re: clever list boxes

2000-07-17 Thread rkeniger
1. Can you make a list box behave this way? I'm sure I've seen web sites with list boxes that also allow you to type characters into the box. They could I use an event to test for a new value or something. What you want is a combo box which is not a standard HTML element. You can

Re: List slowdown problems and solutions

2000-07-17 Thread Michael Dinowitz
Basically, you've nailed the issue right on the head (in both cases). I am quite attached to the list ever since it was handed over to me a few years back (4?). I don't want to do the corporate route because I feel this should be an open, community driven list with no ads or limitations.

Re: Select list Question and javascript

2000-07-17 Thread kraybill
Kelly Olson wrote: I have a Select list which is pulling records from an access database. What I am trying to accomplish is display a SELECT BELOW option as the first item in the list. The way I have done it so far is to make a first record in the actuall database of select below. Then

archives

2000-07-17 Thread Michael Dinowitz
I've finally found a solution to the problem of getting 200k+ of email from post.office. Eudora seems to be doing the job quite well and will allow me to get all the archives, which is an entire year of the lists. This will probably be pressed into a CF with a pre-built verity index for the

RE: Making a java applet a link

2000-07-17 Thread Gunawan Hadikusumo
See our new web site : www.e-bursa.com.. http://www.e-bursa.com.. . I t contains all stock informations from Indonesia and global currency . Thnks -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: 12

WWW.E-BURSA.COM

2000-07-17 Thread Gunawan Hadikusumo
IS ANY BODY HERE ANY DIFFICULTY IN ACCESSING MY SITE: WWW.E-BURSA.COM http://WWW.E-BURSA.COM ? I WANT TO KNOW WHERE DO YOU ACCESS MYSITE ( COUNTRY ,PUBLIC INTERNET CAFÉ OR PERSONAL), AND HOW FAST YOU GOT. THANK'S FOR ALL PARTICIPANTS GUNAWAN

Chaffcutter

2000-07-17 Thread Parker, Kevin
Please help! I emailed the list a couple of weeks ago about this and got some good responses. Thanks to those who replied. The problem was that when making an RDS connection through Studio my floppy drive would fire up. Without doing any detailed diagnostics, I slipped a floppy disk in there and

Re: slow day?

2000-07-17 Thread Howie Hamlin
- Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 17, 2000 10:10 PM Subject: Re: slow day? This is the issue I was talking about when I said that some people are seeing a delay and others aren't. It's either a DNS thing (which is

RE: NEED HELP Encrypt Url ?

2000-07-17 Thread Deva Ramesh
Hai I am trying to open report with follwoing code. and i don't want show userid and password of database in address location bar. then in my current system it is working fine( i mean userid and password converting into encryption format). but problem is when i open an others system then it is

Re: WWW.E-BURSA.COM

2000-07-17 Thread Darryl Hale
--EB06522B1E598C6C1B1B16A3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit It took almost three minutes to load, which is not bad considering all of the graphics and java. I'm connected through WVNet out of Lewisburg, WV on a 56K modem (48K

No Subject

2000-07-17 Thread Deva Ramesh
Hai I am trying to open report with follwoing code. and i don't want show userid and password of database in address location bar. then in my current system it is working fine( i mean userid and password converting into encryption format). but problem is when i open an others system then it is

encrypt url

2000-07-17 Thread Deva Ramesh
Hai I am trying to open report with follwoing code. and i don't want show userid and password of database in address location bar. then in my current system it is working fine( i mean userid and password converting into encryption format). but problem is when i open an others system then it is

RE: CF Chat Application

2000-07-17 Thread Aymeric Grassart
You may want to try FusionChat (www.fusionchat.net) As Rey mentioned, it does rely on page refreshes (annoying continuous click sound for each refresh.) We are looking into remote scripting to take away this problem. It allows the same concept as flash by being able to query the server without

url encrypt

2000-07-17 Thread Deva Ramesh
Hai I am trying to open report with follwoing code. and i don't want show userid and password of database in address location bar. then in my current system it is working fine( i mean userid and password converting into encryption format). but problem is when i open an others system then it is

Re: WWW.E-BURSA.COM

2000-07-17 Thread Howie Hamlin
It's a little slow from here (New York). Our access is a dedicated T-1. I think you have a few too many items (23+) on your home page and that make it a bit slower. One last thing - why are you SHOUTING? :-) Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668

RE: WWW.E-BURSA.COM

2000-07-17 Thread Steve Pierce
WHY ARE YOU SHOUTING? Site came up fine. - Steve -Original Message- From: Gunawan Hadikusumo [mailto:[EMAIL PROTECTED]] Sent: Monday, June 12, 2000 6:01 AM To: '[EMAIL PROTECTED]' Subject: WWW.E-BURSA.COM IS ANY BODY HERE ANY DIFFICULTY IN ACCESSING MY SITE: WWW.E-BURSA.COM

Re: WWW.E-BURSA.COM

2000-07-17 Thread Russel Madere
It took 1.5 minutes to access from a T1 connection. From the USA at work. At 05:00 PM 6/12/2000 +0700, you wrote: IS ANY BODY HERE ANY DIFFICULTY IN ACCESSING MY SITE: WWW.E-BURSA.COM http://WWW.E-BURSA.COM ? I WANT TO KNOW WHERE DO YOU ACCESS MYSITE ( COUNTRY ,PUBLIC INTERNET CAFÉ OR

Re: cfpop and date formating

2000-07-17 Thread Bruce Altner
Use the parseDateTime function, this way: #dateFormat(parseDateTime(date,"pop"),"MMM-DD-")# Bruce At 04:55 PM 7/17/00 -0500, you wrote: Hola - I'm using a pretty standard cfpop call to get some email. I'm then trying to insert those emails into a DB table and am having serious problems

Re: OT: Picture Cache

2000-07-17 Thread paul smith
Not sure this answers your question, but one way to pre-load images is to use img src="blah" width=1 height=1 best, paul At 01:04 PM 7/17/00 -0400, you wrote: All, I know this is simple and OT but, is there another way to pre-load my mouse-over images without setting a JavaScript array?

Re: slow day?

2000-07-17 Thread paul smith
I had a situation like this. I told Eudora my email address was [EMAIL PROTECTED] Even tho I subscribed this address to a list server, it would not accept postings to the list. It would only accept postings if I subscribed the address [EMAIL PROTECTED] (even tho Eudora knew my address only as

  1   2   >