Page 1 of 1

Causes exception when value > Max

PostPosted: 06 May 2014 15:30
by etwoss
Hi

I read the value from a database table, it was set to 18
Whith this value in the database i started my form where i just have given the spinedit a max of 12
Where i expected that the spinedit would take 12 because 18 > 12, it just crashed

Eric

Re: Causes exception when value > Max

PostPosted: 06 May 2014 18:16
by Jorge Sousa
Hi

Can you rephrase your question please?

Are you saying that assign to 18 when max = 12, what happens? crash?

Re: Causes exception when value > Max

PostPosted: 06 May 2014 18:20
by Jorge Sousa
it raises an Exception of course

Re: Causes exception when value > Max

PostPosted: 07 May 2014 07:47
by etwoss
Hi

The component coud also take the max if you try to set it to a larger value (most spin edits do this)

Eric