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

2000-09-23 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 "warlo

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 behavio

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: 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 versio

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,

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 .cf

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: > > > 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 that stays untiled and

Re: Client DB storage and Purging

2000-05-10 Thread Reuben King
In , 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

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 un

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 great

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 do you have a static picture in the background

2000-05-10 Thread Reuben King
In , [EMAIL PROTECTED] ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > In IE this is possible by setting bgproperties in the body tag: > > > > But as far as I know, netscape will ignore this.. This is true. Mozilla M15 doesn'

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: 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: 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 th

Re: How to secure PDF file?

2000-05-10 Thread Reuben King
In <[EMAIL PROTECTED]>, Christian Labrecque ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Hi, > > I have some PDF files inside secure directory(applicatiom.cfm). > > Any hint to secure PDF like .cfm file ? > > Thanks > > Chrsitian I feel tempted to flame you, but I won't. Col

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

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 wi

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 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 theTab

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

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 te

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 http://w

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 agg

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. > > > > That will replace everything that isn't a number or a period. Yes, that is what I need. Someday I need

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

2000-05-08 Thread Reuben King
I have a 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 However, if I get too much text in that string literal, I get an "ORA- 01704: string literal to

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 d

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: Raymo

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 credi

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 use

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 Unsu

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

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 E

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 in

RE: ILOVEYOU

2000-05-04 Thread Reuben King
In <[EMAIL PROTECTED]>, Kelly Matthews ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Every one this is a VISUAL BASIC VIRUS dont run it delete it Immediately. > Frank WHY did you send this?? He didn't send it on purpose.. CF-Talk was in his Outlook address book and so the trojan

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 unbridl

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 dow

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

2000-05-03 Thread Reuben King
r posts are too difficult to read. > > Fred > > - 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 EXPR

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

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 s

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 T

ATTENTION ALL OUTLOOK AND OUTLOOK EXPRESS USERS

2000-05-02 Thread Reuben King
Please stop posting to the list in anything other than plain text. It is quite ugly and annoying for those of us who are using plain text newsreaders. Thanks, -RK -- Archives: http://www.eGroups.com/list/cf-talk To Uns

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: disappearing form fields

2000-05-02 Thread Reuben King
In <[EMAIL PROTECTED]>, Bryan Love ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Does anyone know why form fields might disappear and thus cause a cold > fusion error when trying to resolve them? This problem seems to be computer > specific; it will happen on one computer but not

Re: Very Weird INSERT Problem

2000-05-01 Thread Reuben King
In <[EMAIL PROTECTED]>, S R (dharkangel333 @hotmail.com) in a fit of unbridled passion, wrote: > I have tried everything, changing the name of the query, recreating the > table, Naming the field different names and I still get the error: > > Missing semicolon (;) at end of SQL statement. > > I

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, > > > > > > SELECT > Provider,DRGCD,Total_Cases,PCDTHS,Expected_PCDTH,PCDTH_Rating,AvgLOS,MedLOS, > MaxLOS,MinLOS,Expected_LOS,LOS_Ra

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 parti

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,

Re: getting canadian exchange rate

2000-04-25 Thread Reuben King
In <[EMAIL PROTECTED]>, Won Lee ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Is there a way to get canadian exchange rate into a CF app everyday? If you can find a reliable website that lists the exchange rate, you can always suck it in using CFHTTP..

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 un

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

2000-04-24 Thread Reuben King
gt; Michael J. Sheldon > Internet Applications 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 PR

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: http://www.eGroups.com/li

Cold Fusion & Oracle dates

2000-04-22 Thread Reuben King
As it stands right now, if I want to get the hours/minutes/seconds from an Oracle date column retrieved within a CFQUERY, I need to use to_char along the lines of "select to_char(thedatecol,'MM-DD- HH24:MI:SS')" .. But of course if I ever do a "select *", I'm bungled. If I do a "select t

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 w

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 , [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 >

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

2000-04-20 Thread Reuben King
can't find a use for them doesn't mean they're useless. It > just means your education is incomplete. > > Michael J. Sheldon > Internet Applications Developer > Phone: 480.699.1084 > http://www.desertraven.com/ > PGP Key Available on Request > > -Orig

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 , [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 >

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: .. etc ... As I understand it right now from reading the CF docs and Forta's books, structures are nothing at all but a one dimensional shorthand wa

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 http://www.houseof

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

Re: UNSUBSCRIBE

2000-04-18 Thread Reuben King
In <001e01bfa8bd$99fad0a0$[EMAIL PROTECTED]>, Julia Green ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Mr. Haubrich -- > > Hi, my name is Julia Green and I am a Cold Fusion Programmer at UPS. > Did you mean that I personally should unsubscribe? I actually need to post > to solve

RE: searching a database list

2000-04-14 Thread Reuben King
Look into doing select unions in your SQL book. Something like: select * from thetable where thecol = 'blahblah' union select * from thetable where thecol = 'hi im happy' .. etc.. In <[EMAIL PROTECTED]>, Michael Blair ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > I didn't state m

CFLDAP: No Such Object error... help!

2000-04-13 Thread Reuben King
I try to execute this code: and get: Error Diagnostic Information CFLDAP No such object The error occurred while processing an element with a general identifier of (CFLDAP), occupying document position (15:2) to (20:34) in the template file D:\Web Root\rking\ldap_test\ldap_test.cfm.

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 incorpora

Re: OT: Web meeting scheduler

2000-04-13 Thread Reuben King
In <[EMAIL PROTECTED]>, Michael C. Wilson ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Doesn't a simple one come with the install of CF Server, under example applications? >I beleive it is a part if the sample Intranet... Indeed you are correct... yay! code to leech! :-) Thanks!

Re: CF is typeless, but...?

2000-04-13 Thread Reuben King
In <001501bfa546$4fea1d60$[EMAIL PROTECTED]>, Steve Reich ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > so which would be correct... > > If... > > > then... > > > or... > Both are correct. However, when you use the integer (someone please correct me if I'm wrong) for compar

Re: CF is typeless, but...?

2000-04-13 Thread Reuben King
In <011e01bfa4d8$c8ef9960$[EMAIL PROTECTED]>, Steve Reich ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Say I set a cookie > > > > When I call the cookie, is the value a string or a number? There is no string, there is no number, there is only variable. This is the way, my

Re: Does Cold Fusion care about dates?

2000-04-13 Thread Reuben King
In <000801bfa4d3$72169300$[EMAIL PROTECTED]>, Seth Petry- Johnson ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > >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 i

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 a

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 definite

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 s

Re: Session Variables and Multiple Browser Windows

2000-04-12 Thread Reuben King
this discussed before, so am I missing something > obvious? > > Thanks, > Jim > > -- > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit >http://www.houseoffusion.com/index.cfm?sidebar=lists&bod

OT: Web meeting scheduler

2000-04-12 Thread Reuben King
I'm too busy to write on myself.. I'm looking for a simple web based scheduler app that my office might use to schedule conference room time. We're currently using a piece of paper taped to the door. I'm hoping maybe someone wrote a simple one in CF and wouldn't mind sharing the code..

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

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

Re: CFmail and CRLF!!!

2000-04-11 Thread Reuben King
Grr > > I'm not familiar with the problem, but if you are really running 4.5, 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, b

Re: Is 4.5.1 Solid

2000-04-11 Thread Reuben King
pport for AOL? You're the Internet, right?" > > > > I understand...we have several hundred customers that use our lines to > connect to their AOL accounts and it's tough to explain to them why their

RE: Integer?

2000-04-11 Thread Reuben King
gt; 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. > -- > Archives: http://www.eGroups.com/li

Re: Source Control

2000-04-11 Thread Reuben King
gt; control. We currently 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:[

Re: sending and waiting for a file - COM object poss?

2000-04-11 Thread Reuben King
equestTimeout settings you might have, I do not see why you cannot do this within a CFLOOP using either CFHTTP or CFFTP tags. -- Reuben King <mailto:[EMAIL PROTECTED]> Senior Web Consultant Stonebridge Technologies <http://www.sbti.com/> Phone: (512) 502-3332 ---

RE: Integer?

2000-04-11 Thread Reuben King
> 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. > -- Reuben Ki

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

2000-04-11 Thread Reuben King
TED] > > Chaos, panic, and disorder - my work here is done. > -- > "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 addre

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

2000-04-11 Thread Reuben King
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 PROTECTED]> Senior Web Consultant Stonebridge Technologies <http://www.sbti.com/> Phone: (512) 48

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

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.. Anyway-- Any suggestions? I'd like something che

Re: Oracle CLOB Data Type

2000-04-08 Thread Reuben King
In <[EMAIL PROTECTED]>, Benjamin Smedberg ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > > =A0I can't figure out how to select=A0the CLOB data type = > > using=A0CFQUERY from an > > Oracle database and display it in a table using CFOUTPUT.=A0 Does = > > anyone have > > the solution?=

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 -

Parsing NNTP dates?

2000-04-06 Thread Reuben King
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/time object? TIA, -R -- Archives: http

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 i

Re: Administrator PW

2000-04-06 Thread Reuben King
In <023b01bfa003$bd30c7e0$a37afea9@0015796783>, Erika Foster ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > > > How do you retrieve the Admin password for CF Server? > > My client has completely forgot what he set up his password as. Do we need > to completely uninstall and re-in

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 > IDIyIA0KDQp2ZXJzaW9uIC0gNy

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 Enterp

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 releas

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 http://www.

RE: HTML question about spacer GIF's

2000-04-06 Thread Reuben King
hat was invented after > you were born. > > David Hannum > Web Analyst/Programmer > Ohio University > [EMAIL PROTECTED] > (740) 597-2524 > > > > - Original Message - > From: Reuben King <[EMAIL PROTECTED]> > Newsgroups: cf-talk > T

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

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 begi

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: > > > > src="back.gif" alt="back"> > > alt="continue" VALUE="continue"> > > > In th

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

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: > > > > src="back.gif" alt="back"> > > alt="continue" VALUE="continue"> > > > In th

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 ins

  1   2   >