Forms .fmx size [message #246794] |
Fri, 22 June 2007 00:49 |
ora_dev
Messages: 27 Registered: December 2006
|
Junior Member |
|
|
Hi
I have a form that was last compiled in November 2006. The .fmx size was 1142kb. I compile the same form with the same version of Forms 6i and the same database without any changes to the form and the file size is now 1114kb.
Any reason why should the executable be different.
Thanks
|
|
|
Re: Forms .fmx size [message #246987 is a reply to message #246794] |
Fri, 22 June 2007 14:01 |
lavallee_g
Messages: 22 Registered: May 2005 Location: Quebec
|
Junior Member |
|
|
Hi,
Many things can affect the size of the executables, the database, the user used for connection, connected or not connected... But in your case, all of the above were the same...
You may want to verify if you didn't lost any attached libraries...
And finally, the size of the database objects that are used in you screen can also affect the executable size.
Forms and especially librairies can keeps the line nbrs of the procedures and/or functions contained in the DB package (real compilation head ache)..
Hope it helps
|
|
|