row number creation and modification
Hello all,
I am new to forms so please be patient with me.
I am running Forms 6i and would like to know if there is an easy way to create/maintain a row number for each record entered on the form. Each time the form is opened it displays what is in my custom table. It could be null or full.
xxprk_wsh_docs below contains similar data:
Header_id Direction Document Date row_numb
232312 Out Packing List 12-Sep-10 1
232312 Out County of Or 12-Sep-10 2
232312 Out Bill of Lading 12-Sep-10 3
232312 In Packing List 12-Sep-10 1
434332 Out Packing List 01-Sep-10 1
500340 In Bill of Lading 02-Sep-10 1
I am new to forms so please be patient with me.
I am running Forms 6i and would like to know if there is an easy way to create/maintain a row number for each record entered on the form. Each time the form is opened it displays what is in my custom table. It could be null or full.
xxprk_wsh_docs below contains similar data:
Header_id Direction Document Date row_numb
232312 Out Packing List 12-Sep-10 1
232312 Out County of Or 12-Sep-10 2
232312 Out Bill of Lading 12-Sep-10 3
232312 In Packing List 12-Sep-10 1
434332 Out Packing List 01-Sep-10 1
500340 In Bill of Lading 02-Sep-10 1
0