Form Wizard Pro Sliding Scale Error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/20/2009 11:25:19 AM
Gravatar
Total Posts 42

Form Wizard Pro Sliding Scale Error

Form Wizard Pro is throwing an error when creating a sliding scale question. I'm running mojoportal-2-2-9-5-mssqlreleasefiles. Below is a snippet of the log:

2009-03-20 09:58:37,283 ERROR mojoPortal.Web.Global - xxx.xx.xxx.xx-en-US - /CWIS467/lsc_mojo/FormWizard/FormEdit.aspx?mid=329&pageid=196
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at sts.FormWizard.Web.UI.QuestionEditor.SaveQuestion()
at sts.FormWizard.Web.UI.QuestionEditor.btnSave_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 

 

3/21/2009 7:37:52 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro Sliding Scale Error

Hi Steve,

Is it happening consistently or just occasionally, any other steps or information you can tell me to help produce the problem here?

The slider itself comes from the MS AJAX toolkit. I have seen a few flaky things with the slider question in the form designer from time to time but I can't produce the error you posted. I might can add some generic error handling there. 

Best,

Joe

3/21/2009 11:48:35 AM
Gravatar
Total Posts 18439

Re: Form Wizard Pro Sliding Scale Error

Hi Steve,

I just uploaded Form Wizard Pro 0.0.0.4-d which fixed an html validation bug in the form designer and also added an error trap that "should" handle the error you posted. 

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.