Malcolm Dew-Jones *nix forums Guru
Joined: 04 Mar 2005
Posts: 418
|
Posted: Wed Jul 12, 2006 6:35 pm Post subject:
Q: compile form without modifying .fmb
|
|
|
Hello
Forms [32 Bit] Version 9.0.4.0.19 (Production)
I wish to compile some .fmb files, using "ifcmp90", to create .fmx files.
That in itself is no problem at all.
However, the .fmb file must be _not_ read-only and it is somehow modified
during the compile. That inteferes with use of my revision control since
the .fmb is no longer the same version.
Does anyone know what magic options can be passed to ifcomp90 to prevent
the fmb file from being updated?
Thanks.
Right now I'm using
ifcmp90 module=myform userid=me/pw@db module_type=FORM
batch=yes compile_all=yes
(On windows XP if that makes any difference at all.)
Thanks. |
|