How to change the value of an instance variable?
712118Dec 2 2009 — edited Dec 2 2009Hi, I had a string<50> variable called fileName witch value was generated by users when they picked up files on system.
But there were some cases where the filename were bigger than 50 and the variable value was truncated. I changed the variable size already, but some instances values needs to be fixed.
How can I access and change these values for these instances? I could do it directly on database. But where?
thnks
Edited by: Alexandre MF on 02/12/2009 11:34
Edited by: Alexandre MF on 02/12/2009 11:48