Use cWebBusinessProcess.pkg Use DataDict.pkg Use Customer.DD Object oWapCustomerMaint is a cWebBusinessProcess // This WBO, oWapCustomerMaint, is used to handle customer record display and // editing for the WAP page, WapCustomerMaint.asp. // Note that we could have used the same WBO, oCustomer to service both // HTML and WML pages. If you look at these two WBOs you will see that they are // the same. WML and HTML pages can always share the same WBOs (after all // the business logic is the same for both). // // This WBO was created using the WAP Entry Wizard. Set pbClearAfterSave to False Set psDescription to "Wap Customer Entry and Maintenance" Object Customer_DD is a Customer_DataDictionary Send DefineAllExtendedFields End_Object // Customer_DD Set Main_DD to Customer_DD // Register WBO interfaces Send RegisterStandardInterface // Send RegisterDebugInterface // Send RegisterFullErrorInterface // Send RegisterAutoEntryInterface End_Object // oWapCustomerMaint