Calendar forms10g: doesn't display, 'cause items are required in the record

in the record I have items with the required property set to yes.
I Display the Calendar on Key-ListVal and When-Mouse-DoubleClick triggers.
when the triggers are fired, oracle shows me the following error FRM 40202 Field must be entered. and I can't enter the date.
That's why the record loses the focus when the calendar shows up.
how I can keep my items with the required property set to yes, without having the frm 40202 error.
Steve

Instead of using a different block for the calendar, you could create a separate fmb and use CALL_FORM and a GLOBAL to show the calendar and intercat with it. This way, the record will not loose focus and you won't get the error.

Similar Messages

  • Af:InputDate - Calendar datepicker doesn't display Buddhist Era-based year

    I use jDeveloper 11g R2 (11.1.2.0.0) and found that calendar datepicker doesn't display the Thai Buddhist calendar year correctly. (It shows gregorian year.)
    I found Oracle has just released version 11.1.1.6 which support the Thai Buddhist calendar datepicker.
    I am not sure what I should do? Install version 11.1.1.6? I am afraid there may be other impacts because we already developed lots of stuffs in version 11.1.2.0.0 already.
    Any suggestion?

    Hi,
    You were right the feature is not included into the 11.1.2.x code line. I've requested the backport. I'd suggest that if you can hold up a bit, most likely the upcoming 11gR2 release might contain the feature. However if you have time constraints where you cannot wait, you might need to go to 11.1.1.6.0.
    Are you using facelets on your current 11.1.2.x application?
    Juan Camilo

  • At least one number and one English letter are required in the password.

    At least one number and one English letter are required in the password.

    Page of the router is not fully displayed

  • The following patches are required by the products selected for installatio

    Operating System Patches
    The following patches are required by the products selected for installation:
    [125100-10, 121010-06, 120629-08, 120986-10, 124916-03, 124918-02, 124327-04, 120068-03]
    I downloaded some via pca, others were not downloadable without aSun service plan/account number(something like that), however, I went to sunsolve.com and checked the "obsoleted by" patch for the patches I could not without a sun service plan download.,... I found the patches....

    You seem to have installed an extension that requires the Firebug extension to be installed.
    *http://getfirebug.com/wiki/index.php/Firebug_Extensions#Page_Speed
    If you do not use either of those then uninstall (remove) the not working Page Speed extension.
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • PSE7 Faces tagging doesn't work (No items are selected)

    Hi,
    I try to use the Faces tagging feature in PSE 7 (with windows vista 32bit sp1) but it doesn't work.
    For some reasons, the faces tagging interface never display the photos I've selected. In the lower left corner, it says "No items are selected".
    I tried selecting zero, one or more photos in the photo browser. When I select zero photos, it asks me if I want to find faces on all the displayed picture (I have about 5 000 pictures) but none appears in the faces tagging interface.
    The menu item Find->Find Faces for tagging and the button Face Faces for Tagging give the same result (doesn't work).
    Can anyone help me?
    Cheers,
    Alexandre

    Hi,
    Thanks for the help, but it did not work :(
    I tried two times:
    1) The repair command said it did not find any error and I said No to "Repair anyway", then optimized.
    2) Same thing, but I said yes to Repair anyway with the Visually similar content checkbox checked.
    Cheers,
    Alexandre

  • Calendar not updating on Iphone when items are removed from Outlook calendar.

    Recently a couple of my board members purchased IPhones and IPads. And I have set them up the best I can. If they create a calendar entry on the IPhone or IPad it will show up in Outlook right away. However if they or one of their admins log onto their Outlook calendars and remove a schedule meeting the entry will not delete off the IPhone or IPads. I know there is a 15 minute sync on the devices but I have tested them after hours and days and the entries are still on the calendars on the mobile devices. This creates serious issues when people show up to meetings and destinations that have been cancled days in advanced. If anyone knows anything about how to fix this please let me know.

    Do they log directly into the account or come in with proxy/delegate access? 

  • If Records of different list items are entered, then the data is not getting inserted in the table.

    Hi Everyone,
    A Very Very Happy, Fun-filled, Awesome New Year to You All.
    Now coming to the discussion of my problem in Oracle Forms 6i:
    I have created a form in which the data is entered & saved in the database.
    CREATE TABLE MATURED_FD_DTL
      ACCT_FD_NO    VARCHAR2(17 BYTE)               NOT NULL,
      CUST_CODE     NUMBER(9),
      FD_AMT        NUMBER(15),
      FD_INT_BAL    NUMBER(15),
      TDS           NUMBER(15),
      CHQ_NO        NUMBER(10),
      CREATED_DATE  DATE,
      CREATED_BY    VARCHAR2(15 BYTE),
      PREV_YR_TDS   NUMBER(15),
      ADD_FD_AMT    NUMBER(15),
      DESCRIPTION   VARCHAR2(100 BYTE),
      P_SAP_CODE    NUMBER(10),
      P_TYPE        VARCHAR2(1 BYTE)
    The form looks like below:
    ENTER_QUERY     EXECUTE_QUERY     SAVE     CLEAR     EXIT
    ACCT_FD_NO
    CUST_CODE
    FD_AMT
    FD_INT_BAL
    PREV_YR_TDS
    TDS
    ADD_FD_AMT
    P_SAP_CODE
    P_TYPE
    CHQ_NO
    DESCRIPTION
    R
    W
    P
    List Item
    There are 5 push buttons namely ENTER_QUERY, EXECUTE_QUERY, SAVE, CLEAR, EXIT.
    The table above is same as in the form. All the fields are text_item, except the P_TYPE which is a List_Item ( Elements in List Item are R, W & P).
    The user will enter the data & save it.
    So all this will get updated in the table MATURED_FD_DTL .
    I am updating one column in another table named as KEC_FDACCT_MSTR.
    and
    I want this details to get updated in another table named as KEC_FDACCT_DTL only if the P_TYPE='P'
    CREATE TABLE KEC_FDACCT_DTL
      FD_SR_NO                NUMBER(8)             NOT NULL,
      FD_DTL_SL_NO            NUMBER(5),
      ACCT_FD_NO              VARCHAR2(17 BYTE)     NOT NULL,
      FD_AMT                  NUMBER(15,2),
      INT_RATE                NUMBER(15,2),
      SAP_GLCODE              NUMBER(10),
      CATOGY_NAME             VARCHAR2(30 BYTE),
      PROCESS_YR_MON          NUMBER(6),
      INT_AMT                 NUMBER(16,2),
      QUTERLY_FD_AMT          NUMBER(16,2),
      ITAX                    NUMBER(9,2),
      MATURITY_DT             DATE,
      FDR_STAUS               VARCHAR2(2 BYTE),
      PAY_ACC_CODE            VARCHAR2(85 BYTE),
      BANK_CODE               VARCHAR2(150 BYTE),
      NET_AMOUNT_PAYABLE      NUMBER,
      QUATERLY_PAY_DT         DATE,
      CHEQUE_ON               VARCHAR2(150 BYTE),
      CHEQUE_NUMBER           VARCHAR2(10 BYTE),
      CHEQUE_DATE             DATE,
      MICR_NUMBER             VARCHAR2(10 BYTE),
      PAY_TYPE                VARCHAR2(3 BYTE),
      ADD_INT_AMT             NUMBER(16,2),
      ADD_QUTERLY_FD_AMT      NUMBER(16,2),
      ADD_ITAX                NUMBER(16,2),
      ECS_ADD_INT_AMT         NUMBER(16),
      ECS_ADD_QUTERLY_FD_AMT  NUMBER(16),
      ECS_ADD_ITAX            NUMBER(16)
    So for the push button 'Save' , i have put in the following code in the Trigger : WHEN BUTTON PRESSED,
    BEGIN
         Commit_form;
              UPDATE KEC_FDACCT_MSTR SET PAY_STATUS='P' WHERE ACCT_FD_NO IN (SELECT ACCT_FD_NO FROM MATURED_FD_DTL);
              UPDATE MATURED_FD_DTL SET CREATED_DATE=sysdate, CREATED_BY = :GLOBAL.USER_ID WHERE ACCT_FD_NO = :acct_fd_NO;
    IF :P_TYPE='P' THEN
         INSERT INTO KEC_FDACCT_DTL
              SELECT FD_SR_NO, NULL, MATURED_FD_DTL.ACCT_FD_NO, FD_AMT, INT_RATE, P_SAP_CODE,
                   GROUP_TYPE, (TO_CHAR(SYSDATE, 'YYYYMM'))PROCESS_YR_MON,
                   FD_INT_BAL, (FD_INT_BAL-MATURED_FD_DTL.TDS)QUTERLY_FD_AMT , MATURED_FD_DTL.TDS,
                   MATURITY_DATE, P_TYPE, NULL, NULL, (FD_INT_BAL-MATURED_FD_DTL.TDS)NET_AMOUNT_PAYABLE,
                   NULL, NULL, CHQ_NO, SYSDATE, NULL, 'CHQ', NULL, NULL, NULL, NULL, NULL, NULL
              FROM MATURED_FD_DTL, KEC_FDACCT_MSTR
         WHERE KEC_FDACCT_MSTR.ACCT_FD_NO=MATURED_FD_DTL.ACCT_FD_NO;
    END IF;
    COMMIT;
         MESSAGE('RECORD HAS BEEN UPDATED AS PAID');
         MESSAGE(' ',no_acknowledge);
    END;
    If P_TYPE='P' , then the data must get saved in KEC_FDACCT_DTL table.
    The problem what is happening is,
    If i enter the details with all the records as 'P' , the record gets inserted into the table KEC_FDACCT_DTL
    If i enter the details with records of 'P' and 'R' , then nothing gets inserted into the table KEC_FDACCT_DTL.
    Even the records with 'P' is not getting updated.
    I want the records of 'P' , to be inserted into table KEC_FDACCT_DTL, even when multiple records of all types of 'P_Type' (R, w & P) are entered.
    So, can you please help me with this.
    Thank You.
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    Oracle Forms Builder 6i.

    Its not working properly.
    At Form_level_Trigger: POST_INSERT, I have put in the following code.
    IF :P_TYPE='P'THEN
      INSERT INTO KEC_FDACCT_DTL
      SELECT FD_SR_NO, NULL, MATURED_FD_DTL.ACCT_FD_NO, FD_AMT, INT_RATE, P_SAP_CODE,
      GROUP_TYPE, (TO_CHAR(SYSDATE, 'YYYYMM'))PROCESS_YR_MON,
      FD_INT_BAL, (FD_INT_BAL-MATURED_FD_DTL.TDS)QUTERLY_FD_AMT , MATURED_FD_DTL.TDS,
      MATURITY_DATE, P_TYPE, NULL, NULL, (FD_INT_BAL-MATURED_FD_DTL.TDS)NET_AMOUNT_PAYABLE,
      NULL, NULL, CHQ_NO, SYSDATE, NULL, 'CHQ', NULL, NULL, NULL, NULL, NULL, NULL
      FROM MATURED_FD_DTL, KEC_FDACCT_MSTR
      WHERE KEC_FDACCT_MSTR.ACCT_FD_NO=MATURED_FD_DTL.ACCT_FD_NO;
      END IF;
    MESSAGE('RECORD HAS BEEN UPDATED AS PAID');
    MESSAGE(' ',no_acknowledge);
    It worked properly when i executed first time, but second time , in database duplicate values were stored.
    Example: First I entered the following in the form & saved it.
    ACCT_FD_NO
    CUST_CODE
    FD_AMT
    FD_INT_BAL
    PREV_YR_TDS
    TDS
    ADD_FD_AMT
    P_SAP_CODE
    P_TYPE
    CHQ_NO
    DESCRIPTION
    250398
    52
    50000
    6000
    0
    600
    0
    45415
    P
    5678
    int1
    320107
    56
    100000
    22478
    3456
    2247
    0
    45215
    R
    456
    320108
    87
    50000
    6500
    0
    650
    0
    21545
    W
    0
    In the database, in table KEC_FDACCT_DTL, the ACCT_FD_NO:250398 with P_TYPE='P' record was inserted.
    ACCT_FD_NO
    P_TYPE
    250398
    P
    But second time, when i entered the following in the form & saved.
    ACCT_FD_NO
    CUST_CODE
    FD_AMT
    FD_INT_BAL
    PREV_YR_TDS
    TDS
    ADD_FD_AMT
    P_SAP_CODE
    P_TYPE
    CHQ_NO
    DESCRIPTION
    260189
    82
    50000
    6000
    0
    600
    0
    45415
    P
    5678
    interest567
    120011
    46
    200000
    44478
    0
    4447
    0
    45215
    R
    456
    30191
    86
    50000
    6500
    0
    650
    0
    21545
    W
    56
    In the database, in the table KEC_FDACCT_DTL, the following rows were inserted.
    ACCT_FD_NO
    P_TYPE
    250398
    P
    250398
    P
    260189
    P
    320107
    R
    320108
    W
    There was duplicate of 250398 which i dint enter in the form second time,
    All the other P_TYPE was also inserted , but i want only the P_TYPE='P' to be inserted into the database.
    I want only those records to be inserted into the form where P_TYPE='P' and duplicate rows must not be entered.
    How do i do this???

  • 2LIS_02_ITM - Deleted items are not in the ODS 0PUR_O01

    Hello,
    We activated 2LIS_02_ITM extractor. We noticed that the deleted order items are not available in the ODS 0PUR_O01. SAP Note 578471 (Deleted positions in BW and statistics) explains that deleted items are not "statistical" relevant. However, this is an issue for us. Does anybody know if it's possible to change the behaviour of the extractor to keep deleted order items in the ODS ?
    Many thanks.
    François.

    Yes this is a known behavior in case of deltas.
    For Deleted line items Rocancel field will have an entry with R.
    To handle this you need to map ROCANCEL field in Technical group of transformation (Between Datasource to DSO) with 0Recordmode.
    Once you will do that then after activating the data in DSO it will nullify the records and deleted order or item will not appear.
    Regards,
    AL

  • My sent items are not in the sent folder

    I went to Preferences and chose to have sent items in the folder but they are not there. Anyone have any suggestions?

    Looking at the .mac mail folder, there are no black triangles, I have inbox, drafts and sent (and trash) icons.
    I tested the .mac mail (I know I keep saying "this site" but I don't know what else to call it?), and using this one it does keep a copy of the sent items. BUT using the Mail (the stamp icon mail) copies of sent items are not saved.
    I want to use the Mail one, because you can choose fonts and all that other stuff, which is why I even purchased the year membership! (otherwise I would just stay with Yahoo mail).
    I really don't have a clue about this stuff and I appreciate you taking your time here.

  • How can i see which items are taking up the most disk space

    I have a Titanium PowerBook G4 with a 20GB hard drive. I'm currently using 15GB. I have tried searching through my hard drive to see which programs are taking up the most space. When I add up the totals of the various folders, etc., it's not 15GB worth. I feel like some items must be nested somehow, making them difficult to find. Is there some way to search your computer by size of items? I know that opening the hard drive and clicking on the size tab will sort things according to size. However, the folders don't show their size unless you click on them individually. Any suggestions?
    Thanks.

    While viewing a Finder window go to View>Show View Options, put a check in the box for 'Calculate All Sizes'. This is a setting you don't normally want to have turned on as it slows down the refresh when you switch windows, so you might want to remove the check once you identify the disk hogs.
    BTW- You can free up a lot of disk space & RAM if you remove any fonts that you & the OS don't really need. You may also have a great deal of space taken up by unnecessary printer drivers, not to mention the plethora of ReadMes & other 'goodies' that get added when you install software.
    HTH |:>)

  • Residual items are created with the current exchange rate

    Hello,
    When a residual item is created due to a short payment for an invoice, the residual item is created with the exchange rate that is in effect on that day.  Is it possible to assign the exchange rate equal to the rate that existed on the original invoice.
    Thanks in advance for you ideas.
    Karla

    Hi,
    You can use transaction FB05 for doing the clearing there you would be able to input the exchange rate you need for clearing the AP/AR/GL items.
    But the exchange rate at the time of making/receiving the payment or at the time of clearing is what should be applied.
    Regards
    K.R

  • Website doesn't display correctly, some areas cut off

    All pages of my website cut off some text at the top and bottom. This does not happen with any other web pages I browse! The site was created by our developer and based on a Themeforest theme (from Envato) called Franklin Crowdfunding. Interestingly, my wife's computer does not have this problem and also uses Firefox. So I compared add-ons, extensions, etc. with hers and disabled those on my machine only. Also reinstalled latest Java, Firefox, started in Safe Mode, disabled acceleration and everything else I could find in the troubleshooting section. Nothing has worked. BTW site displays correctly on ipad as well.
    I did notice that the first time I navigated to the page after reinstalling Firefox it worked fine. But after closing and restarting Firefox the problem reappeared.
    Website is www.accoladesintl.com ...red copy at top is partially cut off (bottom half, not top half) and bottom half of the contact info at bottom.
    This problem does not happen in IE. I would rather use your product than it or google, so please help me find the problem!

    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make sure to backup this data or make a note.
    You can't recover from this 'forget' unless you have a backup of the involved files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.

  • Query Result: IE 5.5 doesn't display nested Items

    Hi all,
    I have some trouble displaying Results of the decode section of this Query:
    Assume there is a view of a few hundred rows,
    Depending if the attribute's 'ID value is more than 4000, the browser should display a checkbox and a edit-sign, else there only should be a checkbox.
    <code>
    select id,
    decode(sign(id-4000),
    1,'<div style="float:left">'||
    apex_item.checkbox(2,ID)||
    '</div><div style = "float:none">
    <a
    href="javascript:popUp2(''f?p=&APP_ID.:11:&SESSION.::NO::P11_ID:'||id||''',700,700);"
    <img src="#IMAGE_PREFIX#e2.gif"</a>
    </div>',
    apex_item.checkbox(2,ID))
    as Auswahl
    from v_partner dwhere id >3500
    order by 1 desc;
    </code>
    Tested cases:
    1) Display two elements into one Tablecell separeted by chr(10)
    -Works in Mozilla, doesn't work in IE upwards 5.5
    2) Build table inside of column2 and show the element each in his own cell
    -Works in Mozilla, doesn't work in IE upwards 5.5
    3) Build Div-Container
    -Works in Mozilla, doesn't work in IE upwards 5.5( ok this one could be border-box problem)
    The created Table or Div is shown in the 4th dimension of teh surrounding Region.
    Does anone know how to aviod this behavoir?
    regards
    Franz

    We have found the problem.
    Having all the classes in the inheritance tree using isolated session fixed the problem. TopLink workbench didn't show this as an error. And TopLink was working fine when query via session cache but not when via UoW.
    The error message from TopLink was: Queries on isolated classes, or queries set to use exclusive connections, must not be executed on a ServerSession or, in CMP, outside of a transaction.
    But should at least been: Shared session cannot reference objects in the isolated session.
    And better: Shared session cannot reference objects in the isolated session. All inheritance tree need to use isolated session if one is using isolated session and you query via UoW.

  • The calendar app doesn't display calendar

    The calendar app on my macbook pro used to open  to a calendar when I clicked on the icon.  Suddenly, today no calendar appears when i click on the icon.  Can anyone help me resolve this issue?

    Bigbandss,
    Paste this text ~/Library into the Finder Menu>Go>Go to Folder...window and select "Go." This will open the Users Library Folder.
    Then open the Calendars Folder which is in that Library Folder, and move any any files with "Cache" listed in the name field to your Desktop.
    Next open the Preferences Folder in that same Library Folder and move the com.apple.iCal.plist file to the Desktop.
    Log out/in or restart and open Calendar.

  • Menu to long - some items are unreachable unless the scrollbutton appears

    Hi all,
    sometimes when you have menus with many items, not all items can be entered within the window. When you restart your forms application without booting in between there is a horizontal scrollbutton (with a little arrow on it) both on top and button. By pushing it you can scroll through the whole menu. Has anybody else experienced this, too ?
    Why doesn´t the button appear right from the start ?
    Any ideas how to handle such large menus (apart from reorganization) ?
    We use Forms10g on LINUX OAS.
    Regards
    Frank

    I sorted this out in the end and thought my experience might help anyone else with similar problems.
    I had got no joy from anyone in any forum and kept getting more and more cryptic error messages (errors 1303, 69, 48, 53...). Sometimes only some podcasts (not all) would sync, sometimes only music. The files were often complete and worked perfectly, sometimes they were partial.
    On my fourth try I got CHECKDISK to work (in Vista, right click on the drive, choose Properties->Tool->Error Checking->Check local disk: select both options). This took about 30 mins. After that, syncing worked like A dream and my iPod now has all my 3300 music tracks and 1800 podcast ready and waiting.
    So, despite appearances, it was the iPod itself that was the problem and not iTunes. The disk must have got corrupted with a lot of bad sectors, which have now been repaired or marked off. Why can't iTunes or iPod software not recognise the problem? Also, I do think Apple should offer some sort of support - a chat system would be fine.
    Phew!

Maybe you are looking for

  • Windows 7 won't boot in modified MacBook Pro

    I've installed a 750 GB hybrid drive into my optical bay, and kept the original 250 GB SSD in the primary bay.  I've moved Mac OS to the hybrid drive.  Despite having a bootable USB with Win 7 (created in XP using the Windows download tool, and a Win

  • Can't change desktop picture by right clicking mouse

    Hey guys,i don't know what happened to my mbp last night,usually by right clicking mouse,from the bottom of the popup menu bar,there is a "set desktop picture" but i can't find it.WHY!Plz anyone help,Thanks u all very much. BTW,preferences is working

  • Labels. Confusing. It colors the folder and text in a block of color.

    I've written before about this. I'm wishing and hoping Apple has "fixed" the options for colorizing folders. My problem is that after using a label color, the folder and the entire line of text are colored in a block of color. With several folders co

  • Row level Security for BI Author Role

    Hi All, We are using OBIEE 11.1.1.5 in our project. We have a requirement where we need to configure row level security on certain column. We are currently using external table and session variable approach to configure this. This security works fine

  • Those values which are there in the IN list but  not in the table.

    Hi All, We have a table global_title_isbn having 18 columns with primary key on title_isbn. This table contains approx. 10 million rows. Normally what we used to get was 10-15 comma seperated list of ISBNs for some business process , for them we have