IndoTech
20th September 2010, 12:25
Hi,

I have a situation where though generate session the text pointer is copied to a field B from other table field A and now i want that if the user make any change in the text filed B then it must be saved with new text pointer so the original table filed A remain as it is.

Pls. suggest some solution..

Regards
Kedar

mark_h
20th September 2010, 15:55
My suggestion is when you copy the data you create a new text number for B. So use the text.* functions to write a new text number.

IndoTech
21st September 2010, 10:05
Thanks Mark,

I also suggested the same solution to manager but he do not want to duplicate the texts, and wants to check it user modifes it then only the text copy to new pointer.

Pls. one example.

Regards
Kedar

mark_h
21st September 2010, 15:43
I cannot think of any other way to do this. You can try searching the board since it seems to me someone posted something about how to tell when text changed. Not sure if that would work or not in this case.