Bizzare behaviour of required item

I am encountering a very strange error in forms6i which appears to be a bug. Has anyone seen anything like this ?
I attempting to clear_block and go_block in a when-tab-page-changed trigger. The form complains, quite correctly, that a required field must be entered. When I attempt to type any text in the field I get "Undefined function key. Press CTRL + F1 for list of valid keys." If I mouse click in the field it allows me to type one character, then the second character gives the same error. I can only complete the text by mouse clicking between each character.
This only happens when testing the form from the builder on NT. If I web deploy it on solaris it behaves properly.

Well I have managed to fix it. This was my original W-T-P-C code.
clear_block;
if NOT (:System.Form_Status = 'QUERY' OR :System.Block_Status = 'NEW' ) THEN
-- commit cancelled - return to original tab
set_canvas_property('tabcanvas',topmost_tab_page,:system.tab_previous_page);
raise form_trigger_failure;
end if;     
I have now added the following immediately after the clear_block
if not form_success then
raise form_trigger_failure;
end if;
It now works. It is slightly annoying that the new tab page appears behind the error message, and the original page does not come back until it is acknowledged. Unfornately there does not appear to be a better way to fail tab navigation, unless someone knows otherwise ?      

Similar Messages

  • The operation can't be completed because one or more required items can't be found. (Error code -43)

    When I attempt to add files to...or copy to the desktop of my mac, my icloud (idisk ..the blue icon on my desktop) is giving this error:
    The operation can’t be completed because one or more required items can’t be found.
    (Error code -43)
    I've been searching for info on that error code, but I'm not find anything on (many different error codes, but not -43).

    I get an error -36.
    I did the dot_clean in the terminal.
    Did not fix it.

  • I renamed a power point a file and now when I try to open it it keeps giving me the error code -108. If I try to open or copy it say: The operation can't be completed because one or more required items can't be found. (Error code -43). What do I do?

    I renamed a power point a file and now when I try to open it it keeps giving me the error code -108. If I try to open or copy it say: The operation can’t be completed because one or more required items can’t be found. (Error code -43). What do I do?

    Post in Microsoft's Powerpoint (Mac) message boards.

  • Slideshow page appears to load all images at once making it very slow. Is it possible to force it to load just the required items for the immediate page / slide

    Hi Everyone
    First post and a Muse / Web Noob.
    Im building my personal website with muse ( CC and now CC 2014 ) , its quite simple with slideshows embedded inside each other and is just 4 pages in total.
    My two slideshow pages appears to load all images at once making it very slow ( plus 20 secs on my system ). Is it possible to force it to load just the required items for the immediate page / slide. It would be so much faster and would work much better in this particular situation.
    Ive built all the images and icons at the correct size so optimisation shouldn't be an issue. The whole site is only about 42mb.
    www.paradoks.co.uk
    Many thanks
    Deck

    Oh well the problem seems to have fixed itself. It seems it was either a Java or Tumblr problem because the same thing happened when I installed Chrome. It is a lot more stable now and no more crashes yay.

  • Transfer requirement items to be processed still exist. message no. L3 449

    Hi gurus
         i have the error during saving the Partial TO , error like "Transfer requirement items to be processed still exist.
        message no. L3   449 ". kindly suggest me , where i made mistake
    with regards
    DINESH KUMAR

    Hi JURGEN,
       whatever you told ,I followed and Activated partial picking for shipping.... but that is for SD module transaction.. i talking about Partial transfer order of goods issue against production order....
    If you have  difficult to understand my queries means, kindly send me your personal mail id. i will the screen shots to your mail id.
    THANKS YOU FOR UR SUPPORT
    With Regards
    DINESH
    Edited by: code acess on Dec 15, 2011 5:27 AM
    Edited by: code acess on Dec 15, 2011 5:47 AM
    Edited by: code acess on Dec 15, 2011 6:12 AM

  • Required items in Forms 9i

    I have several forms with a single, multi-record block, where the first few fields in the row are non-database, followed by database fields. Most of the ndb fields are 'Required' but when entering the form or a new record the cursor goes to the first database field and gives a 'Field must be entered' error on it. Why is this happening when other forms with the identical arrangement of non- and database fields behave properly?
    In all cases 'Defer required enforcement' is set to N but I have tried setting it to Y where the problem is happening and it seems to make no difference.

    In Developer, check the order of the items in the block node. Normally the focus is set to the first enabled and visible item within the block, regardless of the appearance order on the canvas.
    Hope this helps
    Gerald Krieger

  • Required item no: to populate custom field while creating item for a Sales order

    Hello Experts,
    I have created a custom field for item data of sales order using AET .
    I want to populate this field automatically when ever we create a new item for a sales order using UI or CRMD_ORDER or WCEM by concatenation Sales order number and item number.
    We are getting Item GUID but not getting the item number(need item number before getting saved is their any chance to get item number from item GUID ) to populate the field and save it.
    For this we tried using BADI's
    CRM_BTX_EXTENSIONS
    CRM_ORDERADM_I_BADI
    Thanks in advance,
    Manasa Veena P.

    Where did you add the field ?

  • Unexpected behaviour with "require password" and screen saver

    In 10.6.x, I checked "Require password after sleep or screen saver begins" and after the invoking the screen saver (via a hot corner) moving the mouse or typing on the keyboard brought up a password dialog.
    In Lion, this is what happens with the same settings:

    That got posted somehow before I finished. Here is what happens:
    The log in screen is displayed.
    I select an account and log in.
    The log in screen is displayed again.
    I am logged in, but have obviously been logged out in the meantime.
    This looks like a bug to me.

  • Describe Requirement item not adding to cart

    After clicking the "Add to shopping cart" icon when creating a free text item for a cart, the screen refreshes and displays the screen again but the item's not added to the cart.
    All the information is still held in the fields as though i'm creating a new free text item.
    We are using SRM 4.00, SRM_SERVER 500, SAPKIBKS11.
    Any ideas on this one ?
    Keith

    Hi,
    We had a similar problem on SRM 4.0.
    Pls refer the foll thread:
    ERROR IN  SHOPPING CART CREATION
    BR,
    Disha.
    Do reward points for useful answers.

  • How to make a search form with required items?

    Hi
    I am using JDeveloper 11.1.1.2 and JHeadstart 11.1.1.2.29
    I want to make a Search-form for Searching Employees. I want to search for Last Name OR First Name OR Maximum Salary OR ( Combination ManagerID and DepartmentID). One of these is required.
    On the view object for Employees, I defined a view criteria for the search.
    In JHeadstart, I disable Quick Search and set Advanced Search to model-samePage and Advanced Search View Criteria to the view criteria I just defined.
    But now, I can also personalize the Advanced Search. How can I disable this?
    And is this the right way to create such a Search-form or do you have other suggestions?
    Regards,

    The model-based search is standard ADF functionality.
    Jheadstart simply generate the search component on the page. There are a lot of addiitonal properties on af:query that you can set that we do not expose through the Jheadstart application definition editor.
    You can create a custom template to set those additional properties.
    See the af:query tag doc for more info:
    http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_query.html
    Steven Davelaar,
    Jheadstart Team.

  • Different Backgound color for required Items

    Hi Experts,
    Is there a way to format the query data entry screens to change the back ground to a different color if the field is a required field.
    Thank you.

    Hi,
    no this is not possible. In case of using the Web you could do modifications in the program.
    Heike

  • Required item texts in purchase requisitions

    Hi all,
    When I create a purchase requisition, I need to set some of the texts as required.
    I think, with customizing it's not possible. Is there any user exit for that?
    Can anyone help me?
    Thanks,
    Luis Cruz

    Procedure 1
    Go to SPRO--> MM>Purchasing ->Purchase requisition> Define screen lay out at document level----->
    Here make "Text" Field is required entry from relevent field selection group which is assigned to PR Doc .type
    Procedure 2:
    SPRO--> MM>Purchasing ->Purchase requisition->Text for Purchase Requisitions>Define Copying rules--
    >Select Relevent text type(Your required) and click on text likage then select the Fix indicator as 'N"
    Then this text not to copied to further docs like PO,RFQ,OLA

  • IMac Disk Problems; Won't boot and other bizzare behaviour

    Well I've been thru most that I can think of; My iMac won't boot. Problem with diskcorruption. fsck in single user won't fix, DiskWarrior stops at rebuilding directory, I have reset PRAM, booting to 10.3.6 stops at loading LoginWindow; DiskWarrior is been the only CD I've been able to boot with. I tried to boot with install Disks for 10.2 and 10.3 but as the boot starts these CDs get ejected. While in single user mode I can navigate around my filesystem except for my home directory; I get a disk error when I go there. Well it appears (1) to be a B-tree problem related to my home directory
    (2) but why can't I boot from install CDs
    (3) why can't I boot in safe mode?
    (4) think there's going to be any way to save my data?

    You can reset the PMU yourself. Only press it once. That may help you bootup on your install disk.
    As far as the corruption goes, If DiskWarrior can't fix it, nothing will. You'll have to Erase and Install. First see if the free demo of Data Rescue can see your stuff. If it can and it's important enough, you can buy the full version. You could also try hooking up another Mac in Target Disk Mode, and see if you can retrieve you stuff that way.
    This is the best way to Erase and Install. First backup all your important stuff, if you can, as the following will erase everything on your drive; it will be unrecoverable. Put your install disk in your Mac and Restart while holding down the C key. In Tiger, When you get to the install screen, don't click install and go to the title bar at the top of the screen and click on Utilities (in earlier OS's click on the installer menu).
    Click on Disk Utility and choose the hard drive you want your OS on. Then click on the Erase tab. In Tiger, click on the Security Options button near the bottom (it's similiar for Panther and Jaguar).
    Once in there choose Zero Out Data (write zero's in earlier versions). This will map out any bad blocks on your drive and bring it back to almost new condition (providing there's nothing wrong mechanically with it, bad bearings, defective or damaged surface, etc.).
    Once this is done, go back to the install screen and begin the "Erase and Install" installation. This will put a factory fresh system on a clean hard drive.
    Cheers!
    DALE

  • How to make a conditional required form item

    I'm working with an old version of Dreamweaver (CS3) and I'm trying to create a user information registration form. I've got a field for a phone number and then a select box for phone type. I'd like to include an option for a second number and type, but I don't want to make it required. However, if the user enters a number there, I want the type selection box to be a required item. I'm just using the provided spry validation widgets, but I can't find that option anywhere. Is it possible to make that selection box required based upon whether or not the user has entered a value in another field?
    Appreciate any help!
    Jeremy

    Dear sri,
    i want to make a required field thru personalization
    I appied following coditions:
    ========================================
    Trigger Event : WHEN-NEW-FORM-INSTANCE
    Trigger Object :
    Condition :
    ACTION:
    Property : ITEM
    PO_APPROVE.NOTE
    REQUIRED
    TRUE
    ========================================
    Trigger Event : WHEN-NEW-ITEM-INSTANCE
    Trigger Object : PO_APPROVE.WF_OK_BUTTON
    Condition : :PO_APPROVE.NOTE IS NULL
    ACTION:
    Message SHOW
    'NOTE is required field. Please Enter NOTE.'
    ==========================================
    But it is not working.
    Its urgent
    Please assist with coding.
    Thanks
    Pradhyumn Sharma

  • Query for exact item name for CAL required

    Hi,
    We are e-businessoft, reseller for Microsoft softwares.
    One of the customer has recently purchased windows server and now wants to purchase some user CALs. Few users will do mstsc of WinServer from within the
    premises and few customers will do the mstsc from remote location, a different city. Remote user will login via internet connection into the LAN and then do mstsc
    of WinServer.
    Please tell me exactly what products has to be purchased to facilitate this. I have suggested the below:
    1. WinSvrCAL 2012 SNGL OLP NL UsrCAL
    2. WinRmtDsktpSrvcsCAL 2012 SNGL OLP NL UsrCAL
    If this is correct, then please guide on how exactly this works? For example, The user doing mstsc from within premises requires item 1 only and users doing mstsc
    from different city requires item 2 only, or both 1 and 2 is required in both case.
    The terminal server services gives a countdown of 120 days from date of installation and ultimately expires and all connections thru mstsc stops. And then the
    server is reinstalled. So one major concern is whether purchase of these CALs will stop this inconvinience for ever?
    Please reply asap. CAL requirement is very urgent but can not proceed unless this clarity comes from you.

    Hi,
    Resellers should contact MSFT Partner Support for assistance.
    In general, the scenario you describe requires both Windows Server CAL and also RDS CAL for each user/device.
    This is because an RDS/TS CAL is required for correctly licensed use of RDS/TS, and in addition, because RDS/TS is used to gain access to Windows Server services/features, a Windows Server CAL is also required.
    (there are different scenarios which may apply, depending upon the edition of Windows Server being used, and also, it may be less expensive, depending on the size/scale of the scenario, to instead consider CAL Suite options)
    (also, note that if the Windows Server is offering MS Office, that requires Office licensing to be addressed. Also consider if the RDS/TS will allow the users/devices to consume MS Exchange or MS SharePoint or MS SQL, additional CALs for those products may
    be required)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Maybe you are looking for

  • Solved - Group Fields for Vendor Master Records in IMG

    This was the solution. The new field's data element I added to LFB1 did not have the "change document" field checked.  I made that change and now that field shows up in IMG. Hello all, I added an append structure to the table LFB1.  This structure ha

  • JPA Problem: Table not found by JPA run-time

    I am using NetWeaver 7.3 with an MS SQL Server 2008 and have created a EJB and EAR development component, which are correctly set up. I want to access tables in the database. I have the problem that a colleague has created new tables in the database

  • Serial Nos and Delivery Creation

    Hi, We are using SAP Business One 2005 A SP 01 PL 08. We have created a Sales Order in which we have an item which is a managed by serial nos. We now try to convert this sales order into a delivery note and when we do so we are asked to select the se

  • Since a few days i receive each e-mail two times, what is wrong and how could this stopped?

    I appretiere tips to solve that Problem.    Thank you very much for you help.          Horst P.H.

  • Q: Component Pick Release

    Hi all, quick question regarding component pick release. I have a WIP job that needs 5 components. 3 are available and 2 are not. I release the available components to the warehouse. Now the warehouse is not supplying them all together. They are supp