Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> HELP: Problem in Forms30
Hello !
I need to pass some data to a form when the form is called from a menu.
I have a form that I want to call from 2 menu options, but the form should
perform diferently on each call. So I have to pass some parameter to the
form
when 'runform' runs.
I could pass the data trough a UNIX ENVIRONMENT VARIABLE. The menu item
command
line could be something like
set DATA='102'; iap -c ... formname ...
but can I get the value of these variable inside the form ?
Thanks for any help
Rui Anastacio (ranastacio_at_mail.telepac.pt)
Received on Fri Oct 09 1998 - 13:22:05 CDT