hi,
i have a form created by transaction SFP (Interactive Forms):
i have a table line with 5 fields. So there is a loop over the table and the 5 fields are displayed in the form.
Date Invoice Nr. Ref.No CUR Amount
xxxxx xxxxxxxx xxxxxxxxx xxxxx xxxxxxxxxxx
xxxxx xxxxxxxx xxxxxxxx xxxxxx xxxxxxxxxxx
xxxx xxxxxxx xxxxxxx xxxxx xxxxxxxxxxxx
so far, so good: now i have to add a new field from the loop-table, which is char 80 long (a text). I have to place it
in the second row of each table-entry. so the output should look like this (where zzzzzzz..... is the new added field)
Date Invoice Nr. Ref.No CUR Amount
xxxxx xxxxxxxx xxxxxxxxx xxxxx xxxxxxxxxxx
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
xxxxx xxxxxxxx xxxxxxxx xxxxxx xxxxxxxxxxx
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
xxxx xxxxxxx xxxxxxx xxxxx xxxxxxxxxxxx
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
i have no idea how to tell SFP Layout Designer to place the zzzzzzzzzzzz......-field in the second row under "Invoice Nr".
does anybody know how to handle this ?
br, Martin