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!

f60genm and FMX - Checksum

411955Apr 14 2005
Does f60genm produce a different Checksum for the FMX each time the FMB is compiled? The results are as below :

No changes were made to the test_mapping.fmb form.
$ cksum test_mapping.fmx
154838262 125164 test_mapping.fmx

test@(test_Mapping)> rm *.fmx

test@(test_Mapping)> f60genm test_mapping.fmb user/passwd

test@(test_Mapping)> cksum test_mapping.fmx
1312268340 125188 test_mapping.fmx

test@(test_Mapping)> rm *.fmx

test@(test_Mapping)> f60genm test_mapping.fmb user/passwd

test@(test_Mapping)> cksum test_mapping.fmx
313493588 125188 test_mapping.fmx
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2005
Added on Apr 14 2005
0 comments
165 views