Upload excel into Oracle Apps form
I have my Oracle Apps server on Linux, I wanted to load the data from excel to form using DDE. My form doesn't load the data when I am trying to upload, it gets stuck when
AppID := DDE.App_Begin('C:\excel\excel.exe C:\formname.xls',DDE.APP_MODE_MINIMIZED);
happens, I guess its not able to initiate the excel, can anyone please let me know the way that I could load the data into Oracle Apps using the DDE or OLE? I am using forms6i.
I would really appreciate your help.
Thanks