How to get xstring of interactive form ?

Hello,
I've made an alv-tabel in webdynpro and show this
alv-table in a interactive form in my webdynpro application.
Now I want to have the xstring of this interactive form.
I've made an attribute type xstring in the context of my view and set this attribute
to the pdfsource of the interactiveform.
But when I read this attribute after the form is visible, I get nothing in
this attribute.
Does anybody know if I have to set/get something in order to get this xstring filled ?
Thanks G

Problem is solved , I've set the value xstring for the attribute new and then
I bound the context of the pdf-source newly to this attribute.
Now I get the xstring of the form.
But why it didn't work before, I don't know !
Thanks Gerd

Similar Messages

  • How to get a non-interactive Form

    Hello,
    Is it possible to use livecycle Forms to generate a non-interactive PDF using a pdf file? If using a xdp file i get a non-interactive pdf file, however, when using a pdf file as the input the pdf is always interactive. the parameters I used:
    sPreferences = "PDF";
    options = "CacheEnabled=False&RenderAtClient=False",
    thank you

    From Visual Basic 6 I am attempting to merge several copies of a template form. Since these copies all have the same field names, InsertPages will not work properly. Alternatively I sought to re-name the field names in my code. Turns out this is a read-only property. My last thought is to somehow convert the "interactive" pdf into a "static" (or, "non-interactive" one that I will be able to merge. Anyone know how to do this? thanks

  • How to create table in interactive form via Java Web Dynpro

    Hi,
    How to create table in interactive form via Java Web Dynpro ?
    Any online tutorial / example ?
    Thank you.
    Regards,
    Eric

    Hi Eric,
    Just choose the UI element Table from Form Library and drag and drop it on the form. now choose the no. of rows and columns and other settings you want about table from the wizard initiated through this process. This all is what you have to do to create the table. Now to bind it to the fields of the data source bind the individual colums to individual attributes of the node in the datasource.
    Hope it will solve your query.
    Regards,
    Vaibhav Tiwari.

  • How to use an Adobe interactive form in an Application service operation?

    Hi,
    I have a peculiar requirement here:
    The user wants that on the trigger of a specific operation an operation of the Application service should get invoked: this operation should pick up a Adobe form template from a destination and then prefill this forms with some values and then store the same in the backend DMS.
    It's very easy to accomplish this task in WD Java with the use of Interactive form element but here we don't want any kind of user interaction for these forms, just the form templates will be prefilled with some dynamic values and then the same will be saved as is.
    Can some one please provide some insight into how the same can be acieved, any API's etc?.
    Please reply ASAP.
    Regards,
    Manish

    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

  • How to get the values of form valuess

    Hi All,
    Good Morning,
    i create a page with some form valuesss
    that form values are based on view attributes(vo)
    i did some caluculations and store that values in form value variabless at the time of creating a row in table.
    now i want to open that row in edit mode.
    that time all text fields values are getting and displayed in text fieldss.
    but that record form values are not getting.the form values store the null values.
    how can u get the values of form value variables in the edit mode.
    Thanks

    Hi
    ohh ,ok ,then as u said that u r storing twenty values ,thats y i aksed earlier ,are these form values part of tbale ,or as u said 20 values are there ,for these u r creating 20 form values ???.
    My suggestion would be ,u do four calculation and put all your results in a hashmap ,and keep this hash map in to sesion ,using the following method
    pageContext.putTransactionTransientValue("HashMapName",myHashMap);
    and inside the PFR method when u want to display these values ,u can loop through your hashmap and can display these values.
    like this
    HasMap hm=pageContext.getTransactionTransientValue("HashMapName");
    thanx
    Pratap

  • How do I print a interactive form out? It allows printing and filling.

    Hi, I'm trying to print out an interactive form that I filled out and then saved on my hard drive. The author allows printing and filling out of the PDF when it was created. I'm running Windows 7 64-bit and have Adobe Reader XI (11.0.06) installed along with the current drivers for my compatible printer. Within the same PDF the first sheet "instruction sheed" is an all text flat form, which prints just fine. The problem lies when I try to print other sections of the PDF, When I try to print it all I get is the header and a footer that the author created, but all the spaces where questions/ text and my fill in answers don't show up on the print preview image or when the printed sheet comes out of my printer.
         I have tried to print as an image without success. I don't think its an author issuse because it was released out of a California Department for several houndred/thousands of others. Please if you have any ideas or questions i look forward to any advice.

    Sorry I forgot to add that the PDF is devided by a "Chapter" style cover face that devided multiple sets of forms in to categories. At the bottome of these categories is a "Print whole document" which can only be clicked once the whole thing has been filled out. Do to some information over lap some dates don't follow the (time line order) it requirest to fill in the data so two of the categories show up as incomplete. Take a look at the document yourself, maybe I NEED to rewrite the information and see if that works.
    *Edit* Looks like I CAN print a blank form at the begining when it asked me if i want a blank form, will try to rearange dates so it will show as all COMPLET.
    PDF file can be found at the California government website:
    http://www.chp.ca.gov/recruiting/pdf/Chp446.pdf
    http://www.chp.ca.gov/recruiting/pdf/Chp446.pdf

  • Urgent :how to edit a pdf (interactive form)

    Dear Expert,
    i have a web dynpro application where in need to increase the length of a table in pdf (interactive form ) how can i do this .

    Yes, there are a number of things you can do. With JavaScript, you can show/hide fields, set fields to read-only, set the focus to a field (thus bypassing sections or pages), etc. So you can implement a type of skip logic, it's just not as easy to set up as with a form created in FormsCentral. Still, there are techniques you can use to simplify things, particularly using heirarchical field names which makes it easier to control a group a fields.
    The following rudimentary sample demonstrates some of what's possible: https://workspaces.acrobat.com/?d=It35dD4zaX5QM--Pv36F-Q
    Based on the selected item on the dropdown, the background changes and certain fields are activated. There are only two fields associated with a particular selection, but it could be as many as you want on as many pages as you want. You can implement a multisection form using a single PDF page this way.

  • How to display grid the interactive form

    Dear All
    I m trying to print the grid into the interactive form using adobe life cycle 8.1.
    My requirement is like I am getting the value in my local node in the view. From there i have to populate those value into the Pdf.
    So that user can take the print of the pdf.
    Value are getting in local. But it is not showing in the PDF. At the same time in other value are showing success fully only inthe table i am not able to get the value.
    Kindly help me out with your document or solution note
    Prashant Krishen

    Hi Prashant,
    For populating a table on a pdf the node structure should be different.
    You need to create node structure of the data which you want to show in Table like this
    DataNode            0..n
        SubNode         1..1
              att1
              att2
    Create the elements of DataNode only and set the attribute values.
    Now create the structure of the UI element in Form like this
    Subform1
            Subform2
                   Header1
                   Header2
            Subform3
                   Textfield1
                   Textfield2
    Bind the Subform3 to the node DataNode and Textfield1 and Textfield2 to att1 and att2 respectively.
    Set the 'Repeat Subform to each data Item* property of Subform3 to true.
    Now at runtime you will get all the data of the node in PDF form as a Table.
    Regards
    Ravindra

  • 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

  • How to get data from PDF form?

    PDF forms can send data in url like GET or POST method. Is it possible to get data from url, like in PHP http://sever/file.php?item1=value1&item2=value2&item3=value3
    In APEX url have specific construction and I don't know how to get value of items (1...3)
    Please let me help to find simple method of geting data from URL.
    Best Regards,
    Mark

    The APEX URL syntax is detailed here
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#BCEDJBEH
    How to get it from PDF is another matter...
    I'm working on an app that downloads PDFs with a Large amount of data as a blob, takes that blob and changes it to XML, then goes through the xml to validate each section of data and then add it into the schema that my apex app is referencing....
    I didn't write the original code but I do know that it isn't a quick thing to implement and includes using some uploading some java jar files to your schema and writing some custom java code.
    Someone else may be able to help with grabbing PDF data into the URL for the amounts of data you want to pass to apex.
    Gus..
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!
    Edited by: Gussay on Sep 21, 2009 5:52 PM

  • Smart forms- how to get the copies of form in other pages as duplicate

    hi experts,
    i am facing problem in smartforms.
    one copy is ready for me.
    i have to take that one in 4 pages  as 1st page original,
    2nd duplicate, 3rd triplicate, 4th quadriplicate.............
    how to get them....
    all theremaining data is same ....
    Message was edited by:
            dasr r

    U can achieve this with the help of NAST table,
    in that table field ANZAL is the field for number of copies of the output.
    Suppose u have a smartform which will print 3 pages for a Purchase Order,
    and u want 4 copies of the same. (totally 3*4 = 12 pages)
    U need to handle this in the smart form ifself with the help of ANZAL field, it holds number of copies to be printed on the output device.
    if ANZAL = 1
        print 'original'.
    elseif ANZAL = 2
        print 'Duplicate'.
    elseif ANZAL = 3
        print 'Triplicate'.
    elseif ANZAL = 4
       print 'Quadriplicate'.
    endif.
    or else u can handle the same with CASE ... ENDCASE.
    I think, it may solve ur problem.
    Regards,
    Sujatha.

  • How to get Guid of all form libraries

    I have  a requirement where i should get guid of all form libraries so that i dont need to hardcode the Guid of form library in server object model.How can i achieve this..

    Hi Hemandra..
    Thanks for the response,I am looking to relink documents using the code below...Code is working well for single form library but i have 4 to 5 form libraries for which the code should be executed..how can i get this done.I am working with Infopath forms.
    protected
    void btnsubmit_Click(object
    sender, EventArgs e)
    if (RelinkDocuments())
    Label3.Text =
    "Success!!!";
    else
    Label3.Text =
    "Failure";
    private
    bool RelinkDocuments()
    try
    SPSite site =
    SPContext.Current.Site;
    SPWeb spWeb = site.OpenWeb();
    SPList spList = spWeb.Lists[new
    Guid("8E023C18-DAA3-4743-81B7-E034111544BC")];
    SPDocumentLibrary doclib = (SPDocumentLibrary)spList;
    string solutionUrl =
    SPHttpUtility.UrlPathEncode(spWeb.Url
    + "/" +
    doclib.DocumentTemplateUrl, true);
    foreach (SPListItem
    spItem in doclib.Items)
    //loop through the list items
    SPFieldCollection spFields = spItem.Fields;
    foreach (SPField
    spField in spFields)
    //loop through fields resetting them
    if (spField.Type !=
    SPFieldType.Computed &&
    spField.Type !=
    SPFieldType.Invalid && !spField.ReadOnlyField)
    try
    spItem[spField.InternalName] = spItem[spField.InternalName];
    catch (Exception
    e)
    SPContentType spContentType = spList.ContentTypes[(SPContentTypeId)spItem["ContentTypeId"]];
    if (spContentType !=
    null)
    //try to update the item with the content type's template url which is the updated one
    if (spContentType.DocumentTemplate.StartsWith("http://")
    ||
    spContentType.DocumentTemplate.StartsWith(
    "https://"))
    spItem[
    "TemplateUrl"] =
    SPHttpUtility.UrlPathEncode(spContentType.DocumentTemplate,
    true);
    else
    if (spContentType.DocumentTemplate.StartsWith("/"))
    spItem[
    "TemplateUrl"] =
    SPHttpUtility.UrlPathEncode(spWeb.Site.MakeFullUrl(spContentType.DocumentTemplate),
    true);
    else
    spItem[
    "TemplateUrl"] =
    SPHttpUtility.UrlPathEncode(spWeb.Url
    + '/' + spList.RootFolder
    + '/' + spContentType.DocumentTemplate,
    true);
    else
    //no content type found so default template url to solution Url
    spItem[
    "TemplateUrl"] = solutionUrl;
    spItem.Update();
    return
    true;
    catch (Exception
    ex)
    return
    false;

  • How to get back from Show form  to Render List  form in XML Forms

    Hi,
    As we use the Hyperlink "Display" in RenderList form to go to Show form similarly what kind of hyperlink shoul we use in Show Forms to get back to RenderList Forms.
    We did try out with the Back option but are not getteing the desired result.
    Sweta..

    HI Sweta ,
    Havent worked much on this but can refer.
    /thread/4878 [original link is broken]
    /thread/100920 [original link is broken]
    XML Forms - How to render a sequence node?????
    /thread/240057 [original link is broken]
    /thread/147252 [original link is broken]
    /thread/189120 [original link is broken]
    Thanx
    Pankaj

  • How to get or call PCR form in workflow template.

    Hi All,
    I'm working in ESS and MSS workflow now. For my requirement, I need to get or call PCR form in workflow template. How can I achieve this.
    Thanks - Krish

    Hi Raj,
    Check if the following links helps you:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d1cb99-46cf-2b10-8880-85004a301283
    PCR workflow
    Regards,
    Saumya

  • How to embed attachments in interactive form?

    Hi guys,
    current, customer wants to embed files(doc, exl or something like that) in adobe form,
    is it supported in interactive form? or which version of interactive form support?
    does that need a lot of coding?  any tutorial is available?
    thanks
    John

    Attachments
    http://eslifeline.wordpress.com/2009/04/06/adding-attachments-to-pdf-form/
    WD Java - removing attachment from interactive form
    Attachments for WDA form
    Re: Attachments with Adobe Interactive Forms in WDA
    Regards Otto
    p.s.: depends if you want the system to add/read/remove the attachments for you or you want the user to work with it, you can learn about both from the links above

Maybe you are looking for

  • 00.02.45.109 Map Series for Nokia/Ovi Maps v3.06

    Before anyone asks here are the direct download links for manually installing using method outlined by ovikovi HERE  America Europe Africa Asia AustraliaOceania Happy to have helped forum with a Support Ratio = 42.5 Attachments: catalog-00.02.45.109.

  • HTMLLoader loadString

    I have a socket connection that I am sending a pdf file down to an Air Application. If I use HTMLLoader.load then  it opens the pdf perfectly. When  I user HTMLLoader.loadString it just gives me the makeup data of the file ie %pdf-1.3 etc. I can save

  • Instron 5500 series GPIB control

    Hi all, I am trying to control a series 5500 Instron machine via a GPIB card. Any help with instruction set info for Instron 5500 controller would be much appreciated. Regards, Stefan

  • Cannot delete iCloud calender

    I am having difficulty in editing calenders in my iCloud account (via iCloud.com). I have been trying to tidy up my calenders by deleting one or two. Every time I attempt to delete a calender in iCloud I get a message saying "Cannot delete Calender,

  • Pay or not?

    Got debt collector letter asking to settle debt. 1st deliquent- 07/2010 Amt - 349 Settlement amt - 175 Original creditor spring leaf Current buyer -lvnv Its past SOL. Should i settle? Please need advice.