Re: CF 4.51sp2 Memory Usage & Plateau

2000-12-19 Thread WBB
Try going to the beta site and reading the forum...there are specifics about at what point the warnings kick in and about registry keys that you can set that will change this. > At what point is memory usage excessive: > When memory usage exceeds physical memory? > When memory is x% of swap? > >

Allaire aquires java based tools

2000-11-10 Thread WBB
http://www.varbusiness.com/Sections/News/BreakingNews.asp?ArticleID=21435 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar

Re: [slightly ot: math question, needed for cold fusion programming]

2000-10-11 Thread WBB
I wouldn't use 'randomize(GetTickCount())' If your server happens to run too long without a reboot it will error out...the Randomize will work until it acts on a GetTickCount > than an integer...once it's too large it will croak. > this is actually what i'm doing > > > > > > > > > > >

Re: [slightly ot: math question, needed for cold fusion programming]

2000-10-11 Thread WBB
I don't know about a true timestamp but MSSQL7 has numerous date/time functions that do return milliseconds. However, you're right when you state that a UUID would be better suited to uniqueness. > I haven't really been watching CF-Talk that closely lately, so I may be > missing some info here,

Re: Duplicate emails

2000-09-28 Thread WBB
up to 7 duplicates of some messages...and it's getting really old! > Sorry to bother everyone, but has anyone else been getting lots of duplicate > emails from this list? > > Thanks, > Bob > > -- > Archives: http://www.m

Re: # rule? [CF-Talk]

2000-09-20 Thread WBB
Here's a link to a Ben Forta article on #s http://www.defusion.com/articles/index.cfm?ArticleID=26 > What is the rule of thumb with the # ? > > I see you don' t need it to refer to cfparam variables but you do use it for > cfset variables and table variables can someone clarify this? > > Thanks

Re: CFFILE

2000-08-30 Thread WBB
Steve, This is a common occurrence on Macs where one may upload a JPG or GIF that has no extension to the file name. > I have a site that uses CFFILE to upload a picture. My client is using a > graphic off a floppy on her a: drive. The file is uploaded through an input > type="file". > > Here

Re: Specifying Number of Records output per page of results

2000-08-26 Thread WBB
Allaire's Exchange Gallery is full of tags that will do this: http://devex.allaire.com/developer/gallery/ > I am wanting to be able to set the number of records that are outputted on > each page of search results and then have the remaining records outputted on > subsequent pages each page dis

Re: ie 5.5 and history.back

2000-08-22 Thread WBB
history.back(1) works fine here on 5.5...sure you didn't mean to put in on the RESET button instead of the SUBMIT button? > I haven't seen any discussion of this: > > > > > > used to send you to the previous page. But with IE 5.5, it just reloads the > same page. > > Any idea

Re: 4.5.1 memory leak? is this really a leak we are talking about ?

2000-08-15 Thread WBB
Hi Peter, Yes, CF Studio 4.5[1] is a resource hog on Win95/98. Running it, Outlook Express and an accounting database we use will bring Windows to it's knees in a short time. I've read the release notes on CF 4.51 SP1 beta1 and they are addressing a whole plethora of memory leaks and hopefully, o

Re: This is Crazy!

2000-07-25 Thread WBB
Hi Paul, I've got a Verity Collection that retrieve the word Attorney just fine so it may be how you're indexing it. I'm using a SQL7 database to store client variables via WDDX The relevant script CF for a updating a Verity Search Term passed to it by a form follows: The CF scrip

Re: Form.Fieldnames Missing

2000-07-11 Thread WBB
Your 3rd form has a field called UW_NOD_RESCIND_DATE that would never get passed IF form.fieldnames was passed (_date, _integer, _float, _time, _range, _eurodate are all naming convention to form inputs that will cause server side validation). That doesn't explain why the form.fieldnames never ge

Re: Calculate Function on a form?

2000-07-03 Thread WBB
Send them to a 'Review' page that calculates every thing BEFIRE you submit the form as all CF is server side code. > Stupid question... > > I've got a form that required a decent amount of calculations (figuring > insurance premiums) to be done before it is submitted. Currently, I've > written

Re: Update Accuweather Tag

2000-06-26 Thread WBB
Hi Robert, I'd like a copy if you don't mind. Just got back on the list after the 2-3 week fiasco of duplicates while Michael was on vacation. Thanks, ...Bill... > Anyone who would like it, I redid Accuweather 3 to take out the new > adds they have been putting in thier code that

Re: UPS Shipping Costs

2000-06-11 Thread WBB
Don't feel too bad...I'm up to 7 on many and climbing :( > How many times are you going to send the exact same message? We're up to > four at the moment. > > Michael J. Sheldon > Internet Applications Developer > Phone: 480.699.1084 > http://www.desertraven.com/ > PGP Key Available on Request >

Re: Excel Import

2000-05-19 Thread WBB
Hi Gordon, > I have to import some data from an Excel spreadsheet into an Access > application. > > One of the cols is in the following format. > > eg > > 2925 > 240 > 249 > > The original data source had these like so > > 002925 > 000240 > 000249 > > I would prefer to reinstate these leading zer

Re: Web Servers

2000-05-18 Thread WBB
Try here: http://www.netcraft.com/whats/ > Is there a way to tell what another web site is running on? What type of > server it is? > > Thanks. > > Gary McNeel, Jr. -- Archives: http://www.eGroups.com/list/cf-talk

Re: long tables and headings

2000-05-09 Thread WBB
You can always throw out a row every QueryName.CurrentRecord MOD 20 (or so) IS 0, assign an incrementing with Next|Previous|Top links > Several of my applications list out a few hundred records in table format, > the top row contains the headings. After scrolling down you loose the > headin

Re: Cold Fusion Server 4.5.1 DoS Vulnerability.

2000-05-09 Thread WBB
Why is it that when companies begin thinking they're God's gift to the world that they start giving answers like this? Reminds me of how Microsoft is currently... > Allaire's Unofficial response to this bug: > "What are the chances that 5 people would simultaneously request the same > page?" >

Re: odbc error

2000-05-08 Thread WBB
Include the 'id' field as part of the aggregate function (sum, group by, avg, whatever) > Can anyone give suggestions why I am getting the following error when > selecting specific fields from an Access db, yet when I use a "select *" > everything is fine? > > [Microsoft][ODBC Microsoft Access Dr

Re: MSIE Debug is a PIMA

2000-05-05 Thread WBB
Kill the process MDM (take it out of the Run or RunServices registry entry under HKEY_LOCAL_MACHINE/Software/Microsoft/Windows) > Yes, but unfortunately that seems to also disable all those informative > little pop-up errors like "object expected", which I'd like to keep. I just > don't want

Re: [RE: AOL and Caching]

2000-05-03 Thread WBB
I looked that page over...and notice that they don't cache ASP pages...so why special treatment for ASP pages and not for CF, iHTML, PHP, and other scripting engines? > > AOL does not cache objects containing a Question Mark. This is checked first, > regardless of file extension / mime type.

Re: SQL! i'm losing it

2000-05-03 Thread WBB
Shawn, It may be parsing the field Group and confusing it with GROUP BY, a reserved phrase. I'd try changing the name of the field. > > I have checked and checked this but I cannot see anything wrong with this > code: > > > insert into users > (user_id,Group,firstname,lastname,Title,email,Pass

Re: Studio crashing with CFMLVALIDATOR.DLL

2000-05-03 Thread WBB
Hi Adrian, I haven't found a definite fix for the same problem yet...here's a thread to several link's at the Allaire support forums, some of them have a couple of dozen threads http://forums1.allaire.com/DevConf/Search_Results.cfm?#Message439148 > Can someone remind me how to re-register the

Re: VB COM Examples

2000-05-02 Thread WBB
c Information > unknown element encountered > > Just so everyone knows, the line/string prints out just fine as variable > unto itself i.e. #wddxText. I also tried having the vb > com object return a variant type as well instead of a string, that was not > it either. Any idea

Re: Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-01 Thread WBB
Big hammer, please ;) > Must smite. > > At 07:43 PM 5/1/00 -0500, you wrote: > >Thank you for choosing Smart Web Tech your online business provider. We > >have received your message our tech staff will get in touch with you as > >soon as possible. If you have any additional, questions please vis

Re: VB COM Examples

2000-05-01 Thread WBB
Hi Shannon, I don't know if that would work or not (I've never tried it) but you might consider sending the resultset or collection back as a formatted WDDX (a string works fine for this) packet and read the packet in with CF.. > Examples, > I am looking for examples of com implementation for

Re: AOL uses CF!

2000-05-01 Thread WBB
I believe it's specific to SQL...CF or probably ANY other scripting backend using ODBC as a transport would be vulnerable > Now, to switch topics, what exactly is this "SQL Server exposed URL > parameter hack"? This term doesn't ring any bells. Is this a CF specific > issue? -

Re: SQL Error using 'Name' as field

2000-05-01 Thread WBB
Hi Pablo, GROUP BY is an aggregate SQL function and must include all fields found in the SELECT clause. SELECT Name, PackageSent FROM location WHERE NOT PackageSent IS NULL GROUP BY PackageSent, Name; > I'm performing the following query to an Access database in a page: > > > SELECT Name, Pac

Re: Running SQL Server on A Seperate Machine

2000-04-26 Thread WBB
Hi Ed, Set up your ODBC/OLEDB connection on the CF server to the (remote) SQL server. No need for Enterprise editions (BTW, it's 'stoopit' ;) > guys, > > This maybe a really stoopid question, but if someone could pen me a response I'd > be most grateful. Do we need to be running thr enterprise

Re: does everyone always encrypt?? decrypter?

2000-04-26 Thread WBB
You're right Howie, the first thing on each encrypted file is the header, CF has to open it anyway so it's only one more step on the ladder to do a compare and direct the file to the proper un-encoder. Shouldn't adversely affect even high production sites. > > CF uses DES for encryption. This is

Re: Thanks everyone! Removing the underline of a text link??

2000-04-15 Thread WBB
Kevin, you have the KAK Worm... \\StartUpkak.hta';k2=3Dwd+'System'+fic+'.hta';kk=3D -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&bo

Re: Is 4.5.1 Solid

2000-04-11 Thread WBB
> At 04:06 PM 4/11/00 -0700, you wrote: > >Dear Janet (yes, that's a condescending 'Dear')...I've been married to the > >same woman for 27 years in two more days and I've come to realise that I > >can't win arguments with the opposite sex once they've mad up their minds. > > Maybe there's a reas

Re: Is 4.5.1 Solid

2000-04-11 Thread WBB
Dear Janet (yes, that's a condescending 'Dear')...I've been married to the same woman for 27 years in two more days and I've come to realise that I can't win arguments with the opposite sex once they've mad up their minds. My point was that it didn't work with 20,000,00 browsers and my unsaid poin

Re: Is 4.5.1 Solid

2000-04-11 Thread WBB
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 sorry...if I responded to everything that bothered me that I read in news groups I wouldn'

Re: Is 4.5.1 Solid

2000-04-11 Thread WBB
Hi Jennifer, > At 09:02 AM 4/10/00 -0700, you wrote: > >Hi Dick, > > > >We upgraded to 4.51 and it seemed to cure quite a few ills. So far no > >damage. We had previously installed the hot fixes for CFHTTP and CFMAIL and > >had switched some CFMAIL calls off to another machine so we didn't have

Re: Is 4.5.1 Solid

2000-04-10 Thread WBB
Hi Dick, We upgraded to 4.51 and it seemed to cure quite a few ills. So far no damage. We had previously installed the hot fixes for CFHTTP and CFMAIL and had switched some CFMAIL calls off to another machine so we didn't have many problems there. It now does allow the 20,000,000 AOL users that c

Re: US States Custom Tag or something else...

2000-04-05 Thread WBB
Bill, There's a tag in Allaire's gallery called CF_USAMap that should work just fine. > I have a client that wants to use a Map of the US to act as a trigger for a > database query, in other words if a client clicks on Texas, the would get > all the records of companies that are in Texas. I ju

Re: No Nulls or Decimals for Numbers?

2000-04-04 Thread WBB
Hi Stuart, First, if you wish to use nulls in Access then you need to set the field up as Required:No If the field is set to currency and you're trying to put in integers then that should work. If you're trying to stuff the field with an amount using the DollarFormat that wont work. You can use

Re: Trouble uploading Mac Image Files.

2000-04-01 Thread WBB
Try using 'application/x-macbinary' in your ENCTYPE attribute of the FILE tag along with whatever else is there. Worked for me ;) > > > I've been having trouble uploading image files to an NT Server from IE on the > Mac, Netscape loads them fine. The problem then is not the difference in file >

Re: 237 checkboxes

2000-03-29 Thread WBB
Optionally, you can name them all the same, assign them different values...any that are checked will have their values passed as a list. That way you only have 1 to worry about. > I have search form that contains a large amount of yes/no check boxes -237 > to be exact. It is to search the result

Re: SQL 7 SP 2

2000-03-29 Thread WBB
Installed it a couple of days after it came out, no problems at all so far ;) > Just saw that this was out. Figured a lot of people have this for thier > database. Has anyone had any horror stories using it or good stories? > http://support.microsoft.com/support/sql/content/spack.asp > > > Rober

Re: IP Tracing

2000-03-28 Thread WBB
CGI.REMOTE_ADDR will return thier IP address...seems like there is a tag in Allaire's gallery that will do domain lookups for countries. > Is there a way by getting the requestors IP Address. Find out which country > or area, they are from. Part of the application we are working on is asking

PostgreSQL

2000-03-27 Thread WBB
Has anyone used this with or without CF? If so, any apparent gotchas? Thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk

Re: Slightly OT...

2000-03-25 Thread WBB
Documentation is pretty much universal, feature set usually falls within a certain fixed set of parameters and any bugs are usually a subset of your own, just ask any grand parent ;) Contrats from Northern California ;) > > Everyone's in good condition, but as expected, the documentation > > is

PostgreSQL

2000-03-24 Thread WBB
Has anyone used this database (PostgreSQL) with CF? -- 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 [EMA