I have sample oracle form AWTFileDialog in which open dialog box and select files but I want user select only folder and get all files inside folder.
Code:
:BL.FILE := FBean.Invoke_Char('CTRL.BEAN', 1, 'openFile' ,'Open a file...,C:\');
I am using oracle forms 11g
How to achieve this target
Thanks