Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

input filter

Former Member
0 Likes
337

hallow

i wont to do a filter to the input in input i view like the user can put just numbers

how can i do that?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
307

Hi,

As per my understanding,

if it is that you need to enter only Numbers in the input field,

then declare

PARAMETERS:

P_INPUT TYPE I DEFAULT '0'.

This statement allows you to enter only Numbers....

Regards,

Pavan

1 REPLY 1
Read only

Former Member
0 Likes
308

Hi,

As per my understanding,

if it is that you need to enter only Numbers in the input field,

then declare

PARAMETERS:

P_INPUT TYPE I DEFAULT '0'.

This statement allows you to enter only Numbers....

Regards,

Pavan