CF STUDIO 4.5.2

2001-01-12 Thread Sean Renet
Is it just me or does this new version of 4.5 actually work? Anyone find any bugs yet? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: CF STUDIO 4.5.2

2001-01-12 Thread Mak Wing Lok
so far so good.! especially the low memory resources warning thingy.. - Original Message - From: Sean Renet [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 12, 2001 6:09 PM Subject: CF STUDIO 4.5.2 Is it just me or does this new version of 4.5 actually work?

RE: CF STUDIO 4.5.2

2001-01-12 Thread Edward Chanter
The FTP has been driving me absolutely NUTZ!!! I like WS FTP I use the registered version myself, but the number of time-outs and "blocking call canceled" messages I was getting started to become a real pain. Nothing I could do to the settings made any difference :-( Anyone else have

Re: (code) Looping is faster in 4.5.2

2001-01-12 Thread Bud
Where did you get 4.5.2? I don't see it on Allaire's site? -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED] http://www.twcreations.com/ 954.721.3452

The Implications of using ColdFusion To Interact with MTS and COM.

2001-01-12 Thread kwasi
CFTALKLIST: Does anyone know the implications of using coldfusion as opposed to ASP to interact with MTS and COM. What are the advantages/disadvantages of using ColdFusion when calling COM or MTS registered components in a middle tier environment? Any help would be greatly appreciated. Thanks

wddx??

2001-01-12 Thread jeffc
ok I'm trying to have peace talks with wddx. Here is the code the wddx packet and the way the page looks. So now what? Is there something majic to creating a usable webpage from here OR does it become an exercize in string manipulation?? OR should I go CFML2js and deal with javascript?? Any

RE: images stop loading?

2001-01-12 Thread Greg Saunders
No, we're hosting off 4 bundled T1s -- I meant I was hitting the site from a cable modem. I've checked this suggestion and the others, and still no luck on this. The only change is that we've removed dynamic images from the code, and the problem still occurs. Any other ideas what would make

RE: wddx??

2001-01-12 Thread Stephen Moretti
Jeff, ok I'm trying to have peace talks with wddx. What is it you are trying to do? What's the outcome that you want? Regards Stephen ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: wddx??

2001-01-12 Thread Brendan Avery
first off -- what is it that you want to do with wddx? the !DOCTYPE... header seems to be out of place here. typically, if you're serving up a page as wddx content, you don't want anything but the packet itself (makes it easier on the application making request). wddx is NOT a replacement

RE: (code) Looping is faster in 4.5.2

2001-01-12 Thread Lord, Heath
Here are some results from 3 of my servers. NT4.0SP6 4.0.1.0 1000 While: 47 1000 For: 63 1000 CFLoop: 62 NT4.0SP6 4.0.1.0 1000 While: 47 1000 For: 62 1000 CFLoop: 63 NT5.0SP1 4.5.1 SP2 1000 While: 31 1000 For: 47 1000 CFLoop: 31 -Original Message- From: Michael

Re: wddx??

2001-01-12 Thread jeffc
The final outcome I'm looking for is to automatically generate a forms to add/edit/delete records from various tables. My thinking was to have tables like User fields UserID, WDDXPacket, FieldList?? Still thinking. My first problem is how to automatically build a form from a wddx packet. Then

Re: CFSELECT and Java

2001-01-12 Thread Cami Lawson
I have three cfselects that I need to compare their values before leaving the form for my processor page, I already have a popup message coded to come up if any of the three are the same. I have tried IF ((document.favform.myselectbox1.value != document.favform.myselectbox2.value)

RE: CFSELECT and Java

2001-01-12 Thread Jason Lees (National Express)
Have you checked the case-sensativity of the variables. JAVA is case sensative, also try the IF as if. Surely you want to use ||'s not 's if you are checking that they are all the same. -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: 12 January 2001 13:13 To:

CFOBJECT and JAVA

2001-01-12 Thread Joe Sheble aka Wizaerd
I've been experimenting with calling Java classes using CFOBJECT, and so far all my tests have run successfully. However, there is one quirk about this whole process that irks me, and I was hoping somebody here would have a solution. If I call the class, find something wrong with it, go back

RE: wddx??

2001-01-12 Thread Neil Giarratana
Not sure where you're going with this. I would expect that if you did a "View Source" on the page, you would see your wddx code exactly as you have it. Are you expecting it to show as a tree in IE5 like documents with an ..xml extension? How are you intending it to display? Regards, Neil

Cold Fusion and .shtml or Server Side Includes

2001-01-12 Thread net_man
Good Day, I am having a weird problem when my IIS 5.0 server has a .shtml document as a default Document for a website. I am thinking maybe Cold Fusion has done something to cause this as it works fine on a server that has no cold fusion access. The problem is that when I try to view the site

Re: wddx??

2001-01-12 Thread jeffc
Well I have a start. It is out putting the wddx packet to .cfm form fields. Now to see if I can get these wddx output fields to show inside another query. -- cfoutput query="formbuildingquery" #wddxquery.fieldname# /cfoutput -- This works as I needed. cfquery

RE: CFOBJECT and JAVA

2001-01-12 Thread Joe Sheble aka Wizaerd
This is not an option when using CFOBJECT with Java... At 02:08 PM 1/12/01 +, you wrote: Are you using RELOAD="Always" ??? Justin -Original Message- From: Joe Sheble aka Wizaerd [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 1:39 PM To: CF-Talk Subject: CFOBJECT and

RE: CF STUDIO 4.5.2

2001-01-12 Thread SMITH,RANDY (HP-USA,ex1)
Our development environment is heavy RDS to unix boxes. I can't access our remote db's through studio (query builder or db tab). When I try to access templates, I keep getting strange error messages, including the "unknown error" message. Eventually, I get through to my directory structures,

Sending to local printer from within CF

2001-01-12 Thread Earl, George
Is there a way within Cold Fusion to send output directly to the default printer associated with the workstation on which the web browser is installed instead of to the browser itself? I.e., if I fill in a form with parameters to build a query and I submit the query, after Cold Fusion gets back

RE: Sending to local printer from within CF

2001-01-12 Thread Jason Lees (National Express)
Use the Javascript function window.print() and then associate it with a print button so the use can decide to print or not. -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED]] Sent: 12 January 2001 14:59 To: CF-Talk Subject: Sending to local printer from within CF Is there

CFerror and its

2001-01-12 Thread Andres
Hello all, i have an application.cfm that calls a cf error tag like this: cfapplication name="myapp" clientmanagement="Yes" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout="#CreateTimeSpan(0, 0, mins_until_timeout, 0)#" cferror

Re: wddx?? IT WORKS :o))

2001-01-12 Thread jeffc
cfset fields = "CustomerID,ContactTitle,ContactName" cfquery name="qryTest2" datasource="northwind" select top 1 #Fields# from customers /cfquery cfwddx action="CFML2WDDX" input="#qrytest2#" output="qoutput" !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" html head

Re: Cold Fusion and .shtml or Server Side Includes

2001-01-12 Thread Greg Wolfinger
I dont thinks its CF. Sounds like a domain problem or some setting is messed up in IIS. --=@ greg @=-- - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 12, 2001 9:13 AM Subject: Cold Fusion and .shtml or Server Side Includes Good Day,

RE: Sending to local printer from within CF

2001-01-12 Thread Christopher Olive, CIO
that will print to the printer associated with the browser. i think there's a tag in the developer gallery to do this. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Jason Lees (National Express) [mailto:[EMAIL PROTECTED]]

Re: CFerror and its

2001-01-12 Thread Brandon Paolin
you can't execute cf code on error pages. what i do is put all the cfcode in hidden form variables, and onload submit the form to another page that executes the cold fusion and emails me the error code. - Original Message - From: "Andres" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED]

RE: CFerror and its

2001-01-12 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Check out the docs for CFError. CF code doesn't execute in the page specified for a CFError tag. It's assumed that if you're already in an error situation, running more code might not be the best idea. I dunno how valid that is, but that's what

OT: Forms, Submit and maybe JavaScript

2001-01-12 Thread Milks, Jim
Hi All, I have a basic login form with 3 textboxes, and the suits and design guys replaced my submit and reset buttons with images. Now, users must tab to the "Submit" image and hit enter, as opposed to hitting enter from one of the textboxes after supplying the required info. My HREF from the

RE: CFerror and its

2001-01-12 Thread Sean Daniels
The problem is that when a validation error occurs, the error page appears fine, but the CF inside the error template is not executed... it shown as if it was a regular html page with all the cf showing. can someone tell me why this is happening and how i can correct the problem?? It is

HELP!!

2001-01-12 Thread Jay Patton
i am having problems getting this statement to write to the db properly all of the fields enter the way they should accept the ImageName which is a file upload.. it shows up in the db as C:\windows\temp... ect... it worked a few days ago and i took one form field out of the statement and the

Web Based SQL Manager

2001-01-12 Thread Clint Tredway
Would any of you be interested in a web based SQL Server7 Manager(its free)? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Calling JavaScript when loading custom tag.

2001-01-12 Thread Todd Ashworth
I'm working on a custom tag that has a JavaScript function in it that needs to be called when the tag is loaded. I tried using body onload="function();", but that doesn't work. Is there another way to call a function on load from a 'page' nested inside another page? My knowledge of JavaScript

What Does OT Stand For?

2001-01-12 Thread Phoeun Pha
~~ 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=lists

Re: Web Based SQL Manager

2001-01-12 Thread net_man
Send it my way!!! [EMAIL PROTECTED] Robert - Original Message - From: "Clint Tredway" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 12, 2001 10:26 AM Subject: Web Based SQL Manager Would any of you be interested in a web based SQL Server7 Manager(its free)?

Re: CFerror and its

2001-01-12 Thread Joe Sheble aka Wizaerd
Actually starting with 4.5 you can execute CF code in a template specified by the CFERROR tag, but only if you use the TYPE="Exception" and EXCEPTION="Any" in your tag. Such as: CFERROR TYPE="EXCEPTION" EXCEPTION="Any" TEMPLATE="/cf_error_handler.cfm" MAILTO="[EMAIL PROTECTED]" Or you can

Re: CFID clones

2001-01-12 Thread Massimo \Fuse\ Gianadda
Thank's Paul, but deleting CFID CFTOKEN in DB doesen't delete the twins set in client's cookie (I think ?). So if 2 visitors have the same cfid, they share the variables in the site too. Sorry for my poor English (and CF skill too). maX -Messaggio Originale- Da: "paul smith" [EMAIL

RE: HELP!!

2001-01-12 Thread Jason Lees (National Express)
The Reason you get an error with the first option is that you appear to be a data field short. There are 9 defined in the top yet only eight have values. Dont know about the second option though, new one to me -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: 12

Re: HELP!!

2001-01-12 Thread RJR Computing Solutions, Inc.
Your insert statement still contains the field TYPE. Remove that to correct the syntax error. Bob. - Original Message - From: "Jay Patton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 12, 2001 9:26 AM Subject: HELP!! i am having problems getting this

Re: Web Based SQL Manager

2001-01-12 Thread Wjreichard
What's wrong with Enterprise Manager and Query Analyzer ... they work across the web just fine. Bill Reichard Willow Gold [EMAIL PROTECTED] http://www.willowgold.com ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: What Does OT Stand For?

2001-01-12 Thread Simon Horwith
off topic Simon Horwith Allaire Certified ColdFusion Instructor Certified ColdFusion Developer Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: CF STUDIO 4.5.2

2001-01-12 Thread Jason Lees (National Express)
Well Almost, Try this have a Javascript function flash up an alert box and it appears twice in succession, yet the same code works in the browser, ie the alert only flashes up once. Apart from that it all appears to be working soundly. Jason Lees National Express Ltd. E-mail:[EMAIL PROTECTED]

Re: What Does OT Stand For?

2001-01-12 Thread Howie Hamlin
"Off-Topic" - Original Message - From: "Phoeun Pha" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 12, 2001 10:32 AM Subject: What Does OT Stand For? ~~ Structure your ColdFusion code with Fusebox. Get the

RE: HELP!!

2001-01-12 Thread Bob Silverberg
You should retrieve the name of the file as it was saved on the server from the File.ServerFile variable, and use that value to insert into your table. Bob -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: January 12, 2001 10:26 AM To: CF-Talk Subject: HELP!! i am

RE: Web Based SQL Manager

2001-01-12 Thread Lee Fuller
Sure... would like to see it. -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 7:26 AM To: CF-Talk Subject: Web Based SQL Manager Would any of you be interested in a web based SQL Server7 Manager(its free)?

RE: What Does OT Stand For?

2001-01-12 Thread Milks, Jim
Off-Topic. It's an etiquette thing so that people who only want to read about CF will know not to read this post... james -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 10:32 AM To: CF-Talk Subject: What Does OT Stand For?

RE: CFerror and its

2001-01-12 Thread Rich Wild
Well I thought that you couldn't run cf code in the specified error template too until my fellow UK CFUG compadres put me right. You can. Code in application.cfm: cferror type="EXCEPTION" template="error.cfm" mailto="my_email" exception="ANY" code in error.cfm:

Caching a Query: How To?

2001-01-12 Thread James Taavon
I have three different queries on page that the only difference among them is what the results are ordered by. I suppose that I can cache the query the so when the user selects how they want the list sorted, the process time will be decreased. My question is I need help because I have never done

RE: What Does OT Stand For?

2001-01-12 Thread Lee Fuller
OFF TOPIC -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 7:32 AM To: CF-Talk Subject: What Does OT Stand For? ~~ Structure your ColdFusion code with Fusebox. Get the official book

need help..

2001-01-12 Thread Vani Kolli
Hi all, I have a form field and i want to check if there is any special character typed in instead of alphabets and numbers. Is there any tag in cf to find it. I remember doing it in Perl, but not sure of cf. Any help would be appreciated. Thanks Vani

RE: HELP!!

2001-01-12 Thread Cornillon, Matthieu
Jay, I see a problem in the first INSERT statement. I went through the column names and the inserted values. They all match up through column name Type, which matches to value '#form.RealName#'. From then on, they are off by one, and you end up with one less value than you have columns. I

RE: What Does OT Stand For?

2001-01-12 Thread Cornillon, Matthieu
off topic, in this context. elsewhere, it might stand for overtime or ocelot tapdancing. :) matthieu -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 10:32 AM To: CF-Talk Subject: What Does OT Stand For?

RE: Web Based SQL Manager

2001-01-12 Thread Clint Tredway
there are too many connection problems that can happen. If you have a browser based one, you do not have these problems. Plus if you create your own, you can customize the security options to be as strict or as loose as you want. Also, Enterprise Manager has some limitations that just irritate me

RE: Forms, Submit and maybe JavaScript

2001-01-12 Thread Bob Silverberg
I used the following code to check for the Enter key being pressed while in a form field. There may be a better way to write it, but the code below works for me. It first checks the browser version (because the code to check for a keystroke is different between browsers). The function, which is

RE: What Does OT Stand For?

2001-01-12 Thread Adkins, Randy
OT = Off TOpic -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 10:32 AM To: CF-Talk Subject: What Does OT Stand For? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Forms, Submit and maybe JavaScript

2001-01-12 Thread Jason Lees (National Express)
I had a similar problem, the way that I solved it was to use an input within the body of the form. EG Input type="Image" src="../Image Location.gif" Jason Lees National Express Email : [EMAIL PROTECTED] -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: 12

RE: Calling JavaScript when loading custom tag.

2001-01-12 Thread Bob Silverberg
I'm not sure if this addresses what you're trying to do, but if what you want is for the javascript to execute whenever the tag is included in a browser page, just enclose the javascript in your script tag, but don't put it in a function - that way it will be executed as soon as the browser sees

Re: HELP!!

2001-01-12 Thread Jay Patton
OH MY GOD!!! i looked this over and over and over and over yesterday. i was getting so pissed at it i (and the guy in the office next to me) totaly looked that over. sorry about that. but thanks. Jay Patton Web Pro USA 406.549.3337 ext. 203 1.888.5WEBPRO www.webpro-usa.com - Original

RE: Web Based SQL Manager

2001-01-12 Thread Clint Tredway
There is no catch. Here is how I see things. At one time someone took the time to help me learn what I know. I just want to return the favor. If I build something and I think it might benefit others I will gladly share it. -Original Message- From: RJR Computing Solutions, Inc.

Help

2001-01-12 Thread CT, Loo
Dear all, I am having problem with one of my CF project. There is a page that display query 10 query results per page. if the result consists of more than 10 records, there will be link at bottom of the page linking to next 10 records, However, when I click on the link it gives me "Error:Acess

Re: Web Based SQL Manager

2001-01-12 Thread net_man
User security would be a great feature to assure no one looks at the wrong database. Thanks, Robert - Original Message - From: "Clint Tredway" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 12, 2001 10:47 AM Subject: RE: Web Based SQL Manager do you want user

PLEASE HELP!!! cfserver.exe takes up 100% resources

2001-01-12 Thread Deepak Agarwal
Dear All, We've been using CF4.5.1, Spectra 1.01. The site has been working find until last week our web server crashed. After the crash, the site itself seems to work fine. But when we try to use the Webtop, it just times out.(we are not even getting the log in screen.) The only source of

RE: What Does OT Stand For?

2001-01-12 Thread Eric Fickes
Outta Touch -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 10:32 AM To: CF-Talk Subject: What Does OT Stand For? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Forms, Submit and maybe JavaScript

2001-01-12 Thread Cornillon, Matthieu
I was thinking something along these lines, although I don't know the specific syntax for the events. I remember doing this years ago in a different context. I had to set the equivalent of the onKeyPress() event to fire a macro. The macro would evaluate the character code of the key pressed

Re: CFSELECT and Java

2001-01-12 Thread Cami Lawson
thanks, this worked great - Original Message - From: "DeVoil, Nick" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 12, 2001 7:23 AM Subject: RE: CFSELECT and Java JavaScript is case-sensitive so you nee "if" not "IF." Also BTW the code says do the popoup if

RE: Calling JavaScript when loading custom tag.

2001-01-12 Thread JustinMacCarthy
Yeah you can just do script Function() /script from where-ever in your page. Justin -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 3:40 PM To: CF-Talk Subject: Calling JavaScript when loading custom tag. I'm working on a

Custom Tag Attributes collection

2001-01-12 Thread Ruslan Sivak
Does anyone know if there is an attributes collection that I can access inside the custom tag so I can loop through all the attributes passed to me? For example if the main template has Cf_test name="test" value="10" instead of saying CFOUTPUT #Attributes.name# #attributes.value#

Re: wddx??

2001-01-12 Thread Stephen M Aylor
www.wddx.org Steve - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, January 12, 2001 5:31 AM Subject: Re: wddx?? Yes, I'm experimenting. I don't have the lattest Ben Forta book. The one I have I couldn't find a reference to wddx. The

RE: Web Based SQL Manager

2001-01-12 Thread Phoeun Pha
The only practical use I see for this is to mess around with SQL without having a client license (and software). I'd like to see it though -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 9:26 AM To: CF-Talk Subject: Web Based SQL Manager

OT: What Does OT Stand For?

2001-01-12 Thread Peter Theobald
Off Topic Use it for a question or discussion that is not strictly about this mailing list's topic: Cold Fusion technical information. And use it to label a thread that has digressed away from a once-appropriate topic. This way, people who want to skip over off topic discussions can easily do

RE: SQL Syntax Error

2001-01-12 Thread Cornillon, Matthieu
Erika, Hmmm. I assume that your development and production databases are not one and the same? If so, I think that you might have a problem with your data types being differently defined. I would look at the data structure for the two different versions to see if all the types are the same.

RE: What Does OT Stand For?

2001-01-12 Thread Sean Daniels
Off topic. Like this thread! :) - Sean ~~ 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:

Re: Web Based SQL Manager

2001-01-12 Thread Scott Weikert
Well, one might have a site hosted on a server with SQL7 and not have Enterprise Manager themselves... or may be somewhere where they don't have access to their copy of Enterprise Manager and want/need to make some adjustments... all sorts of scenarios :) - Original Message - From:

CF Server ODBC problem

2001-01-12 Thread Peter J. MacDonald
Help Please, I have installed CFServer 4.5.1 on an NT Workstation 4.0 Build 5. I am trying to get it setup and run the Demo Applications. I have installed the current MDAC from MS. I have checked ODBC connectivity through other software and it is fine. When I run the Administrator test query

Changing registry to launch UltraDev instead of Dreamweaver?

2001-01-12 Thread Marc Garrett
Is there a registry key that can be changed to launch UltraDev instead of Dreamweaver? The only relevant key I can find is: HKEY_CURRENT_USER\Software\Allaire\Studio45\DreamweaverIntegration but that's just Yes/No. Thanks for any assistance, Marc Garrett

RE: Forms, Submit and maybe JavaScript

2001-01-12 Thread Philip Arnold - ASP
I have a basic login form with 3 textboxes, and the suits and design guys replaced my submit and reset buttons with images. Now, users must tab to the "Submit" image and hit enter, as opposed to hitting enter from one of the textboxes after supplying the required info. My HREF from the

RE: HELP!!

2001-01-12 Thread Philip Arnold - ASP
i am having problems getting this statement to write to the db properly all of the fields enter the way they should accept the ImageName which is a file upload.. it shows up in the db as C:\windows\temp... ect... it worked a few days ago and i took one form field out of the statement

Re: HELP!!

2001-01-12 Thread Jay Patton
ok so i added the 'type' field back into the statement but i still get that same error: ( Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement ) !-- cfquery name="Image" datasource="" dbtype="ODBC" INSERT INTO ImageManager

RE: Hosting with Webexpose.net

2001-01-12 Thread Philip Arnold - ASP
I was wondering if anyone out there can give me some feedback on Webexpose.net cf web hosting. I like the fact that with webexpose, you can install your own custom CF Tags. I have not been able to find a telephone number for tech support though, this could be pretty scarry. Last thing I

RE: Web Based SQL Manager

2001-01-12 Thread Philip Arnold - ASP
Would any of you be interested in a web based SQL Server7 Manager(its free)? Bit of a dumb question really g I'm sure most of us who use SQL Server 7 would prefer a web based system to Enterprise Manager Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44

RE: What Does OT Stand For?

2001-01-12 Thread Philip Arnold - ASP
Off Topic Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world" ** This email and any files transmitted with it are confidential and intended solely

Re: Web Based SQL Manager

2001-01-12 Thread Scott Weikert
I don't know that you'd really need that. IMHO, one would toss your tag(s) onto the CF server that already has a datasource set up to the SQL7 server in question, and plink them from there. The neat thing about what you're doing is remote admin of your database(s)... And if someone puts this tag

RE: need help..

2001-01-12 Thread Kiran Samudrala
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 try using... CFINPUT TYPE="input_type" NAME="name" VALUE="initial_value" REQUIRED="Yes/No" RANGE="min_value, max_value" VALIDATE="data_type" ONVALIDATE="javascript_function" MESSAGE="validation_msg" ONERROR="text"

RE: need help..

2001-01-12 Thread Clint Tredway
You can do a Find("/",var,1) -Original Message- From: Vani Kolli [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 9:44 AM To: CF-Talk Subject: need help.. Hi all, I have a form field and i want to check if there is any special character typed in instead of alphabets and

RE: What Does OT Stand For?

2001-01-12 Thread Steve Bernard
Overtime ;) ~~ 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:

Re: Web Based SQL Manager

2001-01-12 Thread Cary Gordon
Er, that would be TCP/IP. They have nothing to do with the Web. At 10:43 AM 1/12/2001 -0500, you wrote: What's wrong with Enterprise Manager and Query Analyzer ... they work across the web just fine. Bill Reichard Willow Gold [EMAIL PROTECTED] http://www.willowgold.com

RE: need help..

2001-01-12 Thread Russel Madere
You can use the REREPLACE() function in CF (RE Stands for Regular Expression). For example, to remove non-numerics from a string use: cfset temp=ReReplace(Text, "[^[:digit:]]", "", "ALL") You can use almost any regular expression comands in there. Russel

Re: need help..

2001-01-12 Thread Dick Applebaum
Check into ReFind At 9:44 AM -0600 1/12/01, Vani Kolli wrote: Hi all, I have a form field and i want to check if there is any special character typed in instead of alphabets and numbers. Is there any tag in cf to find it. I remember doing it in Perl, but not sure of cf. Any help would be

RE: CFerror and its

2001-01-12 Thread Stephenie
does this catch a request error? -- Stephenie Hamilton Senior ColdFusion Administrator Express Technologies, Inc. want CF_Freedom? try CFXHosting.com Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web Host!! -Original Message- From: Rich Wild [mailto:[EMAIL

RE: What Does OT Stand For?

2001-01-12 Thread Russel Madere
In the context of a mailing list or news group, it means Off Topic. Likewise, WOT means Way Off Topic, SOT means Slightly Off Topic, etc. By off topic, the post means he or she does not think it fully matches the purpose of the list (as defined by the charter or FAQ or whatever the creater

RE: What Does OT Stand For?

2001-01-12 Thread Philip Arnold - ASP
Off-Topic. It's an etiquette thing so that people who only want to read about CF will know not to read this post... Actually, it's Netiquette... Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: Caching a Query: How To?

2001-01-12 Thread Christopher Olive, CIO
look into the CACHEDWITHIN and CACHEDAFTER attributes of CFQUERY. the docs are a bit obscure, but WITHIN is passed a time value, and will cache the query for that long. AFTER is passed a date value, and will cache the query until that date. chris olive, cio cresco technologies [EMAIL

Re: CFID clones

2001-01-12 Thread paul smith
I'm not up that much on COOKIES, but in that case couldn't you set a new cookie? best, paul At 04:37 PM 1/12/01 +, you wrote: Thank's Paul, but deleting CFID CFTOKEN in DB doesen't delete the twins set in client's cookie (I think ?). So if 2 visitors have the same cfid, they share the

RE: What Does OT Stand For?

2001-01-12 Thread Len Conrad
http://www.acronymfinder.com/af-query.asp?String=exactAcronym=otFind=Find http://BIND8NT.MEIway.com : Binary for ISC BIND 8.2.3 T9B for NT4 W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-spam mail gateways ~~ Structure your

CFContent to a network share

2001-01-12 Thread Howie Hamlin
I have one server running CF which accesses DB files (DbaseIV - don't ask g). Anyway, that works fine (I can do queries and such). I have CF logged in as Administrator and using UNC paths. Today, I tried to configure CFCONTENT to send db files to a browser. I get a Windows error of 5 (access

RE: Help

2001-01-12 Thread Ben Forta
Need to post your code - especially the code for the "next" link. -Original Message- From: CT, Loo [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 11:25 AM To: CF-Talk Subject: Help Dear all, I am having problem with one of my CF project. There is a page that display query

ColdFusion File Handling

2001-01-12 Thread Phoeun Pha
We got a bunch of file uploading forms. we want the max file size to be 5mb. is there a way coldfusion can check the file size without having the file being fully uploaded on the computer? please reply soon! thanx ~~ Structure your ColdFusion

CFSTOREDPROC Error!

2001-01-12 Thread Bob Silverberg
I'm receiving the following error intermittently when using the CFSTOREDPROC tag to run a stored procedure that returns 3 result sets: Error Diagnostic Information unknown exception condition PCodeRuntimeContextImp::executeSQLTagCFStoredProc::endTag The error occurred while processing an

mimetype for .zip upload

2001-01-12 Thread Nathan
Hello list, I have a problem I am 99% done but am now stuck. This snippet below needs to upload a mimetype of text/data to upload a .zip file in the form. However, the below is only setting mimetype text/plain or text/html. If anyone knows how to set the mimetype or might know of

RE: need help..

2001-01-12 Thread Steve Bernard
Use a regular expression. REReplace() can replace all characters not matching those specified. Example: REReplace(mystring, "[^a-zA-Z0-9]", "", "ALL") If you just want to find the character use REFind(). Example: REFind("[^a-zA-Z0-9]", mystring, 1) Using REFind(), you'll have to loop over the

RE: need help..

2001-01-12 Thread Jason Powers
You can use refind() to look for it. If you create a regex like "[^a-zA-Z0-9]" to look for things that are not in that character range, and then do logic based on that. Like so: cfif refind("[^a-zA-Z0-9]",mystring) NEQ 0 cfset errorstring="You submitted illegal characters, please hit your back

  1   2   3   >