&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 BesEing &SCOPED-DEFINE TabWhere /* USE-INDEX Benutzer-k1 ~ WHERE {&Tabelle}.Benutzer = tRowObject.Benutzer */ { incl/datdefinition.i } /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME &ANALYZE-SUSPEND _UIB-PREPROCESSOR-BLOCK /* ******************** Preprocessor Definitions ******************** */ &Global-define DATA-LOGIC-PROCEDURE .p &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 BesEing /* Definitions for QUERY Query-Main */ &Scoped-Define ENABLED-FIELDS Firma Besnr Pos SubPos Artnr Inhalt Jahr Lager lLotnr lVerfall GGeb_EG~ VGeb_EG KGeb_EG Eingang Barcode Bezeichnung Lotnr Nummer_2 ProduktionsNr~ Eing_Dat Verfall GGebinde VGebinde KGebinde GGebKto GGeb_Cd KGebKto KGeb_Cd~ VGebKto VGeb_Cd GGeb_Me VGeb_Me KGeb_Me MRuek TotEingang lEingelagert~ lEtiDrucken lEtiGedruckt lGesammelt lVerbucht Lagerort zDummy &Scoped-define ENABLED-FIELDS-IN-BesEing Firma Besnr Pos SubPos Artnr ~ Inhalt Jahr Lager lLotnr lVerfall GGeb_EG VGeb_EG KGeb_EG Eingang Barcode ~ Lotnr Nummer_2 ProduktionsNr Eing_Dat Verfall GGebKto GGeb_Cd KGebKto ~ KGeb_Cd VGebKto VGeb_Cd lEingelagert lEtiDrucken lEtiGedruckt lGesammelt ~ lVerbucht &Scoped-Define DATA-FIELDS Firma Besnr Pos SubPos Artnr Inhalt Jahr Lager lLotnr lVerfall GGeb_EG~ VGeb_EG KGeb_EG Eingang Barcode Bezeichnung Lotnr Nummer_2 ProduktionsNr~ Eing_Dat Verfall GGebinde VGebinde KGebinde GGebKto GGeb_Cd KGebKto KGeb_Cd~ VGebKto VGeb_Cd GGeb_Me VGeb_Me KGeb_Me MRuek TotEingang lEingelagert~ lEtiDrucken lEtiGedruckt lGesammelt lVerbucht Lagerort zDummy &Scoped-define DATA-FIELDS-IN-BesEing Firma Besnr Pos SubPos Artnr Inhalt ~ Jahr Lager lLotnr lVerfall GGeb_EG VGeb_EG KGeb_EG Eingang Barcode Lotnr ~ Nummer_2 ProduktionsNr Eing_Dat Verfall GGebKto GGeb_Cd KGebKto KGeb_Cd ~ VGebKto VGeb_Cd lEingelagert lEtiDrucken lEtiGedruckt lGesammelt lVerbucht &Scoped-Define MANDATORY-FIELDS Firma &Scoped-Define APPLICATION-SERVICE &Scoped-Define ASSIGN-LIST &Scoped-Define DATA-FIELD-DEFS "d-beseing.i" &Scoped-Define DATA-TABLE-NO-UNDO NO-UNDO &Scoped-define QUERY-STRING-Query-Main FOR EACH BesEing NO-LOCK INDEXED-REPOSITION {&DB-REQUIRED-START} &Scoped-define OPEN-QUERY-Query-Main OPEN QUERY Query-Main FOR EACH BesEing NO-LOCK INDEXED-REPOSITION. {&DB-REQUIRED-END} &Scoped-define TABLES-IN-QUERY-Query-Main BesEing &Scoped-define FIRST-TABLE-IN-QUERY-Query-Main BesEing /* Custom List Definitions */ /* List-1,List-2,List-3,List-4,List-5,List-6 */ /* _UIB-PREPROCESSOR-BLOCK-END */ &ANALYZE-RESUME /* ************************ Function Prototypes ********************** */ &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION-FORWARD getArtikelBez dTables FUNCTION getArtikelBez RETURNS CHARACTER ( ) FORWARD. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION-FORWARD getBeszeDaten dTables _DB-REQUIRED FUNCTION getBeszeDaten RETURNS CHARACTER ( /* parameter-definitions */ ) FORWARD. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&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 getQueryBuffer dTables _DB-REQUIRED FUNCTION getQueryBuffer RETURNS HANDLE ( /* 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 BesEing 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 = 1.62 WIDTH = 77.8. /* 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.BesEing" _Options = "NO-LOCK INDEXED-REPOSITION" _FldNameList[1] > AnaDat.BesEing.Firma "Firma" "Firma" ? ? "character" ? ? ? ? ? ? yes ? yes 8 yes ? _FldNameList[2] > AnaDat.BesEing.Besnr "Besnr" "Besnr" ? ? "integer" ? ? ? ? ? ? yes ? no 7.2 yes ? _FldNameList[3] > AnaDat.BesEing.Pos "Pos" "Pos" ? ? "integer" ? ? ? ? ? ? yes ? no 4.8 yes ? _FldNameList[4] > AnaDat.BesEing.SubPos "SubPos" "SubPos" ? ? "integer" ? ? ? ? ? ? yes ? no 7.4 yes ? _FldNameList[5] > AnaDat.BesEing.Artnr "Artnr" "Artnr" ? ? "integer" ? ? ? ? ? ? yes ? no 7.2 yes ? _FldNameList[6] > AnaDat.BesEing.Inhalt "Inhalt" "Inhalt" ? ? "integer" ? ? ? ? ? ? yes ? no 5.2 yes ? _FldNameList[7] > AnaDat.BesEing.Jahr "Jahr" "Jahr" ? ? "integer" ? ? ? ? ? ? yes ? no 4.8 yes ? _FldNameList[8] > AnaDat.BesEing.Lager "Lager" "Lager" ? ? "integer" ? ? ? ? ? ? yes ? no 5.4 yes ? _FldNameList[9] > AnaDat.BesEing.lLotnr "lLotnr" "lLotnr" ? ? "logical" ? ? ? ? ? ? yes ? no 5.2 yes ? _FldNameList[10] > AnaDat.BesEing.lVerfall "lVerfall" "lVerfall" ? ? "logical" ? ? ? ? ? ? yes ? no 6.2 yes ? _FldNameList[11] > AnaDat.BesEing.GGeb_EG "GGeb_EG" "GGeb_EG" ? ? "decimal" ? ? ? ? ? ? yes ? no 10.4 yes ? _FldNameList[12] > AnaDat.BesEing.VGeb_EG "VGeb_EG" "VGeb_EG" ? ? "decimal" ? ? ? ? ? ? yes ? no 10.4 yes ? _FldNameList[13] > AnaDat.BesEing.KGeb_EG "KGeb_EG" "KGeb_EG" ? ? "decimal" ? ? ? ? ? ? yes ? no 10.4 yes ? _FldNameList[14] > AnaDat.BesEing.Eingang "Eingang" "Eingang" ? ? "decimal" ? ? ? ? ? ? yes ? no 8.8 yes ? _FldNameList[15] > AnaDat.BesEing.Barcode "Barcode" "Barcode" ? ? "character" ? ? ? ? ? ? yes ? no 60 yes ? _FldNameList[16] > "_" "DYNAMIC-FUNCTION('getArtikelBez':U IN THIS-PROCEDURE)" "Bezeichnung" "Artikel" "x(50)" "character" ? ? ? ? ? ? yes ? no 50 no ? _FldNameList[17] > AnaDat.BesEing.Lotnr "Lotnr" "Lotnr" ? ? "character" ? ? ? ? ? ? yes ? no 30 yes ? _FldNameList[18] > AnaDat.BesEing.Nummer_2 "Nummer_2" "Nummer_2" ? ? "character" ? ? ? ? ? ? yes ? no 20 yes ? _FldNameList[19] > AnaDat.BesEing.ProduktionsNr "ProduktionsNr" "ProduktionsNr" ? ? "character" ? ? ? ? ? ? yes ? no 30 yes ? _FldNameList[20] > AnaDat.BesEing.Eing_Dat "Eing_Dat" "Eing_Dat" ? ? "date" ? ? ? ? ? ? yes ? no 10.8 yes ? _FldNameList[21] > AnaDat.BesEing.Verfall "Verfall" "Verfall" ? ? "date" ? ? ? ? ? ? yes ? no 10.8 yes ? _FldNameList[22] > "_" """""" "GGebinde" "GGebinde" "x(20)" "character" ? ? ? ? ? ? yes ? no 20 no ? _FldNameList[23] > "_" """""" "VGebinde" "VGebinde" "x(20)" "character" ? ? ? ? ? ? yes ? no 20 no ? _FldNameList[24] > "_" """""" "KGebinde" "KGebinde" "x(20)" "character" ? ? ? ? ? ? yes ? no 20 no ? _FldNameList[25] > AnaDat.BesEing.GGebKto "GGebKto" "GGebKto" ? ? "character" ? ? ? ? ? ? yes ? no 8.8 yes ? _FldNameList[26] > AnaDat.BesEing.GGeb_Cd "GGeb_Cd" "GGeb_Cd" ? ? "character" ? ? ? ? ? ? yes ? no 9.4 yes ? _FldNameList[27] > AnaDat.BesEing.KGebKto "KGebKto" "KGebKto" ? ? "character" ? ? ? ? ? ? yes ? no 8.6 yes ? _FldNameList[28] > AnaDat.BesEing.KGeb_Cd "KGeb_Cd" "KGeb_Cd" ? ? "character" ? ? ? ? ? ? yes ? no 9.2 yes ? _FldNameList[29] > AnaDat.BesEing.VGebKto "VGebKto" "VGebKto" ? ? "character" ? ? ? ? ? ? yes ? no 8.6 yes ? _FldNameList[30] > AnaDat.BesEing.VGeb_Cd "VGeb_Cd" "VGeb_Cd" ? ? "character" ? ? ? ? ? ? yes ? no 9.2 yes ? _FldNameList[31] > "_" "0.00" "GGeb_Me" "GGeb Best" "zzz,zz9.99-" "Decimal" ? ? ? ? ? ? yes ? no 10.4 no ? _FldNameList[32] > "_" "0.00" "VGeb_Me" "VGeb Best" "zzz,zz9.99-" "Decimal" ? ? ? ? ? ? yes ? no 10.4 no ? _FldNameList[33] > "_" "0.00" "KGeb_Me" "KGeb Best" "zzz,zz9.99-" "Decimal" ? ? ? ? ? ? yes ? no 10.4 no ? _FldNameList[34] > "_" "0.00" "MRuek" "Offen" "zzz,zz9.99-" "Decimal" ? ? ? ? ? ? yes ? no 10.4 no ? _FldNameList[35] > "_" "0.00" "TotEingang" "Eingang Total" "zzz,zz9.99-" "Decimal" ? ? ? ? ? ? yes ? no 13.2 no ? _FldNameList[36] > AnaDat.BesEing.lEingelagert "lEingelagert" "lEingelagert" ? ? "logical" ? ? ? ? ? ? yes ? no 11 yes ? _FldNameList[37] > AnaDat.BesEing.lEtiDrucken "lEtiDrucken" "lEtiDrucken" ? ? "logical" ? ? ? ? ? ? yes ? no 11 yes ? _FldNameList[38] > AnaDat.BesEing.lEtiGedruckt "lEtiGedruckt" "lEtiGedruckt" ? ? "logical" ? ? ? ? ? ? yes ? no 11.6 yes ? _FldNameList[39] > AnaDat.BesEing.lGesammelt "lGesammelt" "lGesammelt" ? ? "logical" ? ? ? ? ? ? yes ? no 10.8 yes ? _FldNameList[40] > AnaDat.BesEing.lVerbucht "lVerbucht" "lVerbucht" ? ? "logical" ? ? ? ? ? ? yes ? no 9 yes ? _FldNameList[41] > "_" """""" "Lagerort" "Lagerort" "x(12)" "character" ? ? ? ? ? ? yes ? no 12 no ? _FldNameList[42] > "_" "DYNAMIC-FUNCTION('getBeszeDaten':U IN THIS-PROCEDURE)" "zDummy" ? "X(8)" "Character" ? ? ? ? ? ? yes ? no 8 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 } &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.Bezeichnung = (DYNAMIC-FUNCTION('getArtikelBez':U IN THIS-PROCEDURE)) rowObject.GGebinde = ("") rowObject.GGeb_Me = (0.00) rowObject.KGebinde = ("") rowObject.KGeb_Me = (0.00) rowObject.Lagerort = ("") rowObject.MRuek = (0.00) rowObject.TotEingang = (0.00) rowObject.VGebinde = ("") rowObject.VGeb_Me = (0.00) rowObject.zDummy = (DYNAMIC-FUNCTION('getBeszeDaten':U IN THIS-PROCEDURE)) . 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 INAKTIVIEREN dTables _DB-REQUIRED PROCEDURE INAKTIVIEREN : /*------------------------------------------------------------------------------ Purpose: Parameters: Notes: ------------------------------------------------------------------------------*/ { incl/datinaktivieren.i } END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&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 REAKTIVIEREN dTables _DB-REQUIRED PROCEDURE REAKTIVIEREN : /*------------------------------------------------------------------------------ Purpose: Parameters: Notes: ------------------------------------------------------------------------------*/ { incl/datreaktivieren.i } END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE REPOS_TABELLE dTables _DB-REQUIRED PROCEDURE REPOS_TABELLE : /*------------------------------------------------------------------------------ Purpose: Parameters: Notes: ------------------------------------------------------------------------------*/ { incl/datrepos.i } END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE SET_FILTER dTables _DB-REQUIRED PROCEDURE SET_FILTER : /*------------------------------------------------------------------------------ Purpose: Parameters: Notes: ------------------------------------------------------------------------------*/ { incl/datsetfilter.i } END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE SET_OPENFLAG dTables _DB-REQUIRED PROCEDURE SET_OPENFLAG : /*------------------------------------------------------------------------------ Purpose: Parameters: Notes: ------------------------------------------------------------------------------*/ { incl/datsetopenflag.i } END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE SET_SORT dTables _DB-REQUIRED PROCEDURE SET_SORT : /*------------------------------------------------------------------------------ Purpose: Parameters: Notes: ------------------------------------------------------------------------------*/ { incl/datsetsort.i } END PROCEDURE. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} /* ************************ Function Implementations ***************** */ &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION getArtikelBez dTables FUNCTION getArtikelBez RETURNS CHARACTER ( ): /*------------------------------------------------------------------------------ Purpose: Notes: ------------------------------------------------------------------------------*/ DEFINE VARIABLE cBez AS CHARACTER NO-UNDO. cBez = DYNAMIC-FUNCTION ('getArtikelBezeichnung':U, rowObject.Artnr, rowObject.Inhalt, rowObject.Jahr ) NO-ERROR. IF cBez = ? THEN cBez = ''. RETURN cBez. END FUNCTION. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-START} &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION getBeszeDaten dTables _DB-REQUIRED FUNCTION getBeszeDaten RETURNS CHARACTER ( /* parameter-definitions */ ) : /*------------------------------------------------------------------------------ Purpose: Notes: ------------------------------------------------------------------------------*/ DEFINE VARIABLE cRetVal AS CHARACTER NO-UNDO. IF rowObject.Artnr = 0 THEN RETURN ''. FIND Artst NO-LOCK WHERE Artst.Firma = rowObject.Firma AND Artst.Artnr = rowObject.Artnr AND Artst.Inhalt = rowObject.Inhalt AND Artst.Jahr = rowObject.Jahr. FIND ArtLager NO-LOCK WHERE ArtLager.Firma = rowObject.Firma AND ArtLager.Artnr = rowObject.Artnr AND ArtLager.Inhalt = rowObject.Inhalt AND ArtLager.Jahr = rowObject.Jahr AND ArtLager.Lager = rowObject.Lager. FIND Besze NO-LOCK WHERE Besze.Firma = rowObject.Firma AND Besze.Besnr = rowObject.Besnr AND Besze.Pos = rowObject.Pos. FIND GGebinde NO-LOCK WHERE GGebinde.Firma = Firma AND GGebinde.Geb_Cd = Artst.GGeb_Cd NO-ERROR. rowObject.GGebinde = (IF AVAILABLE GGebinde THEN GGebinde.KBez ELSE ''). FIND VGebinde NO-LOCK WHERE VGebinde.Firma = Firma AND VGebinde.Geb_Cd = Artst.VGeb_Cd NO-ERROR. rowObject.VGebinde = (IF AVAILABLE VGebinde THEN VGebinde.KBez ELSE ''). FIND KGebinde NO-LOCK WHERE KGebinde.Firma = Firma AND KGebinde.Geb_Cd = Artst.KGeb_Cd NO-ERROR. rowObject.KGebinde = (IF AVAILABLE KGebinde THEN KGebinde.KBez ELSE ''). ASSIGN rowObject.GGeb_Me = Besze.GGeb_Me rowObject.VGeb_Me = Besze.VGeb_Me rowObject.KGeb_Me = Besze.KGeb_Me rowObject.TotEingang = Besze.Eingang rowObject.MRuek = Besze.MRuek rowObject.Lagerort = ArtLager.Ort. RELEASE GGebinde. RELEASE VGebinde. RELEASE KGebinde. RELEASE Artst . RELEASE Besze . cRetVal = SUBSTITUTE('&1;&2;&3;&4;&5;&6', rowObject.GGebinde, rowObject.VGebinde, rowObject.KGebinde, rowObject.GGeb_Me, rowObject.VGeb_Me, rowObject.KGeb_Me). RETURN cRetVal. END FUNCTION. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END} {&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 getQueryBuffer dTables _DB-REQUIRED FUNCTION getQueryBuffer RETURNS HANDLE ( /* parameter-definitions */ ) : /*------------------------------------------------------------------------------ Purpose: Notes: ------------------------------------------------------------------------------*/ RETURN BUFFER rowObject:HANDLE. 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: ------------------------------------------------------------------------------*/ DEFINE VARIABLE Felder AS CHARACTER NO-UNDO. DEFINE VARIABLE Inhalt AS CHARACTER NO-UNDO. DEFINE VARIABLE ix AS INTEGER NO-UNDO. DEFINE VARIABLE cFeld AS CHARACTER NO-UNDO. DEFINE VARIABLE hQuery AS HANDLE NO-UNDO. /* IF NOT fOpen THEN RETURN FALSE. */ xString = ''. xWhere = ''. xSort = ''. Felder = DYNAMIC-FUNCTION('getForeignFields':U) NO-ERROR. Inhalt = DYNAMIC-FUNCTION('getForeignValues':U) NO-ERROR. /* ix = LOOKUP('Feld', Felder, ',') / 2. */ /* cFeld = ENTRY (ix , Inhalt, CHR(01)). */ /* xWhere = 'Aufko.Firma = ' + QUOTER(Firma) + ' AND ' */ /* + 'Aufko.Auf_Sta = ' + STRING(Auf_Sta) + ' '. */ /* xString = 'FOR EACH Debop ' + xSort + 'WHERE ' */ /* + 'Debop.Firma = "' + Firma + '" AND ' */ /* + 'Debop.Knr = ' + STRING(Knr) + ' ' */ /* + 'NO-LOCK BY Debop.FakDat DESCENDING INDEXED-REPOSITION '. */ { incl/datopenquery.i } IF xWhere <> '' THEN DYNAMIC-FUNCTION('setQueryWhere':U , INPUT xWhere ). IF xString <> '' THEN DYNAMIC-FUNCTION('setQueryString':U, INPUT xString). IF xSort <> '' THEN DYNAMIC-FUNCTION('setQuerySort':U , INPUT xSort ). RETURN SUPER( ). END FUNCTION. /* _UIB-CODE-BLOCK-END */ &ANALYZE-RESUME {&DB-REQUIRED-END}