Is it possible to create a down menu in ID without hyperlinking?

Hi there,
I am trying to design a template for workorder printing proofs and I was wondering if this operation is possible:
Is there was a way to make a drop down menu that contains elements (in this case material names) that when exported, I can choose the element from a drop down menu, so that when I resave the pdf it will show that material name if I were to reopen the document? Also, if I decide to print it, will it show that material name in the position I specified the drop down menu to be located in InDesign?
I know I can make drop down menus that hyperlink, but I am not looking for this pdf to be interactive, but just a way to store more information.
Thanks in advance.

It sounds like a PDF form. InDesign CS6 can now export PDF forms which sound like they work the way you want.

Similar Messages

  • Elements 12 editor 'create drop down menu

    In my 'create' drop down menu in the editor a very long blank drop down menu appears, is this normal and if not is there a quick fix... and if this involves re-install can that be done without re-doing all my plugins.
    Elderly semi computer literate user.
    Ian Young

    Hi,
    Unfortunately, this functionality is not possible with Adobe FormsCentral.
    Regards,
    Nakul

  • How to create Drop down menu in the selection screen

    Hi all,
    How to create Drop down menu in the selection screen.
    Fast answer will be highly rewarded
    Regards
    Bikas

    hi ,
    TYPE-POOLS : vrm.
    TABLES:vbak,vbap.
    DATA : v(80) TYPE c.
    DATA: wa_vbak TYPE vbak,
          it_vbak TYPE vbak OCCURS 0 WITH HEADER LINE,
          wa_vbap TYPE vbap,
          it_vbap TYPE vbap OCCURS 0 WITH HEADER LINE.
      DATA: l_name TYPE vrm_id,
            li_list TYPE vrm_values ,
            v_count  TYPE i,
            l_value LIKE LINE OF li_list.
    PARAMETERS: p_test(20) AS LISTBOX VISIBLE LENGTH 60 MODIF ID DAT.
    INITIALIZATION.
    AT SELECTION-SCREEN OUTPUT.
      PERFORM get_data.
      LOOP AT it_vbak.
        l_value-key =  it_vbak-vbeln .
        l_value-text = it_vbak-vbeln .
        APPEND l_value TO li_list.
      ENDLOOP.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = 'P_TEST'
          values          = li_list
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    AT SELECTION-SCREEN ON P_TEST.
      clear : li_list , li_list[].
      SELECT vbeln
             matnr
             meins
             FROM vbap
             INTO CORRESPONDING FIELDS OF TABLE it_vbap
             WHERE vbeln = p_test.
    START-OF-SELECTION.
      SELECT vbeln
             matnr
             meins
             FROM vbap
             INTO CORRESPONDING FIELDS OF TABLE it_vbap
             WHERE vbeln = p_test.
      LOOP AT it_vbap.
        WRITE :/ it_vbap-vbeln, it_vbap-matnr,it_vbap-meins.
      ENDLOOP.
    *&      Form  get_Data
          text
    -->  p1        text
    <--  p2        text
    FORM get_data .
      SELECT  vbeln
              FROM vbak
              INTO  CORRESPONDING FIELDS OF TABLE it_vbak.
    ENDFORM.                    " get_Data
    regards,
    venkat.

  • How to create drop-down menu with transparency

    Hello,
    Is it relatively easy to create drop-down menu's with
    transparent drop downs? Any step by step help would be greatly
    appreciated.
    I thank you in advance,
    Jaz

    jasperjaz schrieb:
    > Looks like some cool stuff. However, nothing on drop
    downs
    >
    Take a look at "Creating Animated Buttons". The Tweening of
    the text to
    the right and changing the color perhaps could be replaced or
    appended
    by your drop-down-needs? The Drop-Down is another Animated
    Button!?
    Bye
    Klaus

  • How To Create Drop Down Menu With Tab

    hi
    How To create Drop Down Menu with tab in Header of application like website Horizontal Dropdown Menu In html.
    Thanks
    Manoj
    Edited by: Manoj Kaushik on Dec 30, 2009 4:16 AM

    Try the Apex forum {forum:id=137} someone there may have an answer.
    Which version, that could be important, XE out-of-the-box has apex 2.1 if it hasn't been upgraded to 3.x

  • (beginner) creating drop down menu?

    What I am trying to do is create a drop down menu of links.
    I can create a rollover no problem. When the rollover is
    activated, a list of text appears. I want to make this list of text
    change color when rollover and eventually make each one into
    seperate links.
    So, can rollovers be created within rollovers?
    Thanks for any help! ^_^
    Oh and where do I find the code so I can attach it here?

    in as2, you can't attach mouse handler code to a child and
    parent and expect the child to respond to mouse events. you can use
    a loop and hittest in the child or parent and mouse handler in the
    other.
    if you click replay (not quick reply), there's an option to
    attach code.

  • How to create drop down menu

    Hi
    Can we create drop down menus in HTML DB as we do in
    Visual Basic.
    Thanks.

    In HTML DB v2.0 you can create drop down menus. I cannot say if they are the same as Visual Basic because I am not familiar with VB..
    Here is an example pull-down menu:
         A   B   C                <--- Top level
         A1  B1                   <--- Second level
         A2                       <--- Third levelInitially the user sees a horizontal menu with "A", "B', and "C". When the user clicks on "A" a menu containing "A1" and "A2" is displayed under "A".
    Here is what you do to create this:
    1.) Edit a page.
    2.) Click the "Create" (plus sign) button in the "Lists" region under "Shared Components".
    3.) Enter a List name.
    4.) Make the "List Template" be "DHTML Menu with Sublist".
    5.) Click the "Create List Entry >" button on the right. You are now creating your Top Level menu.
    6.) Enter "A" into the "List Entry Label".
    7.) Set "Target Type" to "- No Target -". This could be an URL or another page in the application.
    8.) Click the "Create and Create Another" button. You are now create the lower level menus.
    9.) Select "A" for the "Parent List Entry".
    10.) Enter "A1" into the "List Entry Label".
    11.) Set "Target Type" to "- No Target -".
    12.) Repeat steps 8, through 11 for "A2".
    13.) Click the "Create and Create Another" button.
    14.) Repeat steps 6 through 12 for "B" and "B1".
    15.) Click the "Create and Create Another" button.
    16.) Repeat steps 6 and 7 for "C".
    17.) Click the "Create" button.
    18.) Click the "Add this list to the current page" link.
    19.) Specify the region information for the menu and click "Next" button.
    20.) Click the "Create List Region" button.
    Mike

  • How to create drop down menu in my report

    hi all
    i have a list of options which i have to display as a drop down menu
    pls guide me to do
    thanks in advance

    hi,
    u want like this?
    parameters: p_mode as listbox visible length 10.
    parameters: p_mode1 as listbox visible length 10.
    AT SELECTION-SCREEN OUTPUT.
      PERFORM fill_dropdown_list USING 'p_mode'(001).
      PERFORM fill_dropdown_list1 USING 'p_mode1'(007).
    FORM fill_dropdown_list USING value(f_parameter).
      TYPE-POOLS: vrm. " For parameter drop down lists
      DATA:  name  TYPE vrm_id,
               list  TYPE vrm_values,
               value LIKE LINE OF list.
      name = f_parameter.
      value-key = 'C'.
      value-text = 'Fist'.
      APPEND value TO list.
      value-key = 'F'.
      value-text = 'Second'.
      APPEND value TO list.
      value-key = 'H'.
      value-text = 'Third'.
      APPEND value TO list.
      value-key = 'D'.
      value-text = 'Forth'.
      APPEND value TO list.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id     = name
          values = list.
    ENDFORM.                       " fill_dropdown_list
    FORM fill_dropdown_list1 USING value(f_parameter).
      TYPE-POOLS: vrm. " For parameter drop down lists
      DATA:  name  TYPE vrm_id,
               list  TYPE vrm_values,
               value LIKE LINE OF list.
      name = f_parameter.
      value-key = 'C'.
      value-text = 'Fist'.
      APPEND value TO list.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id     = name
          values = list.
    ENDFORM.                       " fill_dropdown_list

  • Is it possible to create a context menu, which is launched by right mouse button click event?

    The question is following: when you are pushing right button in the window of a working vi you see the build-in context menu of labview. Is it possible to customize it, or create the new one?
    www.xinstruments.com
    Custom Software for Industrial Automation
    www.hdrconverter.com
    Picture processing made easy

    There's no nuilt-in LabVIEW function or tool to do it, but Dave Ritter published an artical in the LabVIEW Technical Resource last year that described how to do this. It uses the Event Structure so you need to have at least LabVIEW 6.1.
    You can read a bit of the artical here. There's also a link on the bottom of the page where you can purchase that issue to get the entire artical and sample code.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Possible to create a lossless menu image in Photoshop?

    I am trying to get the best-looking menu for Encore... one that does not have pixelation. I have created them super high res (1920 x 1080) as well as final output size (720 x 480). They are both still pixelated on my HD TV. I know going from standard def to high def is the problem, but I wondered if anyone has any ideas to minimize the visual impact of this conversion? For example, does interlacing or field order effect the way pixel data would be presented?

    DVD on an HD screen without upscaling will NOT be fabulous. I don't disagree with your assessment of what you must expect in user equipment, but high-value donors should have bluray players - which should be upscaling.
    Highlights (so much button text unless you keep in the background) can only be 2 bit, indexed color on DVD. anything rounded will be trouble. All the qualifiers for font style and size apply.

  • Is it possible to create pull-down menus in Numbers for iOS ?

    Ideally, I would like to propose values for a text column according to a list in another table. Strolling on the different helpfiles for iwork/numbers, I more or less saw this feature on the Mac version. What about the iOS version ?

    I am looking for the same info on l-cut. it seems like the audio attached to the clip should have separate handles or at least have a way to detach it.  btw, i had a big breakthrough in clip management to share. if you use iphoto u can actually remove, archive and sync clips from the pad (sorry pc users). i guess that was overlooked in the help menu.

  • When I put in a USA number I get a drop down menu of countries without USA,can not move beyond it

    When I use Call Phone to a USA number a menu of countries drops down without the USA. I can not move from that window. Before I can call a new number I have to add to contacts and then call.

    It's in alphabetical order under "United States".  You can also try to input a +1 since that is the proper code.  

  • Is it not possible to create a PR with Fixed vendor without an Info-record

    Hi,
    We have a requirement in which data necessary for PR(Purchase Requisition) creation ( replenishment orders ) comes from a legacy system and we use the BAPI -BAPI_REQUISITION_CREATE to create the PR's.
    The problem is when we try to create PR by using plant in the field fixed vendor present in Source of Supply tab, we are getting the error message, "Inforecord for Vendor xxx and material xxxx does not exist ". This message is due to the plant given in fixed vendor field and missing info records. And we always use only "plant" as fixed vendor.
    Is there any way to avoid the determination of info records based on fixed vendor?
    Thanks in Advance.
    Edited by: Dagny on Aug 28, 2009 3:01 PM
    Edited by: Dagny on Aug 28, 2009 4:30 PM
    Edited by: Dagny on Aug 31, 2009 11:09 AM

    Kurt Lang wrote:
    It is more than well known that Flash is not supported on the iPad or iPhone. Adobe officially threw in the towel even attempting to get a working player for mobile devices that one, doesn't chew up battery life; two, doesn't eat up so many system resources.
    The focus now is on Adobe AIR and HTML5. So don't expect to ever see Flash for the iPad.
    I don't understand the reply. This is the Power Mac forum. Is the real problem finding a PowerPC version of Flash and Adobe Reader? If so, Adobe dropped Flash support for PowerPC in February.
    http://lowendmac.com/ed/bashur/11db/powerpc-flash-support.html
    How evil is this? Well, Apple itself no longer supports PowerPC in its last two major OSs, 10.6 and 10.7. So the problem here is a very old Mac.
    There is an Adobe Reader for PowerPC.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5245
    Adobe kept putting out PowerPC updates longer than Apple did!
    Also, Adobe Reader is available for iOS, if that was part of the original question.

  • Drop down menu in fireworks 8

    Hello All,
    Is it possible to create drop down menu buttons in adobe cs5 and then export to fireworks 8 as a style for pop up menu. I want my drop down menu buttons to have gradient and white borders which I cannot do in fireworks nor does it have such a style in fireworks drop down menu button.
    Please see image example
    any reply would be much appreciated.
    Many thanks
    helen

    I didn't know about this feature!
    Looks like you'll have to define a style for the button backgrounds first...
    ...then define the text styles within the Pop-up Menu Editor. Not sure about the white border, though; there doesn't seem to be a place for it within the Pop-up Menu Editor. I imagine that it could be applied to the containing HTML element after exporting.

  • Is it possible to create a checkmark next to a context menu item in a Tree in LabVIEW?

    Hello,
    I'm creating a custom application where a particular context menu will be shown to the user depending on what item in the Tree they have right-clicked on. One of the items in the menu that I would like to display is essentially a "Disable" option. I'm looking for a way to show the user the current state of this Disable option by providing a checkmark next to it if they have already clicked it for a particular item in the tree. Here's a screenshot of a similar checkmark from the LabVIEW dev environment drop-down menus:
    Does anyone know if it is possible to create a context menu with a checkmark like the one above in a Tree in LabVIEW? I've tried searching the web and here in the NI forums but without much luck. Thanks!
    Lars L

    Wow, I know this one!
    I used it a couple of years ago (LV 8.6)
    There is an option to "Set Menu Item Info" that allows you to set the check for a context menu item.
    http://zone.ni.com/reference/en-XX/help/371361H-01/glang/set_menu_item_info/
    I used it in my Tree
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

Maybe you are looking for

  • "accept scanned at EDC Apple"

    Sorry to post it here, but I need to know where my MBP "17 is, since I don't find any information on TNT etc. The only information I can find is on the www.apecode.com and this is what they tell me: 10 may 06 40 69 accept scanned at EDC Apple Shangha

  • Getting error in CPDBObjectWriteUtils.cpp while copying Slides

    Hi all, not sure if I'm being cruel and unusual for trying to copy 100 Slides but I am getting the following error when I did. Not sure if there's an answer but it might be of interest to the Captivate Developers to see this error message, Fergal

  • No pictures in iBook?

    I'm using iBook with my MacBook Pro and I' reading Rocks by Joe Perry. Most of the pictures won't load. How come?

  • IMovie error code (-50) when exporting video

    iMovie 09 suddenly started to generate the following error when sharing/exporting video: The project could not be prepared for publishing because an error occurred. (-50) Exporting using Quick Time option from the Share menu works. The other options

  • Powerbook won't wake up from sleep, trouble rebooting, kernal panic

    Hi, My powerbook has recently been having some troubles. This started over the weekend and nothing major has changed recently. I added some new RAM months ago, but that was like in June maybe, and it was Samsung module which i think is what that line