Question about OLE-DB -- How to set up a SQL Server 7 database connection?

2000-09-24 Thread Reuben King
I'm mystified at how to go about setting up a native connection to SQL Server 7 databases using OLE-DB datasources. I've looked at all the docs I could find but the information available to me thus far is sparse and I'm left perplexed. Can someone give me a hand? My SQL Server's name is

Is there a replacement for Cold Fusion Studio?

2000-09-15 Thread Reuben King
You know, I really used to love CF Studio. Especially when it was HomeSite and before Allaire bought it out.. Ever since then, it has been my personal opinion that the quality in this product has slipped dramatically. It's quite buggy on any system that I've tried it on.. Annoying UI

Looking for Los Angeles area Cold Fusion user's group

2000-09-13 Thread Reuben King
I've scoured my web search engines but came up with diddly.. Anyone know of an LA CFUG? TIA, -RK __ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/

RE: how do you have a static picture in the background

2000-05-10 Thread Reuben King
In D09A1A0FB7FDD211A92D00805FBBD8A1A579F5@CLTNTSXCHANGE, [EMAIL PROTECTED] ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: In IE this is possible by setting bgproperties in the body tag: body bgproperties="fixed" background="myimage.gif" But as far as I know, netscape will

Re: What does locking actually do

2000-05-10 Thread Reuben King
In 11451440F335D21197F200104BAFD3A7B70BBE@EXCH2, Robert Everland ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Ok I have the CFX_Excel and it works fine for me, the thing I want to know is what does putting cflock around the tag actually do. I was testing it a second ago

Re: Client DB storage and Purging

2000-05-10 Thread Reuben King
In C1D731ADC100D41180EE00B0D021A05A0AEB@BLUEMOUNTAIN, Rich Wild ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Hi all, I think I probably have this wrong. Here we go though I'm storing all my client vars in a database - and I have set the CF Admin to purge all of these

Re: FAO Schwarz Selects Allaire's Internet Business Platform

2000-05-10 Thread Reuben King
In 01f001bfb9f2$ab87ef60$020b650a@cl3, Steve Aylor (steve.aylor@aia- inc.com) in a fit of unbridled passion, wrote: FAO Schwarz Selects Allaire's Internet Business Platform http://biz.yahoo.com/prnews/000509/ma_allaire_1.html FAO Schwartz is the most awesomest and funnest toy store on the

RE: How to secure PDF file?

2000-05-10 Thread Reuben King
In 24E79395110CD411A08100A0CC5EEB940F0556@SEREX25, [EMAIL PROTECTED] ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Reuben King wrote: I feel tempted to flame you, but I won't. Cold Fusion is only concerned with Cold Fusion .cfm files.. NOTHING ELSE. It doesn't care about

Re: how do you have a static picture in the background

2000-05-10 Thread Reuben King
In 028f01bfbaad$45f5fa00$[EMAIL PROTECTED], Computer Simplistics Suppoer ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: body bgproperties"fixed" I believe. No, that makes it just so that the tiled background won't move as the page scrolls. I believe she just wants one image

RE: Double Entries?? How to stop??

2000-05-10 Thread Reuben King
Make sure that you eliminate any case-sensitivity when doing your query like this: where lower(email_addr) = lower('#form.email_addr#') When inserting emails, I also suggest you insert them trimmed (the trim () function) In [EMAIL PROTECTED], Duane Boudreau ([EMAIL PROTECTED]) in a fit of

Re: hosting... exodus? digex? intel?

2000-05-10 Thread Reuben King
In [EMAIL PROTECTED], Mike Amburn ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: anyone have any pros/cons for the following hosting companies: - exodus - digex - intel our IT manager is favoring Digex, but other members are favoring Exodus. Any input would be greatly

Re: database vs. directory server

2000-05-10 Thread Reuben King
In [EMAIL PROTECTED], Mike Amburn ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: every application i've worked with in the past stored user information within database tables: get user name from the "user" table, and so on. however, as distributed architectures seem to becoming

RE: How to secure PDF file? -- settle down or go away

2000-05-10 Thread Reuben King
Geeezus... quit your whining. In [EMAIL PROTECTED], Mike Amburn ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: directly from the CF-Talk guidelines (http://www.houseoffusion.com/): "Please DO post your succinct questions and answers, announcements about events, products, and

Re: cfstudio4.0/homesite4.0 compatibility with windows 2000

2000-05-10 Thread Reuben King
In 01a601bfbaaf$ea64f030$[EMAIL PROTECTED], Ki Hong ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: hi everyone, just a quick question. i'm having problems installing either cfstudio4.0 or homesite 4.0 on a windows 2000 professional box. are neither of these two versions

Re: Cold Fusion Studio/Server with PVCS

2000-05-10 Thread Reuben King
PVCS works fine, but you just can't use CF Studio's built in support. This is not a big deal -- I've never been too terribly fond of the "project" tab in Studio, anyway (which is where the integration takes place). For you geeks out there, there is a fine GPL took called CVS. Server runs on

Re: Sessions

2000-05-09 Thread Reuben King
In 002501bfb9d9$10b67ce0$0200a8c0@tim, WL ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Hi, Can anyone point me to a URL with advise or tutorials or code-snippets on getting a Session working with CF? I'm fairly new to it (2 weeks) and have yet to look at how it deals with

Re: CF Guru help needed - Caller Scope questions

2000-05-09 Thread Reuben King
In 001c01bfb9d3$99277080$28681fd1@certisource, B.Cravens ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: You have it a little flip-flopped. To make variables available to the custom tag, pass them as attributes of the custom tag. The caller scope is used inside of the custom tag

Stupid question: How to handle $ values?

2000-05-08 Thread Reuben King
If I try to use val("$23.12"), it returns 0. Other than doing a check for the first character being a dollar sign, is there an easier way to do this? Thanks, -RK -- Archives: http://www.eGroups.com/list/cf-talk To

Val() doesn't work like I need it to

2000-05-08 Thread Reuben King
Val("$12.31") returns 0. Val("1,120.1") returns 1.. This is starting to piss me off. Am I missing something here? Am I going to have to write a custom tag to simply convert a human-readable number into a number- number for insertion into an Oracle column? (Oracle's to_number() is just as

Re: Cold Fusion 4.0 Construction kit

2000-05-08 Thread Reuben King
In 002b01bfb90f$e5bc8ad0$[EMAIL PROTECTED], Tiberiu Vasilica ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Hello All! If anyone have Ben Forta book in electronic format, like the one in itknowledge, I will appreciate very much if can share it with me. I don't have a credit card

RE: CFModule Parent/Child Tags

2000-05-08 Thread Reuben King
Oh my gosh, another Reuben. Now, I'm gonna get all confused and stuff! In [EMAIL PROTECTED], Reuben Poon ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Raymond, Sorry, that was a typo. It should have read "name". Reuben -Original Message- From: Raymond K.

RE: Val() doesn't work like I need it to

2000-05-08 Thread Reuben King
In [EMAIL PROTECTED], "Olive, Christopher M Mr USACHPPM" ("Olive, Christopher M Mr USACHPPM") in a fit of unbridled passion, wrote: why are there dollar signs there in the first place? the dollar sign display should be a separate entity from the actual number. what are you trying to do?

Inserting long string literals into an Oracle LONG column -- error!

2000-05-08 Thread Reuben King
I have a textarea tag that I'd like to insert/update the value of into an Oracle LONG column. For simple and short values, the following works fine: update theTable set theCol = '#form.textareaname#' where where clause However, if I get too much text in that string literal, I get an "ORA-

Re: Val() doesn't work like I need it to

2000-05-08 Thread Reuben King
In 000f01bfb926$f42a1e40$504011c7@immi9801, Michael Imhoff ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: You would probably be better off doing something like this. cfset cleanNumber = rereplace(badNumber, "[^0-9\.]+", " ", "ALL") That will replace everything that isn't a

Re: How to make a text flash in CF

2000-05-08 Thread Reuben King
In 00e001bfb925$6ef769e0$[EMAIL PROTECTED], Randy Hogg ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Two years ago, I was required to REMOVE all flashing text in an application in order to comply with OSHA rules. The contention was that certain medical conditions could be

Re: Highlighting unread messages?

2000-05-08 Thread Reuben King
I would recommend using client variables and storing the message read/unread flags in the database. Much easier and more bulletproof, imo. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Textarea problem

2000-05-08 Thread Reuben King
In 01A056931BA6D011AE63F84A801204446FA6@KSCMBS41, Howell, Katie ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I'm having a problem processing a text area. It seem if a user enters anything with single quotes, double quotes or the percent sign it causes problems. The text

RE: exposure of OS-integrated browsers to viruses

2000-05-08 Thread Reuben King
In 003701bfb920$46b74090$[EMAIL PROTECTED], Dave Watts ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: There are several "browser applications" (for lack of a better name) available for that require IE 4 or IE 5 on a win platform. One of these is eWebEditPro available in the

Re: Inserting long string literals into an Oracle LONG column-- error!

2000-05-08 Thread Reuben King
In [EMAIL PROTECTED], Jennifer ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: At 01:53 PM 5/8/00 -0500, you wrote: I have a textarea tag that I'd like to insert/update the value of into an Oracle LONG column. For simple and short values, the following works fine: update theTable

Re: WOW what a day

2000-05-05 Thread Reuben King
In [EMAIL PROTECTED], Tim Bahlke ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: It seems like everyone has been hit by the LoveBug. ItÂ’s like warfare keeping it away. I hope everyone is managing OK. I heard on the news that it is estimated that 9 million computers were

Re: Problem to connect Oracle8i through ODBC

2000-05-05 Thread Reuben King
In [EMAIL PROTECTED], [EMAIL PROTECTED] ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I've already configured the Net8 client properly and can connect to the database through sqlplus on the client. Is there anything I miss?? RTFM. Albert I'm running both CF Enterprise

RE: Problem to connect Oracle8i through ODBC

2000-05-05 Thread Reuben King
In 004101bfb611$a38d9f10$[EMAIL PROTECTED], Dave Watts ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I'm running both CF Enterprise and Professional. There is no native driver for Oracle8i, so I got to use ODBC. Oracle8i is Oracle 8.1.x, and you can connect to it using the

RE: ILOVEYOU

2000-05-04 Thread Reuben King
Um, you can still catch this trojan (its not a virus) using Eudora as well as any other mail program on Windoze. The only benefit using Outlook gives the trojan is the ability to spread itself via your address book. In [EMAIL PROTECTED], Oblio Leitch ([EMAIL PROTECTED]) in a fit of

Re: ILOVEYOU

2000-05-04 Thread Reuben King
In [EMAIL PROTECTED], Larry W. Virden ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: From: "Wim Dewijngaert" [EMAIL PROTECTED] WOW!! Are we lucky that the cftalk list does not allow attachments anymore! This is the famous ILOVEYOU virus! This virus is shutting down email

Re: ATTENTION ALL OUTLOOK AND OUTLOOK EXPRESS USERS

2000-05-03 Thread Reuben King
In 00b201bfb48b$8140e1b0$[EMAIL PROTECTED], Dave Hannum ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Hey Ruub! DON'T lump ALL Outlook and Outlook Express Users into the group that uses HTML!!! I use OE and DO NOT USE HTML! I agree that it should not be used but

Re: ATTENTION ALL OUTLOOK, OUTLOOK EXPRESS, AND ANY OTHER HTML MAILER USERS

2000-05-03 Thread Reuben King
- Original Message - From: "Reuben King" [EMAIL PROTECTED] Newsgroups: cf-talk To: [EMAIL PROTECTED] Sent: Tuesday, May 02, 2000 4:31 PM Subject: ATTENTION ALL OUTLOOK AND OUTLOOK EXPRESS USERS Please stop posting to the list in anything other than plain text. It is qui

Re: Thank you for choosing Smart Web Tech .............

2000-05-02 Thread Reuben King
I would really appreciate this too. The main culprits are users of Outlook and Outlook Express. I would be a happy man if everyone would just post in plain-text. In [EMAIL PROTECTED], Jeff Wilson ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Speaking of crazy, while we're

Re: Microsoft MSDN Bug

2000-05-02 Thread Reuben King
In 004e01bfb47c$bc0fce00$0b45a8c0@faxmandoo, Jon Hall ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I am beginning to think I am missing posts or receiving partial posts...this is the second post I have received today that seems to make no sense. jon and then i said "WOW THATS

OT: Spec deals -- how much to ask for?

2000-05-02 Thread Reuben King
I have a deal brewing which is probably typical in this business.. A business guy and his attorney cooking up a dot.com idea in their heads. Interested investors, but no real funding until "something" exists. They are flirting with me hoping I'll develop it in my spare time in exchange for

Re: insert

2000-04-27 Thread Reuben King
In 000201bfaec8$43a2d3e0$2c044ed8@bull-god, Kris Seaney ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I want this data to go into a new table, cfquery name="new" datasource="healthmart98" dbtype="ODBC" SELECT

Re: does everyone always encrypt??

2000-04-26 Thread Reuben King
In [EMAIL PROTECTED], Jeff Fongemie ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I'm just curious, do people here always encrypt their cfm templates? I often don't, but I'm beginning to think it might be a good idea to start encrypting form action scripts. Any logic,

OT: IE and bookmark icons?

2000-04-26 Thread Reuben King
Some sites, like www.google.com, when you add them to your favorites, the icon for the bookmark file is a custom icon. I have looked at the HTML source and found nothing out of the ordinary.. I'm guessing there is a .gif or .ico file at the host site that IE looks for? Anybody know the

RE: What's the use of structures, anyway?

2000-04-24 Thread Reuben King
Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 16:45 To: [EMAIL PROTECTED] Subject: RE: What's the use of structures, anyway? It seems that you cannot

Regular Expression cheat please?

2000-04-24 Thread Reuben King
I have looked at the manuals for regular expression help, but I am still mystified as to how to accomplish a simple character stripping. I have a string, ex. "hello i have spaces, and punctuation." that I want everything but alpha numeric characters stripped from it and spaces converted to

Re: Big Problems!! - VNC

2000-04-22 Thread Reuben King
In 01db01bfaaf9$e95f78b0$[EMAIL PROTECTED], Chris Lott ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I use VNC a lot and have enver experienced problems like this (freezing the server, etc). I don't have experience with other products, since I've heard about so many problems with

RE: What's the use of structures, anyway?

2000-04-22 Thread Reuben King
It seems that you cannot store structures in client variables, at least not if the client variable is stored in a database... Can anyone confirm this or am I screwing something up? -- Archives:

What's the use of structures, anyway?

2000-04-20 Thread Reuben King
Structures seem totally useless to me. If they were two dimensional, then I could see definite value. I'd love to see something like: cfset access_flags["is_superuser"].default_value="false" cfset access_flags["is_superuser"].description="Is this user an administrator?" cfset

RE: What's the use of structures, anyway?

2000-04-20 Thread Reuben King
[This followup was posted to cf-talk and a copy was sent to the cited author.] In D09A1A0FB7FDD211A92D00805FBBD8A1A57946@CLTNTSXCHANGE, [EMAIL PROTECTED] ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: You seem to be missing something here. Structure's can be nested to the Nth

How to use IE's password remembering functionality?

2000-04-19 Thread Reuben King
What is the trick to getting IE to use it's "remember my password" feature? I cannot seem to get it to work with my site. TIA, -R -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Automatically submit?

2000-04-18 Thread Reuben King
In [EMAIL PROTECTED], aslam bajaria ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I am looking at some code written by someone else. The person has not used submit button in some of the forms. Does the form automatically submit if there is no submit button? Appreciate.

RE: Is 4.5.1 Solid

2000-04-13 Thread Reuben King
In 001801bfa4ac$5acdf340$[EMAIL PROTECTED], Dave Watts ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: If this AOL/CF 4.5 problem is truly a problem between CF 4.5 and AOL and Allaire has admitted it, please post a URL so that I may eat my words. If I'm wrong, I'm definitely

Re: Passing parameters over multiple forms

2000-04-13 Thread Reuben King
In [EMAIL PROTECTED], Bob Hill ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Hello... I have an application where I must collect data on a number of forms, and then display that data on a page at the end of the process. I then need to allow a user to go back and modify any of

Re: How do you end a Session????

2000-04-13 Thread Reuben King
In [EMAIL PROTECTED], Brian Ingram ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I'm trying to use session variables for unique users in my CF program, but when i change users the session doesnt end. 1) What is the code to end a session? 2) Then, how would i incorporate the

Re: Is 4.5.1 Solid

2000-04-12 Thread Reuben King
In 04c501bfa405$ebe4dee0$[EMAIL PROTECTED], WBB ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: No Actually Reuben, unbridled passion is something you've not yet observed from me, yet ;) WBB, Your trashing of AOL rather bothers me. AOL is just an ISP like any Gee, I'm

Re: Is 4.5.1 Solid

2000-04-12 Thread Reuben King
By the way-- If this AOL/CF 4.5 problem is truly a problem between CF 4.5 and AOL and Allaire has admitted it, please post a URL so that I may eat my words. If I'm wrong, I'm definitely curious as to the technical details on this. -- Reuben King mailto:[EMAIL PROTECTED] Senior Web

Re: Session Variables and Multiple Browser Windows

2000-04-12 Thread Reuben King
anks, Jim -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. -- Reuben King mailto:[EMAIL PROTECT

Does Cold Fusion care about dates?

2000-04-12 Thread Reuben King
CF variables are supposed to be typeless, but then there is the ParseDateTime() function in Cold Fusion which returns a date object from a string. Are there instances where certain functions require a bonafide date "object"? The reason I ask is that Oracle always has returned its dates as

Re: Any good way to maintain server variables?

2000-04-11 Thread Reuben King
In 4EC96B864C1CD211BBC500805FE6FDBC02B48B9E@TCEXCH1, Thompson, Ryan K (James Tower) ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: We are implementing a clustering solution that can do sticky session but it needs a unique value it either a cookie variable or URL variable per

Re: Protecting email links on web pages from spam bots?

2000-04-11 Thread Reuben King
. -- "Reuben King" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Some time ago, I heard of a way to thwart spam bots from extracting email addresses from web pages but I forgot. Anyone know? Thanks, -RK -- Reuben King mailto:[EMAIL PROTE

RE: Integer?

2000-04-11 Thread Reuben King
ww.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. -- Reuben King mailto:[EMAIL PROTECTED] Senior Web Consultant Stonebridge Technologies http://www.sbti.com/ Phone:

Re: Source Control

2000-04-11 Thread Reuben King
use Sourcesafe and frankly it stinks. I've used PVCS in the past.. I think SourceSafe is cool in the fact that it integrates well with CF Studio. I've yet to see a killer source control system.. they all have crappy interfaces, imo. -- Reuben King mailto:[EMAIL PROTECTED] Senior Web

RE: Integer?

2000-04-11 Thread Reuben King
scribe' in the body. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. -- Reuben King mailto:[EMAIL PROTECTED] S

Re: Is 4.5.1 Solid

2000-04-11 Thread Reuben King
their AOL mail doesn't work ;) AOL works fine over TCP/IP. -- Reuben King mailto:[EMAIL PROTECTED] Senior Web Consultant Stonebridge Technologies http://www.sbti.com/ Phone: (512) 502-3332 -- Archives: http://www.eGroup

Re: CFmail and CRLF!!!

2000-04-11 Thread Reuben King
, you might want to upgrade to 4.5.1, which was released late last week. If there is a fix, it would probably be included. I don't have a solution for this fellow's problem, but I should mention that there is no 4.5.1 update for Linux available. -- Reuben King mailto:[EMAIL PROTECTED] Senior

RE: Annoying CF Studio 4.5a Interface problems

2000-04-08 Thread Reuben King
In [EMAIL PROTECTED], Mack, Chris R ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Where are the full versions? The forums only mention RCs still. Go to www.allaire.com and go into the downloads section under product updates. That's where I found 'em. -R

Online credit card processing in CF?

2000-04-08 Thread Reuben King
You know, I've been doing full time CF development since the early days of 2.0.. And up till now have never had any need to do online credit card validation and electronic fund transferring... Kind of says a lot about the industry we're in.. g Anyway-- Any suggestions? I'd like something

HTML question about spacer GIF's

2000-04-06 Thread Reuben King
At the risk of sounding like I'm trolling, I really am starting to think Navigator sucks. As far as development goes, IE has always treated me better. Here's my question: I use transparent spacer GIF's to assist in positioning stuff on my page. They work fine in IE, but in Netscrape it

Re: submit a form using img?

2000-04-06 Thread Reuben King
In [EMAIL PROTECTED], =?iso-8859-1?q? Ins=20Ins?= ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Hi,I want to submit a form by using img.But the name fileds do not pass to the action page: form action="actionpage.cfm" method="post" input NAME="back" VALUE="back" type="image"

Re: Oracle 8i via ODBC - first query always 350ms?

2000-04-06 Thread Reuben King
In [EMAIL PROTECTED], Stephen Garrett ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: It sounds like the "maintain DB connection" is not really working. Are you using the Oracle ODBC drivers, or M$?? I had better luck with the Oracle Drivers. You also may need to reboot to get

Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Reuben King
I have Win 2000 on a Compaq Armada 1750.. In CF Studio 4.5a (also tried 4.5.1rc2) the interface with the mouse pointer acts quite hokey when trying to select text. Double clicking on a word doesn't select the word like normal -- it selects everything to the left of the cursor and to the

Re: HTML question about spacer GIF's

2000-04-06 Thread Reuben King
In 01ca01bf9ff8$457ba4a0$[EMAIL PROTECTED], Dave Hannum ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Double check that the path to the image is correct and that the image act= ually does exist. Netscape has a habit of putting the dropshadow box on small images where IE will

RE: HTML question about spacer GIF's

2000-04-06 Thread Reuben King
attribute BORDER="0" in your img src= tag. Dave = "Technology" is stuff that was invented after you were born. David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Message -

CF 4.5 hangs when doing a select on an Oracle 8i CLOB column

2000-04-06 Thread Reuben King
Anyone out there used CF 4.5 to do a select on a CLOB datatype column in Oracle 8i? It invariably hangs when I try to do it... augh! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: CF 4.5 hangs when doing a select on an Oracle 8i CLOB column

2000-04-06 Thread Reuben King
In [EMAIL PROTECTED], Reuben King ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Anyone out there used CF 4.5 to do a select on a CLOB datatype column in Oracle 8i? It invariably hangs when I try to do it... augh! I don't know when CF Enterprise 4.5.1 was released

Re: Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Reuben King
Hi Mike, I have a docking station and use a regular Logitech wheel mouse (MS Wheel mouse compatible). The drivers are the beta Touchpad drivers for Win2000 .. yeah, yeah, I know.. BETA.. That's all that's currently available right now, tho. :( I just noticed on the Allaire site that a

RE: OT PCAnywhere on Port???

2000-04-06 Thread Reuben King
In 000101bf9ffb$ff454280$[EMAIL PROTECTED], Marcus ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: DQo+IEFueW9uZSBrbm93IHdoYXQgcG9ydCBQQ0FueXdoZXJlIGxpc3RlbnMgb24/DQo+IA0KPiBO aWNrDQoNCnZlcnNpb24gLSAyLjANClRDUCAoZGF0YSkgcG9ydCAtIDY1MzAxDQpVRFAgcG9ydCAt

Re: Parsing NNTP dates?

2000-04-06 Thread Reuben King
In [EMAIL PROTECTED], Reuben King ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: ParseDateTime() is choking on this.. NNTP posts have a date/time in the format of "Mon Mar 13 21:19:03 CST 2000" .. Anyone know of a quick and dirty way to get this into a CF date/t

Programatically setting search path for custom tags

2000-04-04 Thread Reuben King
This is a multi-part message in MIME format. --=_NextPart_000_0018_01BF9E30.91923440 Content-Type: multipart/alternative; boundary="=_NextPart_001_0019_01BF9E30.91954180" --=_NextPart_001_0019_01BF9E30.91954180 Content-Type: text/plain; charset="iso-8859-1"

RE: Security holes revisited -- reward offered

2000-04-04 Thread Reuben King
Agreed.. boss sounds like an idiot. 1) Cover up the traditional security holes -- FTP, telnet.. Make sure that only specific accounts, if any, have access to your CF directory. 2) Make sure that all IIS hotfixes and NT service packs are installed. 3) Like that other guy said -- chances are

RE: Security holes revisited -- reward offered

2000-04-04 Thread Reuben King
Good lord. If your site is that open and you're the webmaster, you deserve to be hacked and don't whine when you get your butt burned. This is my opinion, at least. -R -Original Message- From: John N Westerlund [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 2:02 PM To:

RE: Programatically setting search path for custom tags

2000-04-04 Thread Reuben King
Thanks for the suggestion. This is the way I've been doing it, but it breaks code portability. I want the root of the application to be known from where the application.cfm file resides (I can find this out by doing some recursive CFDIRECTORY trickery), and not be hardcoding in something like

CF Studio 4.5a -- can't double-click to select a word?

2000-04-04 Thread Reuben King
This is a multi-part message in MIME format. --=_NextPart_000_0049_01BF9E4E.5C9C7B60 Content-Type: multipart/alternative; boundary="=_NextPart_001_004A_01BF9E4E.5C9C7B60" --=_NextPart_001_004A_01BF9E4E.5C9C7B60 Content-Type: text/plain; charset="iso-8859-1"

RE: Session Variables

2000-04-04 Thread Reuben King
Session variables use cookies or CFID/CFTOKEN present in the URL. IP addy's are not used, so firewall or no makes no difference. HTH, -R -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 3:06 PM To: [EMAIL PROTECTED] Subject:

RE: No Nulls or Decimals for Numbers?

2000-04-04 Thread Reuben King
Check your table definitions in Access.. Access defaults "Allow Zero Length" to "No" for the columns you add. Change this to "Yes" for each column and hopefully that'll fix it. -Original Message- From: Stuart Duncan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 6:02 PM