User Profile & Activity

xu guochun Member
Page
of 9
Posted: March 7, 2011 9:53 PM

Hello,

You can use only Integer by using NumericInput properties. Currently, we don't have maximum or minimum for the number. You can only set EditMask for total digit. However, you can validate the number max or min with below code.

 function WebInput1_OnDirty(controlId, dirtySourceType)
        {
            var WebInput1 = ISGetObject(controlId);
            if (WebInput1.GetValueData(true) > 1000)
            {
                WebInput1.SetValueData("1000", true);
            }
            return true;
        }

Regards,
Handy

 

 

Can you give me a example or some codes?

Thanks!

Thanks.

I removed this function ,it works.

Maybe Intersoft has the same name function?

 

Hi all.

Sorry, My English is poor.

Does the latest version include this feature?

If not,when available?

All times are GMT -5. The time now is 11:45 AM.
Previous Next