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.