Accessing Data in the Application Flashcards
Structures used to store reference data outside the application in a dedicated database table?
Data Tables
True or False: Data Tables can be updated without impacting cases.
True
When a Data Table “Derives From” another class structure this is commonly known as:
Inheritance
Given the option to create default Data Pages for a Data Table what will selecting that option produce?
A Data Page and a List Data Page
Bonus: The Data Page is for single items, the List is used for Drop Down controls and showing multiples.
The “Create Dedicated Database Table?” option does what exactly?
Creates a table within the database PRPC is installed on.
True or False: Data tables are usually populated using database tools.
False
Two things the Data Table Wizard does not create.
1) The “Derives From” class
2) The Records for the Data Table
Data Tables are used for:
Storing static lists that are used by applications.
pr_other is a Database table that does what?
Data Table instances if a dedicated table has not been created
A Data Page configured as a page structure can be used as a source for _____?
Embedded section
True or False: This is a valid data property name:
Employee.Name
False, a period is a reserved character in PRPC
What are the 4 Mouse Events in PRPC?
Click, Change, Hover, and Focus
Two elements required for defining dynamic user interface?
1) A source
2) Targets
If we want to make a layout visible only when the user has the checkbox checked where do we set the visible “when” condition?
On the layout
True or False: Connectors can query from a database directly using SQL
True