Open files on client side from ORACLE Forms
- by Mousarules
I'm trying to put a code on a button so that the used would be able to open a specific excel file whenever he pressed it , unfortunately the code i was using ( AppID ) happened to be opening the file on the server side not the client side ; please find the code below :
DECLARE
AppID PLS_INTEGER;
BEGIN
AppID :=…