| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- &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:
- <none>
- Output Parameters:
- <none>
- 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 --- */
- DEF VAR xWhere AS CHAR NO-UNDO.
- DEF VAR xSort AS CHAR NO-UNDO.
- DEF VAR Firma AS CHAR NO-UNDO.
- /* _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 Ansprech
- /* Definitions for QUERY Query-Main */
- &Scoped-Define ENABLED-FIELDS Anrcd Cd01 Cd02 Cd03 Cd04 Cd05 Cd06 Cd07 Cd08 Cd09 Cd10 Cd11 Cd12 Cd13 Cd14~
- Cd15 Firma Funktion Ind Knr Mail Name Natel Sprcd Tel-1 Tel-2 Tel-3 Tel-4~
- Vorname AdrArt Bestellung Debitoren Anschrift1 Anschrift2 Anschrift3~
- Anschrift4 Anschrift5 Anschrift6 Anschrift7 Anschrift8 Anschrift9~
- Anschrift10 Anschrift11 Anschrift12 Anzeig_br BriefAnr Lieferschein~
- esBenutzer esPasswort esMail esAktiv
- &Scoped-define ENABLED-FIELDS-IN-Ansprech Anrcd Cd01 Cd02 Cd03 Cd04 Cd05 ~
- Cd06 Cd07 Cd08 Cd09 Cd10 Cd11 Cd12 Cd13 Cd14 Cd15 Firma Funktion Ind Knr ~
- Mail Name Natel Sprcd Tel-1 Tel-2 Tel-3 Tel-4 Vorname AdrArt Bestellung ~
- Debitoren Anschrift1 Anschrift2 Anschrift3 Anschrift4 Anschrift5 Anschrift6 ~
- Anschrift7 Anschrift8 Anschrift9 Anschrift10 Anschrift11 Anschrift12 ~
- Anzeig_br BriefAnr Lieferschein esBenutzer esPasswort esMail esAktiv
- &Scoped-Define DATA-FIELDS Anrcd Cd01 Cd02 Cd03 Cd04 Cd05 Cd06 Cd07 Cd08 Cd09 Cd10 Cd11 Cd12 Cd13 Cd14~
- Cd15 Firma Funktion Ind Knr Mail Name Natel Sprcd Tel-1 Tel-2 Tel-3 Tel-4~
- Vorname AdrArt Bestellung Debitoren Anschrift1 Anschrift2 Anschrift3~
- Anschrift4 Anschrift5 Anschrift6 Anschrift7 Anschrift8 Anschrift9~
- Anschrift10 Anschrift11 Anschrift12 Anzeig_br BriefAnr Lieferschein~
- esBenutzer esPasswort esMail esAktiv
- &Scoped-define DATA-FIELDS-IN-Ansprech Anrcd Cd01 Cd02 Cd03 Cd04 Cd05 Cd06 ~
- Cd07 Cd08 Cd09 Cd10 Cd11 Cd12 Cd13 Cd14 Cd15 Firma Funktion Ind Knr Mail ~
- Name Natel Sprcd Tel-1 Tel-2 Tel-3 Tel-4 Vorname AdrArt Bestellung ~
- Debitoren Anschrift1 Anschrift2 Anschrift3 Anschrift4 Anschrift5 Anschrift6 ~
- Anschrift7 Anschrift8 Anschrift9 Anschrift10 Anschrift11 Anschrift12 ~
- Anzeig_br BriefAnr Lieferschein esBenutzer esPasswort esMail esAktiv
- &Scoped-Define MANDATORY-FIELDS
- &Scoped-Define APPLICATION-SERVICE
- &Scoped-Define ASSIGN-LIST rowObject.Anschrift1 = Ansprech.Anschrift[1]~
- rowObject.Anschrift2 = Ansprech.Anschrift[2]~
- rowObject.Anschrift3 = Ansprech.Anschrift[3]~
- rowObject.Anschrift4 = Ansprech.Anschrift[4]~
- rowObject.Anschrift5 = Ansprech.Anschrift[5]~
- rowObject.Anschrift6 = Ansprech.Anschrift[6]~
- rowObject.Anschrift7 = Ansprech.Anschrift[7]~
- rowObject.Anschrift8 = Ansprech.Anschrift[8]~
- rowObject.Anschrift9 = Ansprech.Anschrift[9]~
- rowObject.Anschrift10 = Ansprech.Anschrift[10]~
- rowObject.Anschrift11 = Ansprech.Anschrift[11]~
- rowObject.Anschrift12 = Ansprech.Anschrift[12]
- &Scoped-Define DATA-FIELD-DEFS "d-ansprech.i"
- &Scoped-define QUERY-STRING-Query-Main FOR EACH Ansprech NO-LOCK INDEXED-REPOSITION
- {&DB-REQUIRED-START}
- &Scoped-define OPEN-QUERY-Query-Main OPEN QUERY Query-Main FOR EACH Ansprech NO-LOCK INDEXED-REPOSITION.
- {&DB-REQUIRED-END}
- &Scoped-define TABLES-IN-QUERY-Query-Main Ansprech
- &Scoped-define FIRST-TABLE-IN-QUERY-Query-Main Ansprech
- /* 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 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
- Ansprech 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 = 2
- WIDTH = 65.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.Ansprech"
- _Options = "NO-LOCK INDEXED-REPOSITION"
- _FldNameList[1] > AnaDat.Ansprech.Anrcd
- "Anrcd" "Anrcd" ? ? "integer" ? ? ? ? ? ? yes ? no 6.8 yes ""
- _FldNameList[2] > AnaDat.Ansprech.Cd01
- "Cd01" "Cd01" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[3] > AnaDat.Ansprech.Cd02
- "Cd02" "Cd02" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[4] > AnaDat.Ansprech.Cd03
- "Cd03" "Cd03" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[5] > AnaDat.Ansprech.Cd04
- "Cd04" "Cd04" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[6] > AnaDat.Ansprech.Cd05
- "Cd05" "Cd05" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[7] > AnaDat.Ansprech.Cd06
- "Cd06" "Cd06" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[8] > AnaDat.Ansprech.Cd07
- "Cd07" "Cd07" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[9] > AnaDat.Ansprech.Cd08
- "Cd08" "Cd08" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[10] > AnaDat.Ansprech.Cd09
- "Cd09" "Cd09" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[11] > AnaDat.Ansprech.Cd10
- "Cd10" "Cd10" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[12] > AnaDat.Ansprech.Cd11
- "Cd11" "Cd11" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[13] > AnaDat.Ansprech.Cd12
- "Cd12" "Cd12" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[14] > AnaDat.Ansprech.Cd13
- "Cd13" "Cd13" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[15] > AnaDat.Ansprech.Cd14
- "Cd14" "Cd14" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[16] > AnaDat.Ansprech.Cd15
- "Cd15" "Cd15" ? ? "character" ? ? ? ? ? ? yes ? no 5 yes ""
- _FldNameList[17] > AnaDat.Ansprech.Firma
- "Firma" "Firma" ? ? "character" ? ? ? ? ? ? yes ? no 8.4 yes ""
- _FldNameList[18] > AnaDat.Ansprech.Funktion
- "Funktion" "Funktion" ? ? "character" ? ? ? ? ? ? yes ? no 30 yes ""
- _FldNameList[19] > AnaDat.Ansprech.Ind
- "Ind" "Ind" ? ? "integer" ? ? ? ? ? ? yes ? no 3 yes ""
- _FldNameList[20] > AnaDat.Ansprech.Knr
- "Knr" "Knr" ? ? "integer" ? ? ? ? ? ? yes ? no 7.8 yes ""
- _FldNameList[21] > AnaDat.Ansprech.Mail
- "Mail" "Mail" ? ? "character" ? ? ? ? ? ? yes ? no 40 yes ""
- _FldNameList[22] > AnaDat.Ansprech.Name
- "Name" "Name" ? ? "character" ? ? ? ? ? ? yes ? no 30 yes ""
- _FldNameList[23] > AnaDat.Ansprech.Natel
- "Natel" "Natel" ? ? "character" ? ? ? ? ? ? yes ? no 20 yes ""
- _FldNameList[24] > AnaDat.Ansprech.Sprcd
- "Sprcd" "Sprcd" ? ? "integer" ? ? ? ? ? ? yes ? no 8 yes ""
- _FldNameList[25] > AnaDat.Ansprech.Tel-1
- "Tel-1" "Tel-1" ? ? "character" ? ? ? ? ? ? yes ? no 20 yes ""
- _FldNameList[26] > AnaDat.Ansprech.Tel-2
- "Tel-2" "Tel-2" ? ? "character" ? ? ? ? ? ? yes ? no 20 yes ""
- _FldNameList[27] > AnaDat.Ansprech.Tel-3
- "Tel-3" "Tel-3" ? ? "character" ? ? ? ? ? ? yes ? no 20 yes ""
- _FldNameList[28] > AnaDat.Ansprech.Tel-4
- "Tel-4" "Tel-4" ? ? "character" ? ? ? ? ? ? yes ? no 20 yes ""
- _FldNameList[29] > AnaDat.Ansprech.Vorname
- "Vorname" "Vorname" ? ? "character" ? ? ? ? ? ? yes ? no 20 yes ""
- _FldNameList[30] > AnaDat.Ansprech.AdrArt
- "AdrArt" "AdrArt" ? ? "character" ? ? ? ? ? ? yes ? no 5.8 yes ?
- _FldNameList[31] > AnaDat.Ansprech.Bestellung
- "Bestellung" "Bestellung" ? ? "logical" ? ? ? ? ? ? yes ? no 9.8 yes ?
- _FldNameList[32] > AnaDat.Ansprech.Debitoren
- "Debitoren" "Debitoren" ? ? "logical" ? ? ? ? ? ? yes ? no 9.2 yes ?
- _FldNameList[33] > AnaDat.Ansprech.Anschrift[1]
- "Anschrift[1]" "Anschrift1" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[34] > AnaDat.Ansprech.Anschrift[2]
- "Anschrift[2]" "Anschrift2" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[35] > AnaDat.Ansprech.Anschrift[3]
- "Anschrift[3]" "Anschrift3" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[36] > AnaDat.Ansprech.Anschrift[4]
- "Anschrift[4]" "Anschrift4" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[37] > AnaDat.Ansprech.Anschrift[5]
- "Anschrift[5]" "Anschrift5" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[38] > AnaDat.Ansprech.Anschrift[6]
- "Anschrift[6]" "Anschrift6" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[39] > AnaDat.Ansprech.Anschrift[7]
- "Anschrift[7]" "Anschrift7" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[40] > AnaDat.Ansprech.Anschrift[8]
- "Anschrift[8]" "Anschrift8" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[41] > AnaDat.Ansprech.Anschrift[9]
- "Anschrift[9]" "Anschrift9" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[42] > AnaDat.Ansprech.Anschrift[10]
- "Anschrift[10]" "Anschrift10" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[43] > AnaDat.Ansprech.Anschrift[11]
- "Anschrift[11]" "Anschrift11" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[44] > AnaDat.Ansprech.Anschrift[12]
- "Anschrift[12]" "Anschrift12" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[45] > AnaDat.Ansprech.Anzeig_br
- "Anzeig_br" "Anzeig_br" ? ? "character" ? ? ? ? ? ? yes ? no 75 yes ?
- _FldNameList[46] > AnaDat.Ansprech.BriefAnr
- "BriefAnr" "BriefAnr" ? ? "character" ? ? ? ? ? ? yes ? no 50 yes ?
- _FldNameList[47] > AnaDat.Ansprech.Lieferschein
- "Lieferschein" "Lieferschein" ? ? "logical" ? ? ? ? ? ? yes ? no 11.4 yes ?
- _FldNameList[48] > AnaDat.Ansprech.esBenutzer
- "esBenutzer" "esBenutzer" ? ? "character" ? ? ? ? ? ? yes ? no 30 yes ?
- _FldNameList[49] > AnaDat.Ansprech.esPasswort
- "esPasswort" "esPasswort" ? ? "character" ? ? ? ? ? ? yes ? no 30 yes ?
- _FldNameList[50] > AnaDat.Ansprech.esMail
- "esMail" "esMail" ? ? "character" ? ? ? ? ? ? yes ? no 40 yes ?
- _FldNameList[51] > AnaDat.Ansprech.esAktiv
- "esAktiv" "esAktiv" ? ? "logical" ? ? ? ? ? ? yes ? no 7 yes ?
- _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 *************************** */
- Firma = DYNAMIC-FUNCTION('GETADMANDANT':U) NO-ERROR.
- IF Firma = ? THEN Firma = '1000'.
- &IF DEFINED(UIB_IS_RUNNING) <> 0 &THEN
- RUN initializeObject.
- &ENDIF
- /* _UIB-CODE-BLOCK-END */
- &ANALYZE-RESUME
- /* ********************** Internal Procedures *********************** */
- &ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE disable_UI dTables _DEFAULT-DISABLE
- PROCEDURE disable_UI :
- /*------------------------------------------------------------------------------
- Purpose: DISABLE the User Interface
- Parameters: <none>
- 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
- /* ************************ Function Implementations ***************** */
- {&DB-REQUIRED-START}
- &ANALYZE-SUSPEND _UIB-CODE-BLOCK _FUNCTION openQuery dTables _DB-REQUIRED
- FUNCTION openQuery RETURNS LOGICAL
- ( /* parameter-definitions */ ) :
- /*------------------------------------------------------------------------------
- Purpose: Super Override
- Notes:
- ------------------------------------------------------------------------------*/
- /* xWhere = 'Adresse.Firma = "' + Firma + '" '. */
- /* 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}
|