Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

FMB size changes when compiled using ifcmp60 compared to using ifbld60

394873May 19 2003
We observed that when we batch compiled our forms size of the FMB reduced quite a bit after batch compile and save compared

to what it was to originally when compiled and saved through forms builder (ifbld60.EXE). If after this form is opened in

forms builder and then compiled and saved it reverts to original size. We also checked using one of the third party form

diff utility and found both FMB’s from batch compile and one from form builder even though of different size do not have any

difference.

Now question sis what is the reason FMB size is reduced and does it not pose any kind of issue for loosing something out of

the FMB. Please explain what is this behavior with impact if any etc?

We batch compile using the following code.

For %%I in (sizechange.FMB) do start /w ifcmp60 module=%%I userid=usrname/passwd@SID batch=yes compile_all=yes Upgrade=No

build=Yes


We made a sample form named sizechange.fmb with non-db block and having program unit selecting from dual multiple times.

Environment details : Windwos 2000, Forms 6.0.8.22.1, db(8.0.6.0.0) on HP9000-UX 10.20

Thanks in advance for your response.


Vinay Gupta

I am not sure where to upload sample file, if someone needs it I can email it.


Thanks,

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 16 2003
Added on May 19 2003
0 comments
238 views