steveauckly
15th December 2009, 21:36
Anyone know of a solution to rename a form field on a session that users have saved their defaults? I can find the entries in ttadv990 easy enough, but the new name of the field is one character longer than the original name. The session has enough fields that there are 5 entries in the table and of course, the field in question is in the first sequence. I know I can remove their defaults and make them resave, just hoping for something more elegant.
NPRao
15th December 2009, 22:34
If you can rename the new field with same length as the old field, then its easy to do a find & replace on that record with Baan 3-GL or SQL-Plus, else tweaking around with the roll-over to the next line will take more programming logic.
günther
16th December 2009, 11:22
In that situations I try to leave the old variable in the session script (as extern ... and add some useful commenty why I leave it). Users that open the Session will not run into trouble this way!
Günther