mbdave
14th March 2007, 06:55
Hi
in MMT seesion i have sales order as main table session and sales order lines as satellite.
now after particular field say discount (tdsls401.disc) when user enters some value and tabs during thattime the line should get save and a new line should be inserted below it automaticlayy.
as it happens in LN std session for sales orders MMT.
i had tried to write
field.tdsls401.disc:
after.input:
execute(update.db)
execute(add.set)
but for some reason it enters two lines beolw with same position no.
can anyhelp me whether is any session or field property that does the above thing as in LN std sesion (tdsls4100m900).
in MMT seesion i have sales order as main table session and sales order lines as satellite.
now after particular field say discount (tdsls401.disc) when user enters some value and tabs during thattime the line should get save and a new line should be inserted below it automaticlayy.
as it happens in LN std session for sales orders MMT.
i had tried to write
field.tdsls401.disc:
after.input:
execute(update.db)
execute(add.set)
but for some reason it enters two lines beolw with same position no.
can anyhelp me whether is any session or field property that does the above thing as in LN std sesion (tdsls4100m900).