Chinaunix首页 | 论坛 | 博客
  • 博客访问: 209740
  • 博文数量: 317
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 2775
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-30 12:25
文章分类

全部博文(317)

文章存档

2010年(56)

2009年(38)

2008年(223)

我的朋友

分类:

2008-09-03 13:37:32

Pass4side Using LotusScript in IBM Lotus Domino 8 Applications 190-803认证考试题库如果你正在准备190-803考试,为190-803认证做最后冲刺,又苦于没有绝对权威的考试真题模拟,Pass4Side希望能助你成功。为了确保您对Pass4side的190-803权威考试题库的信任,以下是本题库的参考DEMO .
1. Jim is creating an action which will use documents based on a user-selected value. This value will be compared with the Region field on documents in the Sales database, residing on the HUB_Dunn/Dunn server. 190-803The user-entered value is referred to in the Rlookup identifier in the code. The code so far is: Dim col As NotesDocumentCollection Dim db As New NotesDatabase("HUB_Dunn/Dunn", "SALES.NSF") Dim dt As New NotesDateTime("01/01/90") Dim srchstr As String Which one of the following lines of code will return the correct collection?
A.srchstr = Rlookup set col = db.search(srchstr,dt,0)
B.srchstr = "Region="+Rlookup set col = db.search(srchstr,dt,0)
C.srchstr = "Region=" + " + Rlookup + "set col = db.search(srchstr,dt,0)
D.srchstr = "Select region=" + " + Rlookup + "set col = dbsearch(srchstr,dt,0)WArial
ZAnswer: C
2. Which one of the following represents the uidocument correctly?
A.Dim s As New NotesSessi190-803on Dim doc As NotesDocument Set doc=s.CurrentDocument
B.Dim w As New NotesUIWorkspace Dim doc As NotesDocument Set doc=w.CurrentDocument
C.Dim s As New NotesSession Dim uidoc As NotesUIDocument Set uidoc=s.CurrentDocument
D.Dim w As New NotesUIWorkspace Dim uidoc As NotesUIDocument Set uidoc=w.CurrentDocumentWArialZ
Answer: D
3. If today's date is January 31, 2010 and you ran the following piece of LotusScript:dateString$ = Format(Today, "mm-dd-yy")What would the value o190-803f dateString$ be?
A.1-31-10
B.01-31-10
C.1-31-2010
D.01-31-2010WArialZ
Answer: B
 
阅读(119) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~