Re: ABOUT DEVELOP2000 HOW TO TRANSFER THE PARAMETER IN QUERY STATUS

Re: ABOUT DEVELOP2000 HOW TO TRANSFER THE PARAMETER IN QUERY STATUS

 

  

Try destroying the parameter list before try to create it

That is IF NOT ID_NULL(<parameter list>)
THEN
DESTROY_PARAMETER_LIST(parameter_list);
END IF;

Then create the parameter list. Also ensure the called form must accept
the parameters in the order it has been constructed in the source. Hope
this helps you.

>>> "flysun" <[Email Address Removed] 02/28/03 04:53AM >>>
DEAR ALL

When The form is in query status and then to call a new form ,an error
'FRM-47001 CAN NOT CREATE PARAMETER LISTS:
LIST WITH THIS NAME EXISTS' would be found !
IF I want to transfer some paramters to another form in query status
,How can i do?

FLYSUN

Oracle LazyDBA home page