Quantcast
Channel: SCN : Discussion List - SAP Interactive Forms by Adobe
Viewing all 1237 articles
Browse latest View live

Javascript should be enabled

$
0
0

Hi,

     I have an Adobe form where there are few fields which will be hidden dynamically based on the content. I have written Javascript code for the same and the output appears as expected if i enable the Javascript during output.

However, when  I give a direct print out through a 3rd party tool that the customer is using for print outs, there wont be an option for the user to enable Javascript, as a result of which the fields are not getting hidden in the print out.

Please suggest some ways to overcome this issue.

I switched to Formcalc , but that requires enabling Javascript as well.

 

Thanks in advance,

Vasuki


A blank screen appears in the background when the error message is prompted.

$
0
0

Error message is coming when I call wsdl connection in adobe form, but a blank screen appears at the background when the error message is prompted. Please find the attached screenshot. And also, it is not happening all the time. Sometimes, form content is coming in the background screen. What could be the issue ? Please help.

 

blank screen.png

How to convert Dynamic English text to Chinese on Adobe forms?

$
0
0

Hi Experts,

I am developing a Form which has both Chinese and English characters.

At run time I wan to calculate the total value of line items and also get the wordings for the same.

Suppose :

 

"Twenty Eight Thousand one hundred and ninety one"

 

The wordings part I am able to manage with the help of Formcalc "WORDNUM", but my challenge is I want this text to be in CHINESE.

Is there a way to get it done in Adobe?

 

Any help will be highly appreciated and rewarded.

PDF Forms - Could not start Layout Designer

$
0
0

Hi Gurus,

 

I am developing PDF Forms, Sucessfully I have developed the INTERFACE and Context in the FORM.

 

My Problem is

 

I am getting the Error message 'Could not start Layout Designer(See Long Text), When I try to Go the Layout Tab.

 

Please give me a solution to solve the Issue.

 

Thanks in Advance,

Kanagaraja Lokanathan.

Text Field Conditionally

$
0
0

Hi every one,

 

I want to print text field conditionally based on agreement type.

 

Case1-For agreement type1 don't need to print text field.(always hide)

case 2-For agreement type2 need to print text field always,if initial or not.


Thanks in advance.


WebGUI and Adobe LifeCircle Designer - does it work?

$
0
0

Hi all,   can anybody tell me, if is possible to use ALCD with WebGUI (IE, Mozilla, etc) to edit HR FORMS or does it work only by SAP (Logon) GUI?   Thanks for help

Hiding a field based on another field

$
0
0

A.S.: Yes, I have searched through the forum in vain

 

My requirement:

Within a flowed subform I have:

     - radiobutton with values Yes/No.

     - a flowed subform containing:

          - a textfield element

 

When the value Yes is selected, the textfield should be available for input.. in the other case it should disappear.

I am however unable to set the field hidden..  I can toggle editable or not.

 

The code I have:

if (this.rawValue == "X"){

     this.resolveNode("parent.subform.textfield").access = "open";

else{

     this.resolveNode("parent.subform.textfield").access = "readOnly";

}

 

This works in the layout:ready event to put the field editable or non editable according to the radiobox selected.  (the event is on the radiobutton)

 

The code I would think I need to hide the field would be as follows:

if (this.rawValue == "X"){

     this.resolveNode("parent.subform.textfield").presence = "visible";;

else{

     this.resolveNode("parent.subform.textfield").precense = "hidden";

}

 

However this does not work.  I have also tried to place it in the change event... still does not work.

I have also tried with absolute references.

 

So....

 

1. Is my suggested code faulty?

2. Should I place it in yet another event?

3. Is what I want not possible?

4. Should I just buy valium and go to sleep?

 

Kind regards and cuddles to whomever solves this...

Preventing Word Wrap

$
0
0

I have a text field with 3 floating fields which contains the values: "200", "KG / ", "DR". The end result would be: 200 KG / DR. This works fine in English, but we're finding that in some other languages (Japanese for example) the last word is wrapping to the next line. I don't believe that it's being hyphenated as there's no '-'. The last word has 3 characters, 2 of the characters are printing on one line and the 3rd character is wrapping below it because there's not enough space:

Capture.PNG

What I would really like to happen is to have the whole word on the second line if there's not enough space. I've tried removing hyphenation on the form and that did not work. If I decrease the font by .5 it will fit (or I could make the column a bit wider), which will solve the issue for this example, but not for any potential issues in the future.

 

Thanks!

Julie


Setting a security method in Adobe forms

$
0
0

Hi all,

 

This is th Adobe form developemnt. the output PDF will be downloaded to the Presentation server.When ever i am viwing the PDF Document-> Security.> Show security settings it is showing as 'No security'. But I need to set the set the security method as 'Password secured'.

 

Please help me out in this issue. How to set the password security in Adobe forms.

 

Thanks & Regards

Deepika

Printing seperate internal table for each company code in seperate page in Adobe form

$
0
0

Hi,

 

We have a requirement where we need to print the table on separate pages when company code is different. For example

 

Company code   currency amount  docnumber

FI14                    EUR        100       001

FI14                    EUR         200      002

  FI14                    EUR        300      003

Total                    EUR         600

 

Company code  currency amount docnumber

KR10                  KRW       100           001

KR10                  KRW       200           002

KR10                  KRW       300           003

Total                   KRW       600 

 

Now the above two internal tables should be printed in  separate page, as company code are different. Earlier we have printed the same on the same page.

I think we must trigger it condition based and the condition should be at event level, but not sure.

 

Can anyone help me out in printing an internal table per page  ?

 

Best regards,

Karthik Ganti.

Problem in Dierct print of Adobe form

$
0
0

Hi all,

 

My requirement is to print the Adobe form directly.when user execute the particular Z transaction. Then the form should be print.

I have given all print parameters to the FM FP_JOB_OPEN.I am using ADS.

 

But i am getting the print when I excute that Z-transaction with below message

<b>PDF file not printed. 128 MB of memory is required to enable direct PDF printing</b>. What might be the problem.

 

Thanks in advance.

 

shaleen

 

Message was edited by:

        shaleen mohan

Adobe Forms - Page Break via a Conditional Break

$
0
0

Having read through the forum I am getting the impression that Page Breaks is a bit of a problem.

 

I can enforce a page break between datasets by setting "After:" to "Goto Next Page", on the Object->Pagination tab, however this results in a blank page at the end of the entire output which is just the Master Page with all the static elements.

 

The 'Conditional Breaks' sounds like the logical point to force a page break based on a combination of inequality or if a particular data element equals a known value.

 

However, I don't seem to be able to get the 'Conditional Break' to work.

 

So, the question I would like to ask, is how can you tell if the conditional break logic is correct and whether or not it is running? For example on an ABAP system is it possible to run it and debug it?

 

My attempts at getting the break to open a pop up or write to disk via JavaScript fails, which is leading me to think they  are being ignored by the Adobe Form at both the server and client level.

 

Is it possible that I have missed another setting somewhere else in the Adobe form configuration?

Increasing Size of Barcode 128 label

$
0
0

Hi All,

 

I am using barcode 128 in Adobe form .

I have to increase the size and font of the barcode label .

Can anyone knows how to do ?

 

Thanks in advance.

Regards,

N.

How to set the num.currency{} such a way that it will display "-" sign for Negative numbers instead of "()"

$
0
0

Hi SAP folks,

 

I am working on a Adobe invoice form, where in few currency fields might need to show as "-" if they are negative numbers.

I am using Display pattern num.currency{}, but its displaying it as ($1,234,567.89), I want this to display as $-1,234,567.89

 

Can anyone please let me know how to achieve this.

 

2-25-2016 1-16-10 PM.jpg

 

2-25-2016 1-27-20 PM.jpg

PDF generation - ABAP Stack

$
0
0

Hello,

 

I want to use SAP Interactive Forms to generate PDFs after reading some database tables.

 

Must the JAVA Stack be installed in order to generate the PDFs? Or is it ABAP Stack enough for such requirement?

 

Regards

M.


SAP Adobe Forms Data Overflow Issue

$
0
0

Hi Guys,

 

I have checked the "Allow Page Breaks within Content" in a subform. I include a text field in the subform and checked "Allow multiple lines" so if the long text cannot fit in the text field within one page, it will continue to next page. The problem now is the content in the second page is not continue from the first page, but it is copy the content from first page.

For example: 8 lines need to fit into text field. Only 5 lines can fit into text field in first page. Then the line 6-8 should continue in second page. Yes, the text field have 3 lines in second page, but not line 6-8, it copies the line 1-3 from the first page.

 

When I preview this in the Adobe LiveCycle designer and enter test data, the overflow works correctly!  But, when I view it in our Portal (where it will be displayed for the users) it still displays incorrectly... See the attached screenshot. As soon as the text starts to overflow, it starts from the beginning....

 

We are using Adobe LifeCycle designer 10.2 in NWDS 7.3.


For More Information I attached desired output of above form along with properties i maintained in Adobe Lifecycle designer. Please have look at.


Below are the propertied we maintain Setting For Page..


1.jpg

2.jpg

Below are the propertied maintained in TextField

 

3.jpg

 

4.jpg

merge the multiple pdf form into one pdf and get it saved in a folder on the local system

$
0
0

Hi, my requirement is to merge the multiple pdf form into one pdf and get it saved in a folder on the local system,I have already achieved the functionality of getting them saved as seperate PDFs but now the requirement is to club them all and save them as one PDF.

Online Interactive adobe forms in mobile

$
0
0

Hi All,

 

I would like to create a online interactive adobe forms which should be accessed through mobile.

 

Is there any way to achieve this?

 

Thanks in advance

 

Rajesh

Displaying a subform only in last page just above the footer

$
0
0

Hello,

 

I have a requirement where a particular SO10 text needs to be displayed only on the last page of the output but just above the footer. That means if 3 pages get displayed on the output then this SO10 text needs to be displayed only on page 3 and just above the footer.

My footer subform is placed on the master page at the bottom, see screenshot below:

Capture.JPG

 

I placed the SO10 text also in a subform and kept that also in Master Page itself:

Capture.JPG

 

In order to make this text appear only on the last page I added script:

Capture.JPG

 

All the item details are kept in the design view.

 

When there are many number of line items to be displayed the page breaks and line details continues to be displayed in next page.

The problem is, since the SO10 text area isn't displayed on the first page, it adds a gap at the bottom.

See below the screenshot of first page output where the item details breaks and there is a gap:

Capture.JPG

 

See the screenshot of the second page where the SO10 text does get displayed:

 

Capture.JPG

 

The issue is that the gap that appeared on first page should not appear.

Any kind of suggestion or solution will be appreciated. If any more details are required then please let me know.

 

Thanks,

Aditya.

SAP Adobe Forms Data Overflow Pagination Issue

$
0
0

Hi Guys,

 

I have checked the "Allow Page Breaks within Content" in a subform. I include a text field in the subform and checked "Allow multiple lines" so if the long text cannot fit in the text field within one page, it will continue to next page. The problem now is the content in the second page is not continue from the first page, but it is copy the content from first page.

For example: 8 lines need to fit into text field. Only 5 lines can fit into text field in first page. Then the line 6-8 should continue in second page. Yes, the text field have 3 lines in second page, but not line 6-8, it copies the line 1-3 from the first page.

 

When I preview this in the Adobe LiveCycle designer and enter test data, the overflow works correctly!  But, when I view it in our Portal (where it will be displayed for the users) it still displays incorrectly... See the attached screenshot. As soon as the text starts to overflow, it starts from the beginning....

 

We are using Adobe LifeCycle designer 10.2 in NWDS 7.3.


For More Information I attached desired output of above form along with properties i maintained in Adobe Lifecycle designer. Please have look at.


Below are the propertied we maintain Setting For Page..


1.jpg

2.jpg

Below are the propertied maintained in TextField

 

3.jpg

 

4.jpg

Viewing all 1237 articles
Browse latest View live