RE: is this list dead?

2001-07-03 Thread Javed Mushtaq
ME TOO -Original Message- From: Jason Lees (National Express) [mailto:[EMAIL PROTECTED]] Sent: 02 July 2001 16:56 To: CF-Talk Subject: RE: is this list dead? This is the first one i've had in over a week!!! I thought the list was Dead!! Jason Lees National Express Email : [EMAIL

Text area question

2001-03-22 Thread Javed Mushtaq
Hi all, I have a text area on a page and need to save to a database and then output the information exactly as it appeared on the text area. How do i do this, could anyone send me the code as got to get this up and running by 10am today. Thanks in advance.

Text area question

2001-03-22 Thread Javed Mushtaq
Hi all, I have a text area on a page and need to save to a database and then output the information exactly as it appeared on the text area in an rtf file. How do i do this, could anyone send me the code as got to get this up and running by 11am today. Thanks in advance.

RE: CFMAIL Problem

2001-03-21 Thread Javed Mushtaq
you must have no spaces in the from and it is expecting a [EMAIL PROTECTED] format,. -Original Message- From: Chris Bellacose [mailto:[EMAIL PROTECTED]] Sent: 21 March 2001 14:40 To: CF-Talk Subject: CFMAIL Problem !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" Hello

RE: Mastering ColdFusion 4.5

2001-03-20 Thread Javed Mushtaq
And me ... -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 14:13 To: CF-Talk Subject: RE: Mastering ColdFusion 4.5 If your prepared to send me a free copy, I'll happilly answer all your questions :) -Original Message- From: Kristin

RE: email addresses

2001-03-15 Thread Javed Mushtaq
the keyword is wrong should be VALUES -Original Message- From: Savan Thongvanh [mailto:[EMAIL PROTECTED]] Sent: 15 March 2001 16:52 To: CF-Talk Subject: email addresses Which string type are you supposed to use to store email addresses? I try INSERT INTO tableName (name,email)

RE: Closing A Browser Window

2001-03-07 Thread Javed Mushtaq
try this mate, Embed with the script to clear the client and session variables and just put this after the script to do the clearing. Works for me. scriptwindow.close();/script ~~ Structure your ColdFusion code with

Query Performance

2001-03-07 Thread Javed Mushtaq
Hi all, Just a quick question - why would one write an Action page with the following bit of code for a insert select statement METHOD A: Insert into TblCustomer (CustomerId, Forename,Surname, CompanyName) SELECT tmpTblCustomer.CustomerId, tmpTblCustomer.Forename,

RE: Displaying Javascript erros in NS6

2001-03-07 Thread Javed Mushtaq
Have you tried putting javascript: into the location bar and hitting return. That does the trick in NN4.7 as i am using that. -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED]] Sent: 07 March 2001 15:12 To: CF-Talk Subject: OT: Displaying Javascript erros in NS6 Has

Timing Out ColdFusion FAQ

2001-03-05 Thread Javed Mushtaq
hi man, I've altered the FAQ so that you can now point users directly to the answer to a particular question. So, if someone says "What ColdFusion books can you recommend?", you can reply http://www.thenetprofits.co.uk/coldfusion/faq/#answer32 The site looks like it is full of excellent

RE: Problem with login code

2001-03-02 Thread Javed Mushtaq
Do something like this: error checking page. CFSET ERRORMESSAGE="You must enter a valid password and user name to enter this site" CFLOCATION URL="login.cfm?strErrorMsg#Variables.ERRORMESSAGE#" /CFIF CFELSE !---login failed - send them back to the login page--- CFSET ERRORMESSAGE="You

JS - CF

2001-03-01 Thread Javed Mushtaq
Hi all, How could i store a javascript variable inside a cold fusion variable. For example the snippet of code needs to set a session variable equal to the javascript referrer variable. script var strRef; if (document.referrer == "" || window.document.referrer ==

RE: What does OT mean?

2001-03-01 Thread Javed Mushtaq
No, off topic -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: 11 November 2000 10:17 To: CF-Talk Subject: What does OT mean? Other things?? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: !!!Statement Question.!!!

2001-03-01 Thread Javed Mushtaq
by the way are the same jay patton that writes stuff for webmonkey.com ??? -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: 01 March 2001 17:53 To: CF-Talk Subject: !!!Statement Question.!!! This list has been good to me so far so i thought i would ask another

URGENT: Referring Page Question

2001-02-28 Thread Javed Mushtaq
Basically i need to find out the first point of entry into a system by a person. I need to find out what was the referring page? Then the information will be stored in a database. As I am new to CF please could you give us a hand with this plz. Any issues using this method of detecting

RE: isdefined obsolete?

2001-02-23 Thread Javed Mushtaq
no it is not ... try cfif isDefined("Variable name ") /cfif -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 11:40 To: CF-Talk Subject: RE: "isdefined" obsolete? Do I recall correctly that "isdefined" is no longer valid for use in CF?

URGENT: FOXPRO

2001-02-15 Thread Javed Mushtaq
Hi all, Please could you tell me if you can hook cold fusionupto Foxpro? Is it any different to access as a datasource compared to Microsoft Access? Does anyone use Foxpro as a datasource and how haveyou found it to be? In addition, if the datasource is flat filed can ColdFusion access the data

RE: wddx2js

2001-02-06 Thread Javed Mushtaq
hi Vikram, Try the twoselects or three selects custom tags from the allaire developers center. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3471A1-2830-11D4-AA 9700508B94F380method=Full -Original Message- From: Vikram-burlee [mailto:[EMAIL PROTECTED]] Sent: 06 February

URGENT: File Locking Problem

2001-01-30 Thread Javed Mushtaq
Hi all, I have a question that sounds pretty stupid but here goes ... I have created a file using CFFile on the fly from a query. Once created it is given an XLS suffix. Then the cold fusion template references that file via a hyperlink. The weird thing is that the first

URGENT: Case Question

2001-01-26 Thread Javed Mushtaq
Hi all, Please could you tell me how i could verify if a password being posted from another page has the exact same case as the password in the database. Eg password: Orange But if enter orangE it evaluates to being true. Please could you tell me how to determine if the password matches the

test

2001-01-26 Thread Javed Mushtaq
~~ 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: Application.cfm Problem

2001-01-19 Thread Javed Mushtaq
Maybe as you don't have any session management settings set the file times out and thus it can't be found. Try adding some session management information and retrying: CFAPPLICATION name="intranet" sessionmanagement="Yes" setclientcookies="Yes"