Error in url parameter

2008-06-04 Thread Yogendra Shivhare
I am getting following error in my applicationElement FORM_ID is undefined in URL. G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 101 : 102 : EXEC SP_Get_Form 1 103 : @Form_ID = #URL.FORM_ID#, 104 : @Key_Type = '#URL.Key_Type#', 105 : @Key_ID = #URL.Key_ID# Form id is always there in

Re: Error in url parameter

2008-06-04 Thread Katrina Chapman
10:25:13 AM Subject: Error in url parameter I am getting following error in my applicationElement FORM_ID is undefined in URL. G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 101 : 102 : EXEC SP_Get_Form 1 103 : @Form_ID = #URL.FORM_ID#, 104 : @Key_Type = '#URL.Key_Type#', 105

Re: Error in url parameter

2008-06-04 Thread Yogendra Shivhare
Katrina Thanks for the reply but it didn't work ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.ho

Re: Error in url parameter

2008-06-04 Thread Charlie Griefer
prior to the cfquery, do this: look at the results of the dump and verify that the values that you're expecting actually exist in the scope. On Wed, Jun 4, 2008 at 10:33 AM, Yogendra Shivhare <[EMAIL PROTECTED]> wrote: > Katrina Thanks for the reply but it didn't work > > > ~~

Re: Error in url parameter

2008-06-04 Thread Gerald Guido
try this Put this before the cfquery and see if you are passing the correct URL vars. On Wed, Jun 4, 2008 at 12:25 PM, Yogendra Shivhare < [EMAIL PROTECTED]> wrote: > I am getting following error in my applicationElement FORM_ID is undefined > in URL. > G:\ITO_Services_Webs\iForms\sessionMgmt

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
happens when you’re making other plans…!’ --- On Wed, 6/4/08, Gerald Guido <[EMAIL PROTECTED]> wrote: > From: Gerald Guido <[EMAIL PROTECTED]> > Subject: Re: Error in url parameter > To: "CF-Talk" > Date: Wednesday, June 4, 2008, 11:09 PM > try this Put t

Re: Error in url parameter

2008-06-04 Thread Aaron Rouse
, 6/4/08, Gerald Guido <[EMAIL PROTECTED]> wrote: > > > From: Gerald Guido <[EMAIL PROTECTED]> > > Subject: Re: Error in url parameter > > To: "CF-Talk" > > Date: Wednesday, June 4, 2008, 11:09 PM > > try this Put this before the cfquery and see i

RE: Error in url parameter

2008-06-04 Thread Bob Imperial
[mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 3:14 PM To: CF-Talk Subject: Re: Error in url parameter I tried and below is the result so I do have values but error is still there struct FORM_ID 67 IO_MODE 1 KEY_ID 71241 KEY_TYPE VPMO_ID SBCUID dw4694 UIID 86972628 WINSIZE 1000x690 Â Than

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
Aaron, Its using tag --- On Thu, 6/5/08, Aaron Rouse <[EMAIL PROTECTED]> wrote: > From: Aaron Rouse <[EMAIL PROTECTED]> > Subject: Re: Error in url parameter > To: "CF-Talk" > Date: Thursday, June 5, 2008, 12:49 AM > How is the sessionMgm

Re: Error in url parameter

2008-06-04 Thread TechInfo
Yogendra Shivhare wrote: > I am getting following error in my applicationElement FORM_ID is undefined in > URL. > G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103 > 101 : > 102 : EXEC SP_Get_Form 1 > 103 : @Form_ID = #URL.FORM_ID#, > 104 : @Key_Type = '#URL.Key_Type#', > 105 : @Key_ID =

Re: Error in url parameter

2008-06-04 Thread Shivhare Yogendra
wrote: > From: TechInfo <[EMAIL PROTECTED]> > Subject: Re: Error in url parameter > To: "CF-Talk" > Date: Thursday, June 5, 2008, 5:55 AM > Yogendra Shivhare wrote: > > I am getting following error in my applicationElement > FORM_ID is undefined in URL. >