Diagnostic information about collections

Diagnostic information about the current collection includes information about the following processes:

  • [Initialization], including the parameters passed to the IDO to retrieve the collection, the properties to include, and which components are bound to the collection.
  • [Commands or standard operations], including the beginning and ending of New, Next, Previous, Save, Delete, Refresh, and Refresh Current . Messages about the ending of one of these standard operations indicates the result, where 1 is success.
  • [Overview of loading the collection], including the following:
    • [Load beginning], including the interpreted value of the 「POSTQUERY」 keyword
    • The total filter setting to be applied on the load
    • The method name or none if the default load collection method is to be used
    • The return value and error message from the load method
    • Two messages bracketing the beginning and ending of moving values into the collection data area
    • A final message indicating the number of rows retrieved and the result, where 1 is success
  • [Overview of updating or saving the collection], including the following:
    • Update beginning, including the interpreted values of the 「INS」, 「DEL」, and 「UPD」 keywords
    • Updating ending, including results, where 1 is success, and indicating the number of rows actually sent to the server
  • [Load values:] Each time a property's value is retrieved from the collection, including individual requests from components or scripts as well as a record of each individual value retrieved during a collection load. Selecting this type of information generates a large number of entries in the diagnostic log.
  • [Updated or saved values:] Each time a property's value is updated in the collection, including individual requests from components or scripts as well as a record of each individual value sent during a collection update. Selecting this type of information generates a large number of entries in the diagnostic log.
  • [Dependent notifications:] Each notification listed below generates one diagnostic message before and one diagnostic message after the dependent is notified:
    • A linked child form is refreshed or defaulted due to the collection changing instances.
    • Dependents on particular properties are refreshed due to changes in their values.
    • Subcollections are refreshed, or existing instances are made current, due to this collection changing current instance.
関連トピック