Re: Web registrars may take back your domain name

2000-05-15 Thread Nick Baker
Scott, What you have addressed may be true, and is nice as far as it goes. (FYI if you use the right options you can register as many as you want with Network Solutions as well. But it does cost more with Netsol.) Bulkregister's does not offer all of the automated features. That is not to

OT: New Window

2000-05-15 Thread Computer Simplistics Suppoer
What would be some JavaScript (I am assuming that is what I would use) to open the results of a form in a new window, one which I can control the size, toolbars, resize, etc? I am thinking something like: form action="blah.cfm" target="window.new(something)" from what I have seen. Any help

Re: converting word docs to HTML [solved!]

2000-05-15 Thread Greg Saunders
With relentless off-list help from David Shadovitz, we finally have code (below) to convert Word documents into HTML! There are a few minor issues/questions embedded in the code, but it works quite nicely, and it works with Word 2000. Thanks to David and all others who helped! Gregory M.

Re: Replacing Letters in a String

2000-05-15 Thread Dick Applebaum
mmm... Are you sure you want to ignore *any* number of non-numeric groups? If so, one way would be denormalization... storing a second copy of the part number in the table. This second part number would represent the part number in a format that could be readily searched: Real Part #

Re: our friend CFLOCK (help!)

2000-05-15 Thread Greg Saunders
I'm re-posting my list of CFLOCK questions, with a few new questions added to the list. 1) Should calls to CFOBJECT be locked? Does it depend on the particular type of object, and if so, do I need to lock CLASS="Word.Application", and how would I know in general which classes need to be

Help Parsing a String

2000-05-15 Thread Erika Foster
I have a field that contains the number of authorized vehicles vs. the number of assigned vehicles like this: 14/12. What function would I use to grab everything to the left of the "/" and then everything to the right of the "/" to display them in separate text boxes? Thanks, Erika Foster

Re: Have I set a record?

2000-05-15 Thread Todd Ashworth
hmmm .. maybe, but actually the 'school' thread has been right on topic, if you ask me. I've decided to stick with Cold Fusion as a career, but I was wrestling with spending the money and extremely valuable time furthering my education. One of the things I was considering was, what impact, if

RE: Help Parsing a String

2000-05-15 Thread David Gassner
Erika, you can treat it as a list with "/" as the delimiter: cfset list="14/12" cfset firstnumber=listGetAt(list, 1, "/") cfset firstnumber=listGetAt(list, 2, "/") David Gassner Vintage Business Applications -Original Message- From: Erika Foster [mailto:[EMAIL PROTECTED]] Sent:

RE: New Window

2000-05-15 Thread Duane Boudreau
Try this: script language="JavaScript" function PopUpWindow(url, hWind, nHeight, nWidth, nStatus, nScroll, nResizable) { var cToolBar = "toolbar=0,location=0,directories=0,status=" + nStatus + ",menubar=0,scrollbars=" + nScroll + ",width=" + nWidth + ",height=" + nHeight

RE: our friend CFLOCK (help!)

2000-05-15 Thread Dave Watts
1) Should calls to CFOBJECT be locked? Does it depend on the particular type of object, and if so, do I need to lock CLASS="Word.Application", and how would I know in general which classes need to be locked? If you know absolutely that the object you're referencing is thread-safe, you

RE: Help Parsing a String

2000-05-15 Thread ron
I have a field that contains the number of authorized vehicles vs. the number of assigned vehicles like this: 14/12. What function would I use to grab everything to the left of the "/" and then everything to the right of the "/" to display them in separate text boxes?

Re: New Window

2000-05-15 Thread Jeff
scott, :~~ : From: Computer Simplistics Suppoer [EMAIL PROTECTED] : : What would be some JavaScript (I am assuming that : is what I would use) to open the results of a form in a : new window, one which I can control the size, toolbars, : resize, etc?

Re: Help Parsing a String

2000-05-15 Thread Dick Applebaum
Yoy cou treat it as a list with / as the delimiter: cfset my_list = "12/34" cfset box_1 = ListGetAt(my_list, 1, "/") cfset box_2 = ListGetAt(my_list, 2, "/") cfoutput #box_1# #box_2# /cfoutput At 9:37 PM -0700 5/15/2000, Erika Foster wrote: I have a field that contains the

RE: Uploading SQL Server databases

2000-05-15 Thread James Sleeman
On Mon, 15 May 2000 22:42:36 -0400, "Dave Watts" [EMAIL PROTECTED] wrote: seperate files once created - .mdf and .ldf (data and I don't think you can simply overwrite these files safely, as metadata for the databases is stored in the master database. At least, that's how it works in earlier

Re: CF_Headache and IIS argh!!

2000-05-15 Thread Todd Ashworth
More stuff to have to figure out! Maybe I can make a wig wrapper to cover my bald head when this stuff gets to kicking my ASP and I cf_pull myHair="out" *deep breath* OK .. not sure about WSH and ADSI .. anyone know of any handy resources on them? .Todd - Original Message - From:

Re: Replacing Letters in a String

2000-05-15 Thread Jonathan Karlen
Well - its not that I want to ignore the non-numeric groups, we're giving the user the option to either search for an exact part number, a substring or by part family (yes, it is an electronic parts database). Creating a second field would be a serious pain as far as maintanence goes. In many

RE: CF_Headache and IIS argh!!

2000-05-15 Thread Dave Watts
*deep breath* OK .. not sure about WSH and ADSI .. anyone know of any handy resources on them? Wrox Press has good books on both topics. The Microsoft MSDN site has a decent amount of coverage as well. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax:

Re: Replacing Letters in a String

2000-05-15 Thread Jeff
jon, :~~ : From: Jonathan Karlen [EMAIL PROTECTED] : : In many languages I could store the search string : as an array and loop through the array inserting : '%' symbols in between each character. I'm not : aware of any CF way to do this.

nested tags problem??

2000-05-15 Thread Deva Ramesh
hello all, my collegue has already posted this Q. but it seems that the question was not so clear. ok our problem is. we have the following files in webroot directory: 1) showtable.cfm--which invokes the custom tag "listtable.cfm" which inturn is in "cfusion/cutomtag/" directory. 2)

Advice on approach

2000-05-15 Thread John Allred
I accept submissions for links to be listed on one of my sites. Originally, this was merely by E-mail. Then I set up a form, so I could get as many fields filled in as possible and save some research time. The form generated an E-mail to me and the sender. Now, I'd like to have submitters enter

Re: Advice on approach

2000-05-15 Thread Nick Slay
Hi John, Personally, I'd have a StatusFlag on my Link Table. Let people submit links directly to the Links table and set the StatusFlag to 0, (Pending). Create yourself a password protected admin script that let's you update the StatusFlag, then once the Links have been approved, set the

testing for a cookie

2000-05-15 Thread Ben Lowndes
Hello, I'd like to be able to test for the existence of a cookie so that I can use CFLOCATION if the cookie is set. The problem is the code cfif IsDefined(Cookie.CartID) is throwing up an error The code I'd like to use is something like: code here that writes a cookie . CFIF

Re: Slightly OT: Lighten things up a little

2000-05-15 Thread Brian L. Wolfsohn
At 12:11 PM 5/14/00 , you wrote: I'm just not comfortable with the term "I have to reboot the fridge"... I'm not sure I want a MS branded Fridge... what happens if it locks up, or a glitch makes it decide to re-adjust the temperature to oh say 80 degrees?/ Brian L. Wolfsohn

RE: Storing Credit Card details securely

2000-05-15 Thread Bryan Batchelder
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_01BFBE73.739BE640 Content-Type: text/plain; charset="iso-8859-1" I don't know about CF support, but I hear that a lot of people

Re: Slightly OT: Lighten things up a little

2000-05-15 Thread Dave Hannum
I forgot my password. Had to wait until my wife (sys admin) got back from being out of town for the weekend . . . Or what about: "My fridge was down all weekend from that damn ILOVEYOU worm." ;-) -Original Message- From: Brian L. Wolfsohn [mailto:[EMAIL PROTECTED]] Sent: Monday,

Re: Anyone have any knowledge of CFCONTENT?

2000-05-15 Thread Randy Adkins
Well I thought of having them all ZIP files but trying to make it where the audience does not have to have WIN_ZIP or any ZIP compression software loaded to access these files. But so far I believe I have no choice. - Original Message - From: "Jason Egan" [EMAIL PROTECTED] To: [EMAIL

RE: new look Allaire Developers' Exchange

2000-05-15 Thread lsellers
Anyone have any idea how to get the stupid new dev site to email you your old username/password? --min -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Hi

2000-05-15 Thread Russ Michaels
No resources for CF, Are you mad??? Despite the masses of stuff on Allaire's Developer Exchange, what about the many many sites like:- cfsearch.com forta.com cfspot.com cfadvisor.com cfmcentral.com cfscripts.com houseoffusion.com etc etc.. at all of these sites you will find hundreds more

<    1   2   3