Power Builder Test
A control that can be used for displaying other controls is:
A named set of parameters stored in your PowerBuilder initialization file that defines a connection to a particular database in the PowerBuilder development environment is known as:
An object with the prefix ds would refer to a:
Assume there are two windows, w1 and w2.w2 has a tab control with the name tab1. tab1 has two pages, tabp1 and tabp2. tabp1 has a command button cb1. What will be the correct syntax to refer to cb1...
Given the following database access components for a windows platform, arrange them in the correct order starting from the application and ending with the database: 1 Powersoft ODBC interface (PBO...
Given the name of the object to be Pfc_w_master, the object as per the naming conventions is a:
How many instances of a window can you create?
In a window, you need two sets of radio buttons. On which control will you place the radio buttons ?
In which of the following cases does PowerBuilder not connect to the database?
Labels are used in conjunction with:
On a Windows platform, the name of the initialization file is:
On which platform do INTERSOLV ODBC drivers, included with PowerBuilder, support ODBC connections?
On which platform can ODBC drivers, provided by vendors other than Powersoft, be supported?
The & character is used:
The concatenation operator is:
The connection object for use with all distributed PFC applications is:
The createondemand property of the tab control:
The default DynamicDescriptionArea in PowerBuilder is:
The default DynamicStagingArea in PowerBuilder is:
The default transaction object is:
The escape character in Powerscript is:
The first step in creating an application with PFC is:
The five system tables created by PowerBuilder the first time it connects to the database are collectively known as:
The IsValid function:
The number of global functions defined in the PFC is:
The ODBC API does not define which of the following?
The operator for exponentiation is:
The PFC object u_cb stands for:
The prefix g would be used for which variable type?
The repository table pbcatfmt contains:
The string function mid is used to:
The windows that are opened in the client area of an MDI frame are known as:
What is the ancestor object for custom visual user objects such as u_calculator and u_calendar?
What would the following script generally be used for? close (parent)
Which application event is fired first?
Which control would you use to display the information in a hierarchical fashion?
Which Datawindow function is used to retrieve the rows into the Datawindow ?
Which DBPARM parameter is used to connect to an ODBC data source?
Which is the ancestor for all PFC windows?
Which is the ancestor main window for all SDI applications?
Which is the default event for a horizontal scroll bar?
Which menu is the master menu for all PFC applications?
Which object is used to analyze the performance of a PowerBuilder application?
Which object provides the ability to display a Web page in the default browser?
Which object will be used to handle runtime errors?
Which of the following identifiers is invalid?
Which of the following is not a date related function?
Which of the following is not a descendant of w_master?
Which of the following is not a main type of PowerBuilder object in PFC?
Which of the following is not a mathematical function?
Which of the following is not a standard data type?
Which of the following shape controls is not available in the PowerBuilder control bar?
Which popup menu is displayed when the user releases the right mouse button over an u_dw based datawindow control?
Which PowerBuilder repository table contains the edit style names and definitions?
Which PowerBuilder repository table contains the validation rule names and definitions?
Which property of the error object contains the name of the object in which the error occurred?
You are declaring an instance variable. What is the prefix you would use to name the variable?
You want a variable that will be accessible anywhere in the application. What type of variable will you declare?
You want to get a value for a particular key from the system registry What function will you use?
You want to implement a timer in your application. Which function will you use?