Charles is using IBM LotusScript to read a text file. He would like to read the first 23 characters in the file and replace them with a different string value. The following code snippet has a statement missing after the last line. What statement will Charles append to the snippet to complete the code?
Answer : B
Helen is using a Repeat control to add a row to a table for each view entry in a Domino
View data source. When she tests her code she sees 10 tables and not one table with 10 rows. How could she correct this?
Answer : D
The "Run server-based XPages applications directly on Domino server" property setting is selected for an xPage application. When launched by an IBM Notes client user, what will happen?
Answer : B
Jenna is working on an XPage with multiple data sources which are document1, document2, view2, and view1. The XPage needs a new custom control that needs access to data source document2 from the XPage. After opening the custom control in IBM
Domino Designer, how should Jenna pass the data source object handle "document2" from the XPage to the custom control?
Answer : C