mig28mx
30th September 2008, 02:38
Hello,
I´m facing with the following problem:
I have a session that I need to insert Text in order to display it on one report.
I have created a tabla that stores the number of text that was created with Text manager.

The problem is, that, when I write the text using the text manager, save and exit. When I access again, no text were found! and in the table where I suposse that store the text number from text manager is allways zero.

But when I search the text on table tttxt010 the text appear. So how I link the specific text to my session?

Thank you in advance.

günther
30th September 2008, 11:27
Two things:
1. Check that the text number is set in your table field when you're back from the text manager.
2. I think that you just have to add execute(update.db).

Günther

mig28mx
2nd October 2008, 17:22
Hello Günter,
Yes you are rigth!
Thank you very much.