Generar pdf desde form oracle
Buenas tardes a todos
Si alguien me puede ayudar, estoy ejecutando desde form un reporte, la salida por preview sale bien pero cuando cambio a FILE no se genera el archivo.
¿Qué me estará faltando?
crear_lista;
Parametro('P_NNUMRELIG',nNumReling);
Parametro('P_nIdeFact',nIdeFact);
Parametro('PARAMFORM','NO');
Parametro('DESTYPE','FILE');
--Parametro('DESTYPE','PREVIEW');
Parametro('DESFORMAT','PDF');
Parametro('DESNAME',cpath||NOMBRE_P);
ejecutar_reporte('CNCHQDEV');
if not id_null (GET_PARAMETER_LIST('PARAMETROS_REP')) THEN
destroy_parameter_list('PARAMETROS_REP');
end if;