posted 22 years ago
Hello~
I am studying Oracle Forms for Forms II exam and am in the section on paramlist. Ok, I have 2 forms, in the first form (the calling form) I created a paramlist programmatically in a when-button-pressed trigger which also calls the second form using OPEN_FORM built-in. In the second form (the called form), I created the paramlist, but now what I can't figure out is how do I get the information out of the paramlist in my called form??
I am assuming this code will be in a when-window-activated trigger (in the called form), or somewhere else when I am ready to get the paramlist data, but I cannot figure out how to get the paramlist data.
I assume there must be some built-in to do this, but I can't figure out which one. Any tips would be appreciated!
Thank you,
-Jennifer