Re: number format for 0

2001-03-13 Thread Mak Wing Lok
sorry that i did not write the problem clearly, it supposed to display whatever number in 999,999,999,999,999,999.99 format as the variable "no" can contains any numeric value, but whenever no = 0, it will show as .00 not 0.00, how could i format it so it display 0.00? - Original Message --

Difference btw Studio 4.0, 4.5 , 5.0

2001-03-13 Thread JAIME HOI
Hi Does anybody know are there any obsolete tags from Studio 4.0 - > 4.5 Or from Studio 4.5 - 5.0?? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: htt

RE: Word lists for Ultraedit

2001-03-13 Thread Douglas Malcolm
Here: http://www.ultraedit.com/downloads/additional.html You'll want the cf wordfile, and the taglist. Both can be tweaked to your personal preference easily. djm -Original Message- From: Lockie Martin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 8:00 PM To: Doug Subject:

RE: Word lists for Ultraedit

2001-03-13 Thread Lockie Martin
Thanks got them now -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 14 March 2001 17:16 To: CF-Talk Subject: Re: Word lists for Ultraedit ftp://ultraedit.com/wf/cfmltag.txt HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.

Re: Word lists for Ultraedit

2001-03-13 Thread Howie Hamlin
ftp://ultraedit.com/wf/cfmltag.txt HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server Get your free copy of iMS POST-SE Server from CoolFusion! - Original Messa

Word lists for Ultraedit

2001-03-13 Thread Lockie Martin
Can anyone here please tell me where do you got the CF word lists and syntax highlighting for Ultraedit? Ta -l--- Lockie Martin [EMAIL PROTECTED] http://www.keystone-solutions.com/ http://marquee/ http://www.keystone-support.net PER [EMAIL PROTECTED] MSN [EMAIL PROTECTED] ICQ 19741013 +64-9-357

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Lockie Martin
Can you please tell me where do you got the CF word lists and syntax highlighting for Ultraedit? -Original Message- From: Douglas Malcolm [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 14 March 2001 12:52 To: CF-Talk Subject: RE: CF Studio 4.5.2 Memory Leak? Thank you, Richard! Now you're

Parsing Street Address

2001-03-13 Thread Eron Cohen
Hi Everyone, I am wondering if anyone has any code or any ideas about the most efficient way to handle this: I need to parse the street address from people's accounts such that I can parse out the Street Name and Street Number separately (and disregard things like suite and apartment number) and

RE: How to pass javascript variable to a cf tag?

2001-03-13 Thread Kym Kovan
Hi, >juz a pity that this tag is not what i am looking for. I need to populate >from 2 different tables, different columns so i will need 2 cfquery but this >tag only allows for 1 cfquery tag. The tag can easily be rewritten to take two separate queries, we had to do that for one job we had, it

Re: Use of Session variable

2001-03-13 Thread Bud
On 3/13/01, Haryono ... penned: >Hallo! >What is the use of session variable in ColdFusion >Application? To store information unique to a user in memory until needed at a later point in the application without having to pass the information from page to page with every click. -- Bud Schneehag

Re: number format for 0

2001-03-13 Thread Bud
On 3/14/01, Mak Wing Lok penned: >I tried to format a number with zero value : > > >#numberformat(no, "(999,999,999,999,999,999.99)")# > >i got this result .00 but i want it to display 0.00 >is there any other way to do it? numberformat(no, "0.00") -- Bud Schneehagen - Tropical Web Creations _

number format for 0

2001-03-13 Thread Mak Wing Lok
hi people, I tried to format a number with zero value : #numberformat(no, "(999,999,999,999,999,999.99)")# i got this result .00 but i want it to display 0.00 is there any other way to do it? mak wl ~~ Structure your ColdFusion code with Fus

White space

2001-03-13 Thread Parker, Kevin
I have seen some discussion on this list from time to time about management of white space in CF code. Is there a preferred strategy for dealing with it? TIA!! Kevin Parker Web Services Manager WorkCover Corporation [EMAIL PROTECTED] www.workcover.com p: +61 8 82332548 f: +61 8

RE: How to pass javascript variable to a cf tag?

2001-03-13 Thread JAIME HOI
juz a pity that this tag is not what i am looking for. I need to populate from 2 different tables, different columns so i will need 2 cfquery but this tag only allows for 1 cfquery tag. -Original Message- From: Joseph Thompson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001

Re: cfloop for 2 list?!!!

2001-03-13 Thread han peng
Hey ppl!!! i got the answer using this... hmm.. pha.. do u actually mean this?!! cheers han page1.cfm #p_arrival_remarks# page2.cfm update table_name set p_arrival_remarks = '#evaluate(test)#' where p_username = '#test#' > > - Original Message - > > Fr

Re: site address for the FAQ? TIA

2001-03-13 Thread Howie Hamlin
http://www.thenetprofits.co.uk/coldfusion/faq/ Regards, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server Get your free copy of iMS POST-SE Server from CoolFusion!

Re: cfloop for 2 list?!!!

2001-03-13 Thread han peng
hi.. pha.. sorry i dun quite get u... how to put the form name as dynamic?? coz the no. of input fields r depended on the query. by the way.. i miss out some info on this question.. i doing update .. not insert... and the p_username is unique key. sigh, han - Original Message - From: Ph

Re: How to pass javascript variable to a cf tag?

2001-03-13 Thread Joseph Thompson
Someone beat you too it :) Try the TwoSelectsRelated tag at the Allaire tag gallery (Developers Exchange) > i understand that by putting the js values into a forn , i can read using > CF. But..what i am doing now is to create a dynamic drop down list based on > what is selected on the first drop

Re: cfloop for 2 list?!!!

2001-03-13 Thread han peng
hi adkins... thanx for yr reply... however the prob is still not solved.. maybe i can giv u a clearer idea... there r mulitple input.. : Input1 : blah,,,... id: 1 Input2: hee id:2 Input3: id:3 Input4: hoo.. id:4 if i use yr method to write in.. i will hav mismatch data.. as CFOUPUT of the abov

Re: Use of Session variable

2001-03-13 Thread Joseph Thompson
> Hallo! > What is the use of session variable in ColdFusion > Application? > > Thank's Lots of information here for you :) http://cfhub.com/search/index.cfm?findme=session ~~ Structure your ColdFusion code with Fusebox. Get the official book

RE: How to pass javascript variable to a cf tag?

2001-03-13 Thread JAIME HOI
i understand that by putting the js values into a forn , i can read using CF. But..what i am doing now is to create a dynamic drop down list based on what is selected on the first drop down list, I need to query the database using the value selected from the first drop down and create the second d

Use of Session variable

2001-03-13 Thread Haryono ...
Hallo! What is the use of session variable in ColdFusion Application? Thank's ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseo

site address for the FAQ? TIA

2001-03-13 Thread Michael
~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=li

navigation of records, ie first last next previous

2001-03-13 Thread Michael
Having a problem figuring this out on record's, I would appreciate anything that anybody has on the proper way of doing the codeing for record selection, like in the subject line, first record, last record, and so on and so forth TIA Mike

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Douglas Malcolm
Thank you, Richard! Now you're talking. I had nothing but trouble from Studio, met with varying degrees of indifference & incompetence from Allaire staff... and gave up on it. I switched to UltraEdit, took the time to customize it fully to my liking (loading cf word lists, syntax highlighting,

eCredit

2001-03-13 Thread Nick McClure
anybody out there ever dealt with eCredit.com? Any problems CF or otherwise. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@house

RE: Ben Forta tonite!! in Dallas

2001-03-13 Thread Chris Montgomery
Billy, I attended Ben's presentation last night in Austin and it was great! Except he talked so fast I understood about every third word (and I ain't even a native Texan). You might want to record the meeting and then play it back later at slow speed so your members will catch every word. P.S. J

Re: TID errorlist

2001-03-13 Thread Joseph Thompson
lol. That would explain the absence of the list then...TY So why does my "manual" define "thread ID" as being useful to the Allaire technical support team... oh well... > TID represents the Thread ID, it's not an error number. > > Deb > ~~

RE: example of navigation buttons

2001-03-13 Thread Parker, Kevin
Do a search on the net on "free clipart" - you'll find thousands of them, particularly under the category of VCR type controls. Kevin Parker Web Services Manager WorkCover Corporation [EMAIL PROTECTED] www.workcover.com p: +61 8 82332548 f: +61 8 82332000 m: 0418 800 287 -Origin

Re: Access Denied using Scheduled Task

2001-03-13 Thread Howie Hamlin
CFScheduler uses an HTTP connection to call your template. So, you need to make sure that you supply a user name and password in the scheduler settings for template security. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion

RE: Access Denied using Scheduled Task

2001-03-13 Thread John Fix 3rd
Chris, I've seen this happen when some of the CF admin functions are disabled (CFREGISTRY, CFCONTENT, etc.) in the Basic Security area of the CF Administrator. I don't think this is what's happening in your case as the Application Error Log would specifically mention the tag which caused the pro

Re: Linking to URLs with Ampersands

2001-03-13 Thread Bud
On 3/13/01, Terra Durrant penned: >HREF="#Session.TemplatePath#&Template=Redirect.cfm&Location=http://www.leg.s >tate.co.us/2001/inetcbill.nsf/fsbillcont/F0ACA8F6AE0D6AE7872569BC005A272F?Op >en&file=001_rn2.pdf" TARGET="_blank"> This should work: http://www.leg.state.co.us/2001/inetcbill.nsf/fsb

RE: Broken Images / Testing for file existence

2001-03-13 Thread Tony Schreiber
They're our pics (well, not ours, but we're licensed to use them), but unfortunately, the arrangement of servers/applications is such that it precludes the common sense approach the this scenario. This will change soon enough (I'll have the pics on the webserver or at least access to them by file

Re: TID errorlist

2001-03-13 Thread Deb Dickerson
TID represents the Thread ID, it's not an error number. Deb - Original Message - From: "Joseph Thompson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 1:35 PM Subject: TID errorlist > Well, the post I sent to Allaire looking for the list of "TID" e

Access Denied using Scheduled Task

2001-03-13 Thread Chris Martin
I'm using the CF Scheduler to call a template I wrote to update and optimize a verity collection once a week. I set it to run over on a Sunday at 3 AM so it wouldn't interfere with anything else.I came back and looked at the logs to see if it worked, and all the log says is access denied. Is

Re: OLE DB vs. ODBC

2001-03-13 Thread Steve Aylor
- Original Message - From: "S R" <[EMAIL PROTECTED]> >I've been told in the past that when using CF server and SQL Server to use OLE DB >instead of ODBC when connecting to databases. I've never been told why? Is it faster? I think the rec has to do wit the odbc / MDAC memory leaks - e

Re: Update on Win2000 vs NT4 Benchmark

2001-03-13 Thread Jon Hall
Cringley has no clue what he talks about. Dont pay him any attention. jon - Original Message - From: "Arden Weiss" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 3:58 PM Subject: Update on Win2000 vs NT4 Benchmark > Last week I posted a reference fro

RE: Broken Images / Testing for file existence

2001-03-13 Thread Phoeun Pha
It seems like u are running your own ecommerce site, but using someone else's pic. are u sure u wont get into trouble? -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 3:04 AM To: CF-Talk Subject: RE: Broken Images / Testing for file existe

XML

2001-03-13 Thread Phoeun Pha
what are the advantages of using XML with my coldfusion web apps? like what cool stuff can I do? and is XML hard to learn? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archi

RE: Form Fields cleared on Back PART 2

2001-03-13 Thread Phoeun Pha
ooh! was it my method? if i was I'd feel special -Original Message- From: Adrian Cesana [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:42 PM To: CF-Talk Subject: RE: Form Fields cleared on Back Thanks all, some excellent idea's. I was hoping there was some hidden buffer s

RE: Linking to URLs with Ampersands

2001-03-13 Thread Terra Durrant
I did, but it didn't work. We ended up having to change the code in my redirect page to allow ampersands in the URLs. Thanks! Terra -Original Message- From: Patricia Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:45 PM To: CF-Talk Subject: RE: Linking to URLs with Amper

RE: CFHTTP and creating csv recordset problems...

2001-03-13 Thread lsellers
" There is a documented feature of CFHTTP that allows you to load up a comma-delimited file into memory via CFHTTP. This is useful if (and this is the case) you can't use CFFile to load up a comma-delimited file (CFX_File has a max size of 64KB for a read) and you can't set up a csv datasource i

RE: Broken Images / Testing for file existence

2001-03-13 Thread Tim Bahlke
There's a custom tag at the exchange, CF_ImgMultifunction - http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34776B-2830-11D4-AA 9700508B94F380&method=Full, that I've used and has worked well for me. Tim Bahlke > -Original Message- > From: Tony Schreiber [mailto:[EMAIL PROTECTED]

RE: Form Fields cleared on Back

2001-03-13 Thread Dan G. Switzer, II
Check out the qForms API: http://www.pengoworks.com/qForms/ It won't necessarily solve the blanking of the forms problem, but you can pass it a JS based structure and it will repopulate the form, which will save you a ton of CF-based coding, since all you'll need to do is save the FORM scope as a

RE: Broken Images / Testing for file existence

2001-03-13 Thread Tony Schreiber
It's like 2.5 gigs of 250,000 images! I could, but I certinaly don't want to. ;p > why dont ya just download all dem pics to your server? makes life easier > > -Original Message- > From: Tony Schreiber [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 13, 2001 2:27 AM > To: CF-Talk > Su

RE: Form Fields cleared on Back

2001-03-13 Thread Bryan Laplante
go to the developer exchange at allaire and download the cfwizard tag set. Using wddx you can hold form var's for as many pages as you wish until the user clicks finish. It's a really cool tag set. Bryan -- Original Message -- From: Patricia Lee <[EMAIL

Re: example of navigation buttons & Code behind them

2001-03-13 Thread Mike
Sorry should have put that up there the first time "Mike" <[EMAIL PROTECTED]> wrote in message 3aae826b$[EMAIL PROTECTED]">news:3aae826b$[EMAIL PROTECTED]... > Anyone have links or examples of simple nav buttons, like next, previous, > last , first, > > Thanks > > ~

Update on Win2000 vs NT4 Benchmark

2001-03-13 Thread Arden Weiss
Last week I posted a reference from Info World's Cringley about SQL Server being almost twice as fast on NT4 as on Win2000. Well, the storyline has changed a bit. Cringely had more to say this week and printed the following URL that details the test -- more about network speed than SQL Server

Re: Form Fields cleared on Back

2001-03-13 Thread Trey Rouse
My understanding this is a function of client side caching. Basically, you don't have any control over it. What we do is submit the form back to itself, run the validation, if it fails we skip the DB work and just redisplay the form using value=#form.whatever#. The only trick to this is you m

How to get Verity to recognize title in XML file?

2001-03-13 Thread Marc Garrett
How can I get Verity to recognize the tag in an xml file? The search works for html title tags, but not xml. Thanks, Marc Garrett ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo

CFQuery Error

2001-03-13 Thread Duane Boudreau
Any idea what this error means? CFQuery Retrieval of cached query failed ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseo

RE: Linking to URLs with Ampersands

2001-03-13 Thread Patricia Lee
Did you try URLENCODING() the url that you're passing along the URL? |-Original Message- |From: Terra Durrant [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 13, 2001 2:06 PM |To: CF-Talk |Subject: Linking to URLs with Ampersands | | |Hello, | |For our Web site, I use a ColdFusion redire

RE: Form Fields cleared on Back

2001-03-13 Thread Adrian Cesana
Thanks all, some excellent idea's. I was hoping there was some hidden buffer size entry I could tweak but it looks like Im going to have to store the input and repopulate using one of the methods suggested, at least that way it will work 100%. Thanks again,Adrian ~~~

RE: Broken Images / Testing for file existence

2001-03-13 Thread Phoeun Pha
why dont ya just download all dem pics to your server? makes life easier -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:27 AM To: CF-Talk Subject: RE: Broken Images / Testing for file existence Doesn't help, since I said: "I can't see

RE: Form Fields cleared on Back

2001-03-13 Thread Patricia Lee
If you are allowed to only program for 5.x there might be a programmatic workaround for you. !-- PERSISTENCE_NOTE: The style block is required in Internet Explorer 5 Beta 1 for the saveHistory peer. --> .saveHistory {behavior:url(##default##savehistory);} Attach the .

RE: Broken Images / Testing for file existence

2001-03-13 Thread Tony Schreiber
> I don't know that you can. That's kinda what I was thinking... > I would store that info in the database; it could be a flag which simply > indicates the existence of the file or not. > > You could write a CF page to update the db as often as necessary (once, > hourly, daily, etc.); that pag

RE: example of navigation buttons

2001-03-13 Thread Phoeun Pha
dude just draw a square with arrows and boxes and what not -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 2:25 PM To: CF-Talk Subject: example of navigation buttons Anyone have links or examples of simple nav buttons, like next, previous, last ,

RE: Broken Images / Testing for file existence

2001-03-13 Thread Caulfield, Michael
If broken images are the exception, the easiest way is to make a generic filler graphic (e.g. a transparent gif or image that says "No photo available") and then name it x.jpg where x is the number of the product without the picture. If you can't control the pictures on the other server, however,

RE: Broken Images / Testing for file existence

2001-03-13 Thread Daniel Lancelot
OOPS Sorry I really should read the message before replying :( It might be possible to use cfhttp to check for the existence of the file - maybe update the db with the info as David suggested... cheers Dan -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: 13 Ma

RE: Form Fields cleared on Back

2001-03-13 Thread Patricia Lee
This is a browser setting... You can tell your browser to check for new data every time (in which case the form will always come back blank), or you can tell it to used cached info (in which case it comes back full). In other words, you're most likely sol |-Original Message- |From: Adri

Re: Broken Images / Testing for file existence

2001-03-13 Thread Olivier Gostan
one solution i've used is to write a simple CFX to display the image. O- - Original Message - From: "Tony Schreiber" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 3:27 AM Subject: RE: Broken Images / Testing for file existence > Doesn't help, sinc

example of navigation buttons

2001-03-13 Thread Mike
Anyone have links or examples of simple nav buttons, like next, previous, last , first, Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archi

RE: Broken Images / Testing for file existence

2001-03-13 Thread Tony Schreiber
Doesn't help, since I said: "I can't see using an for every item for 50 or so on a page. Plus, I can't even do that because I'm grabbing the images from a different server via http only" But thanks... > use the FileExists() function in CF > > -Original Message- > From: Tony Schreiber [m

RE: Broken Images / Testing for file existence

2001-03-13 Thread Hayes, David
I don't know that you can. I would store that info in the database; it could be a flag which simply indicates the existence of the file or not. You could write a CF page to update the db as often as necessary (once, hourly, daily, etc.); that page would check to see if the file exists, then upda

RE: Broken Images / Testing for file existence

2001-03-13 Thread Daniel Lancelot
use the FileExists() function in CF -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 08:06 To: CF-Talk Subject: Broken Images / Testing for file existence I have an application where I list several items on a page and display an image for that item

RE: CFHTTP Problem

2001-03-13 Thread Bud
On 3/13/01, John McCosker penned: >I'm experiencing exactly the same problem, I'm getting the same error >message. > >If you solved this could you let me know how. > >Would be eternally gratefull. Like Philip said, I thought this was something that was fixed in one of the service packs. Although

RE: Form Fields cleared on Back PART 2

2001-03-13 Thread Phoeun Pha
here's another idea. IF there is an error, do a CFABORT, AND a CFinclude a certain template. This template will be designed like the first page that had the forms, except, the input fields will be given values. so whatever values are present will be in those input fields (it might be painstaki

RE: Form Fields cleared on Back

2001-03-13 Thread Bryan Love
I've come up with a very handy solution to this... IF you use fusebox try this (I call it stacking): the ACT_DELETEBUGS.CFM template only runs if the form fields from

Broken Images / Testing for file existence

2001-03-13 Thread Tony Schreiber
I have an application where I list several items on a page and display an image for that item based on a reference number (ie, productnum+.jpg). The database table does not tell me whether there is an image for that item and there are many that do have one. I'd like to display an alternate image

RE: Form Fields cleared on Back

2001-03-13 Thread Maia, Eric
The way I do it is to first create a structure with all of the form field preloads (if editing a record) or all blank values (if a new record). I use this struct to populate the form fields. Then, if there's an error detected upon submittal, I load the form data into the struct (so it'll keep th

RE: Form Fields cleared on Back

2001-03-13 Thread Jason Aden
What type of inputs are they? I know that IE will clear password fields when you hit the browser back button. Jason Jason Aden Allaire Certified Developer [EMAIL PROTECTED] www.wwstudios.com > -Original Message- > From: Adrian Cesana [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, Marc

RE: Form Fields cleared on Back

2001-03-13 Thread Phoeun Pha
it is DEFINITLEY the large number of input fields. i had a problem like that once, where i allowed the admin to enter different events for different artists as many times as they wanted. anything about 20 times made the page work wierd, so i limited to 10 times only. hehe -Original Message

RE: (Review) Conditional loops

2001-03-13 Thread Garza, Jeff
I forgot to mention that I'm running CF5.0. So that may have influenced the results. I'll have to try again on a 4.5.2 machine. Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: [EMAIL PROTECTE

Another Note RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Nathan Stanford
Not to keep this going but I have observed one other problem. when you deploy a project and it scrolls through line by line the speed at which it deploys changes if you drag the results window away from the bottom of CF Studio An example I did was to minimize the window to one line of text and

RE: (Review) Conditional loops

2001-03-13 Thread Top-Link Tech (John Ceci)
1,000,000 on my machine... PIII 750MHz 512MB RAM === CF-64360 While - 34062 do-31563 -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:49 PM To: CF-Talk Subject: RE: (Review) Conditional loops

Re: Form Fields cleared on Back

2001-03-13 Thread S R
I've found that this is something that happens on IE5. Netscape doesn't do this. The only way I've gotten around is to painstakingly include a bunch of 'hidden' form fields that way when the user presses the back button it repopulates the form. >From: "Adrian Cesana" <[EMAIL PROTECTED]> >Repl

Re: What Version of LDAP server to use for Win 2000

2001-03-13 Thread Douglas Knudsen
Isn't that thingy called Active Directory LDAP compliant? Not suggesting using it, just thinking outloud here. - Douglas Knudsen Leveraged Technologies Group 678-351-6063 Got Linux? http://linuxmall.com From: [EMAIL PROTECTED] AT INTERNET on 03/13/2001 02:34 PM To: [EMAIL PROTECTED

Form Fields cleared on Back

2001-03-13 Thread Adrian Cesana
Im going nuts trying to figure this one out, I have a form with about 110 fields (ya i know), there is lots of server side validation, if an input error occurs I CFABORT and give the user a JavaScript back button to go back an correct the input. On some users PC the form gets cleared on other PC'

Re: (Review) Conditional loops

2001-03-13 Thread Michael Dinowitz
I tried out your suggestion of using an evaluation vs. a variable rather than against a number and the results moved from CFSCRIPT being twice as fast to it only being about a third as fast. I only tested on 1,000 and 10,000. > > My understanding was that loops inside a CFSCRIPT slowed conside

Re: SNMP and CF

2001-03-13 Thread Jon Hall
I dont believe there will be until version 5 comes out. The current beta does include the MIB scripts though. I am not 100% on this, but the current CF 4.5 Enterprise does include a cluster monitoring utitlity that might be able to be used to monitor CF server. I saw it once, and it had a lot of i

What Version of LDAP server to use for Win 2000

2001-03-13 Thread Vance Duke
Question for those of you using the LDAP server and CF. What version are you using for Win 2000? I looked at the Netscape site, and version 4.12 and 4.13 of iPlanet Directory Server (the successor to the LDAP server) is not supported for Win 2000; and version 5, which does support Win 2000, is s

Re: Linking to URLs with Ampersands

2001-03-13 Thread Al Musella, DPM
Just use urlencodedformat() around the URl. in your case: http://www.leg.s tate.co.us/2001/inetcbill.nsf/fsbillcont/F0ACA8F6AE0D6AE7872569BC005A272F?Op en&file=001_rn2.pdf)#" TARGET="_blank"> Another possibility, and the way I always use, is to hold all of the links in a database. In your sit

RE: Javascript IsDefined

2001-03-13 Thread Patricia Lee
Ah... I stand corrected. I'll have to give that way a shot. The person who informed me of it used that syntax and it's worked for me but now I know better. |-Original Message- |From: Caulfield, Michael [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 13, 2001 2:11 PM |To: CF-Talk |S

Re: First crack at commerce, sort of.

2001-03-13 Thread Billy Cravens
I'd recommend taking a look at MSDE, which is essentially the engine behind SQL Server, just without the pretty front end, and it easily upgrades to full-blown SQL Server. You can use Access as the front end, but under the scenes, it's SQL Server. I say that because it may or may not be cost-j

RE: one more Paradox question...

2001-03-13 Thread Hoffman, Joe (CIT)
Try http://www.merant.com/ Joe Hoffman mailto:[EMAIL PROTECTED] National Institutes of Health Center for Information Technology Division of Computer System Services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 12:31 PM To: CF-Talk

RE: Javascript IsDefined

2001-03-13 Thread Caulfield, Michael
Actually typeof is an operator, not a function, so it is generally used the way Dave described. -Original Message- From: Patricia Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 11:51 AM To: CF-Talk Subject: RE: Javascript IsDefined The correct syntax is if (typeof(myvarnam

Linking to URLs with Ampersands

2001-03-13 Thread Terra Durrant
Hello, For our Web site, I use a ColdFusion redirect page to display a legal disclaimer when linking to external sites. To have this redirect text appear in the template before the user leaves our site, I must use the following format for a link tag: http://www.leg.s tate.co.us/2001/inetcbill.n

RE: (Review) Conditional loops

2001-03-13 Thread Daniel Lancelot
Yeah - I checked that... ran it again: CF-33671 While - 27625 do-18782 must have been some other factor... -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 18:49 To: CF-Talk Subject: RE: (Review) Conditional loops Me thinks you are wrong... Did you

RE: (Review) Conditional loops

2001-03-13 Thread Garza, Jeff
Me thinks you are wrong... Did you remember to change the loop count in the CFLOOP to 1,000,000 as well? Your results are awfully close to those of the 100,000 group. 1,000,000 on my machine... PIII 600MHz 782MB RAM *** CF-44063 While - 28562 do-25297 These results are inl

Re: (Review) Conditional loops

2001-03-13 Thread Kevin Miller
My understanding was that loops inside a CFSCRIPT slowed considerably when the loop included the evaluation of a variable. Like this: loopcount=0; loopend=1000 <--- New start=GetTickCount(); do loopcount=loopcount+1; while (loopcount LTE loopend);<

RE: (Review) Conditional loops

2001-03-13 Thread Daniel Lancelot
What do make of this then??? CFLOOP is (fairly substantially) quicker when you have 1,000,000 repetitions... 1,000,000 repetitions: CF-34781 While - 50079 do-50391 100,000 repetitions: === CF-3360 While - 1859 do-1813 10,000 repetitions: ==

TID errorlist

2001-03-13 Thread Joseph Thompson
Well, the post I sent to Allaire looking for the list of "TID" errors (and I was thinking, maybe the definitions/solutions) came and went without an answer. Any one here know if there is such an animal? What prompted me to ask was a TID=4100 error on a linux server. (not mine) ~~~

OLE DB vs. ODBC

2001-03-13 Thread S R
Hi,   I've been told in the past that when using CF server and SQL Server to use OLE DB instead of ODBC when connecting to databases. I've never been told why? Is it faster? Another thing is they use ODBC where I work to connect to SQL Server databases and are asking me to create a test so that

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Daniel Lancelot
>-Original Message- >> CFSTUIDO 4.5.2 is not the most stable app in the world, and is >> very easy to >> crash (try closing a window with JS in the internal browser - and watch >> those error messages!!!) >I'm sorry, but "Well DUH!" - how are you meant to close a window that's >built in t

OT: Access '97 repair log?

2001-03-13 Thread W Luke
Hi, Just fixed a DB in Access 97 using the Repair function - is it possible to see a log of what it fixed? Thanks Will -- [EMAIL PROTECTED] -=- www.lukrative.com Local-Advertising -=- www.localbounty.com ~~ Structure your ColdFusion code with

(Review) Conditional loops

2001-03-13 Thread Michael Dinowitz
I just did some more tests and I've got some more interesting results. The test was to compare conditional loops between the CFLOOP and the two conditional loops in CFSCRIPT (while and do-while). My tests showed that the CFSCRIPT statments were about twice as fast as the CFLOOP statment. This w

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Mark W. Breneman
I have fought this problem for some time now. I could not get CFS to be happy under windows 9x. But, windows 2000 seems to handle the CFS MUCH better. I found a solution that works very well for me: Windows 2000 196MB RAM CF Studio 4.5.2 It is very stable. And believe me I hammer CF studio an

RE: CF Studio 4.5.2 Memory Leak?

2001-03-13 Thread Philip Arnold - ASP
> CFSTUIDO 4.5.2 is not the most stable app in the world, and is > very easy to > crash (try closing a window with JS in the internal browser - and watch > those error messages!!!) I'm sorry, but "Well DUH!" - how are you meant to close a window that's built in to the system? > Also - since upgr

RE: parsing form submission into an html file?

2001-03-13 Thread Daniel Lancelot
I have in the past used CFFILE to generate .htm files - what exactly are you wanting to do??? -Original Message- From: Jon Tillman [mailto:[EMAIL PROTECTED]] Sent: 09 March 2001 01:48 To: CF-Talk Subject: parsing form submission into an html file? -BEGIN PGP SIGNED MESSAGE- Hash

RE: Javascript IsDefined

2001-03-13 Thread Patricia Lee
The correct syntax is if (typeof(myvarname) == "undefined") { [do your stuff] } |-Original Message- |From: Hayes, David [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, March 13, 2001 10:32 AM |To: CF-Talk |Subject: RE: Javascript IsDefined | | |You can use the "typeof" operator. | |if

  1   2   >