checking security updates

2002-04-16 Thread Simon Whittaker
Hello there, Someone posted a url a few weeks ago which helped a sysadmin check what patches etc were installed on a win 2k machine and what was still needed. I have lost the address - any clues? Cheers Simon __ Structure

RE: checking security updates

2002-04-16 Thread Joseph DeVore
The utility is called hfnetchk. You can read about it here: http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q303215#1 HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Simon Whittaker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 12:45 AM

error in execution time calculations

2002-04-16 Thread Michiel Boland
Hi. I run CF5 on Win2k. I have enabled 'Show Total Processing Time', or exploded benchmarking, or whatever you want to call it. In customtags that use cfexit the execution time of the calling tag will be attributed to the custom tag itself rather than the calling tag. This makes the debugging

Stored Process

2002-04-16 Thread Jerry Staple
Hi , I am transferring few queries into stored procedures but I have come across a stumbling block, and would be grateful if anyone could advise, for example: I am gathering a list of all countries on one page and sending them to the action page as a list, what I have is a query select *

RE: Stored Process

2002-04-16 Thread Adrian Lynch
cfsqltype=CF_SQL_INTEGER is that correct?? -Original Message- From: Jerry Staple [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 11:31 To: CF-Talk Subject: Stored Process Hi , I am transferring few queries into stored procedures but I have come across a stumbling block, and

RE: Stored Process

2002-04-16 Thread Jerry Staple
Adrian, Im not sure as I am new to stored procedures.What do you think it should be ? -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 11:43 To: CF-Talk Subject: RE: Stored Process cfsqltype=CF_SQL_INTEGER is that correct?? -Original

RE: cfgraph in 5.0 ??

2002-04-16 Thread Paul Ihrig
just what is instaled with cf server enterprise 5 there is the folder jrun generator under my cfusion folder -Original Message- From: Craig Thomas [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 9:14 PM To: CF-Talk Subject: RE: cfgraph in 5.0 ?? do you now have a local copy

Re: Stored Process

2002-04-16 Thread Mike Bruce
Unfortunately building an 'in' statement in a stored procedure is not as straight forward as one would like. You can not simply pass in a list and SQL know what you are trying to do. You can, however, build the SQL statement and then call the spExecuteSQL to run the new SQL

RE: Stored Process

2002-04-16 Thread Adrian Lynch
I'm not sure what would be best, but it can't be an integer if it's a list, 1, 2, 3, 4, 5 cf_sql_varchar maybe. It was more a question as I'm new to SPs too :O) -Original Message- From: Jerry Staple [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 11:52 To: CF-Talk Subject: RE: Stored

RE: Stored Process

2002-04-16 Thread Jerry Staple
Thanks very Much Mike -Original Message- From: Mike Bruce [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 12:07 To: CF-Talk Subject: Re: Stored Process Unfortunately building an 'in' statement in a stored procedure is not as straight forward as one would like. You can not simply pass in

Re: cfgraph in 5.0 ??

2002-04-16 Thread Stephen Moretti
Paul, just what is instaled with cf server enterprise 5 there is the folder jrun generator under my cfusion folder They are only cut down versions needed for CFGraph etc. not the full versions. Regards Stephen __ This

RE: cfgraph in 5.0 ??

2002-04-16 Thread Neil Clark - =TMM=
It installs a stand alone Jrun server with Generator to server graphs back __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: cfgraph in 5.0 ??

2002-04-16 Thread Paul Ihrig
Right Stephen I cant find any solid documentation on what i need to do to get JRun generator to work on cfgraph. seems pretty odd. cfgraph worked right out of the box on the win2k server. no tweaking necessary but on win2k on my laptop, it isn't working. If any one knows a Quick Dirty way of

Re: error in execution time calculations

2002-04-16 Thread Jochem van Dieten
Michiel Boland wrote: exit.cfm: cfexit test_exit.cfm: cf_exit cflock name=z type=readonly timeout=0 cflock name=z timeout=1 throwontimeout=0 /cflock /cflock Execution Time 1016 milliseconds 0 ms ...\APPLICATION.CFM 1000 ms ...\EXIT.CFM 0 ms

ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
Hi All, I have a customer who is running into page timeout errors while using the cfmail tag. The mailing list query contains about 5,000 records in it so we're looping through the cfmail tag that many times. I know I can set the requesttimeout attribute in the url but I'm looking for a more

RE: WAY OT: Lotus Notes Developers?

2002-04-16 Thread Dowdell, Jason G
My brother in law is a lotus notes/java/ColdFusion developer. What are you looking for? ~Jason -Original Message- From: Eric J Hoffman [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:03 PM To: CF-Talk Subject: WAY OT: Lotus Notes Developers? Anyone here a Lotus Notes

RE:ColdFusion based mass email module

2002-04-16 Thread Bruce Sorge
Jason, I had a client who ran into a similar situation. I bought and installed an email application from Infranet called cf_iiMail. It worked great and the client was very pleased. I think that the cost was under $200.00 at the time. You can find out more information at

RE: Stored Proc Problems

2002-04-16 Thread Tony_Petruzzi
i just ran a test on my system and it ran fine. iam using SQL 7.0. i created a view from a table i have in a database and then did a insert/select and it worked fine. i did forget to do one thing in the code i gave you. i forgot to explicitly define the columns to insert into. here is the

RE: SP pulling my hair out!!!

2002-04-16 Thread Tony_Petruzzi
hasn't anyone heard of ALTER PROCEDURE ;) Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 10:33 PM To: CF-Talk Subject: Re: SP pulling my hair out!!! cfstoredproc

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
without a problem. Can anyone point me to some custom tags or modules that have been fairly reliable at least up to 10,000 emails? If you're on a Windows server and have access to the built-in IIS SMTP service, setup a secure relay there and use CFFILE to dump messages directly into its

Online Survey Help...

2002-04-16 Thread Houk, Gary
I have an online survey that I built. The questions are dynamically drawn from a table. The radio button values are drawn from a different table. I wanted the name of each radio button group to be the id of the question. This of course creates a problem when trying to output #form.1#. Any ideas

Re: ColdFusion based mass email module

2002-04-16 Thread Jon Hall
Before you buy a program, you may want to try using cfmail's ability to use a query for the to field. You will see better performance than with a loop, it might just be enough. jon Dowdell, Jason G wrote: Hi All, I have a customer who is running into page timeout errors while using the

IIS Caching Files and Access Denied

2002-04-16 Thread Rosa, Issac
I hope someone can help me. I am getting Access Denied when trying to delete or overwrite files using CFFILE. I know the path is correct and the user has read/write access. Also, when going directly to the shared drive of the site in Windows Explorer and trying to manually delete or overwrite

Re: ColdFusion based mass email module

2002-04-16 Thread Dave Carabetta
Dowdell, Jason G wrote: Hi All, I have a customer who is running into page timeout errors while using the cfmail tag. The mailing list query contains about 5,000 records in it so we're looping through the cfmail tag that many times. I know I can set the requesttimeout attribute

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
Please explain what you mean by a query for the to field. Here's what I'm currently doing... cfoutput query=getEmails group=cat_email cfmail to=#Cat_Email# from=[EMAIL PROTECTED] subject=#subject# server=abc.nettype=HTML cfmodule

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
That sounds very interesting. Could you include a code snippet or example to show me how to do what you're proposing. I'm not sure the host will allow it but it's definitely worth looking into. Thanks, Jason -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent:

RE: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite

2002-04-16 Thread Ian Lurie
We've been debugging this for weeks. Turns out that it's most likely a network issue between the SQL server and the web server... -Original Message- From: Tracy Bost [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 9:31 PM To: CF-Talk Subject: [Microsoft][ODBC SQL Server

Quick cfif/cfset question

2002-04-16 Thread Janine Jakim
I am using cfset for an array output (for activepdf) so I set each variable like so. CFSET GR1=PDFToolkit.SetFormFieldData(GR1, #GetGrades.Grade[1]#, 0) CFSET GR2=PDFToolkit.SetFormFieldData(GR2, #GetGrades.Grade[2]#, 0) The problem is if a student leaves and doesn't have grades for the next

Re: LOOP

2002-04-16 Thread phumes1
Hi, The below lists all users logged in to the server. If the user has logged in more than once then I get multiple usernames listed. How can I only list one occurrence of all users? cfoutput query=USERS #User# /cfoutput The above outputs: Administrator Administrator Administrator

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
That sounds very interesting. Could you include a code snippet or example to show me how to do what you're proposing. I'm not sure the host will allow it but it's definitely worth looking into. I don't know what your clear_newsletter.cfm file does, but here's a sample of the IIS SMTP dump

RE: LOOP

2002-04-16 Thread Bob Imperial
Use DISTINCT in your query Bob -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:01 AM To: CF-Talk Subject: Re: LOOP Hi, The below lists all users logged in to the server. If the user has logged in more than once then I get multiple

Re: Quick cfif/cfset question

2002-04-16 Thread Justin Scott
I did an cfif statement CFIF NOT IsDefined (GetGrades.Grade[154]) OR CFIF (GetGrades.Grade[154]) NEQ Try CFIF arreyLen(getGrades.grade) EQ 154 instead. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
That's really interesting. I didn't know you could do anything like that. I think I'm going to experiment with that at home on my dev box first and then proceed from there. What particular mail server are you running? Thanks, Jason -Original Message- From: Justin Scott

Re: LOOP

2002-04-16 Thread Justin Scott
Also phumes1, if you cannot do that for some reason, see the group and groupCaseSensitive attributes of the CFOUTPUT tag. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: Bob Imperial [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
That's really interesting. I didn't know you could do anything like that. I think I'm going to experiment with that at home on my dev box first and then proceed from there. What particular mail server are you running? One of the nice things about this method is that by using IIS'

Re: LOOP

2002-04-16 Thread phumes1
The group attribute did the trick. THanks At 10:06 AM 4/16/2002 -0400, you wrote: Also phumes1, if you cannot do that for some reason, see the group and groupCaseSensitive attributes of the CFOUTPUT tag. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com

Re: ColdFusion based mass email module

2002-04-16 Thread Jochem van Dieten
Dowdell, Jason G wrote: That sounds very interesting. Could you include a code snippet or example to show me how to do what you're proposing. I'm not sure the host will allow it but it's definitely worth looking into. http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ Jochem

ColdFusion not handling POST?

2002-04-16 Thread Ian Lurie
Hi all, I've got a form that posts criteria to a CFSEARCH page. Last week it worked. This week it doesn't. After a little checking I figured out that, for whatever reason, the CFSEARCH page is no longer receiving anything in the FORM scope. If I change the search page to use GET, it works

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
Justin, Does the built in SMTP service of IIS need to be scheduled to run at certain intervals or does it normally already do that? Or should I write a .cfm template that does this? If I should write a cfm template to handle this... Have you done so... Can you point me in the right direction?

RE:Stored Procedure problem (was Stored Process)

2002-04-16 Thread Ryan Edgar
I am working alongside Jerry on this and we are still running into problems. The Stored Proc is something like this: CREATE PROCEDURE Sp_MyProc DECLARE @mylist varchar(50), @thestatement varchar(255) SET @mylist = '1607,1627,1647,1667' SET @thestatement =

Re: ColdFusion not handling POST?

2002-04-16 Thread Justin Scott
If you have access to the CF admin, turn on the debugging option for show variables so you can see exactly what is getting passed. Posting the exact error message it's throwing would be useful. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com -

RE: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite

2002-04-16 Thread Benjamin S. Rogers
You generally see this error any time you lose a connection to the SQL Server. We see it every time we boot a SQL Server, which fortunately isn't that often. However, it also appeared when a particular query using ADO tied the SQL Server up in knots, preventing it from responding to requests from

Re: LOOP

2002-04-16 Thread Alex
where is the query USERS code? That is where the problem is. Anyway, add distinct or unique to it. On Tue, 16 Apr 2002, phumes1 wrote: Hi, The below lists all users logged in to the server. If the user has logged in more than once then I get multiple usernames listed. How can I only

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
Does the built in SMTP service of IIS need to be scheduled to run at certain intervals or does it normally already do that? That SMTP service should pick up any files you drop in the pickup directory just about as fast as you can drop them in there. As long as the service is running and the

RE: Stored Proc Problems

2002-04-16 Thread Tony_Petruzzi
Did this help you? Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 8:27 AM To: CF-Talk Subject: RE: Stored Proc Problems i just ran a test on my system

RE: Stored Procedure problem (was Stored Process)

2002-04-16 Thread Adrian Lynch
check everywhere a datatype is declared, DB, CF stored proc, the SP.. it's usually somewhere, just check the lot -Original Message- From: Ryan Edgar [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 15:31 To: CF-Talk Subject: RE:Stored Procedure problem (was Stored Process) I am

RE: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite

2002-04-16 Thread Joshua Tipton
Sounds like someone may have an overworked server. -Original Message- From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:20 AM To: CF-Talk Subject: RE: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite You generally see this error any time

RE: ColdFusion not handling POST?

2002-04-16 Thread Ian Lurie
I did check debugging, sorry - there are no form variables being passed at all... The error is 'Form.stuff not found'. -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 7:30 AM To: CF-Talk Subject: Re: ColdFusion not handling POST? If you

Re: Well Apache 2.0 is now production stable, when can CF people use it?

2002-04-16 Thread Tony Schreiber
What cf module will you be using? Can you make any notes of 1.X vs 2.0 performance? I'll post what I can but I don't use IIS at all so can't test it. Michael could you (or anyone...), post some CF performance tests if you get a chance between IIS and Apache under Windows? Just some

EMERGENCY!!! NEED SOLARIS HELP

2002-04-16 Thread James Taavon
I need the stop/startup command for CF on Solaris platform. THANKS IN ADVANCE!!! __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ:

Re: ColdFusion based mass email module

2002-04-16 Thread Jon Hall
Assuming cat_email is the column returned from your query that includes the email addresses. Check the help for cfmail. cfmail to=#getEmails.Cat_Email# from=[EMAIL PROTECTED] subject=#subject# server=abc.net type=HTML cfmodule template=clear_newsletter.cfm /cfmail - Original Message -

RE: ColdFusion based mass email module

2002-04-16 Thread Dowdell, Jason G
You answered my question. I thought I might have to write a coldfusion template and schedule it to run every so often or when I created the files in the spool dir. That's a pretty cool service of IIS, I had no idea you could use it. I'm going to put some code together and then test it. I'll

RE: EMERGENCY!!! NEED SOLARIS HELP

2002-04-16 Thread Stephen Galligan
su as root and then use these to start and stop the ColdFusion processes: installdir/coldfusion/bin/start installdir/coldfusion/bin/stop Stephen -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 15:42 To: CF-Talk Subject: EMERGENCY!!! NEED SOLARIS

Re: Quick cfif/cfset question

2002-04-16 Thread Douglas Brown
Instead of using CF to determine if one of the students left school or whatever, why not let your sql handle that for you. Success is a journey, not a destination!! Doug Brown - Original Message - From: Janine Jakim [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday,

OT: CSS and dynamically changing classes

2002-04-16 Thread Matthew R. Small
Hi everybody, I have a form where a text input box become available for use only if a certain slection is made. What I want to do is have the color of the text box be grey if it is not available and normal color (which is purple in my case) if it is available. I can handle the

RE: EMERGENCY!!! NEED SOLARIS HELP (THANKS)

2002-04-16 Thread James Taavon
thanks -Original Message- From: Stephen Galligan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:47 AM To: CF-Talk Subject: RE: EMERGENCY!!! NEED SOLARIS HELP su as root and then use these to start and stop the ColdFusion processes: installdir/coldfusion/bin/start

Re: SP pulling my hair out!!!

2002-04-16 Thread Neil H.
I have found this to be the problem. So a data formatted 05/26/2002 will not work I have to use CreateODBCDATE to get that to work? That seems dumb :) Neil - Original Message - From: Mark A. Kruger - CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 15, 2002

Related Question to Previous Solaris question

2002-04-16 Thread James Taavon
Does anybody know what unix error 24 means? Error Occurred While Processing Request Error Diagnostic Information An error occurred while attempting to establish a connection to the service. Unix error number 24 occurred: Too many open files -Original Message- From: James Taavon

RE: ColdFusion based mass email module

2002-04-16 Thread Chakka, Sudheer
Hi, What is the advantage of writing the file into spooldir of IIS than writing into sppoldir of ColdFusion? Which one is a best solution? The one given by Justin or present at: http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ Justin can answer this, I guess. We will

RE: SP pulling my hair out!!!

2002-04-16 Thread Mark A. Kruger - CFG
Excellent. I'm glad it's working for you. Yes it is strange. From the command line (query analyzer) you can put '5/26/2002' and SQL will automatically parse it. But the ODBC driver cannot differentiate that syntax from string syntax - it doesn't automatically parse it as a date just because

RE: CSS and dynamically changing classes

2002-04-16 Thread Bosky, Dave
I usually use onfocus/onblur: INPUT TYPE=text NAME=name VALUE= SIZE=30 onfocus=style.backgroundColor='gray'; style.color='white' onblur=style.backgroundColor='white'; style.color='black' Dave -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April

Re: CSS and dynamically changing classes

2002-04-16 Thread Justin Scott
I have a form where a text input box become available for use only if a certain slection is made. What I want to do is have the color of the text box be grey if it is not available and normal color (which is purple in my case) if it is available. I can handle the css which makes it grey,

Re: ColdFusion based mass email module

2002-04-16 Thread Jochem van Dieten
Chakka, Sudheer wrote: Hi, What is the advantage of writing the file into spooldir of IIS than writing into sppoldir of ColdFusion? IIS is faster and more reliable at sending the files out. Which one is a best solution? The one given by Justin or present at:

RE: CF and Pay Pal

2002-04-16 Thread BillyC
PayPal has a lot of the code you need to their site (look at IPN stuff in PDN) --- Billy Cravens -Original Message- From: Double Down [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 10:34 PM To: CF-Talk Subject: CF and Pay Pal I was wondering if anyone has had any experience

Re: ColdFusion based mass email module

2002-04-16 Thread Justin Scott
What is the advantage of writing the file into spooldir of IIS than writing into sppoldir of ColdFusion? Which one is a best solution? The one given by Justin or present at: http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ The best solution will depend on the available

RE: Stored Procedure problem (was Stored Process)

2002-04-16 Thread Kevan . Windle
Try using execute(@thestatement) -Original Message- From: Ryan Edgar [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 15:31 To: CF-Talk Subject: RE:Stored Procedure problem (was Stored Process) I am working alongside Jerry on this and we are still running into problems. The Stored Proc

RE: Related Question to Previous Solaris question

2002-04-16 Thread Stephen Galligan
Typically UNIX systems can only have a certain number of file descriptors open. This is set to 64 by default I believe. This can be increased to something like 1024 which should stop the error. No process may have more than OPEN_MAX file descriptors open at a time.

OT: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Matthew R. Small
Thanks Dave! I decided to use the visibility property after I got this going. On another note - I decided to view my page in Netscape 4.08. I was in for a HUGE shock. My page, which uses CSS mostly at the most basic level, totally breaks my page. Selects don't work at all when I have the

RE: Stored Procedure problem (was Stored Process)

2002-04-16 Thread Chris Terrebonne
Try this: CREATE TABLE #x (ID int) INSERT INTO #x (ID) VALUES(1607) INSERT INTO #x (ID) VALUES(1627) INSERT INTO #x (ID) VALUES(1647) INSERT INTO #x (ID) VALUES(1667) SELECT my_id FROM my_table WHERE my_table.my_id IN (SELECT ID FROM #x) ORDER BY my_table.my_id DROP TABLE #x You can use many

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Katherine Maltby
class properties should not break the selects, but lower-end Netscape browsers do sometimes have a tendency to pick and choose what it wants to display from css! Are you including it in the select tag or from a style sheet? How is it breaking them? Kath -Original Message- From: Matthew

Re: IIS Caching Files and Access Denied

2002-04-16 Thread Zac Spitzer
Rosa, Issac wrote: I hope someone can help me. I am getting Access Denied when trying to delete or overwrite files using CFFILE. I know the path is correct and the user has read/write access. Also, when going directly to the shared drive of the site in Windows Explorer and trying to manually

Directory Size

2002-04-16 Thread Kevin Schmidt
Hi, Somebody sent a custom tag they used for directory size. Any chance you want to send it again? :-) Kevin Schmidt __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and

RE: ColdFusion not handling POST?

2002-04-16 Thread BillyC
Are you using any functions that modify the HTTP headers? Is it a straight a-to-b flow (a being the form page, b being your search results (no redirection, etc, in the interim). Perhaps you can gain some insight as to what's happening by cfdumping GetHttpRequestData() --- Billy Cravens

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jon Hall
The NS4 series have various levels of CSS support, some stuff works well, but there are a lot, I repeat a lot, of bugs in the different versions. One bug that is pretty funny involves a typo, under certain circumstances NS4 will store a layers style object in an variable called ttyle :) Lately I

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Matthew R. Small
Here is the code that I am using for all of my select boxes. Only the names change. select name=expmonth class=box For a view of the ridiculous crap that is going on, I took screenshots of the page in both netscape http://www.showstopperonline.com/netscape408.jpg And internet explorer 6.0

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Katherine Maltby
that is definitely some difference! I would just like to state here for the record that I also hate Netscape. Anyway..what's the code you're using in the style sheet? Also how are you laying the page out? (i.e. tables etc...) Ta, Kath -Original Message- From: Matthew R. Small

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Jochem van Dieten
Jon Hall wrote: Lately I have been browser snifffing and just using different style sheets for each browser. It ends up saving a lot of hassle worrying about css compatibility. For my own websites, I just stopped caring. I make sure I have the W3C compliant HTML 4.01 and W3C compliant CSS

RE: Related Question to Previous Solaris question (Thanks)

2002-04-16 Thread James Taavon
Thnaks again. I forwarded the email to my unix admin. -Original Message- From: Stephen Galligan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 11:24 AM To: CF-Talk Subject: RE: Related Question to Previous Solaris question Typically UNIX systems can only have a certain number

Reading cookies set with ASP

2002-04-16 Thread Jared Stark
Hi. I'm trying to print out a cookie from CF that was set in ASP but it doesn't seem to be working. Has anyone done this before and could you point me in the right direction? TIA, Jared __ Get the mailserver that powers this

Re: INPUT checkboxes

2002-04-16 Thread phumes1
Hi, I need to pass all the boxes checked to another template but the below only passes the first one? input class=formbuttons type=checkbox name=mcp value=mcpMust Change Passwordbr input class=formbuttons type=checkbox name=ccp value=ccpCannot Change Passwordbr

Re: Reading cookies set with ASP

2002-04-16 Thread Nick McClure
It can be done. If you have debugging turned on, take a look at the cgi variable that holds the cookies, I can't remember which one. If you don't output the value of that variable. If the cookie isn't there it might have been set at a different domain. Make sure you know where ASP is setting

CFTransaction Rollback on error?

2002-04-16 Thread Shawn Grover
I have a custom tag that handles errors for us. I added these lines of code to the tag to do a rollback, if an error occurs and a transaction is in the process: !--- If we are in a transaction, do a rollback --- cfif ListFindNoCase(getbasetaglist(),CFTRANSACTION) gt 0 cftransaction

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Brendan Canty
Before anyone can offer any assistance, you need to provide the CSS in .box. NN 4x does not offer great CSS compliancy. The real problem is that you are not providing backwardly compatible code. For instance, see how the form fields are much larger in NN4x? To correct that you need to do the

Log File Analysis [OT]

2002-04-16 Thread dennis baldwin
I apologize for the somewhat off-topic post (but we're runnin' CF ;). Anyways, does anyone have some suggestions for a good web stats program that will run on Linux and analyze apache logs? We've tried webalyzer, which seems to be pretty good, but I'm curious as to what other options are

Re: INPUT checkboxes

2002-04-16 Thread Jordie Fike
check boxes only submit variables if the box is checked, if it's not, it's like it never existed. To get around this I usually make use of the CFPARAM tag on the page that the form post to. i.e. CFPARAM FORM.checkbox_1=0 so that later in your script when you call FORM.checkbox_1 you don't

Re: CFTransaction Rollback on error?

2002-04-16 Thread Justin Scott
Just before the CFABORT, try placing the CFTRANSACTION check in again and close the transaction if there is one open. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL

OT: VAT/GST/HST ect..

2002-04-16 Thread Paul Giesenhagen
Does anyone know of a good place to find information about these types of taxation? How to calculate, what types of information needed... are they product specific, do they apply to shipping, any information we can do for codeing purposes.. We want to code our taxation and need some

coldfusion system probes not working correctly

2002-04-16 Thread Martin Orth
Hi, I have a problem with a system probe. I have added a system probe and I got an email notification when the server is not responding but the script that I want to execute was not executed. It's a batch file wich should restart the complete server. Everyone can execute the batch file. I don't

RE: INPUT checkboxes

2002-04-16 Thread Adrian Lynch
Seems to work for me, whats the code on the recieving page? -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 17:15 To: CF-Talk Subject: Re: INPUT checkboxes Hi, I need to pass all the boxes checked to another template but the below only passes the first

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Trusz, Andrew
The A List Apart discussion on css might be helpful, Matt, http://www.alistapart.com/stories/journey/. Try sticking the @import code in and see what it does to the 4x browsers: style type=text/css media=all @import /nucss/css; /style andy

Re: INPUT checkboxes

2002-04-16 Thread Marlon Moyer
Only checkboxes that have been checked will be passed. Nonchecked checkboxes are not forwarded onto the action. Another thing you might want to do is name them all the same thing like 'Policy'. If you do that, the receiving form will receive one variable named Policy that would contain all the

Re: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Valerie L. Criswell
I just began reading this thread, so I hope I'm understanding what's going on. I looked at your screenshots, but I didn't see that your code was posted anywhere. A few thoughts come to mind. First, I always use CSS on my selects and they work fine in IE and NS, so I can't see that CSS is at

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Matthew R. Small
Thanks, Andrew... the only thing I was missing was the type=text/css and media=all attributes from the style tag. This let NS4.08 at least look decent and everything was fine in NS6. As far as the javascript goes, I wasn't fully scoping my form name. I replaced formname with document.formname

RE: INPUT checkboxes

2002-04-16 Thread Shawn Grover
You haven't indicated if the checkboxes are checked. If not, then no value gets passed for them - Only checked boxes get passed when the form is submitted. I would use CFPARAM on the processing page to set default values, then check those values (if needed) before processing. Shawn Grover

Numeric Form Field Names...

2002-04-16 Thread Houk, Gary
I have an online survey that I built. The questions are dynamically drawn from a table. The radio button values are drawn from a different table. I wanted the name of each radio button group to be the id of the question. This of course creates a problem when trying to output #form.1#. Any ideas

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Matthew R. Small
I'm busy writing a letter to Steve Case (Chairman of the board, AOL Time Warner, owner of Netcrap), and I am asking to PLEASE kill this one. Anybody else interested in doing this? [EMAIL PROTECTED] - I don't know if he'll get it or not, but I'll try. Omigosh... this is so good... I just went

Re: Numeric Form Field Names...

2002-04-16 Thread mynews
You can put a q in front to make it an acceptable variable name and then strip it off in the processing code. Bjorno = = = Original message = = = I have an online survey that I built. The questions are dynamically drawn from a table. The radio button values are drawn from a different table. I

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Mark A. Kruger - CFG
Sure - write it and I'll sign on. Mark -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 11:58 AM To: CF-Talk Subject: RE: CSS and Netscape - was(CSS and dynamically changing classes) I'm busy writing a letter to Steve Case (Chairman

Re: Numeric Form Field Names...

2002-04-16 Thread Douglas Brown
just do it so that you have something like #form.field_1# and if you just want the 1 out of it, do a #right(form.fieldNames, 1)# to get he desired field numbers Success is a journey, not a destination!! Doug Brown - Original Message - From: Houk, Gary [EMAIL PROTECTED] To: CF-Talk

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Katherine Maltby
I'm up for anything involving slagging off NS! -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 17:58 To: CF-Talk Subject: RE: CSS and Netscape - was(CSS and dynamically changing classes) I'm busy writing a letter to Steve Case (Chairman of the

  1   2   3   >