Powered By Blogger

মঙ্গলবার, ২৪ জানুয়ারি, ২০১৭

Current record number in the block of oracle Forms.

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
 :System.Cursor_Record = '1'
   THEN 
Go_Item('orders.total');
 ELSE
Previous_Item;
END IF;

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

Row-level “Add” icon using a virtual column (APEX-safe)

1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...