At multiple-record block, you are looking for the record number, where the cursor is. Say, your at record no 5 and you want to know u'r in five. To get this follow the bellow code...
record_no:=GET_BLOCK_PROPERTY('block_name',CURRENT_RECORD);
Hope this helps...
No comments:
Post a Comment