nkk777
12th September 2002, 21:45
After saving the text, exit from Text Manager invokes events in the program script like choice.update.db resulting in unnecessary processing when the change is just for the text asscoiated with the record. Is there a way to suppress this?.
Thanks
Kamesh Kumar
lbencic
12th September 2002, 23:53
In the case of new text, I think it has to attach the text number to the record, causing an update.
As far as I know, there is no way to supress, it's part of the standard program that runs under every Baan Session with a main table.
It's usually not a good idea to forgo Baan standard validations -
I.E., you cannot modify a sales order text after invoicing. That is a good thing, because the invoice has already been sent with the old text.
That's why I would recommend not changing anything unless you find a specific issue you cannot get around. If you are really stuck, perhaps you can write your own session that allows for only the text to be updated, and does not have the choice.update.db or other sections that are causing you problems.
Functionally, I do not know what the ramifications of that would be for you, as I don't know what text you are trying to change.
NPRao
13th September 2002, 00:01
There was a similar posting here by Ravi.
Please refer to the link -
http://www.baanboard.com/baanboard/showthread.php?s=&postid=21061#post21061