Module WebApp.src

     1Use AllWebAppClasses.pkg
     2
     3Object oApplication is a cApplication
     4    Set psCompany to "Data Access Worldwide"
     5    Set psProduct to "Visual DataFlex Examples"
     6    Set psVersion to "16.1"
     7    Set psProgram to "Web Order Sample"
     8End_Object
     9
    10Object oWebApp is a cWebApp
    11
    12    Use Customer.wo
    13    Use CustomerReport.wo
    14    Use Invt.wo
    15    Use Login.wo
    16    Use OrderDtlReport.wo
    17    Use OrderReport.wo
    18    Use SalesP.wo
    19    Use Vendor.wo
    20    Use WapCustList.wo
    21    Use WapCustomerMaint.wo
    22    Use TestService.wo
    23    Use CustomerAndOrderInfo.wo
    24    Use CustomerXML.wo
    25
    26End_Object
    27
    28Send StartWebApp of oWebApp
    29