Hi Everyone,
Is it possible to stop the save procedure if the the validate procedure return false in GP9 sales transaction entry? something like the code below.
If validate_entries()=True then
' proceed Save the record in sales transaction entry window
else
'cancel the SAVE procedure in sales transaction entry window.
end if