Hi!
I have an adobe form in the system and i need to add a position text on each item.
I made this work if the text has only one line. I just create a new variable, pass it to the form context and fill it with the first line of the text (for example in a PO, standard position text EKPO K03).
But when the text has more than one line, if I use the method above, i get everythin without format and in a "same line".
I've tried to include a text node, but I can't find a way to change the text name "dynamically" per item (the text name is composde of the POnr+item nr for example 45000000010010 for item 1, and 45000000010020 for item 2, and so on).
I'm passing to the context a table, lets call it GT_ITEMS with all the information related to the items.
If i add, for example, a new field in gt_items, called textname, add the corresponding text names, and then assign it to the text node in the context, it doesn't work.. but if i hardcode the same textname in the text node, it works perfectly..
I checked and the data is all getting to the form..
I've tried everythin but can't make this work.
Hope you guys can help me out.
Regards,
Ez