2007 Aug 13 10:36 AM
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
2007 Aug 13 10:41 AM
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
2007 Aug 13 10:41 AM
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