nolihayati isma
2nd July 2013, 10:59
Dear All,
How to avoid record to be save after message pop up.
after.input:
if orno = prev.orno then
message (" Order number exist")
input.again()
endif
My problem is cursor will be in same field and asking for new input(as per expected) but if user click icon save, record save(I dont want to allow user to save).
How to avoid record to be save after message pop up.
after.input:
if orno = prev.orno then
message (" Order number exist")
input.again()
endif
My problem is cursor will be in same field and asking for new input(as per expected) but if user click icon save, record save(I dont want to allow user to save).