SetValueData on WebInput Numeric problem

3 replies. Last post: November 20, 2009 4:08 AM by Glenn Layaar
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

Scenario:

Step 1:

I set WebInput (with parameter NumericInput="true") to any numeric value from Javascript, ex:

function WebButton1_onClick() { var sVal = "123"; ISGetObject("WebInput1").SetValueData(sVal);

}

Step 2:

I click on WebInput and next clik outside of Webinput, then error occure at:

vcfa96.Value =vcfa96.Value.replace(new RegExp("\\+","img"),"+")

new RegExp("\\+","img"),"+")

 

The problem is in Value parameter which is number type : 123 not "123"

 

My version: WebInput: 3.0.7200.213, and .Net Frm  3.0.5000.702 (is it question of old ver)

 

Regards

Andrzej

All times are GMT -5. The time now is 1:44 AM.
Previous Next