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 : <cfquery name="Get_Form" datasource="#iForms_DSN#"> > 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 url when one try to access the site. Link is > http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mode=1&uiid=86972628 >
What is the "1" at the end of line 102? If that's a parameter, shouldn't there be a comma after it? Jevo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306860 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

