InterviewSolution
Saved Bookmarks
| 1. |
When Do You Use Data Parameter Type? |
|
Answer» When the value of a data parameter being passed to a CALLED product is ALWAYS the name of the record GROUP defined in the current form. Data parameters are USED to pass data to PRODUTS invoked with the run_product built-in subprogram. When the value of a data parameter being passed to a called product is always the name of the record group defined in the current form. Data parameters are used to pass data to produts invoked with the run_product built-in subprogram. |
|