Core Step by Step with the wwBusiness Object

Ok, up to this point I've shown you how to use VFP's data language to create cursors and then display that data. This works well, but it's not really great application design and most applications do or should use business object for the data access. Web Connection includes a light weight wwBusiness object class which can facilitate the process, so let's review how to build another application that performs similar functionality to the previous example, but use the business objects instead.

You can find the sample templates and PRG file in the html\devregistry directory of your installation.


  Last Updated: 3/15/2008 | © West Wind Technologies, 2008