Home  
  Your Account | View Cart        
  Help   
  0 item(s) in Cart        English  Italiano
 
  Home
 September 10, 2010
 Forum Board
 FAQs & Hints
Solutions
Ask for a quote
 Ask for a quote 
DREAMWEAVER DISCUSSION GROUP
old post - new thread - new reply Back to Board
29/06/10  19:17:55 Kurt Buesching
Parameters In Multiple Insert
I was setting up the redirect on the Multiple Insert behavior and added the Parameters (from the server behavior) that I wanted to pass to the update page but when I save and put it gives me an error.

Here is the redirect...
FX_insredir = "report_edit_procedures.asp?ReportID=<%=(RsReportInfo.Fields.Item("ReportID").Value)%>"

Here is the Error...
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/iponly178270/HBWSPriv/report_insert_procedures.asp, line 146
FX_insredir = "report_edit_procedures.asp?ReportID=<%=(RsReportInfo.Fields.Item("ReportID").Value)

Any Suggestions?
  
29/06/10  19:39:11 Felice Di Stefano
RE: Parameters In Multiple Insert
FX_insredir = "report_edit_procedures.asp?ReportID=" & (RsReportInfo.Fields.Item("ReportID").Value) & ""
  
29/06/10  20:09:21 Kurt Buesching
RE: RE: Parameters In Multiple Insert
Perfect - that did the trick! Thank you.
  


Powered by FELIXONE - v.n. 000000 - FELIXONE.it © 2001 - 2010