Oracle Forms (MOSC)

MOSC Banner

6i to 12c migration - get_window_property error

Hi all - This 6i code works:

 set_window_property('FOO', 

WINDOW_SIZE, 

get_window_property(FORMS_MDI_WINDOW,WIDTH)-2, 

get_window_property(FORMS_MDI_WINDOW,HEIGHT)-3);

The same code compiles in 12c but at runtime it crashes with:

"FRM-41360 Invalid value used in set_window_property".

It does not seem to like the constant values being used (e.g. 2 and 3)...Have I found a bug?

Thanks, Shane.

Tagged:

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