RE: Creating a list of myQUERY.recordcount

2003-08-25 Thread Tyagi, Badal
cfset COUNT_LIST = cfoutput query=BUILDINGS !--- RUN A SUB QUERY TO COUNT THE ROOMS --- cfquery name=roomCOUNTER datasource=term SELECT * FROM Q_D2 WHERE ACTPRYSID = #BUILDINGS.PRYSID# /cfquery cfset COUNT_LIST = ListAppend(COUNT_LIST,

RE: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Tyagi, Badal
I think you are using wrong Query name, this line should be... cfset session.groupname = QuotedValueList(UserGroups.groupname) regards badal Tyagi HCL Perot Systems Noida, India -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 2:01 PM To:

RE: Code Errors with Coldfusion - Please Help ?

2003-07-14 Thread Tyagi, Badal
). - Original Message - From: Tyagi, Badal [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 14, 2003 9:46 AM Subject: RE: Code Errors with Coldfusion - Please Help ? I think you are using wrong Query

RE: Bulk CF Encryption App

2003-07-14 Thread Tyagi, Badal
Have you tried http://www.iz-net.com/ regards badal Tyagi HCL Perot Systems Noida, India -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 7:51 PM To: CF-Talk Subject: Bulk CF Encryption App Can anyone recommend a good bulk CFML encrypt or?

RE: CF Comment Tags In Source View

2003-07-11 Thread Tyagi, Badal
Well I'm running CFMX Enterprise Edition and I don't see any comments in view source from browser. Have a deep look whether it is CF comments OR HTML comments. regards badal Tyagi HCL Perot Systems Noida, India -Original Message- From: Harold Brauer [mailto:[EMAIL PROTECTED] Sent:

RE: CFStudio 5 and CFMX

2003-07-08 Thread Tyagi, Badal
Macromedia ColdFusion MX Tag Updater http://www.macromedia.com/software/coldfusionstudio/productinfo/resources/ta g_updaters/ regards badal Tyagi HCL Perot Systems Noida, India -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 1:40 AM

RE: File Attachment

2003-07-02 Thread Tyagi, Badal
If you want to show user the files in browser only then you will have to use cfcontent tag with correct type attribute in it. cffile won't help much rather it will store the file contents in a varaible which further you can cfoutput the same. Also please specify what type of files you wanna

RE: Browser resize looses attributes scope

2003-07-01 Thread Tyagi, Badal
looses attributes scope badal, that's a rather interesting one. is there some JS on the page causing this? also, what browser? --d. -Original Message- From: Tyagi, Badal [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:12 AM To: CF-Talk Subject: RE: Browser resize looses attributes

Browser resize looses attributes scope

2003-06-27 Thread Tyagi, Badal
We have one application running on fusebox1.0 on CFMX and we are using CF_FORMURL2ATTRIBUTES to convert all form and URL variables to attributes. Now when one page is called with few attributes type variables, the page gets loaded but the problem occures when we resize the browser window, because

RE: Browser resize looses attributes scope

2003-06-27 Thread Tyagi, Badal
out all your junk if it's null on that page. --d. -Original Message- From: Tyagi, Badal [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 5:26 AM To: CF-Talk Subject: Browser resize looses attributes scope We have one application running on fusebox1.0 on CFMX and we are using

RE: Browser resize looses attributes scope

2003-06-27 Thread Tyagi, Badal
:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 7:48 AM To: CF-Talk Subject: RE: Browser resize looses attributes scope if the variables have no value on initial load of that page, use a cfparam tag to ensure that they exist on pageload. -Original Message- From: Tyagi, Badal [mailto:[EMAIL

RE: SQL problem

2003-06-17 Thread Tyagi, Badal
cfquery name=myQuery SELECT * FROM TABLE ORDER BY year DESC /cfquery cfoutput query=myQuery #CountryName#, #Value#, #Year#br /cfoutput regards badal Tyagi HCL Perot Systems Noida, India -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003

RE: cfform problem

2003-06-10 Thread Tyagi, Badal
In case of CF5.0 CF used to write cfform.js in page itself whereas in CFMX it uses : SCRIPT LANGUAGE=JavaScript TYPE=text/javascript SRC=/CFIDE/scripts/cfform.js/SCRIPT to include cfform.js from \cfide\scripts folder, so note that you have to map cfide folder in your webserver, then it will work

Microsoft Excel DSN

2003-06-09 Thread Tyagi, Badal
Hi, I'm unable to make dsn in CFMX of Microsoft Excel sheet. If I do it through ODBC Datasource Administrator, then CF does not recognise it and throws error Data source 'import' could not be found. Actually I'm uploading an excel sheet from client's m/c renaming it to my dsn file name and then