The documentation from version 39.5.17 of PLANTA project can be found in the new PLANTA Online Help.

Module Workflow: Level 1 (Tutorial) Up to DB 39.5.14

Please note
  • This tutorial applies to PLANTA database versions up to 39.5.14.
  • For links to the descriptions of other versions, please refer to the following table:

DB 39.5.14 go to the tutorial
< DB 39.5.14 go to the tutorial
  go to further tutorials

Information

  • The following workflow provides an overview of the basic knowledge about PLANTA's own configuration tool (PLANTA customizer) for creating and adjusting the user interface.
  • The Project Workflow provides technical basic knowledge of PLANTA project.

Requirements

  • Knowing and understanding the content of the following topics is the basic condition for executing this workflow:
    • Getting Started - Introduction to the PLANTA program and description of the user interface
    • Field Types - Explanation of the most important data field types and their use
    • How to Operate PLANTA project - How to mark, copy, save, delete, insert, display, and hide data and use context menus

Note

  • The screen shots used are merely examples of functions. The screen shot layout may deviate from the program.

General Customizing Information

Data structure

  • PLANTA project records are edited in data fields of the modules.
  • A module consists of data areas.
  • A data area
    • corresponds to a data table.
    • consists of data fields.
  • A data field corresponds to a data item.
  • A Data item belongs to a data table.
  • The data items of a data table form the record.

Module details

  • A module
    • must have at least one data area assigned to it,
    • can have any number of data areas assigned to it.
  • A data area
    • can be used multiple times, i.e. assigned to many modules.
    • must have at least one data item assigned to it as a data field.
    • can have any number of data items assigned to it as data fields.

Reflection database in module

CustomizerEN.png

Create Module

Objective

  • To create a simple module

Procedure

  • Log on with user P20.
  • In the user menu, open Customizer Module Customizer Modules
    • The cursor is automatically placed in the MOD data field.
  • Enter a module title (e.g. Test Module) in the Module field.
  • ENTER
    • A new module ID number is generated automatically .
  • Save.
  • Result:
ModulAnlegenEN.png
Tip: Create a module using the copy function
  • Alternatively, a module can be created by copying one that already exists. As a result, you generate a 1:1 copy of the source module.
  • Procedure
    • Enter the ID number of the module that is to be copied in the Copy from data field.
    • After you press ENTER, a new module number is generated in the MOD data field.
    • Enter the new module title in the Module data field.
    • Save.
      • When you save, all the parameters of the source module as well as its subobjects (submodules, data areas, module variants) are copied to the new module.

Create Data Area

Objective

  • To create a data area for the newly created Test Module module.

Procedure

  • In the Modules module, right-click on the module number.
  • Select Insert Data area assignment from the context menu.
    • A blank data area record is inserted.
  • Click on the No title link in the Data area field.
  • In the Data Areas module, click on the 000 link next to the Data table field.
DBAnlegen1EN.png

  • The Data Dictionary module is opened.
  • For the Project data table, enter value 461 in DT field or select the data table 461 from the listbox.
    • All the data items of DT461 Project are displayed.
      • By clicking on a column heading, you can sort by that column.
  • Copy the ID number of the Project ID data item to the DDI data field in the Data Areas module by using Drag&Drop copy.
    • A new data area ID number is created automatically.
DBAnlegen2EN.png

  • Save.

Assign Data Fields to a Data Area

Objective

  • To assign data fields to the newly created data area

Procedure

  • Insert a subordinated record for the data fields in the Data Areas module by right-clicking and selecting Insert Data field.
  • Copy the ID number of the Project ID data item to the inserted data field by using Drag&Drop copy.
  • Activate the Project ID data item by clicking on it and insert six more data fields by right-clicking or clicking on the Insert button in the toolbar.
  • Use Drag&Drop copy to copy the ID number of the following data items from DT461 Project in the Data Dictionary module to the DI field or select it via the listbox on the DI field.
    • 000690 Project title
    • 023220 Type
    • 001020 Requested End
    • 001042 Status
    • 001014 Code
    • 001062 Manager
    • The listbox contains all the data items from the data table to which the DDI also belongs.
  • Save.
DFZuordnenEN.png
Tip: Create a data area via the Include Data Items in Data Area context menu command.
  • Click on the 000 link in the DT field in the Modules module.
  • The listbox in the DT field contains all the data tables of the PLANTA database.
  • For the Project data table, enter value 461 in the DT field or select data table 461 from the listbox.
    • All data items of DT461 Project are displayed.
    • You can sort by columns by clicking on the column heading.
  • Mark the data items that are to be included in the data area.
  • Right-click on one of the data items and select the Include Data Items in Data Area context menu command.
    • As a result, only marked data items are copied.
  • The Select Data Area module is opened automatically.
    • A new data area is created automatically.
    • If instances of the Data Areas module are still open, they will be read and automatically inserted.
      • If the data items are to be added to another already existing data area, a new record can be created in Window 1 by pressing F4.
      • Afterwards, enter the ID of the required data area in the DA field.
    • The value in the DDI field is automatically set to the ID from DI of the corresponding data table.
    • The data items selected before are displayed in window 2.
    • Click on the Include Data Item in Data Area button.
      • The data items are included in the data area.
  • Save.

Assign Data Area to Module

Objective

  • To assign the newly created data area to the Test Module module.

Procedure

  • Use Drag&Drop copy to copy the ID number of the data area you have just created to the DA field in the Modules module.
  • Determine the data area position within the module by manually entering value 1 in the Pos. field.
    • If no data area position has been defined and the module is started, the following message will be displayed: Module-area assignments not found.
  • Save.
DBZuordnenEN.png

Caution

  • A data area must not be assigned to a module twice.
    • Ignoring this rule might lead to problems.

Module test

  • In the Modules module click on the ModulStarten.png Start current module button to the left of the module number.
    • The module is opened but no data is displayed. To display data:
      • Click on the Filter criteria button in the toolbar.
      • Click on the Filter button.
        • All projects, plans, ideas, and requests that exist in the database are displayed with the assigned data fields.
TestmodulEN.png
Note
  • When the newly created Test Module module is opened, it is displayed as a submodule in the customizing panel. In order to open the module in its own panel, activate the Main module parameter.

See also: Customizing of Panels

Create Macro

Objective
  • When you open the module, all projects are to be searched automatically.

Procedure

  • Click on the PythonMakroEN.png Edit python macro button in the Modules module.
    • The editor is opened and the following macro template is copied at the same time.
      • Attention: In the py_editor global setting, the correct editor must be set, otherwise the following error messages will be displayed when you click on the button:
        • Please enter and save an editor or
        • Error executing python script: The system cannot find the specified file.
##MacroTemplate

mod_obj = ppms.get_target_module()

def on_load():
    pass

def on_initial_focus():
    mod_obj.menu(11)

def on_focus():
    pass

def on_reset():
    on_initial_focus()

def on_before_mv_switch(old_mv, new_mv):
    pass

def on_after_mv_switch(old_mv, new_mv):
    pass

  • Delete the first line (#MacroTemplate).
  • The template contains the mod_obj.menu(11) command in the on_load Python function. This command refers to menu item 11 Insert, i.e. a blank project record is inserted when the module is opened. A project number can be entered in the record.
  • Since the Filter function is to be executed instead of the Insert function when the module is opened in the macro, mod_obj.menu(11) must be replaced by mod_obj.menu(12).
  • Save via CTRL + S or click on the Save button.

Module test

  • When you open the module the next time, all projects, plans, ideas, and requests are searched and displayed.
    • If only certain projects are to be searched, the filter criteria need to be set.

Notes

  • Python macros can also be edited in the Python Macros module, which is opened with the MakroBearbeitung.png Edit macro button.
  • If the module has a Python as well as a conventional macro only the Python macro takes effect.

See also: Python API, IDs of the menu items

Edit Data Area

Information

  • Data areas are edited in the Data Areas module. This module can be opened in the following way:
    • Click on the link on the Data area field of the required data area.
    • Right-click on the required data area assignment and select the Edit data area command.
    • In the user menu, open the Data Areas module and enter the required data area number in the DA field.

Set Filter Criteria

Objective
  • To only have projects displayed when opening the Test Module module (project type = 0)

Procedure

  • Open the Project data area.
  • For the Type data field in the Filter from parameter, enter value 0 for Project.
DBBearbeiten1EN.png

  • Save.

Module test

  • After you restart the Test Module module, only projects are displayed.
DBBearbeiten2EN.png

See also: Filter

Set Sorting Criteria

Objective
  • To sort projects by project title

Procedure

  • Open the Project data area.
  • Enter value 1 for the Project title data field in the Sort sequence parameter.
DBBearbeiten3EN.png

  • Save.

Module test

  • After you restart the Test Module module, the projects are sorted by the project name in ascending order.
DBBearbeiten4EN.png

Tip

  • Alternatively, the sorting can be set directly in the module.

Customize Frame

Objective
  • Every record of the Project data area is to be framed.

Procedure

  • Open the Project data area.
  • In the Symbol Frame W1 field, enter the requested frame symbol, e.g. 001937.
  • Save.
RahmenCUEN.png

Module test

  • After restart, a blue frame is displayed around every record of the Project data area.
RahmenCU1EN.png

Design Data Area as a Form

Objective
  • In the Test Module module, project data is no longer to be displayed in a table but in a form.
Information
  • In order to simplify the following steps, only one project (e.g. project 4811) is searched.
    • Enter the Project ID, here 4811, in the Project data area for the Project ID data field in the Filter from field and save.
MaskeGestalten1EN.png

Procedure

  • Open the Test Module module by clicking on the ModulStarten.png Start current module button.
  • Activate the Customizer via Form Editor Customizing mode.
  • Click in the data area which you want to become a form.
  • When you right-click and select Form, the data area becomes a form.
    • The X/Y positions are set automatically according to the horizontal automatic layout for all fields.
    • In forms, the symbol in the Symbol Frame W1 field determines not only the frame but also the background color of the data area.
MaskeGestalten2EN.png

  • You can use the form functions to individually adjust these positions
MaskeGestalten3EN.png

MaskeGestalten4EN.png

Notes

  • The tab sequences depend on the sequence of data field records in the Data Areas module.
  • The X/Y positions, data field widths, heights, and headings can be edited manually in the Data Areas module; the corresponding parameters can be found in the Layout module variant.

Define Data Field Behavior

Checkboxes

Objective

  • To add a checkbox field with input option in the Test Module module

Procedure

  • Open the Project data area.
  • Select a new data item (with Column type= Yes/No) from DT461 Project, e.g. 000141 Locked, and add it to the data area.
    • In the DF behavior field, value i2 is automatically entered which means that the checkbox is input.
      • If the checkbox is to be output, select value o2 from the listbox.
  • Define the X/Y positions (Y pos. Hdg, X pos. Hdg, Y pos. F, X pos. F) and the data field heights and widths (DF height and DF width).
  • Save.
CheckboxEN.png

Note

  • Data items with Column type = Yes/No are automatically checkboxes.

Module test

  • After restarting the module, the Locked checkbox field is visible in the module form.
Checkbox1EN.png

Traffic Lights

Objective

  • The Code data field in the Test Module module is to be displayed in another color depending on the project code (= traffic light function).

Procedure

  • Open the Project data area.
  • select a traffic light DI from the listbox; e.g. 000236, for the Code data field
AmpelEN.png
AmpelCodeEN.png
    • or assign a traffic light DI if an individual one has been customized.
  • Save.

Notes

  • The data field to which the traffic light is assigned, and the traffic light DI itself, must be in the same table. This must be considered when an existing or a newly customized traffic light DI is assigned.
  • Traffic lights can be assigned to all normal (including background) or projected data fields.
  • Traffic lights cannot be assigned to bars as the bar design already includes a type of traffic light function. Traffic lights can, however, be used on auxiliary bar fields.
  • When all data fields in the data area (i.e. the entire record in the module) are highlighted in color, the traffic light needs to be set in all data fields.

Module test

  • After you restart the module, the traffic light function can be seen for the Code data field.
Ampel1EN.png

See also: Traffic Light Fields, Traffic Light Customizing

Listbox

Objective

  • In the Test Module module, a listbox is to be assigned to the Status field.

Procedure

  • Open the Project data area.
  • Enter the listbox ID, e.g. 000644 LB: Project status, for the Status data field in the LBMOD parameter.
  • In DF behavior, enter value le or select it from the listbox.
    • By selecting values le or li, you define whether the listbox is implicit or explicit.
    • The listbox is only displayed in the data field if the DF behavior parameter is filled with one of the values mentioned above.
  • Save.
ListboxZuordnenEN.png

Module test

  • After you restart the module, the listbox can be seen in the required data field and can now be used.
LBZuordnenErgebnisEN.png

See also: Listboxes, Listbox Customizing

Define Actions

Information
  • Using actions, macros or modules can be opened.
  • Two actions are described below.

See also: Customizing of Actions

Buttons

Objectives

  • In the Test Module module, a button is to be inserted.
  • Via this button, a module, e.g. the Documents module, is to be opened.

Procedure

  • Open the Project data area.
  • Insert a new record and assign data item 004336 Button/IronPython.
    • Enter the module number of the Documents module (0099IP) in the Action ID parameter.
    • Select value c1 in the DF behavior parameter.
SFEinfuegenEN.png

SFEinfuegen1EN.png

Module test

  • After you restart the module, the button can be seen and used.
SFEinfuegen2EN.png

Links

Objectives

  • In the Test Module module, the Project ID data field is to be defined and displayed as a link.
  • Via this link, a module in which the project data is displayed, e.g. Dashboard, is to be opened.

Procedure

  • Open the Project data area.
  • Define the Project ID data field as a link. To do this:
    • Select value e1 in the DF behavior parameter.
    • In the Action ID parameter, enter a macro number, e.g. 009A0W Open project. The module is opened via the macro. This macro defines which data is to be displayed in the module.
      • If the ID of the module that is to be opened (here 0099JT) is entered in the Action ID parameter the module is opened but no data is displayed.
LinkDefinierenEN.png

  • Display the Project ID data field as link.
    • Switch to the Layout module variant and enter value 001807 in the Symbol ID parameter.
LinkDefinieren1EN.png

  • Switch back to the base module variant.
  • In the Tooltip parameter, enter the text that is to be displayed in the tooltip of the link.
  • Save.
LinkDefinieren2EN.png

Module test

  • After you restart the module, the Project ID data field is defined and displayed as a link.
LinkDefinieren3EN.png

  • Click on the Open project link. The Dashboard module is opened and the project data is displayed.
LinkDefinieren4EN.png

See also: Link Data Fields

Individual Data Field Headings

Objective

  • In the Test Module module the Status field is to be renamed.

Information

  • It is possible to use individual titles for data fields in each data area.
  • They are displayed in all modules in which the corresponding data area is used.

Procedure

  • Open the Project data area.
  • Enter a new heading (e.g. Project status) in the DF heading parameter for the Status data field.
  • Save.
DFIndividuellEN.png

Module test

  • Restart the Test Module module.
  • Instead of Status the title Project status is displayed.
DFIndividuell1EN.png

Embed OLE Objects

Embed Steady OLE Objects

Objective

  • In the Test Module module, an OLE is to be displayed for the button.

Procedure

  • Select the requested OLE object in the OLEs module and note down the ID.
  • Open the Project data area.
  • In the Project data area for DI004336 Button/IronPython in the Standard value parameter, enter the prefix DBOLE and the ID of the chosen OLE object in brackets, e.g.: DBOLE(000685).
  • Save.
OLEEinbindenEN.png

Module test

  • After you restart the module, the selected OLE object is displayed on the button.
OLEEinbinden1EN.png

See also: OLE Objects

Excursus: Embedding Variable OLE Objects

Objective

  • In certain fields, different OLE objects are to be displayed depending on the field values.

Procedure

Add Further Data Area

Objective
  • Another data area, in which tasks are to be displayed, are to be assigned to the Test Module.

Procedure

  • Create a new data area with the following data fields from DT463 Task:.
    • DDI = 001098 Task ID
    • Data fields:
      • 001098 Task ID
      • 000807 Task name
      • 001134 Planned effort
      • 001135 Actual effort
      • 001136 Remaining effort
  • Save.
DBNeuEN.png

  • Open the Modules module and enter the ID number of the Test Module module.
  • Insert a blank record for the new data area:
    • Click on the existing data area and then on the Insert button in the toolbar.
    • Or right-click on the existing data area and select Insert Data area assignment.
  • Enter the number of the newly created data area in the DA field.
  • Enter value 2 in the Pos. parameter.
  • Save.
DBNeu1EN.png

Notes

  • If the module is now opened, project 4811 will be displayed in the project area and the tasks of all projects will be shown in the task area.
  • The data areas must be structured so that only tasks of project 4811 are displayed in the task area.

Structure Data Areas

Objective
  • To display data of the Task data area below the corresponding project

Procedure

  • At the moment, both areas are on the same level. They are to be structured in a way in which the new Task data area is subordinated to the Project data area.
    • Therefore, drag the Task data area above the Project data area by using SHIFT + the left mouse button and then release the mouse button. As a result, the Task area is subordinated to the Project area. In the Tasks area, value 1 is automatically entered in the Parent area field.
  • Save.
DBStrukturierenEN.png

Note

  • You can also structure data areas by filling the Parent area parameter manually. To do this, enter the position Pos. of the higher level data area in the Parent area parameter of the data area that is to be subordinated.

Module test

  • Restart the Test Module module.
  • The Task area is displayed below the project form.
  • Data displayed in the Task data area belongs to the corresponding project.
DBStrukturieren1EN.png

Notes

  • Data areas can only be structured usefully if they are connected relationally with each other; either via a relation in the data area or via the Relation to recursive child area or Relation to parent area data field.
  • If the data areas are structured incorrectly (i.e. the Pos. and Parent area parameters have been set incorrectly), the following message is usually displayed when you open the module: MCU: Unable to create search path..
  • If a module is technically correct, but incorrectly constructed with regard to application logic, the module supplies incorrect data.
    • Example: If the Parent area parameter is not filled, all tasks (of all projects) are displayed below the Project data area on the same level.

Display the Tree Structure

Objective

  • In the Test Module module, the tasks of the project are to be displayed in a tree structure.
    • Due to the tree structure, tasks are indented below the project. As a result, the hierarchy (tasks are subordinated to the project) is visible.
    • Additionally, the +/- symbol is displayed in the Project data area and can be used to display or hide the tasks.

Procedure

  • In the Tree field in the Modules module on the module data area assignment level for the Task and Project data areas, select in which window you want the +/- symbol to be displayed (here: 1).
  • Activate the Tree structure parameter.
    • If the grid line is to be displayed, the Grid line parameter needs to be activated.
  • Save.
BaumdarstellungAnzeigenEN.png

Module test

  • Restart the Test Module module.
  • In the Project data area, the +/- symbol appears and can be used to display or hide the tasks.
  • The project tasks are displayed indented below the project.
  • The grid line is displayed.
BaumdarstellungAnzeigen1EN.png
BaumdarstellungAnzeigen2EN.png

Note

  • Tree structures for data areas with activated Beside parent area parameter and across several windows must be avoided in customizing as this leads to an incorrect display.

Allocate Data Fields to Several Windows

Objective
  • In the Test Module module, the task effort data fields are to be displayed in window 2.

Procedure

  • Open the Task data area.
  • For the Planned effort, Actual effort and Remaining effort data fields, select value 2 in the Window field.
  • Save.
DFVerteilenEN.png

  • Close the Data Areas module.
  • In the Modules module, select the Parameter module variant.
  • In the Width W2 field, enter a width for window 2, e.g. 800.
  • Save.
DFVerteilen1EN.png

Note

  • In the user module, the window width can be optimized subsequently and saved via the Save module customizing menu item.

Module test

  • Restart the Test Module module.
  • The task effort data fields are displayed in window 2.
DFVerteilen2EN.png

Customize Invisible Fields

Objective
  • In the Test Module module, duration fields is to be assigned to the Task data area that is to become invisible when the module is opened but can be displayed if necessary.

Procedure

  • Open the Task data area.
  • Assign data items to the data area from DT463 Task:
    • 001131 Planned duration
    • 001132 Actual duration
    • 001133 Remaining duration
  • For the new data fields, select value 9 in the Window field.
  • Save.
DFUnsichtbarEN.png

Module test

  • Restart the Test Module module.
  • The new duration fields are visible in the module.
  • They can be displayed if necessary. To do so,
    • right-click on the heading of the requested (data field) column
    • set a checkmark next to the relevant title in the context menu. Here, checkmarks are set next to all of the duration data fields.
  • The new columns (data fields) are inserted to the left of the column from which the context menu was opened.
DFUnsichtbar2EN.png

Note

  • If you want to disable the display of the data fields, the DF options checkbox has to be deactivated.

Customize Alternating Shading

Objective

  • Every second task record is to be highlighted in color.

Procedure

  • Open the Task data area.
  • In the Altern. color W1 parameter, enter the color (e.g. 000149) in which the task records are to be highlighted or, alternatively, select a color from the listbox.
  • In the Color intensity W1 field, define the color intensity.
    • The value is specified as percentage value (1 - 100 %), the higher the value the darker the color.
  • In the Altern. frequency parameter, define which lines are to be highlighted in color in a table.
    • If no value is entered here, every second line is highlighted by default. But if a value of e.g. 3 is entered, every third line is highlighted.
  • Save.
SchattierungCUEN.png

Module test

  • Restart the Test Module module.
  • Now, every second task record (no value has been entered in the Altern. frequency field) is highlighted in light gray.
SchattierungCU1EN.png

Provide Way of Inserting Records in a Module

Objective

  • To enable the insert function for Project and Task data areas in the Test Module module.

Procedure

  • In the Modules module, set the following parameters in the Project and Task data areas:
  • The Insert context menu is generated automatically and contains the following two parts:
    • The fixed Insert entry and
    • the table name (the most essential thing here is the data table from which the DDI comes) of the data area(s); the second part may contain the following subparts:
      • The first subpart is always identical, independent of the data area from which the context menu is opened. In this subpart, the data area(s) of the highest level for which the inserting is allowed are displayed.
    • Whether the second subpart is displayed and which areas are displayed there depends on whether the inserting is allowed for focused data area and/or its child data areas.
        • The text displayed in the second subpart of the context menu (table name) can be edited by means of an entry in the Context menu text data field in the Data Areas module.
  • Save.
DSEinfuegenEN.png

Example of the context menu

  • For the Project data area, the context menu looks as follows (the DDI comes from DT461 Project and the data area contains a Task subarea for which the Insert and Create parameters are activated): Insert Project and Insert Task.
DSEinfuegen1EN.png

Assign Module to Work Area

Objective

  • The Test Module module is to be assigned to a work area.

Information

  • According to PLANTA project rights controlling, modules are not directly assigned to a user. This assignment is done via the assignment of a module to a work area, which is then assigned to a role, which is finally assigned to a user.

Procedure

  • In the Modules module, right-click and select Assign Module to Work Area.
  • The Assign Work Area module is opened.
    • Here, select the required work area (here 01100061 Project management) from the listbox on the Work area field.
    • Save.
MODAGZuordnenEN.png

Note

  • In the Modules module in the No. of work areas field, you can see how many work areas the module is already assigned to. On this field, a traffic light is stored which signalizes whether the module has already been assigned to a work area (green) or has not yet been assigned (red).
    • By clicking on the link in the field or by selecting the Use module variant you switch to this module variant. There, the work areas and roles the module is assigned to are displayed.

Assignment test

  • Log on with the user the requested work area is assigned to via a role assignment (here: * R8).
  • The Test Module module is visible in the user menu in the requested work area and can be opened.
MODAGZuordnen1EN.png

Assign Submodule to Panel

Objective

  • To assign another module as a submodule to the panel in which the Test Module module is the main module.

Procedure

  • In the Modules module, insert a record for a submodule by right-clicking and selecting Insert Submodule. In the SUBMOD field, enter the ID of the module that is to be added to the panel, e.g. module 0099G2 Projects.
  • A value of 1 is automatically entered in the Code field.
  • Save.
UntermodulZuordnenEN.png

Assignment test

  • Log in with the user that has access to the Test Module module (here: R8).
  • Open the Test Module module.
  • The panel with the Test Module main module and the Projects submodule is opened
UntermodulZuordnen1EN.png

See also: Panel, Customizing of Panels

Excursus: Deleting

Delete a Data Area Assignment

Procedure

  • The Module module is opened.
  • In the MOD data field, enter the module ID number of the module to be edited.
  • Mark the requested data area using CTRL + click.
  • Click on the Delete button in the toolbar or select the Edit--> Delete menu item.
    • Only the data area assignment is deleted, the data area itself remains. If it is not assigned to a module it is displayed in the Data Areas Without Assignments module and can be deleted either there or in the Data Areas module.

Notes

  • Before deleting a data area assignment, you must check whether the position of the data area is assigned to one or more subsequent data area(s) as a parent area.
  • After deleting a data area assignment, you must adjust the Pos. and Parent area data fields.

Delete Data Area

Procedure
  • In the MOD data field, enter the module ID number of the module to be edited.
  • Mark the summary task to be deleted.
  • Mark the data area using CTRL + click.
  • Click on the Delete button in the toolbar or select the Edit--> Delete menu item.
  • The data area and all of its module assignments are deleted.

Notes

  • Before deleting a data area, you must check whether the position of the data area is assigned to one or more subsequent data area(s) as a parent area.
  • After deleting a data area, you should adjust the Pos. and Parent area data fields accordingly.

Delete Module

Procedure

  • Enter the module ID number of the module to be deleted in the MOD data field.
  • Mark the module by using CTRL+ click on the module title.
  • Click on the Delete button in the toolbar or select the Edit--> Delete menu item.
    • The module and its data area and submodule assignments are deleted.
    • The data areas themselves remain and are not deleted.

Go to Module Workflow: Level 2 ==>

Information
  • In Module Workflow: Level 2, further customizing options are explained, e.g.
    • Customizing of bar plans and bar plan functions
    • Embedding date listboxes by using the CalenderControl function
    • Customizing of links
    • etc.
Topic attachments
I Attachment History Size Date Comment
Pngpng Ampel.png r2 r1 19.1 K 2011-06-27 - 09:35  
Pngpng Ampel1.png r2 r1 5.8 K 2011-06-27 - 09:38  
Pngpng AmpelCode.png r1 8.5 K 2011-06-19 - 14:34  
Pngpng BaumdarstellungAnzeigen.png r3 r2 r1 12.3 K 2011-06-29 - 08:14  
Pngpng BaumdarstellungAnzeigen1.png r4 r3 r2 r1 17.0 K 2011-06-29 - 08:07  
Pngpng BaumdarstellungAnzeigen2.png r2 r1 10.0 K 2011-06-28 - 07:47  
Pngpng Checkbox.png r3 r2 r1 18.9 K 2011-06-27 - 09:24  
Pngpng Checkbox1.png r2 r1 7.1 K 2011-06-27 - 09:28  
Pngpng Customizer.png r1 22.5 K 2011-09-14 - 08:01  
Pngpng DBAnlegen1.png r3 r2 r1 20.4 K 2011-06-30 - 08:12  
Pngpng DBAnlegen2.png r2 r1 36.3 K 2011-06-10 - 11:09  
Pngpng DBBearbeiten1.png r3 r2 r1 10.4 K 2011-06-27 - 11:03  
Pngpng DBBearbeiten2.png r2 r1 8.1 K 2011-06-10 - 11:34  
Pngpng DBBearbeiten3.png r3 r2 r1 13.5 K 2011-06-17 - 10:17  
Pngpng DBBearbeiten4.png r3 r2 r1 8.3 K 2011-06-17 - 10:08  
Pngpng DBNeu.png r1 14.3 K 2011-06-15 - 20:36  
Pngpng DBNeu1.png r2 r1 10.0 K 2011-06-29 - 09:52  
Pngpng DBStrukturieren.png r2 r1 8.9 K 2011-06-15 - 21:09  
Pngpng DBStrukturieren1.png r5 r4 r3 r2 r1 11.4 K 2011-06-29 - 08:00  
Pngpng DBZuordnen.png r2 r1 10.0 K 2011-06-30 - 08:18  
Pngpng DFIndividuell.png r2 r1 13.5 K 2011-06-27 - 11:26  
Pngpng DFIndividuell1.png r2 r1 8.0 K 2011-06-27 - 11:29  
Pngpng DFUnsichtbar.png r1 17.8 K 2011-06-16 - 08:06  
Pngpng DFUnsichtbar1.png r3 r2 r1 12.6 K 2011-06-28 - 08:31  
Pngpng DFUnsichtbar2.png r1 11.3 K 2011-06-29 - 11:25  
Pngpng DFVerteilen.png r2 r1 17.3 K 2011-06-28 - 08:07  
Pngpng DFVerteilen1.png r1 13.9 K 2011-06-16 - 07:54  
Pngpng DFVerteilen2.png r3 r2 r1 10.6 K 2011-06-28 - 08:28  
Pngpng DFZuordnen.png r3 r2 r1 15.7 K 2011-06-27 - 11:21  
Pngpng DSEinfuegen.png r2 r1 6.5 K 2011-06-28 - 08:44  
Pngpng DSEinfuegen1.png r3 r2 r1 11.5 K 2011-06-28 - 08:55  
Pngpng LBZuordnenErgebnis.png r3 r2 r1 7.1 K 2011-06-27 - 09:55  
Pngpng LinkDefinieren.png r3 r2 r1 13.9 K 2011-06-29 - 09:25  
Pngpng LinkDefinieren1.png r4 r3 r2 r1 14.5 K 2011-06-29 - 09:10  
Pngpng LinkDefinieren2.png r3 r2 r1 11.8 K 2011-06-29 - 09:19  
Pngpng LinkDefinieren3.png r2 r1 287.8 K 2011-06-27 - 10:47  
Pngpng LinkDefinieren4.png r2 r1 59.4 K 2011-06-27 - 10:56  
Pngpng ListboxZuordnen.png r2 r1 14.9 K 2011-06-27 - 09:52  
Pngpng MODAGZuordnen.png r3 r2 r1 11.3 K 2011-06-30 - 07:51  
Pngpng MODAGZuordnen1.png r1 15.5 K 2011-06-16 - 08:27  
Pngpng MakroBearbeitung.png r1 1.2 K 2011-06-10 - 09:50  
Pngpng MaskeGestalten1.png r3 r2 r1 10.4 K 2011-06-27 - 08:12  
Pngpng MaskeGestalten2.png r3 r2 r1 4.1 K 2011-06-27 - 08:47  
Pngpng MaskeGestalten3.png r3 r2 r1 4.5 K 2011-06-27 - 08:54  
Pngpng MaskeGestalten4.png r2 r1 15.8 K 2011-06-27 - 09:06  
Pngpng ModulAnlegen.png r1 6.4 K 2011-06-10 - 07:24  
Pngpng ModulStarten.png r1 0.8 K 2011-06-10 - 09:19  
Pngpng MussFeld.png r2 r1 18.8 K 2011-06-28 - 09:07  
Pngpng MussFeld1.png r3 r2 r1 6.8 K 2011-06-29 - 07:50  
Pngpng MussFeld2.png r1 3.5 K 2011-06-28 - 10:51  
Pngpng MussFeld3.png r2 r1 8.0 K 2011-06-29 - 07:37  
Pngpng MussFeld4.png r1 6.5 K 2011-06-29 - 07:45  
Pngpng OLEEinbinden.png r2 r1 17.6 K 2011-06-28 - 07:10  
Pngpng OLEEinbinden1.png r2 r1 7.1 K 2011-06-28 - 07:15  
Pngpng PythonMakro.png r1 1.1 K 2011-06-10 - 09:36  
Pngpng RahmenCU.png r2 r1 17.9 K 2011-06-27 - 08:39  
Pngpng RahmenCU1.png r2 r1 9.1 K 2011-06-27 - 08:42  
Pngpng SFEinfuegen.png r4 r3 r2 r1 21.6 K 2011-06-27 - 10:10  
Pngpng SFEinfuegen1.png r2 r1 23.2 K 2011-06-27 - 10:26  
Pngpng SFEinfuegen2.png r2 r1 7.0 K 2011-06-27 - 10:29  
Pngpng SchattierungCU.png r1 13.2 K 2011-06-16 - 08:04  
Pngpng SchattierungCU1.png r2 r1 12.7 K 2011-06-28 - 08:37  
Pngpng Testmodul.png r2 r1 5.1 K 2011-06-10 - 11:21  
Pngpng UntermodulZuordnen.png r3 r2 r1 13.6 K 2011-06-29 - 08:33  
Pngpng UntermodulZuordnen1.png r3 r2 r1 30.7 K 2011-07-04 - 07:41  

         PLANTA project









 
  • Suche in Topic-Namen

  • Suche in Topic-Inhalten
This site is powered by the TWiki collaboration platform Powered by Perl