Guest Posted March 1, 2011 Posted March 1, 2011 Message from: "ldb" Can TUniSpeedEdit OnChange event published in web mode? Min and max value in web mode dosn't work. tnk . Quote
Guest Posted March 2, 2011 Author Posted March 2, 2011 Message from: "Farshad Mohajeri" "ldb" wrote in message news:ck$av2B2LHA.2164@anaxagvs227... > Can TUniSpeedEdit OnChange event published in web mode? > Logged #870 > Min and max value in web mode dosn't work. It works here. I tested for both designtime and runtime. Can you test again? . Quote
Guest Posted March 2, 2011 Author Posted March 2, 2011 Message from: "ldb" I can write directly in the edit box an incorrect value (crome display red this value). Using the button is not possible. With the OnChange event we can test is the value is acceptable. Il 02/03/2011 14:21, Farshad Mohajeri ha scritto: > "ldb" wrote in message > news:ck$av2B2LHA.2164@anaxagvs227... >> Can TUniSpeedEdit OnChange event published in web mode? >> > > Logged #870 > >> Min and max value in web mode dosn't work. > > It works here. I tested for both designtime and runtime. > Can you test again? > > . Quote
Guest Posted March 2, 2011 Author Posted March 2, 2011 Message from: "Farshad Mohajeri" "ldb" wrote in message news:jJytNYP2LHA.2168@anaxagvs227... >I can write directly in the edit box an incorrect value (crome display red >this value). Using the button is not possible. > With the OnChange event we can test is the value is acceptable. > If you type an out of range value server will assign a value within min or max. For example if you type 100 when max range is 10, on server side value will become 10. I added a new feature which sends the correct value back to client when value is out of range. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.