: Anyone here knows how to pass one value from one form to the other in webapplications? Specifically Oracle Portal? : : Any help or comments are greatly appreciated.!! :
Data can be exchanged between forms as follows: Through global variables, which span sessions. Through parameter lists, for passing values between specific forms.
Comments
:
: Any help or comments are greatly appreciated.!!
:
Data can be exchanged between forms as follows:
Through global variables, which span sessions.
Through parameter lists, for passing values between specific forms.