Oracle Forms Error Messages 列表08

Oracle Forms Error Messages 列表08

FRM-41300: Invalid parameter used for Set_Radio_Button_Property.

Cause: You specified a parameter that does not exist.

Action: Check the list of legal parameters.

Level: 99

Trigger: ON-ERROR

FRM-41301: Invalid parameter used for Set_View_Property.

Cause: You specified a parameter that does not exist.

Action: Check the list of legal parameters.

Level: 99

Trigger: ON-ERROR

FRM-41302: Invalid parameter used for Set_Canvas_Property.

Cause: You specified a parameter that does not exist.

Action: Check the list of legal parameters.

Level: 99

Trigger: ON-ERROR

FRM-41303: No such property for Set_Window_Property.

Cause: You specified a property that does not exist.

Action: Check the list of legal properties.

Level: 99

Trigger: ON-ERROR

FRM-41304: No such property for Set_Block_Property.

Cause: You specified a property that does not exist.

Action: Check the list of legal properties.

Level: 99

Trigger: ON-ERROR

FRM-41305: No such property for Get_Block_Property.

Cause: You specified a property that does not exist.

Action: Check the list of legal properties.

Level: 99

Trigger: ON-ERROR

FRM-41306: Invalid parameter used for Set_Window_Property.

Cause: You specified a parameter that is not valid.

Action: Check the list of valid parameters.

Level: 99

Trigger: ON-ERROR

FRM-41307: Invalid parameter used for Set_Block_Property.

Cause: You specified a parameter that is not valid.

Action: Check the list of valid parameters.

Level: 99

Trigger: ON-ERROR

FRM-41308: Error unsetting Group selection.

Cause: You tried to deselect a record or a subset of records that was not selected or is not in the record group.

Action: Check the records that are expected in the group.

Level: 20

Trigger: ON-ERROR

FRM-41309: No such property for Get_Radio_Button_Property.

Cause: You specified a property that is invalid.

Action: Check the list of valid properties.

Level: 99

Trigger: ON-ERROR

FRM-41310: No such property for Set_Radio_Button_Property.

Cause: You specified a property that is invalid.

Action: Check the list of valid properties.

Level: 99

Trigger: ON-ERROR

FRM-41311: Invalid argument or argument ordering for %s.

Cause: You supplied an incorrect argument list.

Action: Check the list of valid arguments.

Level: 99

Trigger: ON-ERROR

FRM-41312: Must have at least one writable item in block.

Cause: A block with the Insert Allowed Property or Update Allowed Property set to True must have at least one writable item. You attempted to make the only remaining base table item in the block not writable by setting either the Derived Column Property or Query Only Property to True.

Action: Set Insert Allowed or Update Allowed to False for the block, rather than setting Derived Column or Query Allowed to False for each item.

Level: 10

Trigger: ON-ERROR

FRM-41313: No such property for Set_Alert_Property.

Cause: An invalid property has been specified for SET_ALERT_PROPERTY.

Action: Enter a valid alert property.

Level: 99

Trigger: ON-ERROR

FRM-41314: Cannot set Insert Allowed Property of current item %s.%s

Cause: You attempted to set the Insert Allowed Property for a current item.

Action: The Insert Allowed Property is only valid on non-current items. Make sure the item is not current.

Level: 99

Trigger: ON-ERROR

FRM-41315: Cannot set Insert Allowed Property of non-displayed item %s.%s

Cause: You tried to set Insert Allowed Property for a non-displayed item.

Action: The Insert Allowed Property is only valid on displayed items. Make sure the item is displayed.

Level: 99

Trigger: ON-ERROR

FRM-41316: Cannot set Insert Allowed Property of disabled item %s.%s

Cause: You tried to set Insert Allowed Property for a disabled item.

Action: The Insert Allowed Property is only valid on enabled items. Make sure the item is enabled.

Level: 99

Trigger: ON-ERROR

FRM-41317: Item is not a radio button %s

Cause: You tried to use a radio button Built-in with an item that is not a radio button.

Action: Make sure the item is a radio button.

Level: 99

Trigger: ON-ERROR

FRM-41318: Item %s is not a VBX item.

Cause: You tried to use a VBX Built-in with an item that is not a VBX item.

Action: Make sure the item is a VBX item.

Level: 99

Trigger: ON-ERROR

FRM-41319: Invalid property %s specified for VBX item %s.

Cause: You tried to get or set an invalid property for the specified VBX item.

Action: Make sure the property is valid for the specified VBX item.

Level: 99

Trigger: ON-ERROR

FRM-41320: Unable to get property %s for VBX item %s.

Cause: Could not get the valid property for the VBX item.

Action: Check the list of legal properties.

Level: 99

Trigger: ON-ERROR

FRM-41321: Unable to set property %s for VBX item %s.

Cause: Could not set the valid property for the VBX item.

Action: Check the list of legal properties.

Level: 99

Trigger: ON-ERROR

FRM-41322: Invalid event %s for VBX item %s.

Cause: You tried to get or set an invalid event for the specified VBX item.

Action: Make sure the event is valid for the specified VBX item.

Level: 99

Trigger: ON-ERROR

FRM-41323: Too many parameters for event %s for VBX item %s.

Cause: You specified too many parameters for the event name for the VBX item.

Action: Make sure there is a valid number of parameters for the event.

Level: 99

Trigger: ON-ERROR

FRM-41324: Too few parameters for event %s for VBX item %s.

Cause: You specified too few parameters for the event name for the VBX item.

Action: Make sure there is a valid number of parameters for the event.

Level: 99

Trigger: ON-ERROR

FRM-41325: VBX event parameter must be a string.

Cause: The VBX event parameter is not a string.

Action: Make sure the VBX event parameter is a string.

Level: 99

Trigger: ON-ERROR

FRM-41326: Failed to deliver event %s to VBX item %s.

Cause: The VBX event failed.

Action: Make sure the event is valid for the specified VBX item.

Level: 99

Trigger: ON-ERROR

FRM-41327: Failed to get default property for VBX item %s.

Cause: The VBX.GET_VALUE_PROPERTY Built-in failed.

Action: Make sure an initial value is assigned to the VB Control Value property.

Level: 99

Trigger: ON-ERROR

FRM-41328: Failed to set default property for VBX item %s.

Cause: The VBX.SET_VALUE_PROPERTY Built-in failed.

Action: Make sure you are setting a valid value property.

Level: 99

Trigger: ON-ERROR

FRM-41329: Item %s is not a List item.

Cause: You tried to add a list element to an item that is not a list.

Action: Make sure the item is a List item.

Level: 99

Trigger: ON-ERROR

FRM-41330: Could not insert list element into %s.

Cause: You tried to insert an other values element when the block contained either queried or changed records.

Action: For more information, refer to help for restrictions on <a href="../builta_c/addliste.html">ADD_LIST_ELEMENT Built-in</a>.

Level: 99

Trigger: ON-ERROR

FRM-41331: Could not delete element from %s.

Cause: Caused by one of the following:

You tried to delete the other values element when the block contained either queried or changed records.

You tried to delete an element from a list that does not contain an other values element when the block contained either queried or changed records.

Action: For more information, refer to help for restrictions on <a href="../builta_c/clearlis.html">CLEAR_LIST</a> and <a href="../builtd_f/dellsele.html">DELETE_LIST_ELEMENT</a>.

Level: 99

Trigger: ON-ERROR

FRM-41332: List element index out of range.

Cause: An invalid index (e.g. a negative number) was specified to the Add_List_Element Built-in.

Action: Correct the index in the call to Add_List_Element.

Level: 99

Trigger: ON-ERROR

FRM-41333: Cannot convert list element value.

Cause: Could not resolve list element value to a string.

Action: Make sure list element is a string.

Level: 99

Trigger: ON-ERROR

FRM-41334: Invalid record group for list population.

Cause: You tried to populate a list from a record group that does not exist.

Action: Make sure the record group exists.

Level: 99

Trigger: ON-ERROR

FRM-41335: Populate_List: invalid column type for column 1.

Cause: The record group does not have a column of the same type.

Action: Make sure record group has a column of the same type.

Level: 99

Trigger: ON-ERROR

FRM-41336: Populate_List: invalid column type for column 2.

Cause: The record group does not have a column of the same type.

Action: Make sure record group has a column of the same type.

Level: 99

Trigger: ON-ERROR

FRM-41337: Cannot populate the list from record group.

Cause: The record group is invalid or the list item does not satisfy the requirements for deleting and adding elements.

Action: Make sure the record group is valid. For more information about deleting and adding list elements, refer to help for restrictions on <a href="../builtd_f/dellsele.html">DELETE_LIST_ELEMENT</a> and <a href="../builta_c/addliste.html">ADD_LIST_ELEMENT</a>.

Level: 99

Trigger: ON-ERROR

FRM-41338: Cannot retrieve the list into record group.

Cause: The record group is invalid.

Action: Make sure the record group is valid.

Level: 99

Trigger: ON-ERROR

FRM-41339: Cannot clear the list.

Cause: A memory allocation failed when Forms Runtime attempted to clear a list.

Action: Try executing the application when the system is less heavily loaded. If the problem persists, contact Oracle Support Services.

Level: 99

Trigger: ON-ERROR

FRM-41340: No such property or value for Set_Application_Property.

Cause: You specified an invalid property and/or an invalid value for a property.

Action: Specify a valid property and/or a valid value.

Level: 99

Trigger: ON-ERROR

FRM-41341: Invalid cursor shape %s specified.

Cause: There is a predefined set of cursor types, and an invalid cursor type was specified.

Action: Specify a valid cursor type.

Level: 99

Trigger: ON-ERROR

FRM-41342: Invalid parameter %s specified for VBX event %s.

Cause: You specified an invalid parameter for a VBX event.

Action: Check the parameter type.

Level: 99

Trigger: ON-ERROR

FRM-41343: Item %s is not an OLE object.

Cause: Invalid item passed to OLE Built-in.

Action: Specify a valid OLE item.

Level: 99

Trigger: ON-ERROR

FRM-41344: OLE object not defined for %s in the current record.

Cause: An empty OLE container is defined.

Action: Define an OLE object to reside in the OLE container.

Level: 20

Trigger: ON-ERROR

FRM-41345: Cannot find the verb %s for this server.

Cause: You specified an invalid OLE verb.

Action: Specify a valid OLE verb.

Level: 99

Trigger: ON-ERROR

FRM-41346: Cannot determine the verb count for OLE object %s.

Cause: Could not communicate with OLE server.

Action: Re-install the OLE server.

Level: 99

Trigger: ON-ERROR

FRM-41347: Invalid verb index for OLE object %s.

Cause: You provided an index that is greater than the verb count.

Action: Check the index value.

Level: 99

Trigger: ON-ERROR

FRM-41348: OLE server error: %s.

Cause: OLE server detects an error.

Action: Try to resolve the error based on the message from the OLE server.

Level: 99

Trigger: ON-ERROR

FRM-41349: OLE object %s cannot execute verb; verb id %d

Cause: OLE object does not recognize the verb.

Action: Try to execute another verb.

Level: 99

Trigger: ON-ERROR

FRM-41350: OLE object is currently not displayed.

Cause: You tried to close a server that is not running.

Action: Ask if the server is active in a record that is not currently active.

Level: 99

Trigger: ON-ERROR

FRM-41351: Cannot navigate out of current form.

Cause: You cannot navigate to an inactive form.

Action: Check to make sure the form you are navigating to is active.

Level: 99

Trigger: ON-ERROR

FRM-41352: Failed to create a new session.

Cause: You attempted to open a new form with a new session.

Action: Check the database server.

Level: 99

Trigger: ON-ERROR

FRM-41353: Cannot start another call form.

Cause: You went to a peer form and performed a call form.

Action: Make sure you are not at a peer form when calling the form.

Level: 99

Trigger: ON-ERROR

FRM-41354: Cannot close form %s.

Cause: Unsuccessful attempt to close a form.

Action: Make sure the form is open.

Level: 99

Trigger: ON-ERROR

FRM-41355: Cannot navigate to form %s.

Cause: You cannot navigate to an inactive form.

Action: Check to make sure you are navigating to an active form.

Level: 99

Trigger: ON-ERROR

FRM-41356: Invalid method %s for VBX item %s.

Cause: You specified an invalid method name for the VBX item.

Action: Specify a valid method name for the VBX item.

Level: 99

Trigger: ON-ERROR

FRM-41357: Incorrect number of arguments to method %s for VBX item %s.

Cause: You specified an incorrect number of arguments to the method for the VBX item.

Action: Make sure the number of arguments is what the VBX item expects.

Level: 99

Trigger: ON-ERROR

FRM-41358: Method %s failed for VBX item %s.

Cause: You specified an invalid method name for the VBX item.

Action: Specify a valid method name for the VBX item.

Level: 99

Trigger: ON-ERROR

FRM-41359: The Open_Form session feature is not enabled. Cannot create new session.

Cause: You do not have the multiple sessioning feature enabled on the database.

Action: The Open_Form session feature is only available for use against a database with multiple sessioning enabled.

Level: 99

Trigger: ON-ERROR

FRM-41360: Invalid value used in Set_Window_Property for window %s.

Cause: You are using an invalid value when attempting to set a window property.

Action: Specify a valid window property value.

Level: 99

Trigger: ON-ERROR

FRM-41361: Cannot navigate out of current form in Enter-Query mode.

Cause: You are in Enter-Query mode and trying to navigate to another form when using Open Form.

Action: Exit Enter-Query mode and try again.

Level: 10

Trigger: ON-ERROR

FRM-41362: No such property for Set_Alert_Button_Property.

Cause: You specified an invalid property for Set_Alert_Button_Property.

Action: Specify a valid property for Set_Alert_Button_Property.

Level: 99

Trigger: ON-ERROR

FRM-41363: No such property for Set_LOV_Column_Property.

Cause: You specified an invalid property for Set_LOV_Column_Property.

Action: Specify a valid property for Set_LOV_Column_Property.

Level: 99

Trigger: ON-ERROR

FRM-41364: Invalid column number specified for LOV %s.

Cause: You specified an invalid column number for the LOV.

Action: Specify a valid column number for the LOV.

Level: 99

Trigger: ON-ERROR

FRM-41365: No such property for Set_TabPage_Property.

Cause: You specified an invalid property for Set_TabPage_Property.

Action: Specify a valid property for Set_TabPage_Property.

Level: 99

Trigger: ON-ERROR

FRM-41366: No such property for Get_TabPage_Property.

Cause: You specified an invalid property parameter.

Action: Check the list of valid properties.

Level: 99

Trigger: ON-ERROR

FRM-41367: Cannot find TabPage: invalid ID.

Cause: An invalid ID was passed to a Built-in subprogram.

Action: Verify that a proper call to FIND_TABPAGE will be performed.

Level: 99

Trigger: ON-ERROR

FRM-41368: Invalid parameter used for Set_TabPage_Property.

Cause: You specified a parameter that is not valid.

Action: Check the list of valid parameters.

Level: 99

Trigger: ON-ERROR

FRM-41369: Cannot insert a second record into a single-record block.

Cause: You (or the application) have attempted to insert a second record into a block whose Single Record Property is TRUE.

Action: Don't attempt to insert a record into such a block.

Level: 99

Trigger: ON-ERROR

FRM-41370: Cannot modify calculated item %s.%s.

Cause: Application design error. The application attempted to assign a value to a calculated item.

Action: If the calculated item is a formula item, then its formula determines its value at all times. It may be appropriate to modify the formula. Or it may be appropriate to change the calculated item to a non-calculated control item whose value is set in various triggers.

Level: 99

Trigger: ON-ERROR

FRM-41371: Cannot set INSERT_ALLOWED Property of calculated item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in attempted to set a calculated item's INSERT_ALLOWED Property to TRUE.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41372: Cannot set ITEM_IS_VALID Property of calculated item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY Built-in attempted to set a calculated item's ITEM_IS_VALID Property to FALSE.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41373: Cannot set LOCK_RECORD Property of calculated item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY Built-in attempted to set a calculated item's LOCK_RECORD Property to TRUE.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41374: Cannot set PRIMARY_KEY Property of calculated item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY Built-in attempted to set a calculated item's PRIMARY_KEY Property to TRUE.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41375: Cannot set QUERYABLE Property of calculated item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY Built-in attempted to set a calculated item's QUERYABLE Property to TRUE.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41376: Cannot set REQUIRED Property of calculated item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in attempted to set a calculated item's REQUIRED Property to TRUE.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41377: Cannot set UPDATEABLE Property of calculated item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in attempted to set a calculated item's UPDATEABLE Property to TRUE.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41378: Cannot set UPDATE_NULL Property of calculated item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY Built-in attempted to set a calculated item's UPDATE_NULL Property to TRUE.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41379: Cannot recalculate non-formula item %s.%s.

Cause: Application design error. A RECALCULATE Built-in specified an item which is not a formula item.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41380: Cannot set the blocks query data source.

Cause: The user attempt to change the block's data source dynamically has failed.

Action: Check the form and make sure that the specified block is not a control block and the block status is new.

Level: 99

Trigger: ON-ERROR

FRM-41381: Cannot set the blocks DML data target source.

Cause: The user attempt to change the block's DML data target dynamically has failed.

Action: Check the form and make sure that the specified block is not a control block and the block status is new.

Level: 99

Trigger: ON-ERROR

FRM-41382: No such property for Get_Item_Instance_Property.

Cause: Application design error. A GET_ITEM_INSTANCE_PROPERTY Built-in specified an invalid property.

Action: The property must be changed to BORDER_BEVEL, INSERT_ALLOWED, NAVIGABLE, REQUIRED, UPDATEABLE, or VISUAL_ATTRIBUTE, or else the call to the Built-in must be removed.

Level: 99

Trigger: ON-ERROR

FRM-41383: No such property for Set_Item_Instance_Property.

Cause: Application design error. A SET_ITEM_INSTANCE_PROPERTY Built-in specified an invalid property.

Action: The property must be changed to BORDER_BEVEL, INSERT_ALLOWED, NAVIGABLE, REQUIRED, UPDATEABLE, or VISUAL_ATTRIBUTE, or else the call to the Built-in must be removed.

Level: 99

Trigger: ON-ERROR

FRM-41384: Invalid parameter used for Set_Item_Instance_Property.

Cause: Application design error. A SET_ITEM_INSTANCE_PROPERTY Built-in specified an invalid value for a property.

Action: The call to the Built-in must be modified or removed.

Level: 99

Trigger: ON-ERROR

FRM-41385: Maximum number of queried records exceeded.

Cause: The user specified maximum number of records for a given block is reached.

Action: Check the forms block and form level properties.

Level: 99

Trigger: ON-ERROR

FRM-41386: Cannot set VISIBLE Property of tab page containing current item.

Cause: You tried to set the Visible Property for the tab page which contains the current item.

Action: The Visible Property is only valid for tab pages which don't contain the current item.

Navigate to an item on a different tab page or different canvas first.

Level: 99

Trigger: ON-ERROR

FRM-41387: Cannot set VISIBLE Property of last enterable tab page.

Cause: You tried to set the Visible Property for the only enterable tab page on the canvas.

Action: Make sure there is at least one other enterable tab page on the canvas before trying to set the Visible Property.

Level: 99

Trigger: ON-ERROR

FRM-41388: Cannot set ENABLED Property of tab page containing current item.

Cause: You tried to set the Enabled Property for the tab page which contains the current item.

Action: The property is only valid for tab pages which don't contain the current item.

Navigate to an item on a different tab page or different canvas first.

Level: 99

Trigger: ON-ERROR

FRM-41389: Cannot set ENABLED Property of last enterable tab page.

Cause: You tried to set the Enabled Property for the only enterable tab page on the canvas.

Action: Make sure there is at least one other enterable tab page on the canvas before trying to set the Enabled Property.

Level: 99

Trigger: ON-ERROR

FRM-41390: Cannot set REQUIRED Property of subordinate mirror item %s.%s.

Cause: Application design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in attempted to set the Required Property of a subordinate mirror item. The Required Property will be obtained from the master mirror item (the item specified by the Synchronize With Item Property).

Action: Set the Required Property of the master mirror item.

Level: 25

Trigger: ON-ERROR

FRM-41391: Cannot find visual attribute: invalid ID.

Cause: An invalid ID was passed to a Built-in subprogram.

Action: Verify that a proper call to Find_VA will be performed.

Level: 99

Trigger: ON-ERROR

FRM-41392: No such property for Get_VA_Property.

Cause: You attempted to get a non-existent visual attribute property.

Action: Verify call to Get_VA_Property for a valid property.

Level: 99

Trigger: ON-ERROR

FRM-41393: No such property for Set_VA_Property.

Cause: You attempted to set an invalid visual attribute property.

Action: Check the documentation for setting visual attribute properties and try again.

Level: 99

Trigger: ON-ERROR

FRM-41394: Invalid parameter value used for Set_VA_Property.

Cause: You attempted to set an invalid value for a visual attribute property.

Action: Check the documentation for setting visual attribute properties and try again.

Level: 99

Trigger: ON-ERROR

FRM-41395: Invalid parameter used for Set_Report_Object_Property.

Cause: You specified a parameter that does not exist.

Action: Check the list of legal parameters.

Level: 99

Trigger: ON-ERROR

FRM-41396: No such property for Get/Set_Report_Object_Property.

Cause: You specified a property that does not exist.

Action: Check the list of legal properties.

Level: 99

Trigger: ON-ERROR

--刘轶鹤转

D Forms Error Messages

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值