Matching FMX to its source FMB?
905846Dec 16 2011 — edited Dec 19 2011I am attempting to clean up a Forms development directory before placing it under version control. Unfortunately, it is uncertain whether the FMB's in this directory generated the FMX's that we currently have in production.
My approach toward addressing this involves building each FMB, calculating the MD5 hash of the resulting FMX, and comparing with the MD5 hash of the corresponding production FMX.
While working on this, I've noticed that FMX's built using frmcmp apparently are not identical to those built using Form Builder. I'm hoping that the discrepancy can be eliminated by invoking the right command line switches.
Any thoughts/suggestions would be appreciated.
Regards,
Eric Adamson
Lansing, Michigan