Jump to content

TUniSpeedEdit OnChange in web mode


Guest

Recommended Posts

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?

 

 

.

 

Link to comment
Share on other sites

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?

>

>

 

.

 

Link to comment
Share on other sites

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.

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...