Use cEntryGrid.Pkg Use cExecuteFileFloater.Pkg //**************************************************************************** // $Module type: CLASS // $Module name: cAttachFilesGrid // $Author : Vincent Oorsprong // Created : 06/01/99 @ 12:57 // // Description // This class adds a shell open function to the floater of the grid // // $Rev History // 06/01/99 VO Module header created //**************************************************************************** Class cAttachFilesGrid Is A cEntryGrid //**************************************************************************** // $Module type: PROCEDURE // $Module name: Construct_Object // $Author : Vincent Oorsprong // Created : 06/01/99 @ 12:57 // // Description // Creation of a special floater object // // $Rev History // 06/01/99 VO Module header created //**************************************************************************** Procedure Construct_Object Forward Send Construct_Object Send DoCreateExecuteFileFloater End_Procedure // Construct_Object Import_Class_Protocol cExecuteFileFloater End_Class // cAttachFilesGrid