WebDB: get ahold of multiple values?
From: Jim Lewis <pojpl_at_ais.ucla.edu>
Date: Tue, 05 Sep 2000 17:33:36 GMT
Message-ID: <8p3ap3$2a6$1_at_carroll.library.ucla.edu>
Date: Tue, 05 Sep 2000 17:33:36 GMT
Message-ID: <8p3ap3$2a6$1_at_carroll.library.ucla.edu>
To display in a report's header the single value a user has entered for a "combo box" parm we use:
WEBDB.wwv_name_value.get_string(l_arg_names, l_arg_values,<arg>)
and this works fine.
We would also like to get ahold of the multiple values a user may specify for a "multiple select" parm. Does anyone know what WEBDB... procedure and / or what coding we can use to get ahold of such multiple values for a given variable? Received on Tue Sep 05 2000 - 19:33:36 CEST