IBM C2040-985 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/c2040-985.html
Which one of the following contains data types stored as summary data by default?
Mike is upgrading a Web application to use a different CSS stylesheet for different types of browsers.
Which of the following @functions should he used to determine which Web browser the user is accessing his application with?
Jarrod wrote an agent that begins with the following LotusScript code:
Dim session As New NotesSession Dim db As NotesDatabase Dim view As NotesView Dim doc As NotesDocument Set db = session.CurrentDatabase Set view = db.GetView( "By Category" ) Set doc = view.GetDocumentByKey( "kitten" )
When the agent runs, which document will be referenced by the "doc" variable?
Menno has hidden the design of a database and finds out later that most of the design elements have the "prohibit design refresh or replace to modify this element" flag set.
How can he undo this?
Clifford has a Readers field in his Expense Report form.
Who will be able to see the document once he saves it in the application?
A Text field on a Form is set to "Allow multiple values". Jan is designing the form, and wants to set the default value of the field to a text list of "Apple", "Orange", and "Grape".
What Default field value formula should she use?
A button on a Notes document has the following LotusScript code:
Dim workspace As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc =
workspace.CurrentDocument Call uidoc.GotoField("Status") Print "Approved"
Where will the word "Approved" appear after the button is clicked?
Kelsey has a LotusScript agent that uses a dialog box to gather information from the user.
How should he modify this agent for use on the Web?
Maria wants to populate a list with the values "Alpha", "Beta", and "Gamma".
What syntax should she use in the formula?
Erica is writing a formula to determine the number of elements in a list. She wants to ensure that a nonzero positive value is returned, even if the value her @Function is evaluating turns out to be a null string.
Which one of the following can she do to accomplish this?