Aug 5, 2003 #1 JoNoM Programmer Aug 5, 2003 2 SE I know there's a tool to easily compile Oracle Reports documents (RDF) but I know of no such tool for Oracle Forms documents (FMB).
I know there's a tool to easily compile Oracle Reports documents (RDF) but I know of no such tool for Oracle Forms documents (FMB).
Aug 5, 2003 1 #2 lecorr Programmer Apr 9, 2003 62 FR Just do a bat like this one: for %%i IN (your_directory\*.fmb) do ifcmp60 module=%%i userid=user/pass@db compile_all=YES batch=YES (all on one line) Regards Christian Upvote 0 Downvote
Just do a bat like this one: for %%i IN (your_directory\*.fmb) do ifcmp60 module=%%i userid=user/pass@db compile_all=YES batch=YES (all on one line) Regards Christian
Aug 5, 2003 Thread starter #3 JoNoM Programmer Aug 5, 2003 2 SE Thank you for your help. Is there such a tool for Forms version 5 as well? (sorry that I forgot to mention which version of Forms I use) brgds /Jonas Upvote 0 Downvote
Thank you for your help. Is there such a tool for Forms version 5 as well? (sorry that I forgot to mention which version of Forms I use) brgds /Jonas
Aug 5, 2003 1 #4 sem Programmer Jun 3, 2000 4,709 UA Yes, it's called f50gen. Regards, Dima Upvote 0 Downvote