Gwen would like to create an "ATTENTION" line that will toggle on and off each second.
What can Gwen do to provide the blinking text?
A. In the desired location on the page, enter "ATTENTION", and set the desired font properties. From the Paragraph Styles tab of the text Properties, select Blink. The default interval is 1000 milliseconds.
B. Open the page in Domino Designer and create a two-row Table. Type "ATTENTION" in one of the table rows, setting the desired font properties . Click the Programmed table button in the Table Type section. On the Table Programming tab, click "Animated" for the mode, and enter 1000 for the Frequency option.
C. In the desired location on the page, enter the following: Highlight the "ATTENTION" text and set the desired font properties. From the menu bar, select Text > Pass-Thru HTML.
D. Open the page in Domino Designer and create a two-row Table. Type "ATTENTION" in one of the table rows, setting the desired font properties. Click the Animated table button in the Table Type section. On the Table Rows tab of the Table properties, enter "1000" after "Switch row every".
Greg has created a form with several fields that get their data from an external relational database system based on a key field. DECS is installed.
Which one of the following must he have done to achieve this functionality?
A. Created a data connection resource
B. Manually imported the data from the relational database
C. Created an embedded RDBMS link
D. Created an ODBC connection resource
Jacob is working in Designer and is viewing a list of all the design elements in his application. What part of Designer is he looking at?
A. Controls Palette
B. Outline View
C. Editor
D. Application Navigator
Barb is the Lead Developer for the Sales application and the Travel application. Each application is comprised of multiple databases. Within the Applications Navigator, Barb would like to be able to list the databases of the Sales application together, and - separate from the Sales application - list the databases of the Travel application together.
How can she do this?
A. Edit the Application Properties of each database that comprises the Sales Application. On the Design tab, specify "Sales" for the "Working Set" option. Repeat for each database of the Sales application. Perform a similar procedure for the Travel application.
B. Click the Folders icon within the Application Navigator. Select the option to Create a new Working Set. Name the Working Set "Sales" and select the databases that comprise the Sales application. Perform a similar procedure for the travel application.
C. For each application, create a subfolder under the Data folder. Move each of databases to the appropriate subfolder. Drag each folder onto the Applications Navigator.
D. From Domino Designer Select Create > Working Set. Specify "Sales" for the name. From the Application Properties of each database of the Sales application, select "sales" from the Working Set drop-down. Perform a similar procedure for the travel application.
The graphic designer at Roshni's company has developed a graphic theme to be applied to all of the company's HR databases. Roshni has created a new image resource using the twistie.gif provided to her, but the categories in the views do not appear the way the graphic designer had described.
What could be the problem?
A. Roshni was given a single 16x16 pixel image of the image that should display for a collapsed category. The image resource needs to be a 33x16 pixel image a 16x16 gif of the image for collapsed categories, followed by a one-pixel vertical spacer, and a 16x16 gif of the image for expanded categories.
B. Roshni received two 16x16 pixel images ?one for expand and one for collapse, but she has updated the Column properties. She now needs to designate a 16x16 resource image for the "Expand twistie" and a 16x16 resource image for the "Collapse twistie" options on the Column Properties box.
C. Roshni received a single 33x16 pixel image, containing a 16x16 gif of the image for collapsed categories, followed by a one-pixel vertical spacer, and a 16x16 gif of the image for expanded categories. She created the image resource, but she needs to select the "Animated gif" option.
D. Roshni received two 16x16 pixel images ?one for expand and one foe collapse. But she imported the image resources as "open.gif" and "close.gif". The images must be named "expanded.gif" and "collapse.gif".
Cheryle would like to have access to her mail file while she is traveling and disconnected from the network. Once she arrives at her destination, she wants to connect to the network and synchronize her mail file updates with the server version of her mail file.
How can she accomplish this?
A. Create a local replica of her mail file.
B. Create a local synchronized copy of her mail life.
C. Create a local copy of her mail file.
D. Create a local mirror copy of her mail file.
James would like to use profile documents to track individual users' preferences when they access his Web site.
How can he collect the user preference information and create a new profile document?
A. Have users enter their preferences in a form via the browser and then create the profile document using @Command([SetProfileDocument]) in the WebQuerySave agent.
B. Have users enter their preferences in a form via the browser and then create the profile document using @Command([SetProfileField]) in the $$Return field.
C. Create a link to open a profile document using @Command([CreateProfileDocument]) and have users submit the form.
D. Create an action button on a Web page and use @Command([CreateProfileDocument]).
Tyrone is working on the branding of the company's Registration application, and he needs to add the company logo to each form.
How can he do this and minimize potential future maintenance if the logo changes?
A. Add the logo from the Resources ?Images area.
B. Add the logo from the Resources ?Style Sheets area.
C. Add a computed link to the logo in each form.
D. Add the logo from the Resources ?Files area.
Donna created a full-text index for the PerformanceReview database, and she was careful to select the "Index encrypted fields" option. But the HR managers, who all have the secret key that they use to encrypt the data, have reported that their search results are not yielding the expected results.
What is one possible reason for this?
A. The "Index encrypted fields" setting applies only to documents added after the full-text index is created or to documents edited and saved after the index is created.
B. The full-text index was created with an id that did not include an encryption key capable of decrypting fields before indexing.
C. Encrypted fields can be indexed only from a database replica residing on the administration server as specified on the Advanced tab of the database ACL. Donna had indexed the database on the application server.
D. The "Index encrypted fields" setting enables the indexing. The next step before creating the index is to designate the specific encrypted fields that are to be indexed.
Which one of the following can Monique include in a workflow application to allow users to manually forward documents to others?
A. An action containing @DocForward
B. An action containing @MailSend([Forward])
C. An action containing @Command([MailForward])
D. An action containing @MailSend, and a Forward To Field