I have a form through which i am displaying data in excel, the problem is everytime it asks for file location where to be saved,i want the file to be open and let user close it and save it.The following are the parameters.
STD_ADD_PARA_PKG.STD_ADD_PARAMETER(PARAM_ID,'DESTYPE',TEXT_PARAMETER,'FILE');
STD_ADD_PARA_PKG.STD_ADD_PARAMETER(PARAM_ID,'DESFORMAT',TEXT_PARAMETER,'RTF');
STD_ADD_PARA_PKG.STD_ADD_PARAMETER(PARAM_ID,'M_DEST_TYPE',TEXT_PARAMETER,DEST_TYPE);
STD_ADD_PARA_PKG.STD_ADD_PARAMETER(PARAM_ID,'DESNAME',TEXT_PARAMETER, NAME_IN('REPORT.M_DEST_NAME'));