Japanese language texts in an adobe interactive form

How to implement Japanese text in Adobe form ?
Also i want to know whether graph / chart functionality can be acheived in Adobe Form.
I am using Adobe LiveCycle Designer 8.2 along with Webdynpro Java and Netweaver Version 7.0.
Thanks in advance for the help.
Swami

Hi Swami,
You just need to set a font that's able to render the different Japanese Letters/Signs correctly.
And you need the Japanese AND Chinese font pack installed to the Adobe reader on each client, to be able to render the characters.
I recommend using font "Myriad pro". this is quite similar to Arial for Latin characters and is albe to render Kanji and Hiragani letters which are both part of the Japanese writing.
regards

Similar Messages

  • Changing the background of a text field in adobe interactive forms

    Hello All,
    Is there any way to change the background colour of text field in interactive form dynamically.??
    Thanks,

    Naresh,
    Change the language to JavaScipt in Script Editor of LiveCycle Designer and use the following code to highlight the area of TextField where R,G,B means that you have to give the RGB values of the color you want.
    <YourTextFieldName>.border.edge.color.value = "R,G,B";
    For eg:- If you have a textfield with name TextField1 then this will highlight the TextField1 area in red color.
    if ((TextField1.rawValue==null) || (TextField1.rawValue==""))
      TextField1.border.edge.color.value = "255,0,0";
    You can use this on exit event of Textfield1 or at the submit button where you check the form data.
    Chintan

  • Adobe Interactive forms with Graph and Japanese text

    Hi Experts,
    I want to use graph/bar/pie chart with Adobe Interactive forms and along with that the UI element's(Button,lable,table header,column) text has to be in Japanese language.
    Is it possible using Adobe interactive form ?
    Thanks in advance.

    I don´t understand. Where do you want the Japanese texts? In the ordinary fields? Then you have to use (of course install first) some Japanese fonts for the fields. If you would like to have the texts in the picture, then there is no problem with the form since the texts are coming as a part of the picture into the form and you don´t need any fonts. Of course you need to install/ configure the japanese fonts in the backend to be able to draw it into the picture.
    Otto

  • Multiple Languages in Adobe Interactive Forms

    Hi Experts
    I am facing problems in developing Adobe Interactive Form which has
    two languages on same form. English & Arabic.
    I am using Designer 7.0 and Adobe Reader 7.0.9 and ADS is 7.00 SP13.
    I have designed the form and deployed on to the server.
    when i run english part is clear and all the arabic characters are displayed
    as '?????'
    I am unable to find the problem.
    Any solution or suggestion will be helpful.
    Thanks & Regards
    Abhimanyu L

    Hi Abhimanyu,
    You post this in SAP Interactive Forms by Adobe for quick reply.
    Thanks and Regards,
    Anto.

  • Error message while clicking PDF Preview of a ADOBE interactive form

    Hi -
    I am creating an ADOBE interactive form having Tables, few text fields and E-mail submit button. The scripting language used is FormCalc.
    Whenever I am clicking on PDF Preview to see the form layout and to check other functionality, I am getting an error message:
    Error message -
    Error: syntax error near token '|' on line 1, column 14.
    Script failed (language is formcalc; context is xfa[0].form[0].data[0].Mainpage[0].Subform3[0].Table2[0].Row1[0].RATING[0])
    script=this.isnull || (this.rawvalue >= -32768 && this.rawvalue <= 32767
    I checked my scripts and there is no syntax error in that. My form is also working absolutely fine except getting this error message pop up whenever I try previewing my form.
    Can you please tell me, what can be the possible reason.

    I tried everything, but couldn't figure out the reason for error. I wrote the script again, but the error is still coming.
    Here is a part of my script. I have written this script on Email submit button in preSubmit event, to check if the RATING field value is less than or equal to 3. depending upon this condition, I am making the COMMENT field as mandatory. The same script is repeated for all the RATING & COMMENT fields.
    if (data.GyanMainBodyPage.Subform2.Table1.Row1.RATING1 <= 3)
    then
                  data.GyanMainBodyPage.Subform2.Table1.Row1.COMMENT1.mandatory = "error"
                  data.GyanMainBodyPage.Subform2.Table1.Row1.COMMENT1.mandatoryMessage = "Please fill corresponding comment"
    else
                  data.GyanMainBodyPage.Subform2.Table1.Row1.COMMENT1.mandatory = "disabled" 
    endif

  • Error while executing WebDynpro Application with Adobe interactive forms.

    I have created a webDynpro application which involves an adobe interactive form. When i deploy and run the application, i am able to deploy it on the J2EE engine on the EP server but while executing it, i get the following exception -
    <b>Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error during call to AdobeDocumentServer: Processing exception during a "UsageRights" operation. Request start time: Thu Oct 12 17:30:39 GMT+05:30 2006
        at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:486)
        at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:185)
        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1154)
        at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:402)
        at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
        ... 21 more</b>
    I would appreciate any help in this matter.
    Thanks...

    Hi,
    Check the note in this site...
    https://websmp204.sap-ag.de/notes
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Adobe Interactive Form is displayed in Read Only mode

    Hi All,
    I created Adobe Interactive Form in SFP.
    The following properties are set to the form.
    Layout Type -ZCI Layout
    Preview Type - Interactive Form
    XDP Preview Format - Acrobat 7.0.5 Dynamic PDF
    In PDF preview tab, I can enter data into the Text Fields.
    I added this form in a web dynpro ABAP application using Interactive Form UI element.
    The following properties are set to the UI element.
    DataSource - bound to the context
    displayType - native
    enabled - checked
    templateSource - Formname
    readonly - unchecked.
    When I run this application, the form is displayed in readonly mode.
    I can't enter any data into the text field.
    Any of you guys know that how to resolve this?
    Thanks
    Thruna

    Hi,
    I already face the same issue and after several days working on this issue and many hours on debugging it seems that interface type is very important if you want to use the form in WD4A (this requirement is confirmed by SAP thru an OSS message for me )
    Does the interface based on DDIC or XML ?
    If it's a DDIC interface , sorry that can't works in WD4A as interactive forms. You must define the interface as based on XML for this .
    Hope this help you.
    PS : Finally ,as my forms was very complicated my customer decide to not make it available in WD4A .....

  • Adobe interactive form for flexible compensation plan

    Dear Experts
    I am new to adobe interactive form.  I have to develop a form for   Flexible Compensation Plan Structure   in this form when an employee enter his employee id all the data should be displayed in the form and side wise a blank text field 
    will come for few  fields in which user fill the data according to his requirement .Is there any function module  is there to retrieve the data. or please suggest the data how to do?
    Scenario in Details
       Employee  ID                        001
       Employee Name                  XYZ
       Grade Code                          M4
       Department Code              SAP competency Center
       Salary Head                                   ||     Standard Amount                                          || Desired amount                   
      Basic Salary                                   ||        18,342                                                          || 18,342
    Children education allowance     ||        2,201                                                           || 2,201   (Blank text field user enter the value)    
    Transport allowance                    ||         2,000                                                            || 2,000 ( Blank text field field user enter the value)               
    is there any function module is available or i have to create the function module . Experts please suggest the idea in steps.
    Thanks in advance.
    Chitta Ranjan Mahato
    Moderator message: wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on May 12, 2011 4:23 PM

    Hi,
    Pleaes find the sample codes for WD Java...
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Adobe Interactive Form Not Editable

    Hi,
        I have created Adobe Interactive Form using Web Dynpro Java Application.When i run the application i get the pop up message [The document enabled extented features in Adobe Reader.The document has been changed since it was created and use of extended features is no longer available.please contact the author for the original version of this document.].When i click for the pop up message the form is not interactive.If there is Adobe Life Cycle Designer and Adobe Reader version problem for this.Let me know if any one facing the same issue.
    Regards,
    SatheshKumar R

    Hi Satheesh,
    1. Check the Adobe form Version (from 7.1 to 8)
    2. Installed Adobe form Extended Language Support Font Pack to Adobe ,if you are using some other   language in Adobe form
    3. Check the ADS Version.

  • Saving Adobe Interactive Form into a Server Path in Webdynpro.

    Hi Forum,
                     I have an Adobe Interactive Form as UI element in my webdynpro View. This form is available in the context attribute in Binary Format. I can read the form from this attribute as Byte Array only. I want to save this file in to a folder located in the Portal Server (ex : path :
    usr\jc00\j2ee\........\temp\myfolder).
                  I am trying  with the following code :
      IWDAttributeInfo attributeInfo = wdContext.getNodeInfo().getAttribute(IPrivateTestCompView.IContextElement.PDF_SOURCE);
           IWDModifiableBinaryType binaryType =(IWDModifiableBinaryType) attributeInfo.getModifiableSimpleType();
           IPrivateTestCompView.IContextElement element =     wdContext.currentContextElement();
           binaryType.setMimeType(WDWebResourceType.PDF);
           //if a file in the 'FileResource' attribute exists
           if (element.getPDFSource() != null) {
                try {
                                         String ext=binaryType.getMimeType().getFileExtension();
                                    String fileName="PriceUpdateForm1";
                          byte[] b = wdContext.currentContextElement().getPDFSource();
                          File files = new File("C:
    usr
    sap
    EP7
    JC00
    j2ee
    temp
    HTI
    "fileName"."+ext);
                          try {
                                                           FileOutputStream out = new FileOutputStream(files);
                                                           out.write(b);
                                                           out.close();
                                                                                              } catch (FileNotFoundException e) {
                                                            //TODO Auto-generated catch block
                                                           e.printStackTrace();
                                                           wdComponentAPI.getMessageManager().reportSuccess(e.getMessage());
                                                 } catch (IOException e) {
                                                           //TODO Auto-generated catch block
                                                           e.printStackTrace();
                                                           wdComponentAPI.getMessageManager().reportSuccess(e.getMessage());
                          element.setPDFSource(null);
                      } catch (Exception e) {
                           throw new WDRuntimeException(e);
    it is giving me the error :-
    java.lang.Exception: Incorrect content-type found 'text/html'
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.ClientMimeMessage.initDeserializationMode(ClientMimeMessage.java:120)
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:951)
        at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1430)
        at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
        at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99
    Can any one tell me what went wrong and how to convert the ByteArray into PDF and save it on to network path.
    Any help will be highly awarded........
    Thanks
    Ramesh.

    Hi,
    Please refer this, Page 7-8
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1bbc91c3-0401-0010-91bc-a25b2a3dff19
    Regards,
    Eric

  • Search Help on Adobe Interactive Form with Web Dynpro ABAP

    Hi All,
    I have created Adobe Interactive Form with ZCI type and XML based interface type using Webdynpro ABAP.
    I placed a text field USER_NAME on the form ( data element is linked to search help USER_COMP ).
    Added Native WD UI element 'Value Help' to form to search for users and changed script
    *var fieldName = "INSERT_NAME_HERE*"; to var fieldName = "USER_NAME";
    The problem is that when I click on the value help button, nothing happens.
    Is any more additional steps required ?
    Thanks
    Karu

    Hello
    Check this
    F4 Value Help on Adobe Interactive Form with Web Dynpro ABAP
    Thanks
    Anirudh

  • How to Design an Adobe Interactive form

    Hi,
    I want to design a Adobe interactive form .
    I could not find different type of Layout for designing a page.
    can any one let me know the availability of such Layout in Interactive forms ?
    Also, i want to fill the values in the text fields of Intercative form by using BAPI and Can anyone suggest me how to achieve this .
    Thanks in advance,
    Best regards,
    Debasish

    hi
    try this tutorial on
    online interactive
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on online interactive pdf form - 29.htm
    for offline interactive form
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on offline interactive pdf form using download - 30.htm
    for downloading and uploading pdf forms
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on offline interactive pdf form using e-mail - 31.htm
    regards
    saravana

  • Need help with calculated fields in Adobe Interactive Forms

    Hi Gurus,
    I have an Adobe Interactive form in which i have radio buttons. Upon selecting any of the radio buttons, value in text box should be changed( Calculqated filedS). How i can achieve this?
    Regards,
    Srini
    Moderator message: wrong forum, please post again in Adobe Interactive Forms, but always try yourself before asking.
    Edited by: Thomas Zloch on Jul 13, 2010 11:58 AM

    Hi Tapan
    No, it's working ,with  one remark.
    I've done a mistake, in the final formula. The logic remain the same! ;)
     The calculation values for second column ( COL2 ) are 1,2,3 and not 0,1,2 as I wrote  before and as for COL1 are so the formula is
    =3*if(COL1="ABC",0,IF(COL1="DEF",1,2)+if(COL2="RST",1,IF(COL2="YYZ",2,3)
    and not
    =3*if(COL1="ABC",0,IF(COL1="DEF",1,2)+if(COL2="RST",0,IF(COL2="YYZ",1,2)
    I created also a real example  for you, with 2 dif calculation ways . First I created 2 calc_columns for COL1 and COL2 ( CALC_COL1+CALC_COL and after I added both these 2 column , and second way is to calculate directly) .
    Check this image
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • Bubble help on Adobe Interactive Form?

    Hello
    I am developing a Adobe INTERACTIVE form, and am looking to get bubble help on inputs field, ps. let me know how can i do it with a best practice
    Thank you

    You can achieve this by creating a Input Field on the form, you can control the visibility of this input field on the mouseEnter and mouseExit events of the field where you want to provide the help.
    Second option is ToolTip. Select the field on which you want to give Bubble help. Go to Accessibility pallette and there in Tooltip section write the text you want to display.
    Hope this helps,
    Amit Rai

  • Web Dynpro ABAP, Adobe interactive forms and Drag and Drop functionality.

    Hi Experts,
    is it possible to use Drag and Drop functionality together with Adobe Interactive forms in Web Dynpro ABAP? I consider dragging object (like texts) to interactive form placed in Web Dynpro.

    I think I understand but just to make it clear. I use texts created using function module "SAVE_TEXT". In my Web Dynpro I  select one or more of them and use the button "insert text" (with appropriate functionality behind it) to insert them to specified location in my PDF form opened in this Web Dynpro. Considering what you said it is not possible to replace this "insert text" button by drag and drop functionality. Am I correct?
    Btw great job with the book "Next Generation ABAP Development" Thomas!

Maybe you are looking for

  • My wife and I have each one iPhone 4 each but only one iPad we share. ICloud does not seem to work for us?

    My wife and I have each and iPhone 4 and one iPad. We would like to have both our iCloud accounts on the iPad. For families we do not generally buy doubles of everything (apps, songs, movies tv shows, etc)  and that includes iPads. But right now we a

  • Deploying a WAR File, WL 6.0

    Hi! I'm trying to deploy a web application on WL 6.0. This application runs on Tomcat 3.x and 4.x. I have a WAR file containing jars, JSP, html etc. Using the tools of WL6.0 I can upload and deploy the application. I can also access the HTML files fr

  • OBIEE Presentation Services Service Does not Start

    I am unable to start OBIEE Presentation Services , i am getting the following error: The Oracle BI Presentation Server service terminated with service-specific error 4294967295 (0xFFFFFFFF). i tried some of the solutions posted in these forums, Still

  • Acrobat X Pro keeps crashing.

    I am trying to put a watermark on my PDF files when I select Tools > Watermark > Add Watermark and then I add all the details "Add Watermark" dialogue box and click "OK" and then I get the following error: Adobe Acrobat has encountered a problem and

  • Incorrect email address show

    NOTE TO MODS: THE ACCOUNT AND CONTACTS ARE SYNCING FINE, THE ISSUE IS A BUG WITHING THE MAIL APPLICATION OF WEBOS ITSELF.  I have a gmail account that is largely deticated to a couple of Google Groups. The problem is that where the email app should s