站内搜索
IBM lotus952认证考试 问题列表
问题 单选题Which one of the following describes who will be able to see an existing doc that contains a readers field ?()A only those people listed in the access listB anyone listed as a reader or above in the aclC only those people list in the readers fieldD anyone list as a reader or above in the acl and who is also list in the readers field

问题 单选题tommy has created a sales view in his sales.nsf database. Tommy wants negative numbers in the sales number column in the view parenthesis. which one of the following should tommy do?()A select the parenthesis when negative value in the view properties box B select the parenthesis when negative value in the column properties box C use the @function @negative to set this in the column formula in the view D use a formula to format the value in the field on the form that will be displaying in the view

问题 单选题which one of the following best describes the use of hidden column formula?()A views can be hidden based on a formula B hidden columns are not a supported feature C table columns can be hidden based on a formula  D view columns can be displayed or hidden based on a formula 

问题 单选题olga wants to have one action on the video form that will give the options to print ,save and exit the document when it is clicked .how can she accomplish this?()A use an action with subactions B layer the actions in the action menu  C Use action buttons within an outline control in a hidden frame to present twisties  D use hide/when formulas along with a database profile field setting to display toolbars of icons

问题 单选题ackie wants to remove an action hotspot but leave the image on his video form , in which one of the following ways can he do this ?()A delete the image and reinsert it into the form B select the hotspot and choose the hotspot-remove hotspot menu command C highlight the  hotspot and choose the design- hotspot-remove menu command D select the hotspot and choose the design-hotspot-remove hotspot menu command

问题 单选题Ariel is designing an application and would like to create response documents with a copy of the original doc in a collapsible section, one of the following @command, provided with the correct parameters, will allow her to do this ()A  @command ([compose with copy]) B  @command ([compose with section]) C  @command ([compose with reference]) D  @command ([compose with referencesection])

问题 单选题when eduar tried open the coming attractions view. he got the following error message: incorrect data type for operator or @function: text expected. What did he do to cause this to happen?()A entered text in a number fieldB neglected to place a formula in a validation eventC neglected to place a formula in a translation eventD combined a text field and a time field in formula

问题 单选题john has created a database library, librarians are responsible for adding new information to the db library. which one of the following minimum level of access he can grant the librarians of the db library?()A  readerB  authorC  managerD  designer

问题 单选题Cindy wants to set up third-party tools so she can access them via the designer. Which one of  the following should cindy do?()A  file- inport B  tools-import C  tools-add tools D  shared resources-third party tools

问题 单选题when robert created a response form. he set the "formulas inherit values from selected document" option on the form properties, the field name on the review form is the same as the field name on the inheriting form, however the form does not inherit any data ,why ?()A he failed to specify the form type  B the inheriting form is not a response form  C he specified the same field names on both forms D he failed to provide inheritance formulas for each field 

问题 单选题which one of the following is an @fuction that Lonnie can use to return the value from a specific field?()A  @value B  @getfield C  @GetItemVale D  @getfieldvalue

问题 单选题Eduardo chose native style (use native control )when he created an editable field on a form. how will the field appear to notes users? ()A fixed size outlined rectangle B blank space marked off by red brackets C blank space marked off by black brackets D the field will not appear to notes users.it will only be visible to web users

问题 单选题Yuri created a formula for a button. The code is supposed to set the value of an existing field called title. He used the following formula: title:= @propercase (title); after the foumula runs ,the title field is null. Why? ()A the value of one field cannot be set from the value in another field B the text string in the formula is set to null. Thus notes cannot validate the formula C when setting the value of a field , the formula must be in the field‟s input validation event D the formula does not specify that title is an existing field. Thus it is interpreted as a temporary variable 

问题 单选题bill has an author names field named all editors that calculates a list of possible editors of the doc based on values users has entered into another field. The list only contains users’ first and last names, and only should be displayed to users who can edit doc.Which of the following hide-when formulas should bill use to control the display of the field?()A  @isnotmember(alleditors,@username) B  @isnotmember(@name([cn]);@username) C  @isnotmember(alleditors;@name([cn ];@username)) D  if(@isnotmember(alleditors;@name([cn];@username);@true;@false))

问题 单选题Which one of the following @Function to all "response"and "response to response"documents of parent documents?()A @Responses      B @AllChildren    C @AllResponses  D @AllDescendants