Uix:dateField and  date Picker problems

Hello.
In the Blaf Glossary, I read that is possible to use the date picker on a primary window, without a popup window.
does anybody has a sample code to see how is this possible?
thnks !

What version of JDev are you using? The inlineDatePicker is in 10g preview. There was no way of doing this prior to 10g.

Similar Messages

  • Apex 3.1 Upgrade Issue - dba_lock and date picker display

    A couple of minor issues I've seen with my upgrade from 3.0.1 to 3.1. Just wondered if anyone else has seen them and if anyone has a simple fix for the date picker problem :
    1. DBA_LOCK - the upgrade process itself complains about the SYS.DBA_LOCK view not existing - easily remedied by running catblock.sql before you start the upgrade (but not listed as a pre-req)
    2. DATE PICKER display - I have a date picker item in a navigation region - before the upgrade the calendar icon happily appeared directly to the right of the date cell, since the upgrade the icon has moved to underneath the cell, messing up the look and feel. (Also the size of the pop up calendar doesn't quite fit its contents now and you have to resize to see the close and ok buttons )
    Any confirmation that others can replicate the second issue or a quick fix would be very helpful.
    Many thanks,
    Rich.

    Rich,
    >> Unfortunate that something has changed between 3.0 and 3.1 then that will require us to change the formatting. Hopefully not too much work to sort out a form region that looks the same though.
    I know the templates were revised for APEX 3.1, but that should not have affected existing applications. So you're saying that application used a Navigation Template before just fine without issues? I'll ask Carl to investigate.
    >> The issue of the default size of the pop up window cutting off the buttons at the bottom still remains in your example however. (obviously users can resize it but not ideal)
    Well, that really sucks. The worst thing we can do is break the behavior of existing applications, and it appears we've done it here. I filed Bug 6864371 on this issue. We'll get it fixed in the very first patch set for APEX 3.1.
    Joel

  • Show and hide Lov icons and Date Picker image on conditional?

    How to show and hide Lov icons and Date Picker image on conditional?

    Why do you just want to make the icons conditional? Shouldn't the field also be conditional?
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • 575 LRE and data transfer problems

    575 LRE and data transfer problems
    Hello,
    I have a connection from my provider using the Cisco 575 LRE, configured for 10 Mbit/s. I don't know the make and model of the switch but I assume it is likely a Cisco device also.
    I'm experiencing problems with the LRE connection whenever big files are being transfered simultaneously in both down- and upstream directions to/from a PC. The data transfer may slow down to a stall and all WAN connectivity may become momentarily blocked. Transfer speeds and reliability always seem good as long as big files don't get transferred in both directions at the same time.
    What could cause this problem? My service provider says that they see no problems in their end and they are unable to help me. I don't know how extensively they have looked into any possibility of problems though.
    I've tried different 100Mbit network cards, replacing ethernet and phone cabling and changing duplex settings and MTU, but nothing has completely solved the problem so far. Forcing network cards to full-duplex does prevent the worst slowdown and hanging described above, but limits upload speed to around half of the maximum available.
    Not sure if this is meaningful here, but my service provider claims they have the switch my CPE is connected to configured for full-duplex, but when I have a PC network card set to autonegotiation, it will always result in a 100baseTX half-duplex link with the 575 - this is the case where I get maximum speed in either one direction but also the mentioned problems with bi-directional transfer.
    I don't know what more I can do to the PCs here to solve this problem and I don't have access to configuring the CPE device, because I don't own the switch it is connected to. I can only think of trying to ask my ISP to read this thread if someone has a possible solution that requires actions on their behalf.
    Any help would be much appreciated.

    The problem, as you describe it, is most likely cabling ...it could be the cable between your PC(s) and the 575 (most likely), or between the 575 and the switch.
    What you are seeing are the effects of crosstalk (signal from one pair interfereing with the other pair), that's why you see it in full-duplex mode and not (so much) in half-duplex (with half-duplex, only one side talks at a time).
    The only part you would be likely be able to change would be the connections on your side of the 575 ... so, try another cable; preferably a store-bought cable and in good shape (twisted, crushed, kinked, stretched, and poorly constructed cables are a Very Bad Thing).
    LRE was designed to handle voice-grade cabling, but if you're at near the extreme length, you may see some degradation.
    Good Luck
    Scott

  • Date Picker problem in Apex 3.1

    Hi,
    I upgraded my apex to 3.1 and found that the date picker icon behaviour become quite strange.
    If I set the label of the date picker Horizontal/Vertical Alignment to Above, the picker icon will show below the text box instead of right side. And the pop-up calendar for Date Picker (DD-MM-YYYY HH24:MI) also not high enought to show the Close and OK button, I have to manually adjust the pop-up calendar height.
    All this problems were not there in 3.01, is these some kind of bug?
    Thanks
    Vincent

    Hello,
    Can you put an example of your particular layout on apex.oracle.com. The solution I had worked in most of the case's I tested , obviously yours is different.
    The next best solution would be to either shim the items with images, or to specifically set the widths of the containing table cells.
    The reason all this is happening is sometimes , depending on the region templates and CSS the regions will collapse down on the content, and the the browsers will do there best to fit the content in the smallest place possible, Unfortunately, in some cases the browsers ignore both nowrap="nowrap" and/or style="white-space:nowrap", why would I want to put nowrap on something and still have it wrap, I don't know it's not me it's the browsers.
    The solution in the patch I'm leaning towards is wrap item into a table. As it will work perfectly everywhere , and greatly annoy people that want tableless layouts, but that won't be available till the patch.
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

  • Date Picker Problem in BPM VC reports

    Hi All,
    we have created a VC report, which shows the BPM Process information for certain group of users. this is working fine. We are supposed to give some filtering options to the user so as to reduce the amount of records retrieved. We have to filter based upon the process start date (this value is a defalut parameter available when we create a new data source).
    This date is coming in M/D/YY format (ex. 1/1/11). If I use a date picker UI, its date is coming in MM/DD/YYYY format. Due to this the filtering is not working.
    Can some body help me how can I make this work.
    Regards,
    SrinivaS

    Hi All,
    I solved my problem. I added a new Action on submit of type "Assign" and used the below expression for conversion.
    =(DSTR(@STRTDTCUST_From,"M/D/YY")&" - "&DSTR(DADD(@StartDate_To,1,"D"),"M/D/YY"))
    SrinivaS

  • Date Picker problem in APEX 4.1

    Hi,
    I have developed one application in ApEx 4.0 and imported it in ApEx 4.1. In ApEx 4.1, while clicking the Date picker field (on calendar icon) the application is started giving below error :
    Message: Unable to get value of the property '_curInst': object is null or undefined
    Line: 17
    Char: 1448
    Code: 0
    URI: http://*********/i/javascript/apex_4_1.min.js
    I have gone through the below OTN link,But I do not have such scenario which has been discussed over there.
    Apex 4.1 IR: $.datepicker._curInst' is null or not an object
    Other scenario which I have tried:
    In ApEx 4.1, Created a new application with one page having date picker, it is working fine. If I copy/import this page in my old application(which was imported from ApEx 4.0) then the date picker is showing the above error.
    NOte: We are using IE 8 & 9.
    Regards
    Mohan

    Hi,
    We found the problem. The problem is due the file 'jquery.min.js' file we have uploaded in shared components --> images. Once we deleted then it is working fine.
    Regards
    Mohan

  • Select list and date picker on one line  -  is this a bug?

    I'm using: Application Express 3.2.0.00.27
    Is the following a bug? If so, how do I get it reported so it will be fixed in a future release of APEX? If not, how do I do it so it ends up the way I want?
    1. create blank page
    2. create html region
    3. create "select list" item (Begin On New Line - Yes, ...Field - Yes, ColSpan - 1, Row Span - 1)
    4. create date picker item (Begin On New Line - No, ...Field - No, ColSpan - 1, Row Span - 1)
    There will be other items displayed in more columns above what I just had you create above. I want the select list and the date picker to display next to each other on same line, so I placed date picker item on same line in same field as select list item.
    HOWEVER... the date picker ends up displayed under the select list item (kind of), instead of next to it on the same line.
    Here's what I get:
    ...................... [Select List Field] Date Picker Label
    Select List Label
    ...................... [Date Picker Field]
    Here's what I want:
    Select List Label [Select List Field] Date Picker Label [Date Picker Field]
    Thanks,
    Steve
    Edited by: sskelton on Aug 3, 2009 11:01 AM
    Edited by: sskelton on Aug 3, 2009 11:02 AM

    Hi Steve,
    I'm not sure if it's the official way, but you could add a post here: Enhancement Request Thread : Post 3.1 - that's what I've been doing :D
    Andy

  • Create a new OSB domain and data source problems

    Hello,
    I noticed a problem while create a new OSB domain with Oracle Service Bus 10gR3 on Solaris 10 (intel-based).
    This domain is composed of two managed servers deployed on a cluster.
    I have configured the JMS reporting data sources to use an Oracle 10g (XE) database (driver Oracle Thin (non XA)) installed on a remote server.
    While trying to start my managed servers, the startup process of these managed servers failed due to a data source problem on "wlsbjmsrpDataSource" or "cgDataSource-nonXA".
    The workaround I found is to delete and recreate (through the WLS console) the data sources "wlsbjmsrpDataSource", "cgDataSource-nonXA" and "cgDataSource".
    In this situation, my managed servers can be started properly.
    Is it a known problem located on the configuration wizard?
    Thanks for your help.

    Hi
    For the answer.
    I fully understand that those datasources are default ones and are mainly related to JMS reporting.
    But my question was probably not well expressed.
    The problem I had is when the domain is created, the managed servers won't start due to problems related to theses datasources.
    The workaround I found is to delete and to create those datasources from the WLS console.
    In this situation, the managed servers are able to be started.
    I want to know if this is a known problem/limitation of OSB 10gR3 with Solaris 10 and Oracle 10g?
    Thanks for your help.

  • Apple Time and Date Servers - Problems?

    Running OS X 10.5.6 --and today is 1/5/09. Just noticed the date is showing yesterday 01/04/09. I have setting to update using Apple Time & Date Servers. I have rebooted and date is still incorrect ..time is correct. Any ideas? thanks

    Hi,
    Errmmmm - It is still Sunday the 4th here! Tomorrow will be Monday the 5th
    Cheers.
    Ian.

  • Wi-fi and data signal problems after upgrade to ios 8.0.2

    Hi all,
    I have an iphone 6 and updated to ios 8.0.2 two days ago (skipping the ill-fated ios 8.0.1). However, since the update my wi-fi signal is even worse and keeps dropping out, as does me 3G/4G signal.
    Is anyone else having this problem? Should I (can I?) roll back to ios 8?
    Thanks!

    You are not alone.
    As stated by gdgmacguy you may need to do a full reset/restore, but this may be overkill. Before putting your iPhone back to factory defaults, you should try doing a full power down cycle (press and hold the power button, slide the off switch on screen). Wait a few seconds before powering back up. Put your password in to unlock the iPhone and wait to see if your wifi/cellular signal improves. If this does not work, then you need to see if there is something else messing with the handset. The way to do this is to backup all your stuff first and then do a full factory reset. DO NOT RESTORE your iPhone yet. Let it start up as a new handset. If your wifi/cellular signal does not improve, then there is likely to be a hardware issue and you should take the handset back to your point of purchase. If your signal does improve without any apps etc, then it could well be that you have some apps using background services. Turn off background services and switch off cellular data and see if this helps with the wifi stuff. If so, then you need to go through the list of apps trying out which combination works.
    iOS 8 is - in this shark's opinion - a bit of a bugfest and still has a number of issues for Apple and Developers alike. I expect to see 8.0.3 and 8.0.4 or maybe even 8.1 before too long.
    Hope this helps.

  • Viewset - active view and data validation problem

    Hey there,
    I've a problem while using a viewset (1 col, 2 rows) and the data-validation in the wdDoBeforeAction() method.
    My application works basically like this:
    The first view is displayed with 2 mandatory input fields. Upon the evaluation result of the entered data in these fields, a corresponding second view will be displayed. The input fields in the first view are set to read only and a button named "Change" appears. This button triggers an action which fires and outbound-plug to an empty view, so that the second view disappears and resets the "read only" properties of the input fields in the first view, so that the user can enter new data.
    The problem is, that the second view contains input fields itself, which are validated in the wdDoBeforeAction() method of this view. The navigation is cancelled if an error occurs. Well, this is fine if i want to submit (pressing the button "Approve" in the second view) this data and proceed, but if i want to go back to the first view (by hitting the "Change" button), i want to discard all information entered in the second view and i dont want this data to be validated. It's quite annoying if u just want to correct the first views data but have to enter correct values for the second view in order to get through the second views checks..
    I hope that's clear enough, otherwise i will upload a screenshot to clarify.
    Thx in advance
    Regards
    Pascal

    Hi Pascal,
    although I wont prefer to do so for reasons of readability, you could use wdDoProcessbeforeAction to control your view-flow.
    Take a look at the example, I have two Buttons with two actions, one is set on "Validate", the other is not (guess which on is the validating ).
    You can get the action triggered inside the doBefore ... method and determine whether or not the checkbox is set.
    So put your code to validate the input in the i(isValidting) branch and your problems are solved.
    Keep in Mind: I would delegate the Validation from the view to the controller, handle the validation myself with custom coding and then check in the view controller if any errors occured.
    hope that helped,
    Jan
      //@@end
      public void wdDoBeforeAction(com.sap.tc.webdynpro.progmodel.api.IWDBeforeAction validation)
        //@@begin wdDoBeforeAction
           IWDAction currentAction = validation.getCurrentAction();
           if (currentAction == null) return;
           String action = currentAction.getText();
           boolean isValidating = currentAction.isValidating();
           if (isValidating) {
                wdComponentAPI.getMessageManager().reportException(action);
           } else {
                wdComponentAPI.getMessageManager().reportSuccess(action);
        //@@end
    Edited by: Jan Galinski (Holisticon) on Sep 8, 2009 3:15 PM

  • Oracle9i Enterprise Edition Release 9.2.0.7.0 - Imp. and data conv. problem

    hello,
    I have problem with importing and conversion of external data. I have data like example below:
    --------1--------2--------3--------4--------5--------6--------7----
    0000SLOVAC IMPORTYSGA SIVACYS 0509720070227
    25112007022706881952VF7FCKFVC28871406 00ACESIEUR10100000é00000000071049é
    Data in bold are numbers with last character that is calculated like the example below.
    First number format is S9(2)V999999 -> 0100000é le signe est sur l'avant dernier octet C(+) D(-)
    Example 1, en hexa :
    0100000é => +01,000000
    FFFFFFFC S99V999999
    01000000
    Second number format is S9(13)V99 -> 00000000071049é
    Example 2, en hexa
    00000000071049é
    FFFFFFFFFFFFFFC
    000000000710490 => +0000000007104,90
    S9999999999999V99
    other example:
    example 00ACESIEUR10100000é00000000087498I
    en hexa:
    00000000087498I
    FFFFFFFFFFFFFFC
    000000000874989 => +0000000008749,89
    S9999999999999V99
    I need help with creating a function that will transform from "00000000087498I" to real number like "+0000000008749,89", but I really don't know how to do that.
    Can anyone help me with my problem or explain to me how to do that?
    Thanks for your time and best regards

    No it is not so simple. This "le signe est sur l'avant dernier octet" means that the sign is last character in number.
    The sign "é" and "I" are just in my example and they are somehow calculated but I don't know how?
    If I take my example there is field with format S9(13)V99 and with value 00000000071049é (and with last sign "é") and I think the last sign is somehow calculated from number. And then from this value I get the number.
    00000000071049é
    FFFFFFFFFFFFFFC
    000000000710490 => +0000000007104,90
    S9999999999999V99
    Everything I try, calculating from binary to hex, or anything other, I don't get the result or the last sign and I wonder if there is some function in PL/SQL that I can use to get the result I want?
    Or if you have some idea how to help me to get from "00000000071049é" to "+0000000007104,90" from example above?
    Here are some other examples, just for help:
    000000204592D
    000000183882D
    000000139441C
    000000182979H
    000000083361F
    000000083361F
    000000083361F
    000000059033F
    000000066273E
    000000069011G
    000000102615B
    000000092362F
    000000138215‚
    000000138215‚
    000000138215‚
    000000138215‚
    000000106760C
    000000106760C
    000000106760C
    000000115024A
    000000115024A
    000000115024A
    000000115024A
    000000115024A
    000000088149B
    000000084459I

  • Printed Adobe Form - pagination and data content problem

    I have been making changes to HR Appraisal Forms and all goes well except when I want to paginate a section. 
    The text is in a value string.
    I define a flowed subform with direction Top to Bottom.  binding None
    Subform Pagination Place > Following Previous    After > Continue Filling Parent If Dataset Paginated > Goto content area (there is only one content arrea defined in this form
    Allow Page breaks within content.
    I have a table object within the Subform. Place > Following Previous    After > Continue Filling Parent If Dataset
    The table has a Header row Place > Top of Next Page (this works fine) checked Include Header Row Initial Page and Subsequent Page
    the Table row (body) Pagination Place > Following Previous    After > Continue Filling Parent If Dataset
    When I test with more data than fits on page I get overflow and pagination with the Header on both pages.
    The bad the data that overflows to the new page is the same from the start of the first page, it repeats.  aso the second page has the content the length of what the overflow data would have been.
    How do I get the data NOT to repeat from the beginning on the second page?   This should have been easy but I have tried almost everything to correct the problem EXCEPT define all the objects as subforms and use Acessibility to make them work as table or row.  Please remember that I am NOT trying to make an interactive form and just want printed overflow.

    Hi,
    It allows the save as from a process point of view there speaks nothing against having long notes. And in the smartform print and in any other online UI in PM (R/3, BSP, WD) the notes are displayed correctly.
    The PDF is just another UI component, and the only one with the issue. To be honest, I think the SAP note is a rubbish answer, and an easy way out. Yes, in general it is better to have short notes on element level and longer pieces of text in an attachment.
    But logically speaking, the PDF thing is just plainly a bug.
    But we can talk short or long about it, in the end SAP is the one with the final answer
    Regards and Groetjes,
    Maurice Hagen

  • CUF and date format problem

    Hi experts!
    I ve created a CUF with "DATS" format on CI_BBP_ITEM structure.
    My problem is that CUF is displaying in ITS with YYYYMMDD format.
    How can I get an  ITS display depending of user date format attributes?
    (ex : DD.MM.YYYY)
    Thanks a lot for your help.
    P.

    Hi Pierre,
    For the CUF field create a new domain in SE11 and set the conversion routine for that domain. Choose a conversion routine that converts it depending on the user date format attribute.
    Then create the cuf field from this domain and add it to the CI_BBP_ITEM structure.
    Or you can go to the transaction SU3 for that particular user. Go to Defaults Tab and change the date format to DD.MM.YY. Save the changes. Try to login again and check the web whether the date is diaplayed in DD.MM.YY format.
    Hope this helps.
    Thanks,
    Pradeep.

Maybe you are looking for