question select web server when install coldfusionmx

2004-07-07 Thread John Ho
hi all I have problem with installing coldfusion. If I select Web server 'Internet Information Server' IIS during the process of select web server then the page http://localhost/CFIDE/administrator/index.cfm can not found. But if I replace localhost by a machine name then page open ok. How do I

what is the problem?

2004-07-06 Thread John Ho
I have a login page to login my application. The problem is it never login the first time (right password and username are of cause). It keeps tell the page can not be found. If I use the same error page and click back to go back to login form, then I am able to login. The problem seems like with

Re: what is the problem?

2004-07-06 Thread John Ho
if it is error in CF then why it works when I use the back button to go back to login form and it works. Plus I have the code like this in other machine and it works. Thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

can I have .net and coldfusionmx run in the same machine?

2004-07-06 Thread John Ho
Original I have coldfusion and run ok. Since I have addictional .net then I have a problem. When I login to coldfusion application,Error page can not be found. But If I use the same error page and click back to go back to login form, then I am able to login. Can someone shows me how to fix this

SQL Server quesiton about FREETEXT

2004-06-30 Thread John Ho
I try to use Freetext funciton to do a seach. But it give me an error Cannot use a CONTAINS or FREETEXT predicate on table 'table' because it is not full-text indexed. Even I have this field at text or ntext data type. Do you know why? Thank you for any help. __

Re: help for the speed of this query?

2004-06-08 Thread John Ho
I dont know why this query run with same speed 6second, doesn't matter when I use join or not. I am afraid I will have problem when this database becomes large. Currently if I do select distinct join of 5 tables I have around 1000 records and it runs about 6 seconds. I think it is slow. I have

Re: help for the speed of this query?

2004-06-08 Thread John Ho
thanks all for your help. I change query like someone showlike and run better less than 1 second. SELECT DISTINCT A.id, B.w, C.x, D.y, E.z FROM A, (SELECT DISTINCT w FROM B) AS B, (SELECT DISTINCT x FROM C) AS C, (SELECT DISTINCT y FROM D) AS D, (SELECT DISTINCT z FROM E) AS E WHERE A.ID

help for the speed of this query?

2004-06-07 Thread John Ho
SELECT DISTINCTsome fields from table A, B, C, D, E FROM A, B, C, D, E WHERE A.ID = B.ID AND A.ID = C.ID AND A.ID = D.ID AND A.ID = E.ID; ID is primary key for table A and are foreign keys for tables B, C, D, E. It is one to many relationship Each table has around 500 records. I do a query like

Re: help for the speed of this query?

2004-06-07 Thread John Ho
I change the above query to SELECT DISTINCTsome fields from table A, B, C, D, E FROM A JOINB ON A.ID = B.ID JOIN C ON A.ID = C.ID JOIN D ON A.ID = D.ID JOIN E ON A.ID = E.ID; BUT still run 6 second like old query. To clarify... What usually happens when you do A,B,C,D,E is that the dbms

Re: help for the speed of this query?

2004-06-07 Thread John Ho
this help it? -dov _ From: John Ho [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 10:44 AM To: CF-Talk Subject: Re: help for the speed of this query? I change the above query to SELECT DISTINCTsome fields from table A, B, C, D, E FROM A JOINB ON A.ID = B.ID JOIN C ON A.ID = C.ID JOIN D

javascript Onchange() function?

2004-06-01 Thread John Ho
Hi all How do I write a _javascript_ with a query base on value the users select from drop down select list. For example user select IP = ‘123.124.135.225’ and I do a query of this IP address and display all the fieldsto the same form which user select the ip. I code is something like this SCRIPT

Re: Securing CF Apps against SQL Injection Cross Site Scripting

2004-05-06 Thread John Ho
what codecleaner does? and where do I find it? Jim wrote: How do I use it? For just a form var its completely painless.CodeCleaner is just a custom tag, so you either put it into the current folder or the custom tags folder.Then, on a form post page you would validate all of your form

Re: price of aspx vs cfm

2004-05-05 Thread John Ho
Thank you for the information Is this true ASP.net can not run in Linux or Unix machine?. If it is I will have good advantage to win this because there area a lot of computers running Linux and Unix in my area Think of ASP.net as a whole different language and paradigm than straight ASP. In

HTML works with CCS

2004-04-21 Thread John Ho
hi all this problem has nothing to do with coldfusion but I know some of you may help me out. I try to have page layout with styles CCS. in CCS file has #bg {position:} #content{} #navigation{} in html has div id=navigation /div div id=bg /div div id=content ... /div It works in

HTTPS

2004-04-19 Thread John Ho
hi all I have an applicatin in ColdfusionMX Can someone show me how to secure this web page with HTTPS?. What else do I need? John __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash [Todays

Re: HTTPS

2004-04-19 Thread John Ho
This applicaiton is not World wide web do I need HTTPS? thanks :) nothing, make ur links https://www.yourdomain.com and that will throw the ssl on the request response tony -Original Message- From: John Ho [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 11:19 AM To: CF-Talk

Re: HTTPS

2004-04-19 Thread John Ho
yeah, it just internal web but has sensitive info. What security should I use?. Thanks John [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Delete structure?

2004-02-20 Thread John Ho
How to delete struct? when the struct no longer need, I want to delete it. Can I do that?. Thanks John __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools [Todays Threads] [This Message] [Subscription]

Re: Delete structure?

2004-02-20 Thread John Ho
check if struct exist or not it print out 5 cfoutput#StructCount(vulInfor)#/cfoutput How come struct already delete but the count is 5? StructDelete(structure, key) Example:#StructDelete(session,userSettings)# Mike _ From: John Ho [mailto:[EMAIL PROTECTED] Sent: Friday, February

Re: Delete structure?

2004-02-20 Thread John Ho
Thank you I try to store a structure in an array(array of structs). But since structs pass by reference then I can not delete these structs. Anyway just a learning experience. How do I delete struct vulInfor in this case? I don't see what you are doing and some code is missing, but from the code

Re: Delete structure?

2004-02-20 Thread John Ho
What did I do wrong with this code cfset i = 1 cfoutput query=GetInforVul startrow=1 maxrows=#GetInforVul.recordcount# cfset vulInfor = StructNew() cfset vulInfor.ID = '#GetInforVul.ID#' cfset vulInfor.vulName = '#GetInforVul.vul_name#' cfset vulInfor.Desc = '#GetInforVul.description#' cfset

ColdfusionMX Server?

2004-02-11 Thread John Ho
I don't why all my application doesn't display anything?. When I open them, it doesn't show anything just a blank page. I can not open Coldfusion admin either. Do you know what wrong with this? Please help Thank you John __ Do you Yahoo!? Yahoo! Finance: Get your

Re:ColdfusionMX Server?

2004-02-11 Thread John Ho
I open the page, it display iswhite blank page I don't why all my application doesn't display anything?. When I open them, it doesn't show anything just a blank page. I can not open Coldfusion admin either. Do you know what wrong with this? Please help Thank you John

Re:ColdfusionMX Server?

2004-02-11 Thread John Ho
Thank you all I try to change the file, copy file from development mashine but it still not working. I have win2k and Coldfusionmx 6.0 I can't even open ColdfusionMX Administor page either?.Actually It display blank page. I think some file in Coldfusin server corrupted. I think I have to reinstall

ColdfusionMX 6.1 where to download for a free version for development?

2004-01-12 Thread John Ho
I currently run 6.0 for my web product. And I like to see what the difference in 6.1. Can someone show me where to downloadfor a free version for development of ColdfusionMX 6.1. thanks __ Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes

Re:ColdfusionMX 6.1 where to download for a free version for development?

2004-01-12 Thread John Ho
Original Message: From: John Ho [EMAIL PROTECTED] I currently run 6.0 for my web product. And I like to see what the difference in 6.1. Can someone show me where to downloadfor a free version for development of ColdfusionMX 6.1. Have you tried: Thank you all http://www.macromedia.com

Re:Password Logic

2004-01-05 Thread John Ho
I have plaintext password in database sometimes I want to use hash to encript the password. But I have problem with the password field in database. Its has check constraint to check all the require characters for the valid password. I dont like to drop this check constraint. How do I fix this

Cflogin problem or what?

2003-12-22 Thread John Ho
hi all I have problem with login ‘go to application without a password when using URL’. It just happens in one computer(I try different computers they work ok). I restart that computer then it doesn’t have that problem anymore. I never see any thing like this before. What going on here? Do you

Re:Cflogin problem or what?

2003-12-22 Thread John Ho
yeah I use CFApplicationin each directory(root, subdirectory) A table of users which include password, username, role And I use cflogin for the user who has password and username in my database. I think my logic work fire. Just something is not right with server or SessionManagerment in

Re:CFlogin problem or what?

2003-12-22 Thread John Ho
I have cfApplication.cfm and OnRequestEnd.cfm We have fireword but not for specific computer. Trouble computer is the one I use a lot for testing (for running server) and development. And this kind of problem just happen one. Never happen before and after I restart this computer and try to do it

Re:Cflogin problem or what?

2003-12-22 Thread John Ho
It happen again in the same computer. I try 5 different computers but either one has this problem. It seems like after I run a while for this computer(trouble), the problem will come. What's wrong guys please help Thanks John [Todays Threads] [This Message] [Subscription] [Fast

Session variable time out?

2003-12-18 Thread John Ho
When user fails to log in, I want to disable that user for certain time for example 30 mins. After 30 mins, he/she can login again. I prefer to do it in Coldfusion. Can I use session varible to keep the time for user who failed to log in. Untill that time is expired, thenlet them try to log in

Re:Session variable time out?

2003-12-18 Thread John Ho
thank you all From database is the simplest way for me to do. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

cfscript?

2003-12-05 Thread John Ho
hi all I have a _javascript_ function checking the size of window something like this SCRIPT LANGUAGE=_javascript_ TYPE=text/_javascript_ function changeForm( ) { if ( screen.availWidth 800 ) { return 800 } else { return 1024 } } /SCRIPT How do I call this function in CFscript? Or do you

Re:cfscript?

2003-12-05 Thread John Ho
thanks for all yeah all I need is check the size and redirect to the right location. and it works now. However I am really interested in doing in JS cookier if anyone can show me how. Thanks alot John [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Using Data Source Names(DSN) in DreamwearMX?

2003-10-10 Thread John Ho
hi all I have a problem with openning a connection to a data source for DreamweaverMX. It fail connection. Can someone help me out __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com [Todays Threads] [This

Coldfusion server fail when reboot?

2003-09-07 Thread John Ho
Thank you all for your help. I think problem from DataSource. Whenever it gets data from data base it give this error: The DataSource service is not available. This exception is usually caused by service startup failure. Please check your server configuration. And I go to Coldfusion

Coldfusion server fail when reboot?

2003-09-07 Thread John Ho
I could not find this file neo-query.bak files in WEB-INF/cfusion/lib. I dont see dir cfusion/lib Would you help me out? Thanks ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Coldfusion server fail when reboot?

2003-09-06 Thread John Ho
hi all I have problem with restart coldfusion server. When I reboot computer, not restart coldfusion server. So I have to manual restart coldfusion server from manager tool. But sometimes it works sometimes I have to do so many times(reboot and restart coldfusion server). I run Win2k Do you

Coldfusion server fail when reboot?

2003-09-06 Thread John Ho
Suggested corporate Anti-virus policy: http://www.dshield.org/antivirus.pdf == If you are not satisfied with my service, my job isn't done! - Original Message - From: John Ho [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, September 06

Design forms to work for 1024 to 800?

2003-09-04 Thread John Ho
hi all I have an application that was designed for screen 1024. And some of our users like to use for 800 screen. Tt looks really bad for screen 800. So I have to write a different forms for 800. But there is a lot of work to do like this. Can someone show me how to fix it to work for both 1024

Design forms to work for 1024 to 800?

2003-09-04 Thread John Ho
Thank you all The problem is this application already design fixing in 1024 screen. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

how to free up some log space in SQL server 2000?

2003-07-28 Thread John Ho
hi all My log file is full. And I need to free some space in log file. Could you please show me how to do it? Thanks John __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com

how to free up some log space in SQL server 2000?

2003-07-28 Thread John Ho
the option to schedule the job. These might be of some help... http://www.sqlteam.com/FilterTopics.asp?TopicID=115 http://www.sqlteam.com/FilterTopics.asp?TopicID=116 HTH, Alex -Original Message- From: John Ho [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 14:51 To: CF-Talk Subject: how

how to free up some log space in SQL server 2000?

2003-07-28 Thread John Ho
thanks Alex John ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

cfapplication Error or what?

2003-07-21 Thread John Ho
hi all I have login problem but not clear why. Sometimes my program forces me to login eventhough I already login. I don't set any time out in coldfusion adm at all. Can someone help me out? Thanks John __ Do you Yahoo!? Yahoo! Calendar - Free online calendar

CFCONTENT Problem

2003-06-06 Thread John Ho
use this to upload you file cfcontent file = ../filename.doc type = application/msword ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

cflock?

2003-06-05 Thread John Ho
page ... /cfif in OnRequestEnd.cfm I set cfset application.inuse = false This application.inuse never reset to false. Do you know why?. Do you know any how so that I would know when the user leave this application. Thank you very much John Ho

cflock?

2003-06-05 Thread John Ho
application.inuse = false This application.inuse never reset to false. Do you know why?. Do you know any how so that I would know when the user leave this application. Thank you very much John Ho ~| Archives: http

cflock?

2003-06-05 Thread John Ho
application.cfm and OnRequestEnd.cfm are in the same directory. I try to reset application.inuse to false when user leave this directory. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Saving CF output to Excel and comma delimited text

2003-05-30 Thread John Ho
hi Eric I would like to see your code for option 2. would you please send for me one?. I try to create some report. I dont like the format in HTML much. Thanks John ~| Archives:

cflock?

2003-05-29 Thread John Ho
hi all I have an application and I want to allow one user access it at a time. Can you show me how to it? Thanks John __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com

how to build calendar?

2003-01-28 Thread John Ho
hi all Can someone show me how to buil or get a calendar in CFMX?. Thanks John __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Set up mail server

2003-01-06 Thread John Ho
I try to set up mail server but it never success. In mail server text box, I have provided domain server or IP address. And I check out Verify Mail Server Connection. I always get an error message Connection verification Fail when I submit. Can some one help me ? Thanks