A. file-> inport B. tools->import C. tools->add tools D. shared resources->third party tools
单项选择题WhichoneofthefollowingcanbeprintedfromthedominodesignerIDE?()
A.current selection B.alternative language C.only lotusscript language D.other objects alternative language
单项选择题nancyusedarichtextfieldonaformtocapturedata.shewouldliketodisplaythedatainaview.whichofthefollowingshouldshedo?()
A.use @texttorichtext B.use a richtext title field C.use the @text(fieldname) in the column formula D.nothing rich text display in the views
单项选择题Whichoneofthefollowingdescribeswhowillbeabletoseeanexistingdocthatcontainsareadersfield?()
A.only those people listed in the access list B.anyone listed as a reader or above in the acl C.only those people list in the readers field D.anyone list as a reader or above in the acl and who is also list in the readers field
单项选择题billhasanauthornamesfieldnamedalleditorsthatcalculatesalistofpossibleeditorsofthedocbasedonvaluesusershasenteredintoanotherfield.Thelistonlycontainsusers’firstandlastnames,andonlyshouldbedisplayedtouserswhocaneditdoc.Whichofthefollowinghide-whenformulasshouldbillusetocontrolthedisplayofthefield?()
A. @isnotmember(alleditors,@username) B. @isnotmember(@name([cn]);@username) C. @isnotmember(alleditors;@name([cn ];@username)) D. if(@isnotmember(alleditors;@name([cn];@username);@true;@false))
单项选择题jamesneedstosortalistofvaluesinalistofvaluesinfieldA,andwhentheforminsaved,hewantstosortthelistbeforeitissaved.Whichoneofthefollowingformulaswouldaccomplishthis?()
A. @sort B. @sort(@thisvalue) C. @sortAscending(fieldA) D. @sort(“ascesding”;”fieldA”)