Hi,
I don't know if I posted it in the right forum. Just transfer it what you think the right place is.
Anyway, my question is:
I had a this kind of format in the forms
DEPT CLASS SUBCLASS
12 18 20
11 18 22
11 11 11
Submit Button
And I want to validate each (validations if the field is null or not) field in every record once I hit the button Submit.
Now what I plan is to create a package that will be called once the submit button is hit. The problem is in creating the package. I don't know what query or script I should used to handle that.
Thanks...:)
Need your help that bad.
I don't know if I posted it in the right forum. Just transfer it what you think the right place is.
Anyway, my question is:
I had a this kind of format in the forms
DEPT CLASS SUBCLASS
12 18 20
11 18 22
11 11 11
Submit Button
And I want to validate each (validations if the field is null or not) field in every record once I hit the button Submit.
Now what I plan is to create a package that will be called once the submit button is hit. The problem is in creating the package. I don't know what query or script I should used to handle that.
Thanks...:)
Need your help that bad.
Comment