Questions tagged [adobe-form]
23 questions
3
votes
1 answer
Underline string in Adobe Lifecycle Designer
I am trying to underline text using javascript in an adobe form. My current script is:
var a = this.getField("options").value;
of (a == "a") {
event.value = (" model a paragraph ... ");
How can I get the first line in the paragraph to be…

smembrino
- 39
- 1
3
votes
1 answer
Hiding table in SAP Adobe Forms
I am working on a project in Adobe Forms (Interactive Forms) in SAP ABAP, and I have a table that can contain data or not according to some Select statements. When it contains data the table will be printed out otherwise the table must be hidden. I…

NeagDB
- 47
- 1
- 2
- 10
3
votes
1 answer
How to add an image to a SAP Adobe Form from the MIME repository?
I have loaded an image to the SAP MIME Repository:
Name: watermark100.bmp
MIME Type: Icon (Under technical information on the properties window. I didn't set this, I assume SAP defaults that in based on the file type when I upload).
Now I'm trying…

Esti
- 3,677
- 8
- 35
- 57
2
votes
1 answer
How do I set a value dynamically in SAP Adobe Forms using JavaScript
I'm creating a form based on the SAP standard Adobe form F140_CUS_STAT_01.
In the "Document" column I have the requirement to display field REBZG if it contains a value, or BELNR if not.
I have done the following:
if (…

Esti
- 3,677
- 8
- 35
- 57
2
votes
1 answer
How to find all SO10 text modules used in an SAP Adobe Form?
How do I find all the text modules used in an Adobe Form? Is there a table somewhat like TADIR where I could type in the Adobe Form name and the object names (text modules) for that form name will appear?

Czarinaaaaa29
- 311
- 2
- 8
- 23
2
votes
1 answer
Adobe LiveCycle Designer hide label description of textfield
I have textfield with datasource binding (from Interface). Those fields are only shown depending on another field "zkz", which holds a 'X' or is empty.
So the value of the fields are only displayed when the zkz field has an 'X' and this works good.…

user2784676
- 105
- 1
- 12
1
vote
0 answers
How to check if table is empty in SAP Adobe Form?
I have an Adobe non-interactive form and 2 tables. And also one field type "text" which should be hidden if one of those tables is empty. This code to hide the field is working fine
this.history_data.st_text.presence = "hidden";
but this is only…

Sasku
- 517
- 7
- 23
1
vote
1 answer
Get XFT template by form name
Please let me know if there is a method by which we can get the XFT template of the Adobe Form in SAP. Basically I want to input form name ('Z_INVOICE', for example) and get back XFT template of the form in xstring format.

user9695260
- 347
- 3
- 17
1
vote
1 answer
Hide logo in Adobe Form dynamically?
How do I set the visibility of an image in Adobe form based on page title.
The page title will be different on each page, based on the value of page title set the visibility of the image.
data.#pageSet[0].Page1.AUSTRALIAN_LOGO::initialize -…

ares
- 27
- 9
1
vote
1 answer
Hide footer in Adobe Form based on line items field
This is an Adobe Form development. I have a requirement where I should display/hide a field in footer in a page and this footer should be displayed/hidden based on a flag which is a field in the line items internal table.
I have a table with…

Lakshmi Sravanthi
- 11
- 1
- 5
1
vote
1 answer
UOM not appearing on the second page of form
I have a 2-page Adobe form. In the footer section of master page I have the UOM for totals. When running the form UOM appears in the first page (footer section) but not in the second page. All other data except the UOM are successfully displayed,…

Czarinaaaaa29
- 311
- 2
- 8
- 23
0
votes
1 answer
AEM forms/ Adobe Form submission failure on publish instance. Error code: AEM-AF-901-004
AEM version/SP: 6.5.11
AEM forms add-on package: adobe-aemfd-linux-pkg-6.0.566-NPR-37836-B0001.zip
I've created an AEM form on author instance. The form submission is working in author instance. When I publish the form from the console & test it in…

Abhishek Sinha
- 113
- 11
0
votes
0 answers
How to fix adobe form error(soap exception occuring during form activation )?
Unable to activate adobe form due to soap exception during form activation.

akshay bhapkar
- 1
- 1
0
votes
0 answers
Adobe Acrobat Date Picker/Field Returns an Error Every Time on One Specific Form But Works on All Other Forms
The date picker/field on one specific form returns an error every time but works on all other forms. Even when I manually try to enter it using the correct formatting, it still returns an error. Below is the code attached to the field. The first…

Bob the Builder
- 119
- 11
0
votes
1 answer
Certain JPEG images not visible in Adobe Form while others are
I have this strange problem where certain JPEG images are not visible in Adobe Form while others are. What could be causing this?
Thank you in advance,
Joshua

Joshua Schroijen
- 376
- 6
- 23