jim_selman
3rd March 2003, 18:50
for example if you take session tcmcs0123m000 (item groups in Baan 5):

- enter a new record
- type in some data
- exit the session without saving

you get a message ttstpq0109.c that states 'Data has been changed, do you want to save your data?'

is there any way to suppress this message?

Thanks,
Jim..

Erik Belegger
14th June 2007, 17:13
(***moderators rule***) no reply in 5 years.

en@frrom
15th June 2007, 10:26
??? Erik?? Member since beginning of 2004, and this is the best you can come up with for your FIRST POST???!!

mark_h
15th June 2007, 14:48
(***moderators rule***) no reply in 5 years.
Notice how nicely I edited your post. So lets behave from know on.

Second - I do remember some discussion around this topic. I could not find it on a search, but some messages can not be suppressed without the source code.

NPRao
15th June 2007, 22:14
I don't think the original request was valid. That is a standard question popped up in most applications like MS Word, Excel, Notepad or even VI if one tries to quit without saving.

suhas-mahajan
26th June 2007, 08:49
That's right!

But we can stop occuring that event by commiting that record early. ex.

choice.add.set:
after.choice:
execute(update.db)

and


choice.modify.set:
after.choice:
execute(update.db)

regards,

-Suhas

srkndnsn
14th January 2022, 18:30
This solution made my day at the last of minutes in Friday. Thank you very much!

Best regards
Serkan

OmeLuuk
25th January 2022, 11:58
Read about the 4GL Program Flow. This is essential for Good Programming Practice