Drop down menu to select a signature graphic file is only in pdf format

Help. . .Acrobat Xi will not let me select any other than a .pdf file for my graphic signature.  My signature is in a JPEG file format. But when I am in the "Configure The Signature Appearance" screen and I go down to the bottom. . . it only has the .pdf option in the dropdown.  In the past other file formats were there.  What happened to them?

I am sure this is possible. There is a calendar object on the Forms and Demos CD but I have created my own calendar just using a single form that is called from every date field.
Create your calendar using a single date item that is populated by a parameter - this will be either the date from the field or sysdate. Create the other elements of the calendar as calculated items based on the first item +1, +2 etc. Use a when-mouse-click trigger to get the user's selection and pass it back to the date field via a global variable or a shared PL/SQL library.
To make it more like the Outlook calendar you will have to add a button next to every date field and add code to position the calendar according to the field position. You may prefer not to bother to do that - I just open the calendar centrally on screen and activate it using key-listval and/or a pop-up menu.
Hope this gives you an idea.
Regards
Nigel Simpson

Similar Messages

  • Acrobat Forms - Make fillable text box appear after box checked or drop down menu item selected

    I have been asked to build an approvals form for my workplace however the approval processes vary considerably depending on the subject. I have been asked to create a list of topics in the form of check boxes or a drop down menu which will then populate a list of text boxes with differing approval authorities and corresponding spaces for signatures.  i.e. if 'Topic 1' is selected a list of names and signature spaces will appear, however if 'Topic 2' is selected a different list of names and signature spaces will appear instead.
    In order to achieve this I think I only need to find out how to link check boxes or drop down menu items to the appearance of different text boxes.
    I should also add that I am a beginner with this stuff.
    Thank you very much for any help you can provide.

    Remove the red coloured part
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    left: auto;
    top:0;
    or start again with the original SpryMenuBarHorizontal.css and follow the rules as in http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one.
    Either way will get you back on track.
    Good luck.
    Ben

  • How can you change a drop down menu's selection in a case statement?

    Hi,
    I am trying to an array finding vi. This VI will take an existing xml file and after the user has selected his/her equipment, input, output, and frequency it will put all of those options into a string and search the xml file for that exact array name and display it on an output screen. The problem I am having is that my input and outputs selection needs to be a little different depending upon the equipment selected. I thought that I could use a case statement to change the input and output selectable options, but I have run into many snags with it. For one everytime I place a new Input and Output drop down menu in the case statement it wants to place a new one in the front panel (I only want one input and output not three I have two inputs and outputs hidden right now). I believe I am using the case statement wrong... Can anyone help change my input and output selectable options depending upon the equipment selected. Attached is my xml file, Array Find.vi (the original one), and Array Find_Test.vi (this is the one I am trying to modify).
    Thanks,
    dlovell
    Solved!
    Go to Solution.
    Attachments:
    Find Array.zip ‏126 KB

    Hi dlovell,
    There are 2 key things I'd recommend for the code - using property nodes to edit the strings in the combo boxes.  Something like the following snippet:
    Also, check your CPU in task manager when running the code.  It will eat a whole core of your machine (25% quad core, 50% dual, 100% single) - that is because you are running the while loop and polling the control as fast as Windows will allow you to.  Using Event Structures is a much more efficient way of working in this example.
    Check out the MOD attached 
    Regards,
    Peter D
    Attachments:
    MOD_Find Array.vi ‏28 KB

  • How can I locate the drop down menu to select thumbnails for viewing my photos?

    I am using Microsoft Windows Vista. I select Files> Get photos and Videos> From Files and Folders.  I select my photos and In my views I have a choice of different size icons, list, details and tiles.  The icons are a flower image. When I select an image to view it only appears as an extra large icon on the middle right side of the moniter.  I would like to view the thumbnail of the photo bfore I bring to my organizer.  The drop down menu doesn't have a choice for thumbnail.  

    Perhaps I need to supply more details.  I am using PSE9.  I haven't any problem importing the images into the Organizer as I just select the Icons and select "Get Media" or "Open" and they transfer over to the Organizer.  I would like to see the image as a thumbnail not an icon when when making the selection.  If I right click them, the Icon, and select open they will open in "Windows Live Photo Gallery".
    The icons are now listed on the left  side of the monitor about the right middle it states "Select A File To Preview".  When I select a file (icon) a large file (icon) appears in that area and it should be a thumbnail of the image. Somehow I can't locate the drop down menu taht permits me to make that selection.  I think it has something to do with my files being able to open in Windows Live Photo Gallery when right clicking and select Open.  Is the drop down menu only available in Windows 7?

  • How do i create a drop down menu for selecting from the drop down arrow

    how can i create a drop down menu so that when i click on the arrow in the cell i can select from the menu that appears

    katiesandell wrote:
    how can i create a drop down menu so that when i click on the arrow in the cell i can select from the menu that appears
    Hi Katie,
    Welcome to Apple Discussions and the Numbers '09 forum.
    Numbers vocabulary for this feature is a "Pop-up Menu". It's available as a Cell Format, and is set and edited in the Cell Format Inspector.
    See "Using a Checkbox, Slider, Stepper, or Pop-Up Menu in Table Cells" starting on page 96 of the Numbers '09 User Guide.
    This guide, and the equally useful iWork Formulas and Functions User Guide are available for download through the Help menu in Numbers.
    Regards,
    Barry

  • Can you display a calendar in a drop down menu to select a date

    I would like to display a calendar in a drop down menu like in
    outlook's calendar appointments. Is this possible with forms
    and how can it be done. I haven't been able to find anything in
    the book I have. Any help would be appreciated
    Thanks
    Jim

    I am sure this is possible. There is a calendar object on the Forms and Demos CD but I have created my own calendar just using a single form that is called from every date field.
    Create your calendar using a single date item that is populated by a parameter - this will be either the date from the field or sysdate. Create the other elements of the calendar as calculated items based on the first item +1, +2 etc. Use a when-mouse-click trigger to get the user's selection and pass it back to the date field via a global variable or a shared PL/SQL library.
    To make it more like the Outlook calendar you will have to add a button next to every date field and add code to position the calendar according to the field position. You may prefer not to bother to do that - I just open the calendar centrally on screen and activate it using key-listval and/or a pop-up menu.
    Hope this gives you an idea.
    Regards
    Nigel Simpson

  • Drop down menu in selection screen field

    Hi all,
    my requirement is
    In selection-screen  in one field I have to get drop down menu for 2 values.
    1.     Pvalue.
    2.     Hvalue.
    By default it should pickup Pvalue. 
    can any one guide me how to get the logic for that
    Regards
    cnu

    Just paste this code: u will get idea..
    report YH642_DROP_DOWN_BOX.
    TYPE-POOLS vrm.
    **"Table declarations...................................................
    *TABLES sscrfields.
    *"Table declarations...................................................
    PARAMETERS:
    p_connid(11) AS LISTBOX
    VISIBLE LENGTH 20 default 'FOREX-ANANTH'.
    p_value TYPE i MODIF ID QWR.
    *" Data declarations...................................................
    Work variables *
    DATA:
    w_char(20) TYPE c,
    w_flag TYPE i.
    INITIALIZATION. EVENT *
    INITIALIZATION.
    Internal table to hold delivery header data *
    DATA:
    t_table TYPE
    STANDARD TABLE
    OF vrm_value,
    vrm_values1 LIKE LINE OF t_table.
    vrm_values1-key = 'a'.
    vrm_values1-text = 'sap'.
    APPEND vrm_values1 TO t_table.
    vrm_values1-key = '2'.
    vrm_values1-text = 'testing'.
    APPEND vrm_values1 TO t_table.
    vrm_values1-key = '2'.
    vrm_values1-text = 'java'.
    APPEND vrm_values1 TO t_table.
    vrm_values1-key = '4'.
    vrm_values1-text = '.net'.
    APPEND vrm_values1 TO t_table.
    vrm_values1-key = '5'.
    vrm_values1-text = 'vc++'.
    APPEND vrm_values1 TO t_table.
    vrm_values1-key = 'che'.
    vrm_values1-text = 'chetta-ram'.
    APPEND vrm_values1 TO t_table.
    CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
    id = 'p_connid'
    values = t_table
    EXCEPTIONS
    ID_ILLEGAL_NAME = 1
    OTHERS = 2
    reward points if helpful,
    regards,
    seshu.

  • "Choose what folder to store your bookmark in by picking one from the drop-down menu. Or "choose"". Neither works, it only and ever shows 5 of 20 folders I have....help

    I want to bookmark a page I click star or right click. I pick bookmark menu as it has all my folders, however, my only "folder" options are the same five, even if I pick "choose" it doesn't give me ALL my folders to "choose" from, I've mess with this for a year now, the only way to get my page into a "folder" that I want but wasn't given the option in the "bookmark this page box" is to bookmark it (not in a folder-because I don't want the choices given to me) then go to "organize bookmarks", find page and drag it into the "folder" I wanted it to go in in the first place......I'm sooo frustrated, why can't ALL the folders you have show up and then pick one? WHY ONLY a few show up as choices...sigh

    Try using the Add Bookmark Here ² extension. You can drag the Add Bookmark window to the size you want to see. <br />
    https://addons.mozilla.org/en-US/firefox/addon/3880

  • Tool selection drop down menu not showing

    On the side when I click on the little drop down menu for, say rectangle tool, nothing shows. Only the top bar changes and not all the tools are there. Please help! Thanks

    I am having this same problem. I tried reverting to factory settings or whatever it's called. Lost all my preferences I set up but, still no drop down menu on the tools. I can't access the extra tools (I haven't been able to get the magic wand, the sharpen tool, etc.) HELP!!!!!! No one else I work with is having this problem.

  • CSS Drop down menu; how to align the right edge of drop down and parent menu?

    Hello everyone,
    I have a drop-down menu that is currently working well.
    The only change I need to make is to have the right edge of the  drop-down menu to align with the right edge of the parent menu. When you  hover over the menu, it currently "drops" down and to the right, with  the left edges aligned.
    I want the menu to "drop" down and to the left, so the right edges are aligned.
    I have tried fiddling with floats and absolute/relative positioning. I'm not sure what needs to be changed.
    Any help you can provide is greatly appreciated! I'm learning via "cut and paste", so please go easy on any terminology you may use.
    Thank you!
    Here is my code:
    .chromestyle{
         width: 100%;
         font-weight: bold;
         float: left;
         height: 29px;
    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    .chromestyle ul{
    border: 0px solid #BBB;
    width: 100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: right; /*set value to "left", "center", or "right"*/
    .chromestyle ul li{
    display: inline;
    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    /* ######### Style for Drop Down Menu ######### */
    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    .dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;

    Try this:
    .chromestyle{
         font-weight: bold;
         height: 29px;
    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    .chromestyle ul{
    border: 0px solid #BBB;
    width:100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: left; /*set value to "left", "center", or "right"*/
    .chromestyle ul li{
    display: inline;
    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    /* ######### Style for Drop Down Menu ######### */
    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    visibility: hidden;
    text-align:left;
    .dropmenudiv a{
    width: auto;
    display: block;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Display normal text instead of drop down menu

    I have two tables. One is the customer particular, which has RaceID(int) as one of the field. The other
    table is Race, which has RaceID(int) and Race(char). Both of these tables are linked together.
    I have the following code generated from Ultradev when I am using Dynamic Elements Server Behavior.
    I will gonna do a search page, which list the value of Race of customer in normal text for each staff,
    not the drop down menu(but during insert page, I am using drop down menu to enter the data). How to
    do that?
    Codes:(This code will generate a drop down menu which compare the value in the customer particular and
    the race tables. If selected, display that one with the drop down menu.
    <select name="race">
    <%
    while (Race_hasData) {
    %>
    <option value="<%=((Race.getObject("raceID")!=null)?Race.getObject("raceID"):"")%>" <%=(((Race.getObject("raceID")).toString().equals(((((Matching_data
    = Matching.getObject("raceID"))==null || Matching.wasNull())?"":Matching_data)).toString()))?"SELECTED":"")%>
    <%=((Race.getObject("race")!=null)?Race.getObject("race"):"")%></option><%
    Race_hasData = Race.next();
    Race.close();
    Race = StatementRace.executeQuery();
    Race_hasData = Race.next();
    Race_isEmpty = !Race_hasData;
    %>
    </select>

    don't use <select>, use <input type = "text"> instead and you will get text box.

  • Drop Down Menu Advice

    I was wondering if anyone could give some advice as to how I could use drop down menus to switch between 50 different indicators and charts.
    So I am building a program to monitor 50 motors. Right now, I have a program (attached) that can monitor one motor. I want to use a drop down menu to select which motor info (out of 50) I can see at a certain time. Selecting from the drop down menu should update all buttons/ indicators/ charts associated with the motor selected. I would also like the motors that aren't visible, but have been selected (with a boolean called Start   End Data Collecting) to collect data in the background.
    Right now, there is a subVI called Main Station that controls everything needed for one motor. I'm not sure how I'd expand this to 50. The Main Station subVI is in a while loop (while loop is part of main VI) which collects data from a daq on every loop. The Main Station is a case structure that runs or stops if the ON  OFF boolean is switched (like a state machine). So all the motors switched to ON should run and collect data even if they aren't visible/selected on the front panel.
    Here is a view of the front panel.
    As you can see, there are four sections for the indicators/controls and two sections for the charts. Each section will/has a drop down menu. Each menu has a selection of 50 motors (labeled Motor 1, Motor 2,... Motor 50).
    I would like the information in the indicators/ chart to show info specific to the selected motor, while the program updates the other motors (that are set to data collection) to continue collecting data. The only data stored is in the charts, but I would also like the controls to remain selected (even if not visible on the front panel) if a user selected them.
    Any help/suggestions would be appreciated. Let me know if the zip is missing files. Thanks

    Once I started looking at subpanels, that opened up a lot of other discussions about problems similar to mine. In case someone finds their way to this post, here are two links that discuss the topic more. I didn't realize they existed because subpanel was the key word when searching for info on problem and I didn't know subpanels existed (how to search for info on something you don't know about? wish I knew haha).
    http://forums.ni.com/t5/LabVIEW/Any-suggesstions-on-how-to-manage-100-indicator-and-containers/td-p/766085
    and
    http://forums.ni.com/t5/LabVIEW/Looking-for-an-elegant-way-to-manipulate-main-VI-from-Sub-VI/m-p/309001?view=by_date_ascending

  • MS Word-missing print in file drop down menu

    My Mom runs Microsoft Word on her approx 4-year old iMac using OSPanther.
    Just recently, when she wants to print using the File-drop down menu to select print, the print option is not there at all. Not just suppressed. Not there at all. Command+P does not work either
    No problems with, for example, Safari and Mail. Just Word.
    Any ideas on how this could happen? Some sort of odd preference?
    N.

    This forum is for AppleWorks, the Apple 'office' application. With questions specific to MS Word you would be best of asking in a Microsoft forum for the product, or you could try the Apple Discussions forum for whichever version of OSX you are using.

  • Cannot Print a 5.5 x 8.5 document drop down menu does not have this size

    I a m trying to print an invitation that has a size of 5.5 x 8.5.  When you have to select a document size that size does not exsist nor does custom size exsist i  n the drop down menu when selecting the document size.  The document was done inMS word & when you do a print preview the document shows correctly.
    Thank you
    Joerene
    This question was solved.
    View Solution.

    Hi Joe,
    It seems that your print drivers are limiting your options. Using a different print driver may help.
    I've included a link to a post here that might help.
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • No drop down menu under "report a problem"

    When I go into My Purchases and click, Report a Problem for an album, it only takes me to the FAQ page. In that FAQ page, it mentions using a drop-down menu to select the problem you are having. Why is it that I do not seem to have that option in my Itunes Account page? Or is it simply that the FAQ has not been updated for the latest version of Itunes?

    My advice is, don't use that 'Report a Problem' through itunes purchase history. Use your browser and this link
    http://www.apple.com/support/itunes/store/browser/

Maybe you are looking for

  • Problem Printing Wirelessly from MacBook to Epson Stylus NX530

    I have been using an Epson Stylus NX530 wireless printer for 8 months or so without issue. However, over the last couple of weeks, I can't print as usual. I can print things from my iPhone, but nothing from my MacBook. When I go to the printer queue

  • Download family member purchased music to my computer

    Hey, I've set up family sharing for my family's devices, me acting as the family organizer. Recently, my sister purchased a music album and I wanted to download this album. As for downloading it to my iPhone, everything was slick but when i tried to

  • Graphic Design w/ 13.3" Mac Pro??????

    I am about to start Graphic Design school and the Mac Pro that they issue seems a little 'small' for a graphic design program. Can I get some opinions. Especially from GD users. I will be using the following software: Software: ·         Adobe Master

  • Export with where clause

    Hi I couldnt manage to run export by using where clause. exp test/test file=C:\aaa.dmp tables=waybill query=\"WHERE audit_create_date\>to_date('01.01.2008','dd.mm.yyyy')\" ORA-00911: invalid character

  • Using SQL Server 2012 SSIS to Extract Data From SAP

    Hi What is the current best practice for using SQL Server 2012 SSIS to extract data from SAP R3? Please note we are looking for a solution that does not use SAP BW or SAP OHS. Ideally we would like to build our ETL SSIS process to make a .NET call to