Cancoon2000
25th June 2015, 17:21
Hello,

The goal is to eneter TEXT on a specific text field under certain condition.

Example, if I have THREE text fields (Fldtxt_1, 2, 3) in a single table, and I chose "T" icon to enter a text. A popup window will list all 3 text fields available
to enter my text in. At this point I need to retrieve the selected field (Fldtxt_1, 2, or 3) to validate the condition.

Thank you
Raouf

manish_patel
25th June 2015, 17:42
Try this..
choice.text.manager:
before.choice:
|set the attr.textfield$ according to your requrement

Cancoon2000
25th June 2015, 18:54
Thanks Manish; that works perfectly.

Is there a way after validating condition and reporting a message on screen not to enter to the TEXT editor?

Cancoon2000
25th June 2015, 19:06
Noticed if there is no TEXT number in table and variable "attr.textmode = 1" it exits - does not pass to Editor.

Thanks a lot Manish for your help...