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
All
(Web Publishing)


Vytvořeno: 03-30-1998 13:58:42
Poslední změna: 01-14-2003 13:31:46

Generates all HTML pages which don't contain images.

Modul

Module: Web Publishing

Zdrojový kód:

PROCEDURE All()
BEGIN
  //first generate all HTML Files that don't contain pictures on following pages
  CALL Configurations() INTO "Config.htm";
  CALL Databases(TRUE) INTO "Database.htm";
  CALL Datas(TRUE) INTO "Datas.htm";
  CALL Efaces(TRUE) INTO "Efaces.htm";
  CALL Entities(TRUE) INTO "Entities.htm";
  CALL Evaluating_mod(TRUE) INTO "For_eva.htm";
  CALL Events(TRUE) INTO "Event.htm";
  CALL Functions(TRUE) INTO "Fnctions.htm";
  CALL Generating_mod(TRUE) INTO "For_gen.htm";
  CALL Index() INTO "Index.htm";
  CALL Materials(TRUE) INTO "Material.htm";
  CALL Relations(TRUE) INTO "Rlations.htm";
  CALL Stateareas() INTO "Stds.htm";
  CALL Users(TRUE) INTO "User.htm";
  CALL EnterpriseDataModel() INTO "UDM.htm";

  //generate overview pages (without following pages)
  //following pages are generated by the Add In, because they contain pictures
  CALL Datastructures() INTO "Dsds.htm";
  CALL Erareas() INTO "Erareas.htm";
  CALL Functionstructures() INTO "Fsds.htm";
  CALL Informationflows() INTO "Ifds.htm";
  CALL Modules() INTO "Modules.htm";
  CALL Reports() INTO "Reports.htm";
  CALL Relareas() INTO "Relareas.htm";
  CALL Typestructures() INTO "Tsds.htm";
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\7451.htm (C) microTOOL GmbH 2002