Getting Started
Go through each of the menu items to see how the application behaves. Click below to get started
and see how easy the portal is to use.
Click Here to Start
VisualOffice Framework Overview
The purpose of this sample application is to give a better understanding of how the
VisualOffice interacts with business objects and UI controls within a web application.
This sample shows how to perform the following tasks.
Basic Record Navigation and Editing
This sample will show how to retrieve a data set and then edit, delete, and navigate the records and
have the bound controls automatically refreshed with the business objects current record information.
Bind Business Object Fields to Controls
All of the pages within this sample application that interact with the UI controls uses the
same zero-code binding technique provided by the Win form side of VisualOffice. Add a new or edit an existing
member
record to see how these bindings interface with the business object.
Automatically Managed BO Sessions
All business objects defined within an application base page are automatically managed from page
to page without requiring any code. In other words, a business object does not have to be placed into
a session variable and then retrieved on a downstream page. VisualOffice does this for you. For example,
if a new record is added on one page and then the page redirects to another, the business object is
in the exact same state in which it was left on the previous page. In this example, when the new page is loaded
the new record is still in the BO and in has all of the same values as the previous page.
Search and BO Population
Just like the Win form applications, we will search and retrieve information from the database and
populate the business object from the query entered by the end-user.
|