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!

form is not displaying data

user590121Jul 24 2008 — edited Jul 24 2008
I am new to forms.
I developed a form which has two blocks.
block1 uses the header table and retrieves the header information.
block2 uses the detail table and retieves the detail information. I joined both of the block using relations. (Batch_Id is common to both the tables)
I put below condition in WHEN-NEW-FORM-INSTANCE (in form level i.e module)

go_block('block1);
execute_query;
go_block('block2');
execute_query;

I dont know what I missed..My form is not displaying any data(data exist in the tables). I really appreciate your help in this regard.

Thanks in Advance!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2008
Added on Jul 24 2008
3 comments
1,038 views