|
Hey everyone, has anyone out there used itcertkeys latest release,? thanks.
|
Question 1. You Write a Script that uses dot notation to manipulate a Datawindows Column property. What is the Behaviour when the property name is misspelled? (For Example : dw_1.Object.emp_name.Visibl = "0") A. The Script will not compile. B. The Script will Compile, But the code in the DBError event will execute at run time. C. The Script will Compile, But the code in the Error event for dw_1 will execute at run time. D. The Script will Compile, But the code in the itemError event for dw_1 will execute at run time. Answer: C Question 2. Select three Examples of Script that correctly enable sharing of data among three DataWindows: the primary DataWindow thbat contains the data (dw_primary), and two secondary DataWindows that will display the same data (dw_secondary1 and dw_secondary2). A. dw_primary.SetTransObject(SQLCA) dw_primary.Retrieve( ) dw_primary.ShareData( dw_secondary1 ) dw_primary.ShareData( dw_secondary2 ) B. dw_primary.SetTransObject(SQLCA) dw_primary.ShareData( dw_secondary1 ) dw_secondary1.ShareData( dw_secondary2 ) dw_primary.Retrieve( ) C. dw_primary.SetTransObject(SQLCA) dw_primary.ShareData( dw_secondary1 ) dw_primary.ShareData( dw_secondary2 ) dw_primary.Retrieve( ) D. dw_primary.SetTransObject(SQLCA) dw_primary.Retrieve( ) dw_secondary1.ShareData( dw_secondary1 ) dw_secondary2.ShareData( dw_secondary2 ) Answer: A, B, C Question 3. In a DataWindos Control, if the user clicks on a row other than the current row, which event should be used to determine both the current row and the new row? A. RowChanged B. ItemChanged C. RowFocusChanged D. ItemFocusChanged E. RowFocusChanging Answer: E Question 4. Which Painter is used to associate a data windows object with a data windows control at design time? A. Application painter B. DataWindows Painter C. Library Painter D. Database painter E. Window painter Answer: E Question 5. Which of the following Targets are considered Web Targets? A. EAServer Componnt B. Dynamo Website C. Website D. Migrate Powersite 7.1 Project(s) Answer: B, C, D Question 6. For Which Two Controls does GetltemAtPointer( ) return a reference to the item under the cursor? A. ListBox B. ListView C. TreeView D. DropDownListBox Answer: B, C Question 7. Which is NOT a Built-in global variable of an application? A. SQLCA B. Error C. Transaction D. Message Answer: C Question 8. Which project is indicated for building a client application to access and EAServer component? A. Application Wizard B. Connection Object Wizard C. EAServer Component Wizard D. EAServer Proxy Wizard. Answer: D Question 9. What Function is called to dynamically add a tab control to a window? A. Show() B. OpenTab() C. Open(Sheet() D. InsertObject() E. OpenUserObject() Answer: E Question 10. Two object-level functions with the same name but with argument lists that vary in number or in datatype are said to be ________.? A. extended B. overlayed C. overridden D. overloaded Answer: D
Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.