Welcome. Today we're going to build a DataFlex web framework application. We're going to build a desktop style web application, which is aiming at high speed data entry on desktop devices. So using a keyboard and a mouse.
We're going to start off by defining our database. And on top of the database, we will define the business rules. And on top of the business rules, we're going to define the user interface, which in this case is a desktop style web application. As opposed to a Windows application, or a drill down style application aiming at mobile devices. We're going to start off by having a look at the end result. And then we're going to step through the process that is needed to build this application.