Time option in a Drop down box

hi,
How to assign a time option to a drop down box?
Ganesh

Hi,
[Re: Display Date and Time in Dropdown]
[http://www.codingforums.com/archive/index.php/t-74587.html]
[http://www.google.com/support/forum/p/customsearch/thread?tid=5a91da4720bfbe5b&hl=en]
[http://codingforums.com/showthread.php?t=157429]

Similar Messages

  • Multiple select options in 1 drop down box?

    Hi,
    I have created a form that works perfectly except for the fact that I need to provide multiple select options in the 1 drop down box; for example, I'm asking what product the customer is interested in and his answer could be multiple items such as Soap, Sanitizer, Hand Towels, Face Cloths etc...
    At the moment, the customer can only select 1 item not multiple.
    Is this possible?
    Thanks in advance for the help!

    Hi,
    It is not possible to allow the user to select multiple items in a dropdown list.
    You could use a list box, which does allow multiple selections.
    Good luck,
    Niall
    Assure Dynamics

  • I installed a new printer and Acrobat Pro is not listing it as an option in the drop down box. Other apps are working. Printer is networked, platform is Windows.

    sorry, other apps are working fine and finding the new printer. HP Officejet 8620.

    I've rebooted numerous times, reloaded the software twice, spent 4 hrs on the phone with HP and 2 with Adobe. No luck. It simply doesn't show the new printer in the drop down menu for Pro or Reader and yet shows time in all in Office, Paint, Web options. Any suggestions would be greatly appreciated! Thanks!

  • Tools Options changed from drop-down box to new tab full page. Why?

    Hello,
    Have Windows 7, Firefox Nightly 32.0a1 (2014-05-18) the latest update was a couple of hours ago. Since then, when I go to Tools>Options, instead of the Options menu opening in a drop-down window with General, Tabs, Content, Applications, Privacy, Security, Sync and Advanced at the top, it now opens as a new tab (full page) and of the eight functions, the "Tabs" is missing, the others are down the left side of the page.
    Also since this update, I am having problems with two forums, (both hosted by ProBoards) - the icons for links, video. image etc are missing, the "Like" button doesn't work, I cannot preview my posts, the clickable button/box to return to forum is missing. Others on the forum who use Firefox aren't having problems. I'm thinking it is the update causing these problems because they weren't appearing before.
    Thank you.

    That is the new "Options" display, added in today's Nightly when you go to open Options. '''"Tabs"''' preferences are on the "General" panel.

  • I want to Save As a PDF every time, no options in a drop down

    Recently got a new computer, and now when I save a PDF under a different name (protocol reasons) when I click on Save As it gives me a list of options in a drop down box: Reduced size PDF, Certified PDF, Reader extended PDF, Optimized, Image, Word, etc.
    Is there a way to set a default in Preferences or somewhere so it will save as a PDF every time? I would rather spend the time looking for a way to save my PDF as a different kind of file then spend the time selecting PDF whenever I save a PDF under a different name.
    Even just hitting A, then P is getting to be a pain.
    Adobe Acrobat Pro

    I don't see a Save As Other
    I attached a screen shot of what is there

  • Drop-Down Boxes

    I have created a form using the PL/SQL Toolkit. I have 2 drop-down boxes.
    Let's say the options listed in drop-down box 1 are Company Names and the options in drop-down box 2 are Employee Names.
    The thing that I want to happen is this: When I choose a Company from drop-down box 1, drop-down box 2 will change such as the Employee Names that are listed are those who work for the Company that I chose in drop-down box 1. How is this possible?

    You can do it this way :
    Hope you have a table for company names and emp names.
    Populate the forst drop dpwn box with the company names, populate it dynamically instead using POPULATE_LIST built-in.
    WHEN-NEW-FORM-INSTANCE-TRIGGER:
    DECLARE
    rg_name VARCHAR2(1000);
    BEGIN
    rg_name := 'SELECT COMPANY_NAME FROM TABLE_NAME';
    POPULATE_LIST('company_list_name', rg_name);
    END;
    WHEN-VALIDATE-ITEM or POST-CHANGE trigger of the company list_item :
    DECLARE
    rg_name VARCHAR2(1000);
    BEGIN
    rg_name := 'SELECT EMPLOYEE_NAME FROM TABLE_NAME WHERE COMPANY_NAME = :COMPANY_LIST';
    POPULATE_LIST('emp_list_name', rg_name);
    END;
    Hope this helps you.
    null

  • How do I set a "force-fill" to a drop-down box?

    How do I require the drop-down boxes to be filled prior to submitting?  I already have the "required" box checked.  I'm guessing that maybe why the required is not working is due to the blank I have at the top of the list.  I did that so upon opening the document the boxes appear blank & need a selection entered.  This is what it looks like when I remove the blank.

    Thanks for replying.  Although, I may need a “dumbed” down version of your response…Let me see if I understand correctly.  I cannot require a recipient to select an option in a drop down box.  Or is that only the case if I have a blank within the list?  I’m fairly new to the Adobe Forms (read: no formal training…just bumbling along on my own), so I have no idea what setting the property to true means or how to do custom scripting.
    Respectfully,
    Michelle Wessels
    Probation Education
    Education Services Division
    Arizona Supreme Court
    Administrative Office of the Courts (AOC)
    (602) 452-3010 * (602) 452-3004 Fax
    [email protected]<mailto:[email protected]>
    cid:[email protected]
    Main AOC Mailing address:  1501 W. Washington * Phoenix, AZ  85007
    Judicial Education Center/Office Location Address:  541 E. Van Buren, Suite B4 * Phoenix, AZ 85004

  • Web template - Drop Down Box options - Issue

    <b>Requirement:</b> We need drop downboxes for Fiscal Period and Version in our web template. When the query is run, users will choose one fiscal period and one budget version (there are multiple budget versions - 1. Original Budget, 2. Revised Budget 3. Consensus)
    After the query is run, users should be able to see data for any of the past 6 periods and any of the budget versions. So in the drop down list for fiscal period, he should see previous 6 periods and in the drop down for Budgets, they should see all the budget versions.
    If the read mode is set to "Posted values", then only the values user chooses for the variables  at run time will be shown. If the read mode is set to "Dimension table" it'll show all the available periods from the transactional data, which is unacceptable. We also tried the option "Can be changed during Query Navigation" but it will not work the version drop down box as it'll show all the available versions (actual, plan, forecast along with the different budgets)...
    So, is there any other way of solving this issue? By any Javascript?
    <i>This is what I did for the Fiscal Period drop down, but then the solution is not complete.</i>
    For the Fiscal Period variable, I created a new variable and checked the option "Can be changed during Navigation". Then the drop down will be populated with all the possible values. This is how the Fiscal year/ Period combo will work. We'll have two variables. Fiscal year is fixed and we won't have a drop down box for it. So user can not change the year after the query is run. But he can see data for any of the 12 periods of the year he selected.
    But there is a catch. This is not exactly what we are looking for. For example, if the user initially selects Year 2005 and period 10, then he can see all the previous 9 period of year 2005 (also periods 11 and 12). No problem there. But If the user initially selects year 2005 and Period 1, then he expects to see previous periods. But since year is fixed, when he selects period 12 from the drop down list, it'll show him period 12 of 2005 instead of 2004.
    To avoid that problem, we can also put a drop down box for year, but that will become too complicated, as the all the possible years will show up in the drop down. Still trying to figure out a solution around it. Also same problem arises for Version. We only want to see two versions of the Budget. But it'll show them all the possible versions including forecast, actual etc.
    Any insight is highly appreciated.
    Gova

    Hi.
    I has the same problem working on BID.
    Either you need to save the template with a new name or do it under BIP.
    It worked after for me.
    That's why I only do my templates under BIP now.
    I guess a new support package corrects this error.
    Olivier

  • When ever I leave a site a drop down box appears " Are you sure you want to send form again?" " To re-open this page Safari must resend a form, this may sesult in duplicate purchases, comments, or other actions". It does it twice every time? *** is this?

    When ever I leave a internet site an Apple drop down box appears that says,
    " Are you sure you want to send form again?", " To Re-open this page Safari must resend a form. "This action might result in duplicate purchases, comments, or other actions".
    The box has two options,... "Send", or " Don't send",...
    I always hit the don't send button.
    It always drops down twice now when it used to only drop down once.
    *** is going on with that?

    Zoomantics wrote:
    If anyone has a way of stopping Safari from doing this I'd appreciate the "how to".
    I am on a website that has phpbb installed and when I do a search for new posts it shows them to me.
    When I click on a post that I wish to read it shows me that post but if I hit back the server is set up to not allow multiple searches within a short time and the page returns "you cannot submit another search in such a short time".
    If I understand what you're describing, that's a function of the phpbb forum, not something Safari is doing or can change.
    A suggestion: Instead of just clicking on the posts you want to read, I would Command-click to open them in new tabs. Your page of search results will remain open in the first tab, so when you're finished reading the posts, you can close their tabs and return to your list of search results.

  • Create a dynamic form where selected text boxes appears, based on options chosen in a drop-down box

    HELP!!! Can anyone please provide some guidance on how to create a dynamic form where selected text boxes appears, based on options chosen in a drop-down box.
    I have a form which – based on the department that's selected from a drop-down box – will have different form fields/text boxes, etc, made available.
    Is this possible in LiveCycle, if so, can you please provide the script/info - as needed.
    Thanks,

    In the preOpen event of the second dropdown list you put something like (in formCalc):
    if (dropdown1 == 1) then
    $.clearItems()
    $.setItems("Year, 2 Year,  3 Year")
    elseif (dropdown1 == 2) then
    $.clearItems()
    $.setItems("3 Year,  4 Year")
    endif

  • How to create a drop down box values on design time?

    Hello,
    I have a drop down box that I would like to edit on design time to have the valus 1 to 10.
    Is it possible to doo it on design it or do I have to create a loop in the code to do that?

    See go to LocalDictionary->Data Type-> SimpleType Right Click and create a Simple Type giving some Package Name
    Once u have created
    There u will see Enumeration Tab and give Key Value Pairs by pressing New Button
    Now Create a Context Attr and at Type property select that three dots
    Then go to Dictionary Simple Type and select the Package u have given
    then select the Simple type u have created
    Then assign the context Attr to the UI Element
    Message was edited by: krish kanth

  • My drop-down list won't appear anymore so every time I want to go to a new site I have to type it in where before my drop-down box would appear and I could just click it and hit search and go there how do I make my drop-down box come back

    somehow I must've clicked a button that took away my drop down box when I go to use my Google search so different sites that I go to a lot I would always just click it when the drop-down box came up I would click again and hit search and you would bring that page up but even if I go to a site once I leave that I try to click and make the drop-down box come up again with the new search and it nothing happens so the problem is I need my drop down box to come back up to all the places that I visit kind of like a history of like I said I would just click and it would come up by itself now the drop-down box won't come up anymore so I need somebody to tell me what to do to bring my drop-down box back also I am new to computers so I don't know a lot so don't be real technical thanks for the help merry Christmas from Joe

    It's not a matter of me assuming to restore it, once the error comes up, the only next step I can do is to restore it. I can't access any of the iphones settings in itunes or anything, it's a mandatory restore. If I just cancel the sync (before restoring) and disconnect the phone, all my apps crash on opening: aka unusable phone. So I have literally no choice but to restore every time the error shows up if I want my phone to work.
    I have no idea where I may have duplicate files as it doesn't tell me, so if that is the problem (which I don't think it is) then I don't know where I have to go to delete the duplicates.
    And the duplicate file error still doesn't explain why leaving iTunes to restore the phone doesn't work and me having to drag the window around. I know it sounds utterly ridiculous, my friend didn't believe me when I told him either but then I showed him and he was as confused as I am. If I just leave the restore to do its own thing at it's own pace, it will loa maybe 20% then fail for whatever reason.

  • I typed my username and then my password for an account into the username field accidentally. now i start to type username and drop down box gives option of using this to fill username field. how do i get it to stop?

    When start to enter username ("un")for an account that I use firefox suggests previously typed ones in drop down box. Accidentally typed a password next to my un, now everytime i begin to type un this presents as option i can click on to fill un field. If someone else wanted to login to own account on my comp firefox would show this. not secure. suggestions?

    Remove saved Password(s): [http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > Security: Passwords: "Saved Passwords" > "Show Passwords"
    * http://kb.mozillazine.org/Deleting_autocomplete_entries

  • Translation of drop down box values in Time Advice iview

    We have an issue where the values in the drop down box for Team Time Advice iView -> Display more time statements is only appearing in English.  The values are 3 months, 6 months and 12 months.  If we log into the portal in French then everything is translated to French except the values in the drop down box.
    I am looking to find where these can be translated.  Is it possible via the SPRO like it is for values for Organizational Structure Views, or is it only possible by core modding the internal local Java Dictionary in the Java Webdynpro?
    Thanks,
    Richard

    Hi,
    It really depends on where those values are coming from. It is possible that something like that is actually part of the Web Dynpro Application itself and not something that is taken from the backend system, so not possible to modify in the iMG.
    My suggestion is that if this is standard SAP code that you raise a support message with SAP esp. since as you say all the other text is translated into French, it might just be a bug that they will fix.
    If it is your own custom code then you need to look and see where those values come from. You can internationalize WDJ apps as described in this link: http://help.sap.com/saphelp_NW70EHP1/helpdata/en/2d/e7381138a8d2458f1f4fac32614f71/frameset.htm
    I hope that helps you,
    Simon

  • Preset an drop down box on a specific option before display

    Hello Experts,
    I set an dropdown box with a fixed list of options out of a variable (Forecast 1, 2, 3 and so on). It works fine. However, right now Forecast 3 is actual. So when opening the template the drop down box is supposed to be preselected on "Forecast 3".
    I solved the problem by sorting the options, so that 3 comes first and then I set the "action before first display" in the template's properties (set variables values on Forecast 3). It's works but the Users dont like the fact that the drop down box is sorted wrong. Do you guys maybe have a better solution for me?
    Thanx in advance,
    Cora

    Hello Raj,
    thanx for you reply. I have thought about this, too. But I wanted to set the default entry only in my template and not for all cause my colleges might not want it this way. Does this mean, it is not possible to set such things in the template at all?
    Thanx & cheers,
    Cora

Maybe you are looking for

  • Error in loading a picture in BFILE

    Hi People, This is a procedure to load a .JPEG file in a column with bfile datatype. I have created a table ER with following structure: CREATE TABLE ER (ENO NUMBER, ENAME VARCHAR2(20), PHOTO BFILE); now i have inserted values in this table as, INSER

  • Problem with Text tool in Photoshop CS5

    I just purchased PCS5 this morning and they told me that I should download the trial version till I get the actual CDs... I have Photoshop CS4 and never had any serious problems.  After downloading and installing CS5 it seems everything is working ok

  • How do i clean fingerprints off my iMac 27" screen?

    I have the 27" late 2012 model iMac and was wondering how to clean fingerprints off the screen.While my family does a videochat we kinda move the scrrenup,down,left or right to view the whole room and nov there are fingerprints on the screen.If i cle

  • MiFi 4510L Problems - unable to browse web but can ping !

    Have had stationary 4510L for months since my local store rep convinced me to upgrade my perfectly good 2200. Wish I had never done so. First the 4G/3G connect issues kept me from working until the recent firmware patch was finally released. But mixe

  • Storage Stock to Warehouse stock

    Hi All, Our client gone live with basic modules MM FI SD. Now planning to go live WM. Plant AAAA Storage location BBBB WH No CCC. What is the best practice to convert Storage location stock to WM Bin Stock. Do we need to create new storage location(D