Hi All
I have 2 control data block in my forms, first block name is common and the other one name is common_detail.
In my common block there is a column value that is called app_id and when even user enter that value , the remaining items for common block is populated...
Note:- this app_id is also exist in my common_dtl block.
Now what I want to use this common block app_id to populate my common_dtl block
So I tried it to create join relationship in common block but no luck.
Now I'm wondering that do I need to use cursor and looping to populate common_dtl block or is there any other way that I can use?. Thanks