Default start year 1920 for date pciker: how to change ?

Hi,
in a date field i use a datepicker with app date format.
calling to select a date, the popup shows default the month and year 1920.
how to change it in the current year ?
any reaction will be appreciated.
Leo

Hello Leo,
It has to start somewhere...but it is depending on the value of the item. If you set a default to the item, it shows up on that date. But I guess you probably don't want to set a default...
Greetings,
Roel
http://roelhartman.blogspot.com/
http://www.bloggingaboutoracle.org/
http://www.logica.com/
You can award this reply to your question by marking it as either Helpful or Correct ;-)

Similar Messages

  • How to change or add new ext for video?, How to change or add new ext for video?

    How to change or add new extensions for video player???

    Hi,
    Please try to  use Explicit Commit work to save the changes.
    check if there in any BAPI FM related to this.
    Please check the structure you have passed for these fields.
    check the Item category for BOM items - POSTP in table T418. if the entry exists then try to add the values again.
    Thanks & Regards,
    Chandralekha.

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • SQL Server Excel Add In for Data Mining: How do I retrieve the coefficients underlying the logististic regression model in excel

    I constructed a logistics regression model inside Excel using the Data Mining Add In.  I would like to see the coefficients for each input variable.  I can't seem to find this inside excel.  I tried running queries in DMX inside
    Mgt Studio but that seems to return multiple coefficients
    for each input  variable.  I am seeking
    ONE coefficient for each variable.
    Other applications I have used in the past provided the intercept and one coefficient for each input variable.  Can someone advise on how I can achieve that inside excel or Analysis Services?
    Thanks
    Rich
     

    We have this problem when we install the add-in using an Administrator's login ID.
    The problem is that the add-in automatically registers the Excel add-in. This causes a whole host of problems, including the one you describe (even when we install with the user as the admin on their own machine). Other problems include conflicts with other Add-ins (e.g. nVision) & utlities that import PDF into Excel.
    For our Citrix environment we do the following:
    · Install Essbase Add-In as Administrator
    · Replace “ntuser.dat” file in Default User profile with the “ntuser.dat” file from Administrator’s profile. (Replace C:\Documents and Settings\Default User\NTUSER.DAT with C:\Documents and Settings\Administrator\NTUSER.DAT).
    · Delete existing user profile from the system
    Once user logs back in, a new profile will be created to work with Essbase add-in.
    Note:
    1. 1. NTUSER.DAT file is a hidden file. It is only visible if show hidden file option is enabled
    2. Deleting user profile from the system remove all user customization such as shortcuts, favorites, pst file etc. as well.
    BUG NOTE: When you try to Unregister the Excel Add-in from your Start button, the shortcut points to the wrong file name. The file name should be "unRegExcelAddin.exe"
    I hope this helps.

  • Default File Type for New Forms - How to change?

    Hi,
    How can I change propperty: Default File Type for New Forms?
    It is enabled! Do I have to be Administrator to change it? I have SAP ALL..
    SFP -> Layout -> Tools --> Options -> Document Handling
    tnx, Adibo.

    There is no authorisation required for changing the file type. You are saying its enabled, then you can change it.
    Edited by: Nikhil Poojari on Aug 28, 2009 6:50 AM

  • LSMW for inspection characteristics - how to change (some) existing data

    I have created a LSMW using the standard IDOC QPMK/QPMK01. Using structures E1BPQPMK_QPMK and E1BPQPMK_QPMT I am able to create IDOCS and post them into the system using BD87.
    My requirement is to change only some fields of the characteristic, e.g. change only the sort field. At the point where I am now all information that I am not supplying to the LSMW/IDOC is deleted out of the characteristic. E.g. if I would not supply the values currently existing in the info field, they would be deleted once I post the IDOC with my changes.
    My question is: how do I setup the LSMW/create the IDOC so that it modifies only the fields that I am supplying while leaving all other fields untouched? Is this possible?
    Regards
    Martin

    I came up with the idea of reading the existing values out of the respective sap tables while doing the conversion within the LSMW step 11. This would mean that for each field I would have to setup coding in step 5 like this (example for Infofield 1):
    SELECT single DUMMY10 from QPMK into E1BPQPMK_QPMK-INFOFIELD1 where
    ZAEHLER = QPMK_UPLOAD-PLANT_QPMK and MKMNR = QPMK_UPLOAD-MSTR_CHAR and
    VERSION = QPMK_UPLOAD-VMSTR_CHAR.
    I tried this and it seems to work for this field. Quite some effort for all the fields but then it should be fine. Does anyone have some optimization proposals on this?
    Regards
    Martin

  • Changing the default .name property value for data object

    Hi.. I'm rendering a pdf form with attachments through Java APIs. When I attach a file, the .name property (cName parameter) is assigned automatically. I want to attach a file by specified name because I'm tracking these attachments later on the form, is there any way I can do it?
    Thanks in advance.
    Sunaif

    What api are you using?
    Can you post a few lines of code?
    Jasmin

  • Apple ID: same one for 2 IPhones - how to change in order to have 2 separate ID?

    Hello!
    My husband and I have a problem with our IPhones: when we bought them 2 years ago, we put the same Apple ID on both, which was not very clever. Til now, we haven't had so much problem but now, with iOS6 and imessage, it horrible. How can I change my Apple ID and that my husband keeps his existing one?
    Many thanks for your help!

    If you wish to continue as you are... See Here...
    setting-up-multiple-ios-devices-for-messages-and-facetime.html
    If you create your Own / New Apple ID...
    From Here   http://support.apple.com/kb/HE37
    "... you can still access your purchased items such as music, movies, or software using your other Apple ID.... "

  • I have an apple ID but I want to use another one to sync all in the icloud.  I already create a different one for Icloud but how I change my apple id in the iPhone for iCloud without loosing all my info

    my phone can not work

    Settings>iCloud...turn everything off here, including Find My Phone. For Contacts, Calendars, Notes, etc. you'll be prompted to keep the data on the phone, or delete it. Select keep. Then, turn off iMessage & FaceTime. Then, delete the iCloud account...Settings>iCloud...scroll down...delete account. Now, set everything back up using your new ID, then turn both iMessage & FaceTime back on, after you've setup the iCloud account.

  • Default images zoom in Mountain Lion Preview - how to change

    Hi,
    I need to preview alot of images in my work. In previous system I would use Preview with zoom images to 100%. Now this option is gone in preferences. Since the images I preview are ewbsites designs, any other zoom then 100% is useless to me.
    I know that I can open an image, push Cmd+0, click on the green + dot, and then scroll up (because after zooming to 100% the image is centered on the screen). But I open images about 100 times a day - so to me that situation is Usability disaster.
    So my question is: is there a way I can set Preview default image viewing settings to:
    - pixel to pixel zoom (100%)
    - aligned to top
    - opened in window of maximum size on the screen
    I will go to church, kneel and pray for you, stranger sage...
    Cheers

    Dear wjosten,
    1) I have the same problem as Dergler: I can not set the availability status in Messages (ML, v7.0). The settings and also support documents tell that one should be able to set the status in the Menue bar, without mentioning that an active iCloud account in not sufficient.
    2) Also, the Access to "Edit status menue" (and default status messages) is only possible when the activity report tool is displayed in the lower-left corner of the Messages window. With ONLY an iCloud account active this tool is not displayed.
    You correctly tell that the activity report tool and also access to availability settings is possible when the Bonjour account is set to "Enable Bonjour instant messaging".
    HOWEVER:
    I do not want to become visible in my university network, I only want to use Messages (and iMessages on iOS) to communicate with other people that have iPads or iPhones. Are the availability settings not used over iCloud? Why then the setting "Use the same setting for all accounts"?
    Is this intended, or is it a bug??

  • Skype for Android 4: How to change status to busy?

    Hello, 
    how do I change my status to busy on Skype 4?

    Credit where credit is due. New skype is finally usable - after a long long time. It is much better in very many aspects (mostly stability and robustness).
    Stripping some of original functionality is one of the areas that are really missing and it is a step back.
    But given that latest version is a complete redesign - i.e. sounds like a completely new app, i can live with missing feature for couple of months (another very useful feature they scrapped is grouping contacts by Groups when Sharing a picture from Camera - now you need to brows all the long list for each upload).

  • HT204074 Used the wrong account for iCloud. How to Change it

    I just got an ipad, and I used the wrong account for iCloud. When I try to change it in settings it is greyed out.  How do I change I cloud so I can use this for work? 
    Never mind, I fixed it. I deleted the account, and put the new one in. Just a new interface.
    thanks;

    Welcome to the Apple Support Communities
    Open Settings > General > Restrictions and deactivate Restrictions

  • For PCI-4451,How to change the frequency of an output signal without any undefined state

    I would like to generate a signal using output channels of PCI-4451 and at the same time capture data using the input channels. Is there any method that I can generate a continuous signal without any undefined state when the signal frequency is being changed?
    Attachments:
    Input_Signal.bmp ‏729 KB

    Wee,
    DSA boards such as the PCI-4451 have a number of very desirable properties including high precision and a high sampling rate. The trade-off for the combination of these two properties is that the DSA boards cannot adjust their sampling rate on-the-fly. Instead they have to be stopped and reconfigured. During this reconfiguration time, the value of the board's output becomes flat and level.
    If you are looking to adjust the board's output without seeing these flat spots, you have to take a different approach to programming a DSA board. Instead of reconfiguring the board, what you need to do is allow the board to continue to run (at the same output frequency), and then overwrite the output buffer that the board reads to output values. This will
    allow you to output new data without the flat spots. Below you will find an example that displays this behavior.
    If you determine that this is not an acceptable workaround due to the limitations on output rates, you may want to look at using a Multifunction DAQ board (60xx or 62xx) or an arbitrary waveform generator (54xx) device instead.
    Best of luck with your application.
    Regards,
    Jed R.
    Applications Engineer
    National Instruments
    Attachments:
    Cont_Gen_Voltage_Wfm-Int_Clk-With_Updates_for_DSA.llb ‏161 KB

  • LINV field for date when LINV-ISTAT changes to "L"

    Hello,
    I need to find out a date field from LINV table when the status in LINV-ISTAT changes to "L" ( Cleared ). Can anyone suggest which is the required LINV field for this?
    Thanks

    Hello Minal,
    When you create Inventory document with LICC transaction (Quant inventory) at that time it will update the table LINV with inventory details, once you complete count and post difference at Warehouse level with LI20 transaction at that time it will update the table with status L (Cleared).
    Hope this helps.
    Regards
    Arif Mansuri

  • How to change language for iCloud support, How to change language for iCloud support, How to change language for iCloud support

    Apple support .comunicate with me using Netherland language , all comunication , email, and everything connected with support comunicate in Netherland language , but i'm Italian and i cannot understand!
    How can i change this?

    http://www.apple.com/support/icloud/contact/ and set your language using the link in the bottom right-hand corner.

Maybe you are looking for

  • Error message; messages sitting in Outbox

    I have been trying to send some e-mails today but I keep getting an error message that says, "This message could not be delivered and will remain in your outbox until it can be delivered. The server 'smtp.mac.com' cannot be contacted on port 587." I

  • Memory Leak in WebBrowser Control

    I am building a Windows Phone 8 app with a WebBrowser Control in it. I have a list of URLs, whenever I navigate through this list of URLs in WebBrowser control, large amount of memory is being used and not released. After some point my app is crashin

  • Changing IP addresses in inventory record

    Our Windows DHCP admin has set a lease of less than two weeks. Partly as a result of that many of our computers do not show up in Spiceworks with the correct IP address and seem not to scan. I have not been able to persuade our DNS admin to wipe the

  • Subtraction error

    running cfmx 7.1 I have a page that formats the output of a number with a few other numbers subtracted from it. i.e. the following result has numbers hardcoded instead of my variables and it results in the same odd behavior. 7294.4 - 4399.05 - 2895.3

  • Why does adobe crash everytime I try to do a mail merge?

    I'm using the latest CC version of InDesign. I do 1-4 mailmerges a month. Doesn't matter the size (range from 300-5000), but Indesign frequently crashes. I had less trouble before Creative Cloud. Any one with me?