9/25/2015 4:50 PM | |
Posts: 5 Rating: (0) |
Hi experts, I have a problem modifying a REAL number from my web page. I can only modify it as an integer, but I cannot edit a decimal value. My Data Block is the DB100 where I have the settings, and my variable is the "Set Point Temperature" which is a REAL value. If I replace my "real value" with an "INT value", the web page is working, but of course only with integers. You can see my code below. Something that could be useful for you is that when I edit negative value from my web page, the result in the output field is: 4.294967e+09 An important info is that: So, what should I do to be able to edit decimal or negative values from my web page?
FYI: In the head section, I use the following code.
If you want more details about my program or my web pages, please let me know. Thank you in advance. ------------------------------------------------------------------------------------------ |
Last edited by: StamatisJE at: 9/25/2015 4:53:29 PMLast edited by: Min_Moderator at: 9/28/2015 11:50:08 AMNew subject after splitting Last edited by: StamatisJE at: 9/28/2015 4:59:13 PM |
|
This contribution was helpful to1 thankful Users |
9/28/2015 11:51 AM | |
Joined: 9/3/2014 Last visit: 3/13/2019 Posts: 4766 Rating: (122) |
New question published by AutoGen_795420 is split to a separate thread with the subject Web server, problem with form write and read from DB. Best regards |
4/29/2016 12:21 AM | |
Posts: 15 Rating: (2) |
What is the value you get in "WEB-Control_DB".commandstate.last_error Also what is the RETVAL on the WWW block? |
9/20/2024 11:03 AM | |
Joined: 8/16/2010 Last visit: 11/5/2024 Posts: 638 Rating: (12) |
Hello all. For real values use step="any", then you can change decimals |
Follow us on