Forms API is able to create an fmx, but not the .fmb file
665107Oct 14 2008 — edited Oct 15 2008Hello,
We have a C application called "Adonis" to create .fmb's from scratch via the FORMS C API interface. It reads data from a database and creates an fmb out of it.
The program is used by all forms developers in our company and has never had problems in creating an fmb file.
But now, for a specific module, the command <tt>d2ffmdcf_CompileFile</tt> returns *0* and delivers a perfectly working fmx file, but the <tt>d2ffmdsv_Save instruction</tt> returns *1* and creates no fmb file. All individual API calls to create objects and set their properties return success.
The fmb is rather big, 31 Blocks, 1363 Items and 745 triggers, but bigger ones generate without problems.
Everything is done locally, as administrator with plenty of free space : all the obvious mistakes have been checked.
Does anyone has encountered this kind of problem yet ? I have logged a SR, but perhaps someone out there knows what is happening ?
Forms Version 10.1.2.0.2 on windows XP SP2.