how to pass 2 variables from one form to other form
Answers were Sorted based on User's Feedback
Assalam-o-Alikum.
you can pass the value of two variable from form F1 to form
F2
First you have to create the two parameter on form F2 name
p1 and p2 and save the form.
then you go on to F1 and write tis code on button on text
item through which you want to send the parameter.
Declare
para ParamList;
Begin
para:=get_parameter_list('plist') /*plist can be replace by
any character*/
if not id_null(para) then
destroy_parameter_list('plist');
end if;
para:=create parameter_list('plist');
Add_Parameter(para,'P1',variable_1);
Add_Parameter(para,'P2',variable_2);
---after this you can add
call_form('F2');
--you can see the argument pass through form F1 to FORM F2.
end;
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / kris
Parameter list should be passed as argument in call_form
built in.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is tripstop report?
What is an SQL FORMS ?
Suppose I want to fire block level sequence before form level, then is it possible?
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
Explain the following file extention related to library?
What is new_form built-in?
What are the different types of Record Groups?
can you change the default value of the radio button group at run time?
Which of the two views should objects according to possession?
What is the difference between NAME_IN and COPY ?
What is an LOV?
how do u run sql loader