garlapati
17th March 2014, 14:29
How to identify whether the text has been edited or not in Baan4c3 Text screen.
I found text.updated.in.edit in tdpur4101 / 4102 scripts to handle this. but couldn't find where this variable is getting initialized to true?
Thanks
Sunil
bhushanchanda
17th March 2014, 15:52
Hi,
Not sure if this section exists at your end or not. But you can give it a try:-
choice.text.manager: section.
garlapati
18th March 2014, 13:56
Hi Bushan,
Thanks for the reply. I know the choice.text.manager section but it helps to identify/handle text event only. it wont tell me whether some modification has been done or not in text editor screen. I need to capture that thing.
Regards
Sunil
bhushanchanda
18th March 2014, 14:03
Hi,
I hope this thread solves your purpose.
Thread! (http://www.baanboard.com/baanboard/showthread.php?t=825)
Juergen
18th March 2014, 14:25
Hi,
text.updated.in.edit is a predifined variable (read only) which is indicating that the text is updated during edit.
Regards,
Juergen
garlapati
19th March 2014, 15:53
check value in before.choice, after.choice is the last option we wanted to try & its complex. hence looking out for alternate solutions.
Regads
Sunil
garlapati
19th March 2014, 15:55
actually we couldn't find this variable any where in baan prog guide or defined any where in scripts/dll/functions. Strange how this variable functionality is working with text editor.
is there any place where this variable is mapped to text manager or as you said its a predefined reserved word?
Juergen
20th March 2014, 14:32
From the Infor ERP programmers guide (in this case a version from 2012)
List of predefined variables:
boolean text.updated.in.edit 4R Boolean indicating that the text is updated during the edit
But you are correct, in older versions of the programmers guide this entry does not exists, so please try to get a newer version.