I am developing a master detail Invoice. Does anyone know how I can insert a running number on the DETAIL section of the invoice when I add a new item?
Example:
Say I am working on invoice# 10001
I already generated the Inv#10001 in the master (header) of the invoice.
I then add the ADDNEW record on the detail section of the invoice for salable items
Upon ADDNEW, I need to have the column “ROW#” to display the row number for every line added. And when I delete a line, the entire details section of the ROW# will automatically RE-RUN and be replaced by the new sorting order…
Thanks
GT