PROCEDURE [XREF] fdp$convert_to_screen_value
    (    form_identifier: fdt$form_identifier;
         variable_name: ost$name;
         variable_value: fdt$variable_value;
         p_text: {output} ^fdt$text;
     VAR variable_status: fdt$variable_status;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fde$condition_identifiers
*copyc fdt$form_identifier
*copyc fdt$text
*copyc fdt$variable_status
*copyc fdt$variable_value
*copyc ost$name
*copyc ost$status
?? POP ??
