Home » Developer & Programmer » Forms » How to view code for attached library? (Forms 11g )
|
Re: How to view code for attached library? [message #681202 is a reply to message #681194] |
Thu, 25 June 2020 05:50   |
 |
jury68000
Messages: 33 Registered: October 2019
|
Member |
|
|
I'm quite new to Forms, so if I write silly things I hope someone more experienced will correct me.
There is a variable called FORMS_PATH and it exists in %ORACLE_HOME%/forms/server/default.env file, Windows Registry (assuming you are on Windows, if not I do not remember where its on Linux/Unix) and Environment Variables in Windows. If I remember correctly path for compiled runtime libraries (*.plx) is in that default.env file and path for source code for the libraries (*.pll) is in one of the other locations, do not remember which one of those 2, so just check it out by yourself.
And if you want to change it, just open it in Forms Builder just as a 'normal' *.fmb module than change what you want, compile it and place it where plx binaries are (of course its possible that pll's and plx files are in the same location)
[Updated on: Thu, 25 June 2020 05:51] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: How to view code for attached library? [message #682125 is a reply to message #681194] |
Tue, 06 October 2020 05:18  |
 |
tusna
Messages: 3 Registered: January 2018
|
Junior Member |
|
|
Hi! Hope that you fixed your probleme, in other case, to view the code is the same way to open an FMB files and double clic on the the unit programm to modify if you need.
About the server report name, you specify it's name on the nodle "Parameter", look for ReportServerName and with"F4" enter the name you want if it's passed as param in the procedure you used.
If the name is specified in the unit programm of the procedure, you have just to change the value of bind variable calling server report.
Hope this will helpful for you!
[Updated on: Tue, 06 October 2020 05:21] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat May 03 15:32:42 CDT 2025
|