Hide Toolbar and Value help drop downlist

Hi,
I created a IF with a Value help drop down list. I also make use of the Hide Toolbar options. The drop down list has an input like:
key - text (eg. 0001 - Holiday)
The pdfMode is "UpdateDataInPdf".
When i run my wd everything works fine. What i want to do is this: when the user push the button "next" i want to show the IF in a read-only mode. What i did, is that when the user push to button i change the PdfMode from "UpdateDateInPdf" to "GeneratePdf" (also tried "UsePdf") and change the "enabled" property to false.
What happens is, the Adobe toolbar is back and the value help dorp downlist shows the key instead of the text.
If i don't change the "enabled" property it works well, but than it's still possible to change data in the form.
I am using NW04 SP16.
Hope somebody can helps me.
Kind regards,
Maarten Duits

Hi Maarten
in general, right now there is no standard (i.e. non-hack) way to make a physical interactive PDF form read-only.
The only sure way this would work in your process is to send the data back to the backend and have a second (practically identical) template ready in the background to generate a read-only version of what the user saw previously.
Best regards,
Markus Meisl
SAP NetWeaver Product Management

Similar Messages

  • How to set a default value in a Value Help Drop Down List

    Hi,
    I used an age Range field in my adobe form, the control  is a Value Help Drop Down List. i am populating the drop down using following code.
    IWDAttributeInfo ageInfo = wdContext.nodePersonalData().getNodeInfo().getAttribute("CTAgeRange");
         ISimpleTypeModifiable ageType = ageInfo.getModifiableSimpleType();     
         IModifiableSimpleValueSet ageValueSet =  ageType.getSVServices().getModifiableSimpleValueSet();
         ageValueSet.put("1","21-29");
         ageValueSet.put("2","30-34");
         ageValueSet.put("3","35 or Above");
    My requirement is to set a default value e.g. 30-34 in the age range field.
    I want to give input to iform from my Implementation code only.
    Please help.
    Thanks in advance

    hi Ranjan,
    that means you have to set at design time,
    to set default drop down value you will have to set the value for particular attribute (which is linked to the dropdown element) in the context
    like
    wdContext.currentContext<nodeName>Element.set<FieldName>(<default value>)
    This generally done in Initialization method of the controller.

  • Dropdown and Value Help in Adobe Form (WebDynpro Java)

    Hi Experts,
    I need to develop a Adobe form where i have to implement Dropdown and Value Help, which will coming from custom BAPI. I am using WebDynpro Java, EP 7.0 and ALD 8.0. Please let me know how can i implement those 2 UI Elemnts..
    Regards
    Subhrajyoti

    Hi Jyothi,
    Herewith I had Explained detailed Procedure,
    For Dropdown,
    1.     Create a node and attribute to the dropdown ,
    2.     call the bapi,
    3.     Assign the Bapi attribute to the Dropdown node attribute
    4.     Place the Interactive form UI to the Java Application
    5.     Create an another  attribute for read the interactive form
                  a.Name: pdf_src
                  b.Type :byte, Assign this attribute to PDF Source property of the Interactive form UI Element.
    6.     Give the Name to the Template source property of the Interactive form UI and double click the        template source.
    7.     It asking Name for the Interactive form, Give the name for that
    8.     Once give the Name, It ask context for Adobe form, assign the already created node for dropdown in Webdynpro application to the interactive form.
    9.     Now Context Bounded with Webdynpro and Interactive form
    10.     Interactive form screen will be open into the studio
    11.     Place the Dropdown UI element  to the Interactive form and bind the attribute to the dropdown
    12.     Select the Dropdown UI Element, go to the object property, Click the Specify Item values. The pop window displayed, here give the $ value to the Item Text, Item value. The Data Connection dropdown and Default Binding , it has value when the attribute bounded to the dropdown UI .
    13.     Save and Test the Application
    For Value Help,
    1.     Do the Same Procedure for up to 10 steps,
    2.     Place the Text field UI and Value Help UI Element
    3.     Select the Value Help, go the Script Editor give the name of the text field attribute name in var fieldName = "*INSERT_NAME_HERE*";
    4.     Save and Test the Application
    By
    Parthi

  • Full Screen Mode(s) & Show/Hide Toolbars and Palettes???

    I use PS7 but am going to train some folks on PS Elements 8. I cannot find PSE8's equivalent of the F key "Full Screen Modes" command or the Tab key "Show/Hide Toolbars and Palettes". PLEASE tell me there IS some way to do these two things in PSE8!!!!!
    - Brian

    Uh, yes, don't I feel dumb. Maybe since I always seem to use the Tab key in conjunction with the F key command for Full Screen Modes I didn't realize the Tab key didn't work in PSE8 just fine. At least that's my newbie excuse, and I'm sticking with it. Thanks! Next time I promise I'll TRY something before I ask about it. (I'm kinda stressing this training I need to do soon.)
    Now HOW to use the keyboard shortcuts for Full Screen mode??? Anyone???

  • I accidentally got rid of my whole toolbar and need help getting it back. Is there a way to do this?

    When I was doing a Facebook screenshot I needed to widen the picture (not even thinking about using the maximize and minimize tool) so I right-clicked and unchecked all of my toolbars. I reeeeeally need them back so I need a way to get them back... this is where you guys come in...
    P.S. Here's a pic of my dire situation:
    http://i1204.photobucket.com/albums/bb412/CausedChernobyl/HELPME.jpg?t=1285042433
    don't ask how i got the url w/out a toolbar :( it was hard

    Firefox 3.6+ versions have a feature to allow the user to hide the Menu bar.
    Hit the ''Alt'' key to temporarily show the Menu bar, then open View > Toolbars and select Menu bar, so it has a check-mark.

  • "Command I" shortcut in Preview - designated for show/hide toolbar AND show inspector?

    In the Mac Preview App, I tried using the the 'command I' shortcut to show/ hide the toolbar, but it brings up the inspector instead. Is the shortcut is designated for both these functions?

    Actually the Toolbar hide/show isn't "cmd i" it's "cmd shift |"
    That little key on the far right edge between the "delete" and "return" keys. The same key that has "\" as the main function.
    KOT

  • Is there a way to make the Menu Toolbar and the Bookmarks drop down appear at the same time?

    When I activate the Menu Bar, the Bookmarks drop down menu gets hidden. If I deactivate the Menu Bar, the Bookmarks drop down reappears. I've tried moving the shortcut around but no matter where it is, it goes away when the Menu Bar is active. I'm using Firefox 9.0.1.

    That Bookmarks button is supposed to work that way - be hidden when the Menu Bar, with the Bookmarks menu item, is showing.

  • OBN call to get value - help required !!!

    Hi Friends,
    The scenario is, upon click on the LinkToAction button, I am able invoke OBN operation service, which gives the list of values using below API function.
    WDPortalNavigation.navigateToObjectWithSpecificOperation
    Prior to thisLink to Action coded to call OBN service, Event created, Event subscribed (at wdInit), Event unsubscribed (wdExit) and Event Action handled.
    Code to call OBN service as below
    String system="XXX_LPT", businessObjType="", objValue="absence", objValueName="absence", operation="show_orgunit_three",
    businessParameters="mode=dialog&location=no&menubar=no&titlebar=no&toolbar=no&ShowHeader=false";
      boolean forwardOBNMetaData=true, resolveForSourceRoleOnly=true;
      WDPortalNavigation.navigateToObjectWithSpecificOperation(system, objValue, objValueName, operation, businessParameters);
    Issue is, the OBN service call happens in separate Tab on the browser and selecting an item just does the refresh on the same window.
    Expected is, upon clicking on the LinkToAction button from the parent window, the OBN service should display in a separate window (not in browser Tab) and after selecting the value, window should close and the value should be available to the parent view to assign to an input box.
    Can anybody help me on this?  I am really struck.
    Thanks in advance,
    Kantha

    Hello Vaibhav,
    Make sure that the field defined in your node in the context on the web dynpro view or if defined at the component controller level has the search help defined. Usually if the search help is tied to the database table's field name the 'Input Help Mode' of type automatic should display the determined search help.
    If that setting is there then in the adobe form create an input field of the type Webdynpro native->"Value help drop down list". Then bind your database field to this input field.
    When you do that the object type of the field changes to text_field change that back to a drop down field from the pick list provided for the objects and then activate it and test it out.
    Hope this helps.
    Thanks and best regards,
    Leena

  • Value help dropdown list not showing up other values

    Dear all,
    I'm new to Adobe and Java WD. I managed to go through all the tutorials and developed a WDJ and embedded an interactive form in the view. I also used an RFC Model to pull some values from n R/3 table and populate in a context node element.
    These values are appearing perfectly fine in the WDJ if I'm using a table or a drop down list index field.
    But in the Adobe form, when i bind this context node to a WebDynpro native Value help drop down list box, only the first value of the table appears. On clicking on it, nothing happens. I'm not sure what is the problem.
    Can anyone please help me in this? Should i write some code to bring the other values too? (the tutorial doesn't say this!)
    If so, then please give some sample java codings and step by step process for populating the field values with the table values.
    My node structure is like below
    Context
         Ysam_Get_Values_Input(Node-RFC)
              Output (Node-RFC O/P)
                   Values(Node-table from the RFC)
                       Slno (attribute that has the values to be populated with)
    Any help is greatly appreciated.
    Thanks,
    Sam

    Hi Raja,
    In the view:
    <htmlb:gridLayoutCell id                  = "AddedProfileNameIF"
                                        columnIndex         = "2"
                                        rowIndex            = "2"
                                        horizontalAlignment = "LEFT"
                                        verticalAlignment   = "MIDDLE" >
                    <htmlb:dropdownListBox id         = "added_profile1"
                                           helpValues = "//model/ust10st.profn"
                                          />
                  </htmlb:gridLayoutCell>
    In the Model:
    method MODEL_INIT .
    select profn from ust10s into  table UST10ss.
    read table UST10ss index 1 into UST10st.
    endmethod.
    In controller:
    METHOD do_init .
      m_model ?= create_model( model_id = 'm'
                               class_name = 'zcl_model_zsox1' ).
    m_model->model_init( ).
    ENDMETHOD.

  • ABAP Webdynpro cannot display value help, combo box properly in IE ?

    Hi WDA expert,
    I have problem developing webdynpro in NW 7.0 EHP1 SPS02. All the combo box, value help, drop down input did not properly display using IE 7.0 / 8.0. It is something like create another  blank input beside the original object.
    but everything ok if i am using mozilla firefox.
    I am not sure what is the problem with this.
    Please help.
    Thank You and Best Regards
    Fernand.

    Hi Thomas,
    Thank you for your response, But i am still not able to solve the problem. Let me give you more detail information regarding this issue.
    are you using the Portal? The other poster in this thread seems to think so, but I don't see anything in your postings to indicate that. IE7 is supported on your release/SP level. IE8 is not supported until SPS5.
    => I am not using portal it is just normal test from SAP GUI. I am using IE 8.0.6001.18702. So far i have tested the sample webdynpro "WDR_TEST_SELECT_OPTIONS" to 4 different server (PID, PIQ, ECD, ECQ) all using the same version NW 7.0 EHP 1 SPS02. (i have check for ABAP and BASIS package). The problem only occur in PID (Initially the icm service is not start so i use transaction SICF to start the webdynpro service) not sure if there is missing java script library ?
    Please refer in this link for the different result screen capture below:
    http://i802.photobucket.com/albums/yy310/pisuper/WDA_DEV.jpg   --> error in PID
    http://i802.photobucket.com/albums/yy310/pisuper/WDA_QA.jpg    -
    > success in PIQ, ECD, ECQ
    I would recommend clearing your browser cache and the server side cache. For the server side cache go to transaction SMICM and choose Administration->ICM->Exit Hard->Global.
    I have restarted the whole server and i did again from SMICM. But still having the same problem like in the screen capture.
    Are you using a standard or customized theme?
    I am using standard theme base on demo "WDR_TEST_SELECT_OPTIONS"
    Base on my latest investigation seems like those 3 success server PIQ, ECD and ECQ always download this file ls_ie6.nosprite.css in the internet temporary directory, but then no for PID. 
    is that any idea or suggestion that i can try to solve this problem. it seems like some configuration was missing for the standard theme in PID
    Thank You and Best Regards
    Fernand Lesmana
    Edited by: Fernand Lesmana on Jun 16, 2010 3:52 PM

  • Value help in  Online Form

    Hi,
      I am creating an online form.using webdynpro.
      My requirement is that I require value help in dropdowns directly from the Sap.
      I have tried using 'Value help drop down list' from webdynpronative tab in object library.But still it is not working.
    Kindly help.
    Thanks,
    Lina

    Hi,
    I have followed the  following steps for the creation of field with search help.
    1.I have created a Z table having one field LAND1 to which I have attached the search help H_T005_LAND.
    2.In se80,I have created a webdynpro component.
    3.In the context tab of Main View,I have created a Node Adobe .
      In adobe ,I have created another node of type Z table in which it has a field LAND1.
      When I click display on Land1,it shows
      Input help mode  : automatic
      Determined Input Help  : H_T005_LAND  automatically.
    4.I have created an attribute to context :PDF_source of type xstring.
    5.In layout tab,in properties I have binded the data source to context binding i.e.adobe and pdfsource binded to pdf source of context,have checked the enabled property.
    6.I have created a Z  form with interface of type xml schema based.
    7.In layout,in object library from webdynpronative tab i have dragged and dropped value help drop down list.
    8.In the object pallete ,in binding tab of value help drop down list ,I have binded the land1field without updating any properties.
    9.In utilities ,i have inserted webdynpro script.
    10.I have saved and activated the form,interface and webdyn component.
    11.Then I have created webdyn application and test.
    12.In the output ,I m gtn the field with dropdown .I am able to insert the value but F4 is not working.
    Kindly help where I have made a mistake.
    Thanks,
    Lina

  • Visual Composer 7.0.1 (EHP1) - Value Help only shows "Single Selection"

    I tried to add a value help to a field that allows multiple selections. However, when I used the wizard through "Add Value Help" drop-down menu, I can only see one proposed selection -  "Single selection". However this SAP help document (http://help.sap.com/saphelp_nw70/helpdata/en/b5/036d391f074f769e00602634ee9960/content.htm) mentioned about the "Multiple selection" option. What I can do to make this selection available?
    I am using VC 7.0.1 (EHP1). Thanks for any helps in advance.
    Kelly

    Hi
    Are you using 'BI Query' as 'data Service'? & are you creating value help for variable? If Yes -
    Create necessary variable as 'Multiple Single Options' in your BEx query & then create value help in VC. Then it will allow multiple options or interval values.
    Regards
    Sandeep

  • Value Help on Adobe Forms

    Hi,
    I'm trying to implement one search help (F4 on sap) on adobe forms. I just do this process
    For standard value help in Adobe forms:
    1) In layout chose UI element 'Value Help Drop-down List' from WebDynpro Native Controls of Library Palette.
    2) In Object pallete ->Binding tab, update Default binding with corresponding field .
    For ex: You have context like below
    -NODE
    -FIELD(type LAND1)
    In Default binding, $record.NODE.FIELD
    since LAND1 is a standard type, you will get all the values in value table T005 in the F4 help
    3) Make sure the 'Type' of the field in Object pallete ->Field tab is drop-down list.
    But i can't see any action on adobe. May the properties of the the attribute field on context are wrong.
    Anyone can help please.
    Thank you.

    This is the code that the program create:
                    var processingValueHelp = ContainerFoundation_JS.getGlobalValue(event.target, "processingValueHelp");
                       if(processingValueHelp == false) {
                           ContainerFoundation_JS.setGlobalValue(event.target, "processingValueHelp", true);
                           this.rawValue = "";
                           this.clearItems();
                           ContainerFoundation_JS.SendMessageToContainer(event.target,
                                                                         "valueHelp",
                                                                         this.dataNode.somExpression.replace(/(xfa.?\.)(datasets.?\.)(data.*?\.)/, ""),
                                                                         this.rawValue,
                                                                         event.target.mouseX,
                                                                      event.target.mouseY);
    What is suppose to change ?
    Thank you

  • Firefox 35 won't hide address and tab bar in full screen on OS X 10.10

    Hi, when I put firefox full screen, I expect the address bar and tab bar to auto-hide. From google searching it seems like this was expected behavior some time ago. A pic -> 1000 words.
    http://imgur.com/Z0iz1Pa
    I also tried disabling all add-ons and nothing changed.

    ''cor-el [[#answer-688304|said]]''
    <blockquote>
    You would normally see the context menu with Hide Toolbars and Exit Full Screen mode if you right-click a toolbar in full screen mode.
    Do you have any code in Stylish that could be causing issues like that?
    </blockquote>
    Nope, zero styles in Stylish currently, this is a new install. As well I've tried going full-screen with all addons disabled and I get the exact same result.
    I'm on OS X 10.10.2, FF 35.0.1

  • Hide Query filter values and column width default

    Hello Everyone,
    In our query definition we have default filter(restriction) values.  When query is output it shows these filtered(restricted) values.
    Is there anyway to hide these?  We dont' want users seeing this.
    Also, the column width defaults to the largest output in the column (Excel standard).  Is there anyway to override this?  I tried in a workbook to set the column width to a certain width, but the query did not read this?
    Thanks so much,
    Colleen

    Hi Colleen,
    To set column widths, use the BW Properties dialog.  In Excel, select any cell that is part of query definition, right-click ... you should now see a context-specific dialog.  The last option in the dialog is always Properties.  Go to the Column width tab and pick from there.
    For the filter values ... you should be able to delete these cells and they should not re-appear (unless someone goes to the BW toolbar and selects Layout >> Display text elements).
    Hope this helps.
    - Pete

Maybe you are looking for

  • ~~ New XMP CS6 SDK Releases ~~

    Hi, You can now find new versions of our XMP SDKs on Adobe Devnet: http://www.adobe.com/devnet/xmp/ So please check  out the CS6 versions of the SDKs and post your feedback in this forum! The prior versions are still listed. Updates: Updated XMP Spec

  • Live chat is said to be open 2-4 Thursday. It's 3:20! What's with that?

    When is live chat? It's Thursday at 3:30 and I have monitored it for the last hour and a half and it has remained closed. Better still how can I stop "scores.htm" continuously downloading when I access Google home page with the sports scores gadget p

  • External display no longer working - stuck at blue screen

    Hi everyone. I just don't know what in the bloody **** happened here. Everything was working fine, I even had my macbook 13 upgraded to 10.5.6 and it always worked fine with my external DELL 2007WFP screen thru DVI cable and miniDVI adapter. Suddenly

  • Does Contribute allow you to publish files at a later date?

    I know that you can save as a draft, but I am looking for something that can automate the process for me. For example, I update a page today that needs to be automatically published in three days. I don't see that Contribute will do this. Does anyone

  • Can't open after update to v 30.0

    I run Windows 7 and can't open Firefox after updating to v 30.0. I have uninstalled and reinstalled several times with no success. I do, however, show: firefox.exe*32 in the processes section of the task manager. No browser opens and the only way to