Good Day
Experts:
I am in a bit of a quandry here today with the SalesOrder. When I highlight a row, I can get the the value
of the ItemCode. Then I have a button that I added to the screen. When I hit the button some processing happens. That processing invloves taking the ItemCode and updating a UDF in the RDR1 table. Well, this works fine when there is NOT multiple lines with the same ItemCode on the SalesOrder. When I select a row, how do I find out what the actual line number is in the RDR1 table? This way I can update the correct row in the table if there is more than 1 row with the same ItemCode.
Thanks for the help,
Ed