Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Dead session expiration
Mon, Jul 21 2008 6:25 PMPermanent Link

"Julio S."

(4.26 Build 3)

The behavior when entering a value for this parameter, is something like:

  value = (value - 1) - (65535 * (value div 65535))

So, the value only can be in the interval (0, 65535).

Is this planned? I can't find the upper limit for this parameter in the
documentation.

TIA

Julio Saucedo
Mon, Jul 21 2008 10:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Julio,

<< The behavior when entering a value for this parameter, is something like:

  value = (value - 1) - (65535 * (value div 65535))

So, the value only can be in the interval (0, 65535).

Is this planned? I can't find the upper limit for this parameter in the
documentation. >>

Yes, it's implemented as a Word, so the limits are implicit.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jul 22 2008 11:40 AMPermanent Link

"Julio S."
Thanks Tim,

Maybe it could be better if the value stay in min(65535, value) when the
save button is pressed, instead of change to some weird value automatically.

Best regards,

Julio S.


> Julio,
>
> << The behavior when entering a value for this parameter, is something like:
>
>    value = (value - 1) - (65535 * (value div 65535))
>
>  So, the value only can be in the interval (0, 65535).
>
>  Is this planned? I can't find the upper limit for this parameter in the
> documentation. >>
>
> Yes, it's implemented as a Word, so the limits are implicit.
>
Tue, Jul 22 2008 12:20 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Julio,

<< Maybe it could be better if the value stay in min(65535, value) when the
save button is pressed, instead of change to some weird value automatically.
>>

I'll see what I can do.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image