Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FBean.Register(classname) only succeeds the first time classname is used?!

739279Dec 7 2009 — edited Dec 22 2009
This is not a question, it is a futile cry of helplessness, such as a 9 month old might make when they strike their head on a rock.

Consider:

'BLOCKA'.WHEN-NEW-BLOCK-INSTANCE:
FBean.Register_Bean('ITEMA', ALL_ROWS, 'my.TestBean');
'BLOCKB'.WHEN-NEW-BLOCK-INSTANCE:
FBean.Register_Bean('ITEMB', ALL_ROWS, 'my.TestBean');
And what happens? If BLOCKA is 'first', ITEMA is populated with the TestBean, but BLOCKB's ITEMB is not. Conversely, if BLOCKB is first, ITEMB is populated with the TestBean, but BLOCKA's ITEMA is not.

Happily, it doesn't matter to me today. But it would be fair to say that Forms and I are becoming estranged on a fairly brief aquiantance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2010
Added on Dec 7 2009
6 comments
899 views