Fundamental questions about Lotus Notes
Author
Editor
Depositor
No Access
Rate this question:
Create a Rich Text field with an object type of "Links"
Create a Rich Text field with an Input Validation formula
Create a Rich Text Lite field with an object type of "Links"
Create a Rich Text Lite field with an Input Validation formula
Rate this question:
Create>Grid
Create>Table
Create>Data layout
Create>Formatted Display
Rate this question:
Position the cursor where the list should appear on the form. Create a new field, and set the Type to PickList. In the Choices section, select a view that lists Change Controls by Requester. Enable "Restrict selection" and set the Value to @UserName
Position the cursor where the list should appear on the form. Create a new Text field, and enable "Allow multiple values". Set "Display separate values with" to Newline. In the Programmer's pane, set the value to @DbLookup ("";"";"ChangeControlsByRequester";Requester)
Position the cursor where the list should appear on the form. Choose Create > Embedded Element > View. Select a view that lists Change Controls by Requester and click OK. Choose the "Show single category" event in the Programmer's pane, and set the value to Requester
Position the cursor where the list should appear on the form. Choose Create > Frame. From the Frame properties, set Type to "Named Element" and select "View". Set the Value to a view that lists Change Controls by Requester. Enable "Show single category", and set Value to Requester
Change the agent property to shared
Copy the agent to a Domino 6 server
Change the agent property to Shared Code
Delete the agent. She must create it again as a shared agent
Rate this question:
@Created
@NewDate
@OriginDate
@CreationDate
Rate this question:
Views can be hidden based on a formula
Hidden columns are not supported feature
Table columns can be hidden based on a formula
View columns can be displayed or hidden on a formula
Rate this question:
OnLoad, onUnload, onClick
OnClick, onMouseover, onExit
Postopen, Queryclose, Querysave
After new mail arrives, Before new mail arrives, After documents are created or modified
Rate this question:
Activate "Allow Autosave" in the Form Properties.
Create an action button with the Autosave @Command.
Activate "Allow Autosave" in the Database Properties.
Enable a background agent to periodically save any open documents.
Rate this question:
@Trim(@Value)
@Trim(@ThisValue)
@Trim (@ThisField)
@Trim(@GetFieldValue)
Rate this question:
The value of one field cannot be set from the value in another field.
The text string in the formula is set to null. Thus Notes cannot validate the formula.
When setting the value of a field, the formula must be in the field's Input Validation event.
The formula does not specify that Title is an existing field. Thus it is interpreted as a temporary variable.
Rate this question:
Select the Database Inheritance option for "Allow inheritance" in the additional databases.
Select the Database Inheritance option for "Inherit from master template" in the additional databases.
Select the Database Inheritance option for "Database file is a master template" in the original Suggestion database.
Select the Database Inheritance option for "Allow other databases to inherit design" in the original Suggestion database. QUESTION NO: 11 Greg created a new database that will be used by members of the Accounting department. He sees that there is a group in the Domino Directory that already contains all of the members of the Accounting department, and it is a "Mail only" group. How can he use that group in the ACL of his database, to control access? A. He needs to change the group type to "Mail and ACL" B. He needs to change the group type to "Multi-purpose" C. He doesn't need to do anything. All group types can be used for ACL access. D. He has to create a copy of the group, and make the new group of type "Access Control List only". Groups can be used for mail or ACL access, but not both.
Add an Authors name field on the form.
Select the Delete Documents option for the user's ACL entry.
Give the user Author access with the Delete Documents option.
Give the user Depositor access with the Delete Documents option.
Rate this question:
@If(@IsDocBeingSaved;@Now;SaveDate)
@If(@IsDocBeingEdited;@Now;SaveDate)
@If(@IsDocBeingSaved;@Today;SaveDate)
@If(@IsDocBeingEdited;@Today;SaveDate)
Rate this question:
Select currency on the Numbers tab in the Column Properties box.
Select currency on the Numbers tab in the Field Properties box of the cost field.
Select currency on the Numbers tab in the View Properties box.
Use the @function @Currency in the column formula in the view.
Rate this question:
Layers
Subforms
Framesets
Style sheets
Rate this question:
Listbox
Keyword
Combobox
Dialog List
Rate this question:
On click
After new mail arrives
Before new mail arrives
After documents are created or modified
Rate this question:
Use an Image Resource as the background graphic for the view.
Use a URL as the background graphic for the view, where the URL points to the logo.
Display the view in a frameset, and set the background of the view's frame to an Image Resource or URL depicting the logo.
He can't do this. Views cannot have background graphics.
Rate this question:
@Sort("Ascending";"FieldA")
@Sort
@SortAscending(FieldA)
@Sort(@ThisValue)
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.