Flash form error in CFM

2005-05-22 Thread vishnu prasad
Hi Friends
i recently installed CFMX 7 in my Pc , the O/S installed in Windows XP Sp2 
This is the Following code i have in the File index.cfm 

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
http://www.w3.org/TR/html4/loose.dtd;
html
head
InvalidTag http-equiv=Content-Type content=text/html; charset=iso-8859-1
titleUntitled Document/title
/head

body
cfform name=cfformexample  action=index1.cfm  format=flash method=post
   cfinput type=text name=t1 maxlength=10 value=10
   cfinput type=submit value=Click name=Save
/cfform

/body
/html

Its displaying the Flash form corretley and  goind to action page properly . 
but i am getting a Javascript error 
Following is the Javascript Error i am getting 
Line 27 
Char 1 
Error : lc_id is undifined
code = 0
URL: http://localhost/Mywork/Index.cfm

Pls suggest me what i have to do ??? is there is any setting or pacth has to be 
installed  for windows XP SP 2

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207381
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


re: Flash form error in CFM

2005-05-22 Thread dave
for starters, a patch isnt going to fix sp2, a well placed stick of dynamite 
usually does the trick.

 whats on the action page since that is where you are getting errors, it says 
Error : lc_id is undifined, but i dont see where you have identified were lc_id 
is or what it is.

~Dave the disruptor~ 


From: vishnu prasad [EMAIL PROTECTED]
Sent: Sunday, May 22, 2005 4:54 AM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Flash form error in CFM 

Hi Friends
i recently installed CFMX 7 in my Pc , the O/S installed in Windows XP Sp2 
This is the Following code i have in the File index.cfm 

Its displaying the Flash form corretley and goind to action page properly . but 
i am getting a Javascript error 
Following is the Javascript Error i am getting 
Line 27 
Char 1 
Error : lc_id is undifined
code = 0
URL: http://localhost/Mywork/Index.cfm

Pls suggest me what i have to do ??? is there is any setting or pacth has to be 
installed for windows XP SP 2



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207382
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Flash form error in CFM

2005-05-22 Thread C. Hatton Humphrey
 Error : lc_id is undifined

 Pls suggest me what i have to do ??? is there is any setting or pacth has to 
 be installed  
 for windows XP SP 2

The error is caused because your web server can't load the CF standard
javascript files; make sure that the /CFIDE directory can bee seen
from the folder where your file is, either by copying it over or by
making a mapping.

Hatton

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207383
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Flash form error in CFM

2005-05-22 Thread dave
hum, I have seen issues on a live server but not on a local dev machine where 
you need the cfide folder in root.
 Might also note that I believe CFMX 7 needs the current version of java 
installed, 1.5 or whatever it is now.

~Dave the disruptor~ 


From: C. Hatton Humphrey [EMAIL PROTECTED]
Sent: Sunday, May 22, 2005 7:12 AM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: Flash form error in CFM 

 Error : lc_id is undifined

 Pls suggest me what i have to do ??? is there is any setting or pacth has to 
 be installed 
 for windows XP SP 2

The error is caused because your web server can't load the CF standard
javascript files; make sure that the /CFIDE directory can bee seen
from the folder where your file is, either by copying it over or by
making a mapping.

Hatton



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207397
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54