• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Receiving Parameter List in Form

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic