schreddermaus
24th March 2011, 11:48
Hi,

is it possible to show the text of a line in an overview session as viewfield (see attachement as example)?
In a detail session this is possible. But in an overview session I have problems. I inserted the textbox, but the text is not displayed. (I can also not see the text anymore if I open the textmanager. Before I inserted the textfield als viewfield I could see the text.)
Can you help me?

günther
24th March 2011, 14:23
Hi Schreddermaus,

it's easy, e.g.:

extern domain tcmcs.str80 text(15)
...
field.text:
before.display:
long rc
rc = set.mem(text, "")
rc = text.to.buf("tiitm001.txta", language$, 15, text)

schreddermaus
24th March 2011, 17:35
Thank you, it work's.

I tried also another way which is better for my use:


extern domain tctxtn text

...

text = tccom100.txta
display("text")