Informační tok Funkční structura Datová struktura ER model Modulová struktura Typová struktura Relační model Dokumentace


[Celkový datový model] [Funkce] [Externí rohraní] [Stavové diagramy] [Datové elementy] [Entity] [Relace]
[Databáze] [Události] [Materiály] [Generovací funkce] [Vyhodnocovací funkce] [Konfigurace] [Uživatelé] [Projekt] [Home]



Vyhodnocovací funkce
Relations_with_text
(Review-Manager Data model checks)


Vytvořeno: 12-13-1999 12:24:47
Poslední změna: 12-10-2002 11:08:17

Outputs all relations, that have a text description, as well as the first 255 characters from this description.

Modul

Module: Review-Manager Data model checks

Zdrojový kód:

PROCEDURE Relations_with_text()
BEGIN

    PRINT "Relace", NL;
    
    FOREACH Relation WHERE Relation.HasText
                     ORDER BY Name DO

        text$ = Relation.Semantic;
        CALL Util_ClearBlanks(text$);

        IF text$ <> "" THEN
            CALL Util_PrintRelation(Relation.Tid, "", text$, FALSE);
        END
    END // FOREACH Relation
    
END


Generováno: 16.10.2003 7:41 Systém: C:\Documents and Settings\hajsman\Dokumenty\Vyuka\Irs2\Projekt case40\Projekt03.csf Generováno systémem case/4/0
Vygeneroval: Administrator Soubor: C:\Documents and Settings\hajsman\Dokumenty\Vyuka\Irs2\Projekt case40\html\242555175.htm (C) microTOOL GmbH 2002