nerdexam
Oracle

1Z0-151 · Question #67

The Orders form, you want to enable users to use Microsoft Excel to create and print an invoice for the customer. The file should be created on the user's computer so that it can be printed with the…

The correct answer is C. CLIENT_OLE2. Note: Performing OLE Automation on the Client You can use any OLE2 package on the client by prefixing it with CLIENT_. You can see the list of the OLE2 package procedures and functions in the Forms Builder ObjectNavigator under the Built- in Packages node. Note 2: With WebUtil…

Implementing WebUtil

Question

The Orders form, you want to enable users to use Microsoft Excel to create and print an invoice for the customer. The file should be created on the user's computer so that it can be printed with the local printer. Which WebUtil package would you use to implement this requirement?

Options

  • ACLIENT_GET_FILE_NAME
  • BCLIENT_HOST
  • CCLIENT_OLE2
  • DCLIENT_TEXT_IO
  • ECLIENT_Win_API
  • FWEBUTIL_FILE
  • GWEBUTIL_UTIL

How the community answered

(31 responses)
  • A
    3% (1)
  • C
    74% (23)
  • D
    3% (1)
  • E
    6% (2)
  • G
    13% (4)

Explanation

Note: Performing OLE Automation on the Client You can use any OLE2 package on the client by prefixing it with CLIENT_. You can see the list of the OLE2 package procedures and functions in the Forms Builder ObjectNavigator under the Built- in Packages node. Note 2: With WebUtil, you can do the following on the clientmachine: open a file dialog box, read and write image or text files, execute operating system commands, perform OLE automation, and obtain information about the client machine

Topics

#CLIENT_OLE2#WebUtil packages#Microsoft Excel integration#client-side OLE

Community Discussion

No community discussion yet for this question.

Full 1Z0-151 Practice