Oracle Forms (MOSC)

MOSC Banner

Compile problem with JDAPI 10g

edited Apr 27, 2009 10:25AM in Oracle Forms (MOSC) 1 commentAnswered
 Hi,

We are using form JDAPI to automatically compile and translate our forms module from english to french.

Everything work fine for the translation but our problem seem to be the compilation.

We are using code like this

    FormModule fmb = FormModule.open(filename);

    Jdapi.connectToDatabase(connectstring);

    try {
       	fmb.compile();
	} catch (JdapiStatusException e) {
    ....
		


My question is the following: Does the fmb.compile execute an incremental compile or a full compile of the module. Because actually it seem to do an incremental compile because from time to time some form crash at runtime but if we open the FMB and compile all then build, everything is fine.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center