Need Help [message #472807] |
Tue, 24 August 2010 01:04  |
nagpalgggmailcom
Messages: 16 Registered: August 2010 Location: Bangalore
|
Junior Member |
|
|
Hi All,
Kindly help as i am new to this development tool( APEX2.2)
I created two item named value1,value2 of textfied type (page item) which is database number column,My task is if user enter any numberic values in these two column then values should insert into table else null means if user will not enter any value.
Thanks in advance.
Regards
gn
|
|
|
|
|
|
|
|
Re: Need Help [message #475963 is a reply to message #475762] |
Mon, 20 September 2010 01:34   |
Its_me_ved
Messages: 979 Registered: October 2009 Location: India
|
Senior Member |
|
|
Create a validation process in the Page Processing section of the page you are creating (In edit mode) and make it conditional for the items to be numeric value.Oracle apex provides the functionality for validation of item.
Or, can think of creating a java script function for validation. isNaN() function could be useful.
Regards
Ved
|
|
|
|