how to create folder from forms 6i? - Oracle Forums
...Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information....
https://forums.oracle.com/ords/apexds/post/how-to-create-folder-from-forms-6i-2094
OraFAQ Forum: Forms » Create folder by giving path through form 6i
...Could not reserve record (2 tries), keep trying?...
https://www.orafaq.com/forum/t/176326/
How to check whether the folder exist in computer using oracle form 6i
...Is there a way to check whether the folder exist in my computer using oracle form... Kinda like if abc named folder does not exist in my computer then it should be created if it is exists then pqr named folder should get created... Can anyone please tell me how to do it... I never tried that so I don't have an answer....
https://www.orafaq.com/forum/t/190691/
oracleforms - How can I create a folder via Oracle form builder ...
...In Forms 6i running in client/server you could use the HOST command like this: HOST('md c:\somefolder\newfolder'); In later web-based versions of Forms you would use CLIENT_HOST instead of HOST....
https://stackoverflow.com/questions/2964252/how-can-i-create-a-folder-via-oracle-form-builder
Folders in Oracle Forms - erpSchools
...Lets now see how to create a folder and when ever you select that folder, it should display all GL journals whose source is Payables and category is Purchase Invoices and Period is May-07....
https://erpschools.com/erps/articles/folders-in-oracle-forms
How to create folder dynamically using Oracle Form 6i
...Can anyone please tell me how to create folder using oracle form. I used HOST command but its not working. I am using 6i on windows 7. Its working fine on xp but not working on 7. I want to create folder on 7. did you get a solution for that? Dark_prince hasn't visited this forum since 2015, so you're unlikely to get an answer from them....
https://www.orafaq.com/forum/t/189913/
How to create a folder in the file system? - Oracle Forums
...Hi All, How to create a normal folder in my PC's file system in a specific path?...
https://forums.oracle.com/ords/apexds/post/how-to-create-a-folder-in-the-file-system-6586
Check if directory exists - Oracle Forums
...By the following code I am checking an existance of a file in the database operating system: DROP DIRECTORY mydir; DEFINE my_os_directory='/tmp'; CREATE OR REPLACE DIRECTORY mydir AS '&&my_os_......
https://forums.oracle.com/ords/apexds/post/check-if-directory-exists-6315
Oracle Forms Default executable file location - Stack Overflow
...In the formsweb.cfg for you configuration you can set a working_directory. At this location the forms are found. You could also make an environment file with a path variable, then forms will look at all these locations....
https://stackoverflow.com/questions/26494135/oracle-forms-default-executable-file-location
Check to see if file exists - Oracle Forums
...Hi, I need to check whether or not a file exists in my file system from Forms 6i. e.g. Pseudo IF c:\my_file EXISTS THEN do whatever ELSE message ('File does not exist' END IF; Any ideas on how to ......
https://forums.oracle.com/ords/apexds/post/check-to-see-if-file-exists-1054