SYSTEM.CURSOR_RECORD represents the number of the record where the cursor is located. This number represents the record's current physical order in the block's list of records. The value is always a character string.
IF
IF
:System.Cursor_Record = '1'
THEN
Go_Item('orders.total');
ELSE
Previous_Item;
END IF; 
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন