CFHTTP and SSL

2001-02-21 Thread Francisco Montes; Spain on Line
Hi everyone, I´ve been trying to get a CFHTTP request to work with an SSL protected target address. But i keep getting the same error message. CONNECTION : close CONTENT-TYPE : text/html DATE : Wed, 21 Feb 2001 09:17:21 GMT EXPLANATION : Authorization HTTP_VERSION : HTTP/1.1 SERVER :

how to delete mailserver log file(if exceeds the limitation size)

2001-02-21 Thread ramesh deva
Hi, can any body faced the problem like mail log is exceeding and giving interpretation error(unknown exception condition error) our mail log size is some 300MB is there. I am trying to delete the whole information. but it is deleting and again populating information(may be database or some

Re: Anyone know of any good CF tests?

2001-02-21 Thread Mr MB Barnum
Why not put one together yourself? With Forta's new book on certification right around the corner and all the other books available you should be able to come up with some really good (feel the candidate out) questions, and what if scenario's. Just a thought since it is also something that

Databases

2001-02-21 Thread Jason Lees (National Express)
Hi All, We have two ODBC connctions one is to the Test DB (ocsdb_test) and other is to the live DB (ocsdb_live). In my Application.cfm I have a variable set up to look at the relevant source, When I'm testing amendments before placing them in the live system, occaisonally I pick up data from

RE: A new replacement for CFPARAM tag, huzzah!!!!

2001-02-21 Thread Adam Reynolds
Erm...isn't this just allowiing you to program in a very unstructured way? Best Regards, Adam Reynolds Cold Fusion / Web Developer ISMG Development, Unilever London Tel.: +44 20 7822 x5450 Mob.: +44 7973 386620 Email: [EMAIL PROTECTED] -Original Message- From: BORKMAN

RE: application.cfm question a n other question

2001-02-21 Thread Aidan Whitehall
couldn't you put a file in the root directory, set CF_TEMPLATE_PATH to some var, then include that file and call the var? you'd have to strip out the name of the file that sets the var though. Yeah, that's a good idea. Didn't think about using a file other than Application.cfm (doh!).

OT: Obtaining a digital signature in the UK

2001-02-21 Thread Aidan Whitehall
Is there any reason to obtain a digital signature from a UK based issuer if you're a UK company? We need to sign an ActiveX control and we've got a BT Trustwise certificate for SSL... was just wondering if there were any reasons for or against getting a digital signature from an overseas

RE: query different DSN over 2 different server

2001-02-21 Thread Philip Arnold - ASP
what's the best method to cross reference 2 different set of data that sit on different database and 2 different server? In CF4.x you have to manually go through the entries In CF5 it allows query on queries, so you can build both queries and then join them Philip Arnold Director Certified

RE: query different DSN

2001-02-21 Thread Philip Arnold - ASP
can i do a query on different DSN? for example : select all user ID from database 1 where user ID is equal user ID from database 2 if yes, then how the query will look like? In CF4.x you have to manually go through the entries In CF5 it allows query on queries, so you can build both

problem viewing through studio

2001-02-21 Thread John McCosker
Greetings again. I have just enstalled coldfusion server4.5.1 and studio 4.5 on a client with personal webserver as administrator on an NT workstation. When I go to view a template logged in as another developer I get a message, 'only supports local files'. If I log out, and back in again as

RE: problem viewing through studio

2001-02-21 Thread Philip Arnold - ASP
I have just enstalled coldfusion server4.5.1 and studio 4.5 on a client with personal webserver as administrator on an NT workstation. When I go to view a template logged in as another developer I get a message, 'only supports local files'. If I log out, and back in again as myself,

RE: 4.51 going wacko on me-HELP!!!

2001-02-21 Thread Peter J. MacDonald
It work fine on WIN 98 and it is my development platform. I can not get it to work right on one of my NT machines. Thank You, Peter Peter J. MacDonald II Creative Computing, Inc. 100 Middle Street Lincoln, RI 02865 Phone: 401.727.0183 x123 Fax: 401.727.4998 Portable: 401.965.3661 E-MAIL:

RE: Multiple submit buttons on a form

2001-02-21 Thread John Stanley
Another way to do this is have each button pass a value to some submittal javascript function you have created. Then on the bassis of that variable's value, go to the next page. The example below is a great on for non-js users. Y form name="other_form1" action="other_page1.cfm !---

RE: Javascript VARS

2001-02-21 Thread John Stanley
Yes you can pass a js value through the url like this function some_function(some_parameter){ window.open("page.cfm?customer_number" + some_parameter); } I'm sure there are tons of other ways to do this, but this was trhe first one that came to my mind

RE: A new replacement for CFPARAM tag, huzzah!!!!

2001-02-21 Thread Jeffry Houser
I was thinking the same thing. The problem described is the exact reason I'm against using the request scope to pass values into a custom tag, or rather, to not pass values into a custom tag. Also, if memory serves me, calling a custom tag inside a custom tag is a big performance drain

RE: problem viewing through studio

2001-02-21 Thread John McCosker
Unfortunately this will not work. The development mappings are the same for both myself and my colleague. I agree I think its something to do with NT users. -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 21 February 2001 13:07 To: CF-Talk Subject: RE:

RE: understanding session variables

2001-02-21 Thread Aidan Whitehall
Please explain to me what occurs when you use session variables. The default is for a cookie to me created which stores the cftoken and cfid, correct? What happens when the "cookie" is stored in the registry? Where can I look up what is stored in my registry? And do the values

Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread JoshMEagle
Proabably a bit late to place this request for 5.0 - but how about 6.0? Why don't you all make CF capable of grabbing JavaScript variables at will throughout the page using a function like scriptvar() or jsvar() or something like that? As many people as use ColdFusion together with JavaScript,

Re: Multiple submit buttons on a form

2001-02-21 Thread JoshMEagle
What he means by buttonname.x and buttonname.y is this: input type="submit" name="func" value="X" input type="submit" name="func" value="Y" Then when you submit the form (to the same page): cfif func is "X" Do this process cfelseif func is "Y" Do this other process cfelse /cfif This

Re: problem viewing through studio

2001-02-21 Thread MBB
Log in as the other guy/girl and do the mappings, then exit/log out and can he or she get to what they need then? "John McCosker" [EMAIL PROTECTED] wrote in message 2953DDE3A7BED311BD8B00508B63B4AA013FD8AE@NTSERVER1">news:2953DDE3A7BED311BD8B00508B63B4AA013FD8AE@NTSERVER1... Greetings again.

RE: Databases

2001-02-21 Thread Chad Elley
Where are you keeping your application.cfm? What directory? -Original Message- From: Jason Lees (National Express) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 3:34 AM To: CF-Talk Subject: Databases Hi All, We have two ODBC connctions one is to the Test DB

RE: CF and Javascript Form Question

2001-02-21 Thread Jeanne Sarfaty Glazer
That did the trick. Thank you so much for the tip Philip. - - - Jeanne From: "Philip Arnold - ASP" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: CF and Javascript Form Question Date: Tue, 20 Feb 2001 22:43:56 - I have a form that contains

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Douglas Knudsen
When we 'all' work for Allaire But really, how would this be pulled off? CF generates the HTML, spits it to HTTP, it then appears magically in the users browser, which is when the DOM is available. At this point CF 'ain't talkin no more'! A client side plugin of sorts would be needed,

RE: problem viewing through studio

2001-02-21 Thread John McCosker
The problem still persists, I've never come accross this before. -Original Message- From: MBB [mailto:[EMAIL PROTECTED]] Sent: 21 February 2001 13:50 To: CF-Talk Subject: Re: problem viewing through studio Log in as the other guy/girl and do the mappings, then exit/log out and can he

RE: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Philip Arnold - ASP
Proabably a bit late to place this request for 5.0 - but how about 6.0? Why don't you all make CF capable of grabbing JavaScript variables at will throughout the page using a function like scriptvar() or jsvar() or something like that? As many people as use ColdFusion together with

Comserver.net/Maintrade.com Hosting Service Alert

2001-02-21 Thread johnpatterson
Hello everyone, For those considering cold fusion hosting services beware of Comserver.net/www.maintrade.com. I have web sites hosted by this company and the sites have been down for over a week without explainations. When I call their offices they assure me the service will be available

RE: Tag or function to import csv file to db

2001-02-21 Thread Christian L. Watt
I have the same situation. What I did is set up an Access DB that uses the text file as the source of the table. The text file is copied over automatically, then I have a simple update page that pulls the info out of the Access table into SQL. Hope this helps!!! CW -Original Message-

RE: SQL

2001-02-21 Thread Christian L. Watt
Just set up the DSN in your local CF Server. CW -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 11:55 AM To: CF-Talk Subject: SQL How do you query a SQL database on another server? I do local querys on my Access DB's, and im thinking

RE: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Stephen Moretti
The only problem being that you can't do that.. CF is server-side and JS is client-side. Any of the variables in JS will be unavailable until the page reaches the users browser at which point it has already been processed by CF Server. You can only go from CF -- JS in one page. ie. script

RE: Obtaining a digital signature in the UK

2001-02-21 Thread Dave Watts
Is there any reason to obtain a digital signature from a UK based issuer if you're a UK company? We need to sign an ActiveX control and we've got a BT Trustwise certificate for SSL... was just wondering if there were any reasons for or against getting a digital signature from an

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread JoshMEagle
Yes, perhaps a client-side plugin of sorts would be the answer - an ActiveX control, something in the JVM ... Didn't say it would be easy, just a request. I read an article someone sent a link to yesterday on the DepressedPress site about passing info back to CF using javascript and img tags

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Lanny R. Udey
This is the kind of thing that Netscape was trying to do with LiveConnect. However, as we know the W3C didn't think much of this as a standard so it didn't go anywhere. You could do some pretty cool things with it though. Lanny Udey Hofstra University [EMAIL PROTECTED] Wednesday, February

CFABORT Template Page

2001-02-21 Thread Shannon Carr
This is a multi-part message in MIME format. --=_NextPart_000_0043_01C09669.61C3AC80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I need help finding and changing the template that displays when using = cfabort and showerror. The tag

looking for CF host references

2001-02-21 Thread Susan Rayburn
I'm looking for people's opinions on their cold fusion hosts. It is easy enough to find pricing information on different hosts, but I'm interested in finding out the quality of their service. The main areas I consider are 1) How good is their customer service (i.e. how long are you put on

Re: problem viewing through studio

2001-02-21 Thread Dolan Trout
The only time I have seen 'only supports local files' is when 'Use the built in browser' is selected. This option will not allow you to look at files located on the network. Dolan Trout DBA w/o the PAY - Original Message - From: John McCosker [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Todd Ashworth
Actually, you can 'simulate' this using hidden frames. I've actually done it. It works pretty well as long as the the client browser supports all of the features. Todd Ashworth -- Web Application Developer Network Administrator Saber Corporation 314 Oakland Ave. Rock Hill, SC 29730 (803)

RE: Allaire/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Dave Watts
Yes, perhaps a client-side plugin of sorts would be the answer - an ActiveX control, something in the JVM ... Didn't say it would be easy, just a request. I read an article someone sent a link to yesterday on the DepressedPress site about passing info back to CF using javascript and

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread JoshMEagle
Thanks for the smart-ass answer Philip. Sometimes you can't pass variables back to the server because you don't want to reload the page. Sometimes everything isn't in a FormSubmitFormSubmit framework. "This is the kind of thing that Netscape was trying to do with LiveConnect. However, as we know

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread JoshMEagle
Can you explain "hidden frames" a little bit? This sounds interesting and although I've been writing JS and HTML for over 5 years, I've never heard of this - PLEASE SHARE! Thanks! Joshua Miller Web Development Eagle Technologies Group, Inc. Business Solutions for the Next Generation

RE: looking for CF host references

2001-02-21 Thread ibtoad
https://www.accu-find.com has been very good with great support and very resonable prices. $34.95 50 Megs with Access DB is what I use but they offer larger packages like 350 megs for $109.95. I have nothing to gain from them, I just think they do a great job. Thaks, Rich -Original

Re: Allaire/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread JoshMEagle
The article from DepressedPress proabably has the best solution ... dynamically modify an img tag ie: img src="processingpage.cfm?var=varothervar=othervar" without having to resubmit the page or reload the page. Guess I underestimated the complexity of the request ... just thought there may be

RE: Allaire/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Dave Watts
"This is the kind of thing that Netscape was trying to do with LiveConnect. However, as we know the W3C didn't think much of this as a standard so it didn't go anywhere. You could do some pretty cool things with it though." - from Lanney Udey - Apparantly at least one other person

RE: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Philip Arnold - ASP
Thanks for the smart-ass answer Philip. Sometimes you can't pass variables back to the server because you don't want to reload the page. Sometimes everything isn't in a FormSubmitFormSubmit framework. hehehe, sorry, in an odd mood today Anyways, how can you get more info from CF if you DON'T

netscape and session variables

2001-02-21 Thread Eric V. Hodge
when testing my application session variables work under IE, but not Netscape. I have tried different versions of Netscape and none of them work. In all my browsers cookies are enabled. What could be the problem? -eric ~~ Structure your

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Tom Muck
You don't want the client and the server communicating. That would open up all sorts of security concerns for people. I don't see any way to use JavaScript and CF together any more than you can already. It already seems pretty easy to pass info back and forth when necessary. tom

RE: CFABORT Template Page

2001-02-21 Thread Steve Martin
You can change the site wide error handler from within the CF admin. Specify a template and use the #error.X# variables to format the error layout. Steve -Original Message- From: Shannon Carr [mailto:[EMAIL PROTECTED]] Sent: 14 February 2001 14:35 To: CF-Talk Subject: CFABORT

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Douglas Knudsen
What about server push/pull strategies. Hit yahoo and search for: server push pull. M$ Windows QT, now that is funny. Of course M$ won't 'invent' this, they will 'appropriate' the technology from Sun, IBM, Linux, or some poor professor or hacker. But then, this is way OT. Sorry, could not

Validating Checkboxes

2001-02-21 Thread Roque,Carlos
Anyone have a good method in CF for validating checkboxes (grouped). Carlos Roque I.S., WebMaster x2154 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Billy Cravens
Pretty simple.. you have a frameset, and one of the frames has height of 0. Some interaction in the visible window forces the hidden window to do something, which in turn causes the visible window to do something, perhaps in an onLoad. The hidden window, having just come from the browser, has

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Billy Cravens
You don't want to use ActiveX to do something like that.. anyone not using IE on Windows would be out of luck. -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] JoshMEagle wrote: Thanks for the smart-ass answer Philip. Sometimes you can't pass variables back to the server

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Todd Ashworth
Basically, it's an iframe that has a style sheet associated with it that makes it invisible. Netscape doesn't support iframe, so you are limited in your audience, but if you are developing for a controlled environment in which everyone uses I.E., it works pretty well. !-- style sheet --

RE: Verity... again...

2001-02-21 Thread Belfiori, Ross
Well, there are actually a couple different ways to do this. The first question is are you going against a database collection or a collection of files? I specifically have been working against MANY collections of files. One way of doing this is passing the collections and the original

Re: looking for CF host references

2001-02-21 Thread Billy Cravens
Alot of people don't like them, but I've had good experiences with Interland. Susan Rayburn wrote: I'm looking for people's opinions on their cold fusion hosts. It is easy enough to find pricing information on different hosts, but I'm interested in finding out the quality of their service.

CFPOP FROM problems

2001-02-21 Thread Mark
Hi All, I'm trying to view the FROM and REPLYTO variables from email messages using CFPOP, but it returns mostly blanks to all those if I display it on a web page (using CFPOP and then CFOUTPUT). On a few it actually has a person's name, and occasionally an email address, but most of the FROM

stored proc trouble

2001-02-21 Thread C Frederic Valone
I have created a stored proc in SQL 7 and for some reason cannot get it to "work" using the input params I need. here is the proc: CREATE PROCEDURE CONSULTINFO @user_n nvarchar, @pass_w nvarchar, @user_id int AS select u.cons_id, u.user_n, u.pass_w,c.first_n, c.last_n, c.phone, c.email,

RE: looking for CF host references

2001-02-21 Thread Arden Weiss
www.edgewebhosting.com is great - Call Vlad Freedman at 888-428-2752 ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Susan Rayburn [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 9:39 AM To: CF-Talk

RE: Allaire/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Dick Applebaum
Maybe something could be done with a small, invisible, general-purpose Flash file that uses loadVariables. CF could generate the client-side JavaScript that communicated with the Flash file. The JavaScript could then pass/request variables efficiently through the Flash interface. This would

Error message when trying to login to WebTop

2001-02-21 Thread Alexandre Dornback
Here is the error I'm getting when trying to log into the WebTop. The template path is http://localhost/allaire/spectra/WebTop Alex D Error Diagnostic Information unknown context error reached at the end of the CFML template Invalid expression format. The usual cause

Re: CFPOP FROM problems

2001-02-21 Thread Howie Hamlin
Try removing the "" and "" characters or replace them with "lt;" and "gt;" respectively. 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

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Peter Theobald
Umm.. I hate to jump in on this, but he wasn't being a smart-ass so much as being realistic. CF runs on the server. Javascript runs on the client. The only conversation they have is through URL requests and form submits. The only way to get information in Javascript variables is by submitting

Copy CFServer configuration by copying four files...

2001-02-21 Thread Peter Theobald
Recently Allaire posted an article to the knowledge base about which four files you need to copy to copy the entire CF Server configuration from one machine to another. Searching the knowledge base reveals nothing (rotten search engine). Does anyone have a pointer to the article?

Copy CFServer configuration by copying four files...

2001-02-21 Thread Peter Theobald
html font size=3Recently Allaire posted an article to the knowledge base about which four files you need to copy to copy the entire CF Server configuration from one machine to another.br br Searching the knowledge base reveals nothing (rotten search engine). Does anyone have a pointer to the

Search within a Search

2001-02-21 Thread [EMAIL PROTECTED]
Hi All! I have a question about Verity, that has already probably been discussed here, so I apologize for redundancies... I have been using Verity, and have been getting quite used to it. I am wondering, how do I do a 2-deep search, a 'search within a search'? As I understand it, it can be

RE: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Scott Cavanaugh
I don't know if someone has already suggested this, but if you want to have a lot of functionality without having to actually submit the page (hidden frames still send a request back to the server) you should look at WDDX. That will allow you to have all your client side functionality, and you

Browser Crashing

2001-02-21 Thread Mark Smeets
Hi there, Normally I wouldn't ask this but the problem is starting to peak my curiosity. For some reason whenever someone goes to a page on my site (http://www.itsourdampower.com), their browser crashes, now this doesn't happen all the time but I've had it mentioned and am not 100% sure why

RE: Anyone know of any good CF tests?

2001-02-21 Thread Adam Reynolds
On a previous contract I used this one to slaughter a couple of candidates :-) http://halhelms.com/cfquiz.cfm The best thing to do is not to hand them the test and walk away, but sit through the questions with the person. You get a feel for how quickly they answer questions and also a feel for

Re: application.cfm question

2001-02-21 Thread Chris Norloff
-- Original Message -- From: "river" [EMAIL PROTECTED] /root/ /root/www/ /root/www/cgi-bin/ Now, let's say there are multiple application.cfm files, one in each directory. When CF server executes a template in /root/www/cgi-bin/ directory, does it just

Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread John Quarto-vonTivadar
Josh, My guess, I think it's called a "hidden frame" since everyone seems to name the frame-of-minimal-size "Hidden" in their frameset. I'm not a big fan of frames for GUI and I do think this hidden frame technique is one example where frames can effectively improve the user experience. it's

Re: how to launch a windows app from a web page?

2001-02-21 Thread Kirk Boecker
thanks dave kirk - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 4:07 PM Subject: RE: how to launch a windows app from a web page? Since Dave Watts turned you onto it maybe he has some info??

RE: verity memory leak with cf4.51 and sp2

2001-02-21 Thread Paul Ihrig
ok since we are on the topic. i have just been messing around with verity on my local copy of our intranet site. i have 4 dB's indexed as well as all the htm text docs, pdf's exetera. i am almost happy with all the results. is there any thing i need to rethink before i role it out on our

Hidden Frames was Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Dick Applebaum
You can set up a frame within a frameset that is 0 rows (or columns) in size. It, then, does not display in the browser. You have a URL associated with this hidden frame. Usually the frame contains a form so you can store/reference individual values by name via JavaScript from another frame.

Re: CFile ( Yet another question while we're all on topic!)

2001-02-21 Thread Larry C. Lyons
Jennifer, Being a paranoid person here, I can see a user trying to submit the form without selecting an upload file. larry -- Larry C. Lyons ColdFusion/Web Developer EBStor.com 8870 Rixlew Lane, Suite 201 Manassas, Virginia 20109-3795 tel: (703) 393-7930 x253 fax: (703) 393-2659

RE: Validating Checkboxes

2001-02-21 Thread Phoeun Pha
what kind of validation? please explain -Original Message- From: Roque,Carlos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 10:18 AM To: CF-Talk Subject: Validating Checkboxes Anyone have a good method in CF for validating checkboxes (grouped). Carlos Roque I.S.,

Re: looking for CF host references

2001-02-21 Thread MBB
www.crystaltech.com "Susan Rayburn" [EMAIL PROTECTED] wrote in message 9212C166A5E0D3119297005004D94DF8017E9B@CCI3">news:9212C166A5E0D3119297005004D94DF8017E9B@CCI3... I'm looking for people's opinions on their cold fusion hosts. It is easy enough to find pricing information on different

RE: netscape and session variables

2001-02-21 Thread Phoeun Pha
make sure your session variables are locked -Original Message- From: Eric V. Hodge [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 9:50 AM To: CF-Talk Subject: netscape and session variables when testing my application session variables work under IE, but not Netscape. I

OT: AOL Cache servers bringing down server?

2001-02-21 Thread Eric Barr
Let's see if I can take a crack at this. 1) Why are AOL servers on lots of different ports? This goes to the way that TCP/IP works. To make a connection over TCP/IP a unique IP addresses Port combination is needed on each end. So for example: www.myserver.com (1.1.1.1) is running on port

RE: Anyone know of any good CF tests?

2001-02-21 Thread John Doe
Yes, it would be great, I just wish I had the time to put something together, which is why I was hoping someone on the list had something they might be willing to share. The more I think about it, the more I think I DO want the test taker to be able to use books to look things up. My bigger

Returning a variable with a custom tag

2001-02-21 Thread Martin P. Cadirola
Hello folks, I've been working on this one for too long and I thought of asking the experts on the forum. I'm using CF 4.0.1. Please see the code below. When I run the calling template I immediately get an error saying: "Error resolving parameter OUTPUT..." I'm calling the custom tag using the

Re: Validating Checkboxes

2001-02-21 Thread sebastian palmigiani
on 2/21/01 1:07 PM, Phoeun Pha at [EMAIL PROTECTED] wrote: Anyone have a good method in CF for validating checkboxes (grouped). Since the form gives you a comma delimited list of values of the boxes checked I would test with ListContains(variableName, variableValue). Sebastian

RE: stored proc trouble

2001-02-21 Thread Eric Barr
A couple of things could be going wrong 1) nvarchar . is used for Unicode text. Do you need Unicode text ? 2) when declaring a nchar or nvarchar when n is not specified in a data definition or variable declaration statement, the default length is 1. 3) their is no need for quotes in your

Re: Anyone know of any good CF tests?

2001-02-21 Thread Kevin Schmidt
So don't ask them a code oriented question. Ask them to write the code for you. Ask them how they would handle a problem IE a shopping cart. What code they would use etc. See how well they plan the cart. - Original Message - From: "John Doe" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

RE: Returning a variable with a custom tag

2001-02-21 Thread Howarth, Craig (IBK-NY)
Your code didn't come through, but based on your description I would guess that you are refering to the variable in your calling template as "caller.output" when, in fact, it is "variables.output". The caller scope refers to the variables scope in the calling template while executing the tag.

Re: netscape and session variables

2001-02-21 Thread Cami Lawson
what kind of hardware do you have associated with your application? We had some problems at first with this same issue but it was because of multiple boxes. - Original Message - From: "Eric V. Hodge" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001

RE: Validating Checkboxes

2001-02-21 Thread Lord, Heath
Bad news using ListContains... because this list contains 3 103,33,13,23,53 do a ListFind.. 3 will not be found in this list. 103,33,13,23,53 Heath -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 2:38 PM To: CF-Talk Subject:

RE: Returning a variable with a custom tag

2001-02-21 Thread Evan Lavidor
Martin, Looks like your code got clipped, but from what you're saying, here's my $.02: If your custom tag is setting a variable named "caller.output", then your calling template needs to reference that variable simply as #output#, not #caller.output#. If you want to scope it, you can set it in

RE: Anyone know of any good CF tests?

2001-02-21 Thread David Schmidt
A good CF test... Let's see... Oh I know! Have them install Spectra. If they can get it running, hire them grin Sorry, just had to slip that one in there :) -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 12:44 PM To: CF-Talk

Re: stored proc trouble

2001-02-21 Thread C Frederic Valone
Thanks Eric I'll try that when I get home. Eric Barr wrote: A couple of things could be going wrong 1) nvarchar . is used for Unicode text. Do you need Unicode text ? 2) when declaring a nchar or nvarchar when n is not specified in a data definition or variable declaration

Re: Anyone know of any good CF tests?

2001-02-21 Thread John Doe
Yes, and actually my first thought was to use a cart problem. Maybe this will be an interesting experiment, trying to put together a real thought-provoking set of questions. Original Message Follows From: "Kevin Schmidt" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Anyone know of any good CF tests?

2001-02-21 Thread Phoeun Pha
if they can design a pretty good web app (timesheet or shopping cart) then it'll be fine -Original Message- From: David Schmidt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 1:58 PM To: CF-Talk Subject: RE: Anyone know of any good CF tests? A good CF test... Let's

RE: Returning a variable with a custom tag

2001-02-21 Thread Martin P. Cadirola
Thanks for the feedback. I'm reposting the code to give you a better idea of what I have. And yes, I'm aware of the scoping and I'm just using cfoutput#output#/cfoutput on the calling template. I look forward to hearing from your comments. Cheers, Martín

Re: SQL Desktop ?

2001-02-21 Thread Clint Tredway
Yes it will, I use it on my laptop and dev servers that run Win2k Pro and Server. Clint ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: SQL Desktop ?

2001-02-21 Thread John Wilker
Mine runs just fine I have 2k pro as my workstation and Ent Mgr runs perfectly. The issue I've come accross that is 2k related is that a 7.0 Ent mgr won't talk to a 2k SQL box. Otherwise everything is peachy. J. John Wilker Web Applications Consultant Allaire Certified ColdFusion Developer

View source in NS 6

2001-02-21 Thread JL
Hi all, I got this problem when i use netscape 6.01. Everything is fine when I use IE 5.5 or NS 4.x. I have a form page with multiple submit buttons (no frames). Basically it calls itself and it does different tasks based on the submit buttons. In NS 6.01, only one submit button works (What

RE: View source in NS 6

2001-02-21 Thread Phoeun Pha
NS 6 is VEY buggy :) -Original Message- From: JL [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 3:49 PM To: CF-Talk Subject: View source in NS 6 Hi all, I got this problem when i use netscape 6.01. Everything is fine when I use IE 5.5 or NS 4.x. I have a

[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.

2001-02-21 Thread Mike
any idea why I'm getting this error running NT4 sp6 op4 cf 4.5 latest and data source is verified [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. help Thanks mike ~~ Structure your ColdFusion code with Fusebox.

Re: View source in NS 6

2001-02-21 Thread Jon Hall
Yup, NS6 randomly does not submit form variables. This is perhaps the worst bug a browser can have. jon - Original Message - From: "JL" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 4:49 PM Subject: View source in NS 6 Hi all, I got this

RE: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.

2001-02-21 Thread Duane Boudreau
Mike, Make sure your mdb file is not read only. If it is writable make sure you have the latest MDAC and Jet drivers (jet and mdac is no longer packaged together) Duane -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 8:02 PM To: CF-Talk

RE: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.

2001-02-21 Thread Joshua Tipton
How about pasting the code. -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 8:02 PM To: CF-Talk Subject: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. any idea why I'm getting this error running NT4 sp6 op4

I Don't understand this session timeout effect

2001-02-21 Thread B. Wing
I'm using the CFID and CFTOKEN in a session variable to be appended to urls. It seems to me that if this is stored in a session variable and the session expires in five seconds, that the variable should also cease to exist. It seems I can come back at any time and the variable is still active.

Re: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.

2001-02-21 Thread Mike
PPPSS it was read only I went in and set permission iusr and over looked the General part Thanks Mike - Original Message - From: Duane Boudreau [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 2:06 PM Subject: RE:

  1   2   >