cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe From - SFP - Display items text for each item(Example EKPO text K03)

0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

I will answer myself.

To fix this, add a field to your item structure with the text name on it, for each item. Do this in the interface and pass it to the form context.

Then use that variable in the Text node as your Text Name.

You will get the text you want.


Regards,

Ez.

raul_daimiel
Participant
0 Kudos

Dear Ezequiel,

Thank you very much for your suggestion, but I'm not totally sure I understood you. 🙂

Let's say we have the following scenario:

A table with the ITEMS to be printed. Additionally both HEADER TEXTS, SERIAL NUMBER and ITEM TEXTS to be connected for EACH ITEM.

Each Header and Item Texts table is being printed correctly, but I would need to find a way to connect each Item Texts and Serials to the corresponding Item we are printing.

Should it be performed in the printing program?. Should it be performed in the Interface?.

It'd be just marvelous if you'd give me some clue in this one 🙂

Kind Regards.

Raúl

Answers (0)