Deleted/New field that does not refresh

Hola all,

had a field that was named in error. There were docs created that used that field. In designer, deleted the field and created a new one. Refreshed doc and changed the value in the new renamed field. In doc properties, it still shows the old field and not the new one, but the new value shows up in the old field def, when it should be the new one. Odd, deleted cache.ndk, deleted field using @DeleteField, but that does not work. There is a thread with something like this…

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/f8d2e7a08e1cf7cc85257321001c493c?OpenDocument

Any ideas???

xie xie

Subject: Deleted/New field that does not refresh

how/where did you use @DeleteField? This should work in theory. Did you create an agent as such:

FIELD oldField := @DeleteField

Select the doc in the view and run the agent, does it fix it?

If not then try a SmartIcon with this code

FIELD ReturnReceipt := @DeleteField;

@PostedCommand([ToolsRefreshSelectedDocs]);