get_application_property(current_form)
The get_application_property(current_form) used to return the name of the current FMX filename along with the path (in Forms 4.5).
Not sure why this has changed in Forms 6i and where this change is documented (I skipped Forms 5.0).
Is there another way of getting the application path (working directory) other than using the D2kwutil.pll ?
The problem with the D2k...pll is that it now uses D2kwut60.dll which is not shipped as part of Oracle Forms 6i standard files and this might create a deployment issue due to the many Oracle applications already install on the clients pc. Also, not sure it is a good idea to place that dll within the application directory and if Oracle will look for the file in that directory.
Thanks.