&ANALYZE-SUSPEND _VERSION-NUMBER AB_v10r12 GUI ADM2 &ANALYZE-RESUME /* Connected Databases anadat PROGRESS */ &Scoped-define WINDOW-NAME CURRENT-WINDOW {adecomm/appserv.i} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _DEFINITIONS dTables /*------------------------------------------------------------------------ File: Description: from DATA.W - Template For SmartData objects in the ADM Input Parameters: Output Parameters: Modified: February 24, 1999 ------------------------------------------------------------------------*/ /* This .W file was created with the Progress AppBuilder. */ /*----------------------------------------------------------------------*/ /* Create an unnamed pool to store all the widgets created by this procedure. This is a good default which assures that this procedure's triggers and internal procedures will execute in this procedure's storage, and that proper cleanup will occur on deletion of the procedure. */ CREATE WIDGET-POOL. /* *************************** Definitions ************************** */ /* Parameters Definitions --- */ /* Local Variable Definitions --- */ &SCOPED-DEFINE Tabelle DebUms /* &SCOPED-DEFINE TabWhere USE-INDEX DebUms-k1 ~ */ /* WHERE {&Tabelle}.Firma = tRowObject.Firma ~ */ /* AND {&Tabelle}.Aufnr = tRowObject.Aufnr */ { incl/datdefinition.i } /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME &ANALYZE-SUSPEND _UIB-PREPROCESSOR-BLOCK /* ******************** Preprocessor Definitions ******************** */ &Scoped-define PROCEDURE-TYPE SmartDataObject &Scoped-define DB-AWARE yes &Scoped-define ADM-SUPPORTED-LINKS Data-Source,Data-Target,Navigation-Target,Update-Target,Commit-Target,Filter-Target /* Db-Required definitions. */ &IF DEFINED(DB-REQUIRED) = 0 &THEN &GLOBAL-DEFINE DB-REQUIRED TRUE &ENDIF &GLOBAL-DEFINE DB-REQUIRED-START &IF {&DB-REQUIRED} &THEN &GLOBAL-DEFINE DB-REQUIRED-END &ENDIF &Scoped-define QUERY-NAME Query-Main /* Internal Tables (found by Frame, Query & Browse Queries) */ &Scoped-define INTERNAL-TABLES DebUms /* Definitions for QUERY Query-Main */ &Scoped-Define ENABLED-FIELDS Firma Knr Jahr Ums_Grp Umsatzgrp Me_Mon1 Me_Mon2 Me_Mon3 Me_Mon4 Me_Mon5~ Me_Mon6 Me_Mon7 Me_Mon8 Me_Mon9 Me_Mon10 Me_Mon11 Me_Mon12 Ep_Mon1 Ep_Mon2~ Ep_Mon3 Ep_Mon4 Ep_Mon5 Ep_Mon6 Ep_Mon7 Ep_Mon8 Ep_Mon9 Ep_Mon10 Ep_Mon11~ Ep_Mon12 Vp_Mon1 Vp_Mon2 Vp_Mon3 Vp_Mon4 Vp_Mon5 Vp_Mon6 Vp_Mon7 Vp_Mon8~ Vp_Mon9 Vp_Mon10 Vp_Mon11 Vp_Mon12 Me_Kum Ep_Kum Vp_Kum Marge &Scoped-define ENABLED-FIELDS-IN-DebUms Firma Knr Jahr Ums_Grp Me_Mon1 ~ Me_Mon2 Me_Mon3 Me_Mon4 Me_Mon5 Me_Mon6 Me_Mon7 Me_Mon8 Me_Mon9 Me_Mon10 ~ Me_Mon11 Me_Mon12 Ep_Mon1 Ep_Mon2 Ep_Mon3 Ep_Mon4 Ep_Mon5 Ep_Mon6 Ep_Mon7 ~ Ep_Mon8 Ep_Mon9 Ep_Mon10 Ep_Mon11 Ep_Mon12 Vp_Mon1 Vp_Mon2 Vp_Mon3 Vp_Mon4 ~ Vp_Mon5 Vp_Mon6 Vp_Mon7 Vp_Mon8 Vp_Mon9 Vp_Mon10 Vp_Mon11 Vp_Mon12 Me_Kum ~ Ep_Kum Vp_Kum &Scoped-Define DATA-FIELDS Firma Knr Jahr Ums_Grp Umsatzgrp Me_Mon1 Me_Mon2 Me_Mon3 Me_Mon4 Me_Mon5~ Me_Mon6 Me_Mon7 Me_Mon8 Me_Mon9 Me_Mon10 Me_Mon11 Me_Mon12 Ep_Mon1 Ep_Mon2~ Ep_Mon3 Ep_Mon4 Ep_Mon5 Ep_Mon6 Ep_Mon7 Ep_Mon8 Ep_Mon9 Ep_Mon10 Ep_Mon11~ Ep_Mon12 Vp_Mon1 Vp_Mon2 Vp_Mon3 Vp_Mon4 Vp_Mon5 Vp_Mon6 Vp_Mon7 Vp_Mon8~ Vp_Mon9 Vp_Mon10 Vp_Mon11 Vp_Mon12 Me_Kum Ep_Kum Vp_Kum Marge &Scoped-define DATA-FIELDS-IN-DebUms Firma Knr Jahr Ums_Grp Me_Mon1 Me_Mon2 ~ Me_Mon3 Me_Mon4 Me_Mon5 Me_Mon6 Me_Mon7 Me_Mon8 Me_Mon9 Me_Mon10 Me_Mon11 ~ Me_Mon12 Ep_Mon1 Ep_Mon2 Ep_Mon3 Ep_Mon4 Ep_Mon5 Ep_Mon6 Ep_Mon7 Ep_Mon8 ~ Ep_Mon9 Ep_Mon10 Ep_Mon11 Ep_Mon12 Vp_Mon1 Vp_Mon2 Vp_Mon3 Vp_Mon4 Vp_Mon5 ~ Vp_Mon6 Vp_Mon7 Vp_Mon8 Vp_Mon9 Vp_Mon10 Vp_Mon11 Vp_Mon12 Me_Kum Ep_Kum ~ Vp_Kum &Scoped-Define MANDATORY-FIELDS Firma Knr &Scoped-Define APPLICATION-SERVICE &Scoped-Define ASSIGN-LIST rowObject.Me_Mon1 = DebUms.Me_Mon[1] rowObject.Me_Mon2 = DebUms.Me_Mon[2]~ rowObject.Me_Mon3 = DebUms.Me_Mon[3] rowObject.Me_Mon4 = DebUms.Me_Mon[4]~ rowObject.Me_Mon5 = DebUms.Me_Mon[5] rowObject.Me_Mon6 = DebUms.Me_Mon[6]~ rowObject.Me_Mon7 = DebUms.Me_Mon[7] rowObject.Me_Mon8 = DebUms.Me_Mon[8]~ rowObject.Me_Mon9 = DebUms.Me_Mon[9]~ rowObject.Me_Mon10 = DebUms.Me_Mon[10]~ rowObject.Me_Mon11 = DebUms.Me_Mon[11]~ rowObject.Me_Mon12 = DebUms.Me_Mon[12]~ rowObject.Ep_Mon1 = DebUms.Ep_Mon[1] rowObject.Ep_Mon2 = DebUms.Ep_Mon[2]~ rowObject.Ep_Mon3 = DebUms.Ep_Mon[3] rowObject.Ep_Mon4 = DebUms.Ep_Mon[4]~ rowObject.Ep_Mon5 = DebUms.Ep_Mon[5] rowObject.Ep_Mon6 = DebUms.Ep_Mon[6]~ rowObject.Ep_Mon7 = DebUms.Ep_Mon[7] rowObject.Ep_Mon8 = DebUms.Ep_Mon[8]~ rowObject.Ep_Mon9 = DebUms.Ep_Mon[9]~ rowObject.Ep_Mon10 = DebUms.Ep_Mon[10]~ rowObject.Ep_Mon11 = DebUms.Ep_Mon[11]~ rowObject.Ep_Mon12 = DebUms.Ep_Mon[12]~ rowObject.Vp_Mon1 = DebUms.Vp_Mon[1] rowObject.Vp_Mon2 = DebUms.Vp_Mon[2]~ rowObject.Vp_Mon3 = DebUms.Vp_Mon[3] rowObject.Vp_Mon4 = DebUms.Vp_Mon[4]~ rowObject.Vp_Mon5 = DebUms.Vp_Mon[5] rowObject.Vp_Mon6 = DebUms.Vp_Mon[6]~ rowObject.Vp_Mon7 = DebUms.Vp_Mon[7] rowObject.Vp_Mon8 = DebUms.Vp_Mon[8]~ rowObject.Vp_Mon9 = DebUms.Vp_Mon[9]~ rowObject.Vp_Mon10 = DebUms.Vp_Mon[10]~ rowObject.Vp_Mon11 = DebUms.Vp_Mon[11]~ rowObject.Vp_Mon12 = DebUms.Vp_Mon[12] &Scoped-Define DATA-FIELD-DEFS "d-debums.i" &Scoped-define QUERY-STRING-Query-Main FOR EACH DebUms NO-LOCK ~ BY DebUms.Jahr DESCENDING INDEXED-REPOSITION {&DB-REQUIRED-START} &Scoped-define OPEN-QUERY-Query-Main OPEN QUERY Query-Main FOR EACH DebUms NO-LOCK ~ BY DebUms.Jahr DESCENDING INDEXED-REPOSITION. {&DB-REQUIRED-END} &Scoped-define TABLES-IN-QUERY-Query-Main DebUms &Scoped-define FIRST-TABLE-IN-QUERY-Query-Main DebUms /* Custom List Definitions */ /* List-1,List-2,List-3,List-4,List-5,List-6 */ /* _UIB-PREPROCESSOR-BLOCK-END */ &ANALYZE-RESUME /* ************************ Function Prototypes ********************** */ {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION-FORWARD getCurrentRecid dTables _DB-REQUIRED FUNCTION getCurrentRecid RETURNS RECID ( /* parameter-definitions */ ) FORWARD. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION-FORWARD openQuery dTables _DB-REQUIRED FUNCTION openQuery RETURNS LOGICAL ( /* parameter-definitions */ ) FORWARD. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} /* *********************** Control Definitions ********************** */ {&DB-REQUIRED-START} /* Query definitions */ &ANALYZE-SUSPEND DEFINE QUERY Query-Main FOR DebUms SCROLLING. &ANALYZE-RESUME {&DB-REQUIRED-END} /* ************************ Frame Definitions *********************** */ /* *********************** Procedure Settings ************************ */ &ANALYZE-SUSPEND _PROCEDURE-SETTINGS /* Settings for THIS-PROCEDURE Type: SmartDataObject Allow: Query Frames: 0 Add Fields to: Neither Other Settings: PERSISTENT-ONLY COMPILE APPSERVER DB-AWARE */ /* This procedure should always be RUN PERSISTENT. Report the error, */ /* then cleanup and return. */ IF NOT THIS-PROCEDURE:PERSISTENT THEN DO: MESSAGE "{&FILE-NAME} should only be RUN PERSISTENT.":U VIEW-AS ALERT-BOX ERROR BUTTONS OK. RETURN. END. &ANALYZE-RESUME _END-PROCEDURE-SETTINGS /* ************************* Create Window ************************** */ &ANALYZE-SUSPEND _CREATE-WINDOW /* DESIGN Window definition (used by the UIB) CREATE WINDOW dTables ASSIGN HEIGHT = 3.91 WIDTH = 98.2. /* END WINDOW DEFINITION */ */ &ANALYZE-RESUME &ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _INCLUDED-LIB dTables /* ************************* Included-Libraries *********************** */ {src/adm2/data.i} /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME /* *********** Runtime Attributes and AppBuilder Settings *********** */ &ANALYZE-SUSPEND _RUN-TIME-ATTRIBUTES /* SETTINGS FOR WINDOW dTables VISIBLE,,RUN-PERSISTENT */ /* _RUN-TIME-ATTRIBUTES-END */ &ANALYZE-RESUME /* Setting information for Queries and Browse Widgets fields */ &ANALYZE-SUSPEND _QUERY-BLOCK QUERY Query-Main /* Query rebuild information for SmartDataObject Query-Main _TblList = "AnaDat.DebUms" _Options = "NO-LOCK INDEXED-REPOSITION" _OrdList = "AnaDat.DebUms.Jahr|no" _FldNameList[1] > AnaDat.DebUms.Firma "Firma" "Firma" ? ? "character" ? ? ? ? ? ? yes ? yes 8 yes "" _FldNameList[2] > AnaDat.DebUms.Knr "Knr" "Knr" ? ? "integer" ? ? ? ? ? ? yes ? yes 8.4 yes "" _FldNameList[3] > AnaDat.DebUms.Jahr "Jahr" "Jahr" ? ? "integer" ? ? ? ? ? ? yes ? no 4.8 yes "" _FldNameList[4] > AnaDat.DebUms.Ums_Grp "Ums_Grp" "Ums_Grp" ? ? "integer" ? ? ? ? ? ? yes ? no 8.8 yes "" _FldNameList[5] > "_" "DYNAMIC-FUNCTION('GETUMSATZGRP':U, INPUT RowObject.Ums_Grp)" "Umsatzgrp" "Umsatzgruppe" "x(30)" "character" ? ? ? ? ? ? yes ? no 30 no ? _FldNameList[6] > AnaDat.DebUms.Me_Mon[1] "Me_Mon[1]" "Me_Mon1" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[7] > AnaDat.DebUms.Me_Mon[2] "Me_Mon[2]" "Me_Mon2" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[8] > AnaDat.DebUms.Me_Mon[3] "Me_Mon[3]" "Me_Mon3" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[9] > AnaDat.DebUms.Me_Mon[4] "Me_Mon[4]" "Me_Mon4" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[10] > AnaDat.DebUms.Me_Mon[5] "Me_Mon[5]" "Me_Mon5" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[11] > AnaDat.DebUms.Me_Mon[6] "Me_Mon[6]" "Me_Mon6" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[12] > AnaDat.DebUms.Me_Mon[7] "Me_Mon[7]" "Me_Mon7" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[13] > AnaDat.DebUms.Me_Mon[8] "Me_Mon[8]" "Me_Mon8" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[14] > AnaDat.DebUms.Me_Mon[9] "Me_Mon[9]" "Me_Mon9" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[15] > AnaDat.DebUms.Me_Mon[10] "Me_Mon[10]" "Me_Mon10" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[16] > AnaDat.DebUms.Me_Mon[11] "Me_Mon[11]" "Me_Mon11" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[17] > AnaDat.DebUms.Me_Mon[12] "Me_Mon[12]" "Me_Mon12" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[18] > AnaDat.DebUms.Ep_Mon[1] "Ep_Mon[1]" "Ep_Mon1" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[19] > AnaDat.DebUms.Ep_Mon[2] "Ep_Mon[2]" "Ep_Mon2" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[20] > AnaDat.DebUms.Ep_Mon[3] "Ep_Mon[3]" "Ep_Mon3" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[21] > AnaDat.DebUms.Ep_Mon[4] "Ep_Mon[4]" "Ep_Mon4" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[22] > AnaDat.DebUms.Ep_Mon[5] "Ep_Mon[5]" "Ep_Mon5" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[23] > AnaDat.DebUms.Ep_Mon[6] "Ep_Mon[6]" "Ep_Mon6" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[24] > AnaDat.DebUms.Ep_Mon[7] "Ep_Mon[7]" "Ep_Mon7" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[25] > AnaDat.DebUms.Ep_Mon[8] "Ep_Mon[8]" "Ep_Mon8" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[26] > AnaDat.DebUms.Ep_Mon[9] "Ep_Mon[9]" "Ep_Mon9" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[27] > AnaDat.DebUms.Ep_Mon[10] "Ep_Mon[10]" "Ep_Mon10" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[28] > AnaDat.DebUms.Ep_Mon[11] "Ep_Mon[11]" "Ep_Mon11" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[29] > AnaDat.DebUms.Ep_Mon[12] "Ep_Mon[12]" "Ep_Mon12" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[30] > AnaDat.DebUms.Vp_Mon[1] "Vp_Mon[1]" "Vp_Mon1" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[31] > AnaDat.DebUms.Vp_Mon[2] "Vp_Mon[2]" "Vp_Mon2" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[32] > AnaDat.DebUms.Vp_Mon[3] "Vp_Mon[3]" "Vp_Mon3" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[33] > AnaDat.DebUms.Vp_Mon[4] "Vp_Mon[4]" "Vp_Mon4" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[34] > AnaDat.DebUms.Vp_Mon[5] "Vp_Mon[5]" "Vp_Mon5" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[35] > AnaDat.DebUms.Vp_Mon[6] "Vp_Mon[6]" "Vp_Mon6" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[36] > AnaDat.DebUms.Vp_Mon[7] "Vp_Mon[7]" "Vp_Mon7" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[37] > AnaDat.DebUms.Vp_Mon[8] "Vp_Mon[8]" "Vp_Mon8" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[38] > AnaDat.DebUms.Vp_Mon[9] "Vp_Mon[9]" "Vp_Mon9" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[39] > AnaDat.DebUms.Vp_Mon[10] "Vp_Mon[10]" "Vp_Mon10" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[40] > AnaDat.DebUms.Vp_Mon[11] "Vp_Mon[11]" "Vp_Mon11" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[41] > AnaDat.DebUms.Vp_Mon[12] "Vp_Mon[12]" "Vp_Mon12" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[42] > AnaDat.DebUms.Me_Kum "Me_Kum" "Me_Kum" ? ? "decimal" ? ? ? ? ? ? yes ? no 15.2 yes "" _FldNameList[43] > AnaDat.DebUms.Ep_Kum "Ep_Kum" "Ep_Kum" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[44] > AnaDat.DebUms.Vp_Kum "Vp_Kum" "Vp_Kum" ? ? "decimal" ? ? ? ? ? ? yes ? no 13 yes "" _FldNameList[45] > "_" "IF ABS(IF (RowObject.Ep_Kum <> 0 AND RowObject.Vp_Kum <> 0) THEN ((100 - (RowObject.Ep_Kum * 100 / RowObject.Vp_Kum))) ELSE (0)) > 999.99 THEN 0.0 ELSE (IF (RowObject.Ep_Kum <> 0 AND RowObject.Vp_Kum <> 0) THEN ((100 - (RowObject.Ep_Kum * 100 / RowObject.Vp_Kum))) ELSE 0.0)" "Marge" "Marge-%" "zzz9.99-" "Decimal" ? ? ? ? ? ? yes ? no 8.2 no ? _Design-Parent is WINDOW dTables @ ( 1.14 , 2.6 ) */ /* QUERY Query-Main */ &ANALYZE-RESUME &ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _MAIN-BLOCK dTables /* *************************** Main Block *************************** */ { incl/datmainblock.i } SUBSCRIBE TO 'SETOPENFLAGDEBST' ANYWHERE. &IF DEFINED(UIB_IS_RUNNING) <> 0 &THEN RUN initializeObject. &ENDIF /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME /* ********************** Internal Procedures *********************** */ {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE DATA.CALCULATE dTables DATA.CALCULATE _DB-REQUIRED PROCEDURE DATA.CALCULATE : /*------------------------------------------------------------------------------ Purpose: Calculate all the Calculated Expressions found in the SmartDataObject. Parameters: ------------------------------------------------------------------------------*/ ASSIGN rowObject.Marge = (IF ABS(IF (RowObject.Ep_Kum <> 0 AND RowObject.Vp_Kum <> 0) THEN ((100 - (RowObject.Ep_Kum * 100 / RowObject.Vp_Kum))) ELSE (0)) > 999.99 THEN 0.0 ELSE (IF (RowObject.Ep_Kum <> 0 AND RowObject.Vp_Kum <> 0) THEN ((100 - (RowObject.Ep_Kum * 100 / RowObject.Vp_Kum))) ELSE 0.0)) rowObject.Umsatzgrp = (DYNAMIC-FUNCTION('GETUMSATZGRP':U, INPUT RowObject.Ums_Grp)) . END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE dataAvailable dTables _DB-REQUIRED PROCEDURE dataAvailable : /*------------------------------------------------------------------------------ Purpose: Super Override Parameters: Notes: ------------------------------------------------------------------------------*/ { incl/datdataavailable.i } END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE disable_UI dTables _DEFAULT-DISABLE PROCEDURE disable_UI : /*------------------------------------------------------------------------------ Purpose: DISABLE the User Interface Parameters: Notes: Here we clean-up the user-interface by deleting dynamic widgets we have created and/or hide frames. This procedure is usually called when we are ready to "clean-up" after running. ------------------------------------------------------------------------------*/ /* Hide all frames. */ IF THIS-PROCEDURE:PERSISTENT THEN DELETE PROCEDURE THIS-PROCEDURE. END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE initializeObject dTables _DB-REQUIRED PROCEDURE initializeObject : /*------------------------------------------------------------------------------ Purpose: Super Override Parameters: Notes: ------------------------------------------------------------------------------*/ { incl/datinitialize.i } END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE SETOPENFLAGDEBST dTables _DB-REQUIRED PROCEDURE SETOPENFLAGDEBST : /*------------------------------------------------------------------------------ Purpose: Parameters: Notes: ------------------------------------------------------------------------------*/ DEF INPUT PARAMETER ipFlag AS LOG NO-UNDO. FOpen = ipFlag. IF FOpen THEN DYNAMIC-FUNCTION('openQuery':U). END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} /* ************************ Function Implementations ***************** */ {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION getCurrentRecid dTables _DB-REQUIRED FUNCTION getCurrentRecid RETURNS RECID ( /* parameter-definitions */ ) : /*------------------------------------------------------------------------------ Purpose: Notes: ------------------------------------------------------------------------------*/ { incl/datgetcurrentrecid.i } END FUNCTION. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION openQuery dTables _DB-REQUIRED FUNCTION openQuery RETURNS LOGICAL ( /* parameter-definitions */ ) : /*------------------------------------------------------------------------------ Purpose: Super Override Notes: ------------------------------------------------------------------------------*/ DEF VAR cString AS CHAR NO-UNDO. cString = DYNAMIC-FUNCTION('getForeignValues':U). IF cString = ? THEN RETURN FALSE. IF NOT FOpen THEN RETURN FALSE. /* xWhere = ''. */ /* DYNAMIC-FUNCTION('setQueryWhere':U, INPUT xWhere). */ /* xSort = ''. */ /* DYNAMIC-FUNCTION('setQuerySort':U, INPUT xSort). */ /* xWhere = ''. */ /* DYNAMIC-FUNCTION('setQueryString':U, INPUT xWhere). */ RETURN SUPER( ). END FUNCTION. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END}