How and where should we place .fmb files and its generated scripts/files on O/S? [message #165553] |
Thu, 30 March 2006 22:25  |
rangerjee
Messages: 10 Registered: March 2006 Location: SRILANKA
|
Junior Member |
|
|
Hi,
I am a beginner on Oracle forms. I am planning to develop a form application. My O/S is Windows XP.
Regarding this I would like to ask the following points, because this will help me a lot during the placement of .fmb file and it’s generated several sub files (SQL Scripts, .bat files etc) which can be generated by form’s internal utilities in order to perform several O/S tasks as well as form level task:
1. Where should we place the .fmb file and its generated sub scripts or files to the client machine, so the client can’t see or open these sub files which will be created during runtime?
Should I place these entire .fmb file and its generated sub scripts/files to folder C:\ .
2. Is there an option available in forms through which I can Place all the related files and scripts in a hidden place/default place on O/S (Windows XP) so client can’t be open or see these files?
Please give your opinion with an example.
Thanks
Ranger
|
|
|
Re: How and where should we place .fmb files and its generated scripts/files on O/S? [message #166025 is a reply to message #165553] |
Tue, 04 April 2006 02:23   |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
I consider that the PC is a single user environment. The person running the application owns everything that it does therefore trying to hide something from yourself seems counter-intuitive.
About hiding runtime files. Use the directory pointed to by the system variable 'TEMP' or 'TMP' and delete them as soon as you have finished with them. For storing then consider using the database itself. You can encrypt your data or use a simple algorithm to 'scramble' the letters. You can also hide the code associated with PL/SQL packages when you load them.
David
[Updated on: Mon, 10 April 2006 02:27] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: How and where should we place .fmb files and its generated scripts/files on O/S? [message #167795 is a reply to message #167440] |
Mon, 17 April 2006 02:58   |
rangerjee
Messages: 10 Registered: March 2006 Location: SRILANKA
|
Junior Member |
|
|
Hi,
Why would we define a value in HKEY_LOCAL_MACHINE parameter for an application built in Oracle forms 6i?
Should we define a name of directory to HKEY_LOCAL_MACHINE parameter in which all our .fmb/.fmx files reside with runtime generated files?
If I keep all the .fmx/.fmb files along with several runtime generated files in a folder on C\Inventory, should we also define this in HKEY_LOCAL_MACHINE parameter?
Please have a reply about this because understanding this will assist me.
Also what is API and how should we implement it in our forms 6i related application.
I have seen this API in d2kwutil_6_0_6_0, the API screen comes first when we run the waipdemo.fmb file.
Should I use it easily in my form application if Yes how should I implement it in forms?
Ranger
|
|
|
|
|
|
Re: How and where should we place .fmb files and its generated scripts/files on O/S? [message #686382 is a reply to message #165553] |
Tue, 23 August 2022 07:02  |
 |
ayah23
Messages: 1 Registered: August 2022
|
Junior Member |
|
|
hi!
i saw your issue and i tought maybe you could help me !
am a beginner in oracle too, and am still stuck at the configuration of the forms, in the step where i should change the FORMS_PATH
i created a new directory "C:/applications" where i should put my ".fmx",".fmm" files , and i didn't understand what files should i copy there (applications directory) as i googled my issue i saw some of them are downlaoding a certain libraries ?
my question is: what files should i put in the directory "C:/applications" ?
|
|
|