iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
Scenario:
Step 1:
I set WebInput (with parameter NumericInput="true") to any numeric value from Javascript, ex:
}
Step 2:
I click on WebInput and next clik outside of Webinput, then error occure at:
vcfa96.Value =vcfa96.Value.replace(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
Since the value expect the value of "123" instead of 123, we could set the value of the WebInput manually in the button onclick event handler. Here is the snippet:
function WebButton1_onClick() { var sVal = "123"; var input = ISGetObject("WebInput1"); input.SetValueData(sVal); input.Value = sVal;}
Setting the value manually resolve the issue in my environment.
of course you're right, but it's a little bug in SetValueData function.
RegardsAndrzej
Yes it seems this is an issue with the WebInput. A bug report has been submitted, I will inform you if there is any progress or update regarding this issue.
In the mean time, you will need to set the value manually.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname