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,
The scene is:
1. There are some button and a webinput in my aspx file.
2. click the button (button name:Set Value) ,then we will find the number "123" in webinput
3. click the button (button name:Show Value), the label's value is 0 but not "123".
4. the webinput version is 3.0.7200.216
5. Even i add " onclick="return doCheck();" " on client, it's still 0
6. Even on the trial verson4.0 , the label's value is still 0
7. Only when i input a number in webinput directly, the it works well.
8.<DisplayFormat ErrorText="" Format="c" IsEnabled="True" Type="Number"> <ErrorWindowInfo IsEnabled="True"> </ErrorWindowInfo> </DisplayFormat> when i set isEnabled="False" on version4.0 it works well,but not works well on v3.0.7200
you can know the detail by attach file. Thank you very much!
Hello,
Thank you for your sample.I have review on your sample and I can reproduce your issue on my end as well.
It seems the issue appear due to you use incorrect javascript code to set value. Please try to modify your javascript code from:
function setValue() { var v_price = ISGetObject("wi_price"); v_price.SetValueData(123.00, true); }
To:
function setValue() { var v_price = ISGetObject("wi_price"); v_price.SetValueData("123"); }
Hope this helps.
Regards,Hans.
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