JavaScript Error!!

2002-08-28 Thread Chakka, Sudheer
Hi All, What is wrong with this code? document.NonEditableContentAdd.FILENAME.value = document.NonEditableContentAdd.old_Filename.value It is not setting the 'document.NonEditableContentAdd.FILENAME.value' . Please throw some light on this !! Thanks in advance, Sudheer Chakka

Checking for numeric null values in SQL - Server

2002-07-17 Thread Chakka, Sudheer
Hi, SELECT * FROM EVENTS WHERE ORGANIZATIONID = NULL Here ORGANIZATIONID is of numeric data type. The above query gets back to me with 0 records where as in my database I have records which have OrganizationId of NULL value. Any idea's Any help is

Active Edit Users

2002-06-20 Thread Chakka, Sudheer
Hi, I wanted to give an option to my users: Preview what they have typed before posting it. I am not able to use JavaScript for that. JavaScript is not able to recognize Active Edit component as a Form component. the same thing worked if I use textarea. Is there a way to do that? Thanks

How to remove end of line character - Hidden

2002-06-14 Thread Chakka, Sudheer
Hi, How do I remove the end of line character which is like a 'square'? I am not able to cut and paste it here as my outlook is not able to recognize that character. I hope I made question clear?? Thanks in advance. Sudheer -Original Message- From: Bruce,

Locking a record in database!!

2002-06-12 Thread Chakka, Sudheer
Hi, Can any one tell me how to lock a record in the table for some time. When One record is opened for writing through a form, I don't anyone else to open that particular record. I don't know at which level this should be done either at Database level or in ColdFusion.

How to Handle timed out sessions?

2002-06-03 Thread Chakka, Sudheer
Hi, How to handle the timed user's sessions without loosing the data the user has entered?? In simple terms the user has returned to the system after the session is expired and typed a lot in the active edit component and hit the next button and since the session is timed out, my system is

RE: How to Handle timed out sessions?

2002-06-03 Thread Chakka, Sudheer
: 262.490.1376 http://www.prairiesoftdev.com Amateurs practice until they get it right, Experts practice until they can't get it wrong. -Original Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 15:14 To: CF-Talk Subject: How to Handle timed out sessions? Hi

Hi - Lists- Viewing 2 values at a time !!!

2002-05-20 Thread Chakka, Sudheer
Hi, I have values appended into a list. i am appending 2 values at a time. I want to view those 2 values at the same time. Is there a way like step=2 in CFLOOP or something like that?? Thanks in advance, Sudheer Chakka.

RE: Hi - Lists- Viewing 2 values at a time !!!

2002-05-20 Thread Chakka, Sudheer
Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 21 May 2002 11:58 a.m. To: CF-Talk Subject: Hi - Lists- Viewing 2 values at a time !!! Hi, I have values appended into a list. i am appending 2 values at a time. I want to view those 2 values at the same

RE: Hi - Lists- Viewing 2 values at a time !!!

2002-05-20 Thread Chakka, Sudheer
Hi, I am looking for a List. is there any possibility of outputting the list like: 1 2 3 4 5 6 When the list has 1,2,3,4,5,6 as its contents. Thanks, Sudheer Chakka. -Original Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 7:07 PM To: CF

Is this right?

2002-05-10 Thread Chakka, Sudheer
Hi, How do i insert one '' into a html file. Should be I using some ASCII value for that.If so can any one tell me the ascii value of that Any help on this is apprecited!!! Sudheer Chakka __ Structure your

How can I do this???

2002-05-10 Thread Chakka, Sudheer
Hi, CFSET target= ' target=new' CFSET new='uploads/'TRIM(Y)target ... As soon as I execute this CFApplicationServer processor usage % is shooting upto 90 and 100. The last '' is till in blue color, making the next lines as part of target string and screwing from not executing my next

Form.FIELDNAME - error!!!!

2002-05-09 Thread Chakka, Sudheer
Hi, Can any one tell me what is the mistake in CFLOOP FROM=1 TO=#ListLen(FORM.FIELDNAMES)# STEP=1 INDEX=i CFSET var = #ListGetAt(Form.FIELDNAMES, i)# #ListGetAt(Form.FIELDNAMES, i)# = #Evaluate(var)# BR /CFLOOP I am getting the

RE: Form.FIELDNAME - error!!!!

2002-05-09 Thread Chakka, Sudheer
If the page was called directly and not from a form submission you could get that error because no FORM fields are defined. Reuben Poon -Original Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 1:16 PM To: CF-Talk Subject: Form.FIELDNAME - error

RE: Form.FIELDNAME - error!!!!

2002-05-09 Thread Chakka, Sudheer
. Also you don't need to generate that var at all you can just do a list loop like this: CFLOOP list=#form.fieldnames# index=formField #formField# = #evaluate(formField)# CFLOOP Tim Heald ACP/CCFD :) Application Development www.schoollink.net -Original Message- From: Chakka

RE: Form.FIELDNAME - error!!!!

2002-05-09 Thread Chakka, Sudheer
(formField)# CFLOOP Tim Heald ACP/CCFD :) Application Development www.schoollink.net -Original Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 4:16 PM To: CF-Talk Subject: Form.FIELDNAME - error Hi, Can any one tell me what

RE: Form.FIELDNAME - error!!!!

2002-05-09 Thread Chakka, Sudheer
)# CFLOOP Tim Heald ACP/CCFD :) Application Development www.schoollink.net -Original Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 4:16 PM To: CF-Talk Subject: Form.FIELDNAME - error Hi, Can

RE: Form.FIELDNAME - error!!!!

2002-05-09 Thread Chakka, Sudheer
www.schoollink.net -Original Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 4:16 PM To: CF-Talk Subject: Form.FIELDNAME - error Hi, Can any one tell me what is the mistake

RE: Form.FIELDNAME - error!!!!

2002-05-09 Thread Chakka, Sudheer
- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 5:18 PM To: CF-Talk Subject: RE: Form.FIELDNAME - error Well Guys, I am Sorry!! It is weird that i closed all my opened IE Browser windows and reopened, it worked. the same code worked

JavaScript - Validation of Date - 3 Drop down lits

2002-05-01 Thread Chakka, Sudheer
Hi, Does any body have Javascript code snippet that validates the date. I have a 3 drop lists (Year- 02 format , Month - 01 format, day - 01 format) I have to check the date selected by the user is greater or equal to today's date . I am combining all the three values I am stuck

RE: JavaScript - Validation of Date - 3 Drop down lits

2002-05-01 Thread Chakka, Sudheer
: http://developer.netscape.com/viewsource/goodman_dateobject.html --- Billy Cravens -Original Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 12:50 PM To: CF-Talk Subject: JavaScript - Validation of Date - 3 Drop down lits Hi, Does any body

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

Any Ideas on How to Start the Testing Of Content Management Syste m - written in ColdFusion FuseBox 3.0.

2002-04-15 Thread Chakka, Sudheer
Hi, We have a Content Management system which is completely coded and tested by the Coders during development. The system is written in ColdFusion and methodology is: FuseBox3.0 . Does any one have any idea how do I do this Testing so that it catches the maximum errors from the system.

Does anybody has the snippet for collecting the details for cfsc hedule??

2002-04-10 Thread Chakka, Sudheer
Hi, I mean I have the same dsp_XXX.cfm as of CF Administrator for creating a task and then scheduling a task with CFSCHEDULE. does any body has the code for action page which actually uses the CFSCHEDULE. I am confused for handling the frequency for repeating the task. Thanks in

Where Can I find this tag which reads the links in a file?

2002-04-08 Thread Chakka, Sudheer
Hi, Once I found a tag which reads all the hyperlinks in a given file on Allaires Development site. I am not able to locate it know. Can any send me the link where I can find it ?? Thanks, Sudheer Chakka. __ Signup

Stop/restarting CF from a web page- to Anthony???

2002-04-08 Thread Chakka, Sudheer
Hi Anthony, One stupid question i guess: After the Cold Fusion Application Server is stopped how can the CFEXECUTE can run, to restart the service again ?? Thanks, Sudheer Chakka -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002

RE: Where Can I find this tag which reads the links in a file?

2002-04-08 Thread Chakka, Sudheer
Hi, Once I found a tag which reads all the hyperlinks in a given file on Allaires Development site and creates a report of it. I am not able to locate it know. Can any one here, send me the link where I can find it ?? Thanks, Sudheer Chakka.

Question on parametising the variables that are generated on the fly?

2002-04-03 Thread Chakka, Sudheer
Hi, I am building the variables like this way. CFSET variables.calendarenddate = 'CALENDARENDDATE_' attributes.SUBSCRIPTIONID the variable generated would look like this: CALENDARENDDATE_12 Actually a variable of this is coming from the previous screen. I wanted to see whether

How do I get a email like this webmaster@itcweb.org???

2002-04-01 Thread Chakka, Sudheer
Hi, I have a website www.itcweb.org and DNS is pointing to one my servers. I have SMTP up and running on that server. How can I get an email-id like [EMAIL PROTECTED]?? I am able to send emails from that SMTP server but not able to receive on that server.. Any idea on this is appreciated

RE: CF Can't insertinto SQL2K ... any ideas?

2002-04-01 Thread Chakka, Sudheer
Hi, Just take out the Primary key field from the Insert statement and rest should be fine. Sudheer Chakka. -Original Message- From: Christopher Olive [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 9:27 AM To: CF-Talk Subject: RE: CF Can't insertinto SQL2K ... any ideas? you

RE: CF Can't insertinto SQL2K ... any ideas?

2002-04-01 Thread Chakka, Sudheer
statement. That's what's puzzling. Instead of allocating a value for the keyfield, the database is trying to insert a null in there. I think the identity part of the database isn't working correctly. -Original Message- From: Chakka, Sudheer [mailto:[EMAIL PROTECTED]] Sent: Tuesday

How do i update the smalldatetime field to null?

2002-04-01 Thread Chakka, Sudheer
Hi, How do I update my column of type smalldatetime to null. When I am saying set enddate='' It is inserting 1/1/1900 instead of just putting null value there?? Any ideas?? Thanks in advance. Sudheer Chakka __

Creating update statements on the fly

2002-03-29 Thread Chakka, Sudheer
HI, I wanted to create a Update statement on the fly. For creating a Select statement on the fly I have used Select * from tablename Where 0=0 cfif isDefined(attributes.String1) and String1 = attributes.String1 /cfif How can I achieve this for update statement as