Project Report // Register all objects Register_Object oNoname_Rpt Register_Object oCancel_bn Register_Object oOk_bn //AB/ AppBuild VIEW //AB-IgnoreStart Use DFAllEnt.pkg //AB-IgnoreEnd DEFERRED_VIEW Activate_Noname_Report FOR ; ; Object Noname_Report is a dbReportView //AB-StoreTopStart Property Integer WinQL_ReportID Public 0 //AB-StoreTopEnd Set Label to "Report Noname" Set Size to 238 309 Set Location to 6 6 //AB-DDOStart //AB-DDOEnd Object oOk_bn is a Button Set Label to "OK" Set Location to 204 193 //AB-StoreStart Set Status_Help to "Print the selected report" Procedure OnClick //Send StartReport End_Procedure // OnClick //AB-StoreEnd End_Object // oOk_bn Object oCancel_bn is a Button Set Label to "Cancel" Set Location to 204 248 //AB-StoreStart Set Status_Help to "Cancel the report" Procedure OnClick Delegate Send Request_cancel End_Procedure // Onclick //AB-StoreEnd End_Object // oCancel_bn CD_End_Object // Noname_Report