Home » Developer & Programmer » Forms » Is there any way to get the source of Program Units from forms? (merged)
Is there any way to get the source of Program Units from forms? (merged) [message #381707] Mon, 19 January 2009 06:21 Go to next message
gurupatham
Messages: 66
Registered: March 2008
Location: Chennai
Member
We can get the Source of procedure/function/Package by using User_source data dictionary in Pl/SQL. In the same way Is there any way to get the source of Program Units from forms and load into text file ?
Is there any way to convert the whole content(Source) of the program Units to text file? [message #381709 is a reply to message #381707] Mon, 19 January 2009 06:41 Go to previous messageGo to next message
gurupatham
Messages: 66
Registered: March 2008
Location: Chennai
Member
While converting fmb file to Text File by Using the following Scripts , It Converts only the name of the procedures/functions/package of program Units to text file not the content(Source) of the procedure/function/package. Is there any way to convert the whole content(Source) of the program Units to text file?

for %%f in (*.fmb) do start  /min /wait ifcmp60 module=%%f Logon=no module_type=form batch=yes script=yes  forms_doc=yes

Re: Is there any way to get the source of Program Units from forms? [message #381801 is a reply to message #381707] Mon, 19 January 2009 23:24 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Look at the tools section of this forum. Look at Forms*Tool.

You could reverse engineer the 'fmb' files into Oracle Designer. You could convert the 'fmb' to 'fmt'. You could open the 'fmb' in an intelligent text editor and read the code.

David
Previous Topic: Problem with Raise FORM_TRIGGER_FAILURE
Next Topic: populating record in multi recor d block
Goto Forum:
  


Current Time: Tue Dec 03 18:14:27 CST 2024