Thursday, June 4, 2015

Oracle Forms Browse files, and turn with the path

DECLARE
  filepath varchar2(300);
BEGIN
  filepath := get_file_name(file_filter=>'Word Files (*.docx)|*.docx|');
  :file_path := filepath;
END;

No comments:

Post a Comment