Sunday, October 25, 2015

Oracle open Excel and minimize it

DECLARE
AppID PLS_INTEGER;
BEGIN
AppID := DDE.App_Begin('c:\excel\excel.exe emp.xls',
DDE.App_Mode_Minimized);
END;

No comments:

Post a Comment