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

General Menu Items

Information

  • The menu item structure in the menu bar and the toolbar is user-dependent.
  • The menu item structure in the menu bar or in the toolbar and the shortcuts can be changed by the customizer.

Menu Bar

Data

From DB 39.5.12

Menu item Sub-menu item ID Button Shortcut Description
Filter   12 filter.png CTRL + Q Starts a new filtering process

See also: Filtering

Cancel filtering   338   ESC Cancels the filtering process
Refresh/reset   19 sync-alt.png F7 Refreshes the display according to the last changes or resets the available selection without closing the module
Sort   32 sort-alpha-up.png   If the sort sequence was changed in the module, you can use this menu item to reset the sort sequence predefined in the customizing.

See also: Change Sort Sequence

Search in module   351 search.png CTRL + F Opens the search bar in which the string searched in the module can be entered. By clicking on the menu item once more, the search bar is hidden again.

See also: Search in Module

Print preview   149 print-preview.png   Opens the Print preview which shows exactly on screen what the printout and the pagination will look like. For the print preview, a zoom parameter can be saved which differs from that of the module window.
Page break preview   361 Seitenumbruchvorschau.png   Opens the Page break preview
Print directly   31 print.png   Sends the current settings along with the module data to the printer
Print via options   310 print-cog.png CTRL + P This item allows print options to be changed before printing.
Close panel/module   49   CTRL + F4 Closes the active panel/module. Attention: A module that has once been closed must no longer be used by Python in any way. Each method/attribute call to a closed module/panel may lead to program instabilities and crashes!
Exit program   135 sign-out-alt.png ALT + F4 Exits the program

From DB 39.5.7

Menu item Sub-menu item ID Button Shortcut Description
Filter   12 Filtern.png CTRL + Q Starts a filter process

See also: Filtering

Cancel filtering   338   ESC Cancels the filtering process
Refresh/reset NEW   19 Aktualisieren.PNG F7 Refreshes the display according to the last changes or resets the available selection without closing the module
Sort   32 Sortieren.png   If the sort sequence was changed in the module, you can use this menu item to reset the sort sequence predefined in the customizing.

See also: Change Sort Sequence

Search in module   351 SuchenImModul.png CTRL + F Opens the search bar in which the string searched in the module can be entered. By clicking on the menu item once more, the search bar is hidden again.

See also: Search in Module

Print preview   149 Druckvorschau.png   Opens the Print preview which shows exactly on screen what the print output and the pagination will look like. For the print preview, a zoom parameter can be saved which differs from that of the module window.
Page break preview   361 Seitenumbruchvorschau.png   Opens the Page break preview
Print direct   31 DruckDirekt.png   Sends the module data with the current layout and printer settings to the printer
Print via options   310 DruckUeberOptionen.png CTRL + P This item allows print options to be changed before printing.
Close panel/module   49   CTRL + F4 Closes the active panel/module. Attention: A module that has once been closed must no longer be used by Python in any way. Each method/attribute call to a closed module/panel may lead to program instabilities and crashes!
Exit program   135 ModulSchliessen.png ALT + F4 Exits the program

Up to DB 39.5.7

Menu item Sub-menu item ID Button Shortcut Description
Filter   12 Filtern.png CTRL + Q Starts a filter process

See also: Filtering

Cancel filtering   338   ESC Cancels the filtering process
Close/Reset   19 Zuruecksetzen.png F7 Resets the available selection and deletes the display without closing the module
Sort   32 Sortieren.png   If the sort sequence was changed in the module, you can use this menu item to reset the sort sequence predefined in the customizing.

See also: Change Sort Sequence

Search in module   351 SuchenImModul.png CTRL + F Opens the search bar in which the string searched in the module can be entered. By clicking on the menu item once more, the search bar is hidden again.

See also: Search in Module

Print preview   149 Druckvorschau.png   Opens the Print preview which shows exactly on screen what the print output and the pagination will look like. For the print preview, a zoom parameter can be saved which differs from that of the module window.
Page break preview   361 Seitenumbruchvorschau.png   Opens the Page break preview
Print direct   31 DruckDirekt.png   Sends the module data with the current layout and printer settings to the printer
Print via options   310 DruckUeberOptionen.png CTRL + P This item allows print options to be changed before printing.
Close panel/module   49   CTRL + F4 Closes the active panel/module. Attention: A module that has once been closed must no longer be used by Python in any way. Each method/attribute call to a closed module/panel may lead to program instabilities and crashes!
Exit program   135 ModulSchliessen.png ALT + F4 Exits the program

Edit

From DB 39.5.12

Menu item Sub-menu item ID Button Shortcut Description
Undo   3 undo-alt.png CTRL + Z Reverses the last performed change.

This menu item only takes effect in the following procedures:

  • Changing data field content (manually or via CTRL + V, CTRL + X or D&D)
    • Changes to data field content can be undone without another field having to be activated upfront. I.e., if the Undo button is clicked on while the focus is in a field, the input in this field is undone first. When clicking on the menu item repeatedly, previous inputs will be undone successively.
  • All functions of the form editor
  • Redo   4 restore-alt.png CTRL + Y Restores the last undone change
    Insert   11 plus.png F4 Inserts a new coequal record. Procedure
    Insert child area   91     Inserts a new child record. Procedure
    Upon use in Python macros or as an action ID in a data area, this menu item is non-functional. See also Known Issues
    Save   34 save.png CTRL + S Saves the data with the changes which have been made to it in the database
    Delete   40 times.png SHIFT + DEL Deletes the marked records from the database A query is displayed, asking whether you really want to delete the data.

    See also: How to Delete

    Drag&Drop copy         Defining a copy type for copying via Drag&Drop operation
      Field to Field 156   CTRL + 1 Procedure
      Field to Column 33   CTRL + 2 Procedure
      Column to Column 146   CTRL + 3 Procedure
      Record(s) 157   CTRL + 4 Procedure
    Copy operator         Defines an operator for copying via Drag&Drop.

    Copy operators can only be used for the Field to Field, Field to Column, and Column to Column copy types.

      Replace 162     Default setting: The values in the target data fields will be replaced with values from the source data fields.
      + 163     A value is added to the value in the source data field and the result is entered in the target data field. The addend can be defined by making an entry in the Add from: dialog window.
      - 164     A value is subtracted from the value in the source data field and the result is entered in the target data field. The subtraction value can be defined in the Subtract from: dialog box.
      * 165     A value is multiplied by the value in the source data field and the result is entered in the target data field. The multiplication value can be defined by making an entry in the Multiply by: dialog box.
      / 166     The value in the source data field will be divided by any required value and the result will be entered in the target data field. The division value can be defined by making an entry in the Divide by: dialog box.
    Calculate schedule   35 calculate_schedule.png   Carries out the complete calculation of the schedule including dates, resources (capacity loading), and, if the required settings are made, costs as well.
    The menu item corresponds to the Capacity scheduling menu item ( Kapazitaetsrechnung.png ) in the previous versions. The former Time recording menu item is no longer used separately. The respective functionality is now a part of the schedule calculation.
    Unload schedule   37 calendar-times.png   The project is unloaded date-wise, the loaded resources are approved. Further Information
    Mark all   154   CTRL + A Marks all records in a module
    Unmark all   151   CTRL + D Unmarks all data records in a module.

    From C 39.5.15

    Menu item Sub-menu item ID Button Shortcut Description
    Undo   3 Rueckgaengig.png CTRL + Z Reverses the last performed change

    This menu item only takes effect in the following procedures:

  • Changing data field content (manually or via CTRL + V, CTRL + X or D&D)
    • Changes to data field content can be undone without another field having to be activated upfront. I.e., if the Undo button is clicked on while the focus is in a field, the input in this field is undone first. When clicking on the menu item repeatedly, previous inputs will be undone successively.
  • All functions of the form editor
  • Redo   4 Wiederherstellen.png CTRL + Y Resets the last undone change.
    Insert   11 Einfuegen.png F4 Inserts a new coequal record. Procedure
    Insert child area   91     Inserts a new child record. Procedure
    Upon use in Python macros or as an action ID in a data area, this menu item is non-functional. See also Known Issues
    Save   34 Speichern1.png CTRL + S Saves the data with the changes which have been made to it in the database.
    Delete   40 Loeschen1.png SHIFT + DEL Deletes the marked records from the database. A query is displayed, asking whether you really want to delete the data.

    See also: How to Delete

    Drag&Drop copy         Defining a copy type for copying via Drag&Drop operation
      Field to Field 156   CTRL + 1 Procedure
      Field to Column 33   CTRL + 2 Procedure
      Column to Column 146   CTRL + 3 Procedure
      Record(s) 157   CTRL + 4 Procedure
    Copy operator         Defines an operator for copying via Drag&Drop.

    Copy operators can only be used for the Field to Field, Field to Column, and Column to Column copy types.

      Replace 162     Default setting: The values in the target data fields will be replaced with values from the source data fields.
      + 163     A value is added to the value in the source data field and the result is entered in the target data field. The addend can be defined by making an entry in the Add from: dialog window.
      - 164     A value is subtracted from the value in the source data field and the result is entered in the target data field. The subtraction value can be defined in the Subtract from: dialog box.
      * 165     A value is multiplied by the value in the source data field and the result is entered in the target data field. The multiplication value can be defined by making an entry in the Multiply by: dialog box.
      / 166     The value in the source data field will be divided by any required value and the result will be entered in the target data field. The division value can be defined by making an entry in the Divide by: dialog box.
    Scheduling         Scheduling is used as an umbrella term for time and capacity scheduling. See the Time scheduling and Capacity scheduling menu items.
    See also: Date, Cost, and Resource Scheduling
      Time scheduling 193 Zeitrechnung.png   Carries out the time scheduling for the displayed project. Time scheduling is the network plan calculation on the basis of the estimated task duration and links, taking the calendar without capacity loads into consideration.
      Capacity scheduling 35 Kapazitaetsrechnung.png   Carries out a capacity scheduling for the displayed project. Capacity scheduling is the calculation of dates and the loading of the resources planned in the project.
      Unload 37 Entlastung.png   The project is unloaded date-wise, the loaded resources are approved.
    Graphical Editing         The following graphical editing functions are only available if the appropriate module contains bars in a Gantt chart and graphical editing is allowed by the customizer.
      Task requested start 100 WA.png   Creates or moves a task requested start date graphically
      Task requested end 101 WE.png   Creates or moves a task requested end date graphically.
      Task actual start 102 IA.png   Creates or moves a task actual start date graphically.
      Task actual end 103 IE.png   Creates or moves a task actual end date graphically.
    Mark all   154   CTRL + A Marks all records in a module
    Unmark all   151   CTRL + D Unmarks all data records in a module.

    Up to C 39.5.15

    Menu item Sub-menu item ID Button Shortcut Description
    Undo   3 Rueckgaengig.png CTRL + Z Reverses the last performed change

    This menu item only takes effect in the following procedures:

    Redo   4 Wiederherstellen.png CTRL + Y Resets the last undone change.
    Insert   11 Einfuegen.png F4 Inserts a new coequal record. Procedure
    Insert child area   91     Inserts a new child record. Procedure
    Upon use in Python macros or as an action ID in a data area, this menu item is no longer functional. See also Known Issues
    Save   34 Speichern1.png CTRL + S Saves the data with the changes which have been made to it in the database.
    Delete   40 Loeschen1.png SHIFT + DEL Deletes the marked records from the database. A query is displayed, asking whether you really want to delete the data.

    See also: How to Delete

    Drag&Drop copy         Defining a copy type for copying via Drag&Drop operation
      Field to Field 156   CTRL + 1 Procedure
      Field to Column 33   CTRL + 2 Procedure
      Column to Column 146   CTRL + 3 Procedure
      Record(s) 157   CTRL + 4 Procedure
    Copy operator         Defines an operator for copying via Drag&Drop.

    Copy operators can only be used for the Field to Field, Field to Column, and Column to Column copy types.

      Replace 162     Default setting: The values in the target data fields will be replaced with values from the source data fields.
      + 163     A value is added to the value in the source data field and the result is entered in the target data field. The addend can be defined by making an entry in the Add from: dialog window.
      - 164     A value is subtracted from the value in the source data field and the result is entered in the target data field. The subtraction value can be defined in the Subtract from: dialog box.
      * 165     A value is multiplied by the value in the source data field and the result is entered in the target data field. The multiplication value can be defined by making an entry in the Multiply by: dialog box.
      / 166     The value in the source data field will be divided by any required value and the result will be entered in the target data field. The division value can be defined by making an entry in the Divide by: dialog box.
    Scheduling         Scheduling is used as an umbrella term for time and capacity scheduling. See the Time scheduling and Capacity scheduling menu items.
    See also: Date, Cost, and Resource Scheduling
      Time scheduling 193 Zeitrechnung.png   Carries out the time scheduling for the displayed project. Time scheduling is the network plan calculation on the basis of the estimated task duration and links, taking the calendar without capacity loads into consideration.
      Capacity scheduling 35 Kapazitaetsrechnung.png   Carries out a capacity scheduling for the displayed project. Capacity scheduling is the calculation of dates and the loading of the resources planned in the project.
      Unload 37 Entlastung.png   The project is unloaded date-wise, the loaded resources are approved.
    Graphical Editing         The following graphical editing functions are only available if the appropriate module contains bars in a Gantt chart and graphical editing is allowed by the customizer.
      Task requested start 100 WA.png   Creates or moves a task requested start date graphically
      Task requested end 101 WE.png   Creates or moves a task requested end date graphically.
      Task actual start 102 IA.png   Creates or moves a task actual start date graphically.
      Task actual end 103 IE.png   Creates or moves a task actual end date graphically.
    Mark all   154   CTRL + A Marks all records in a module
    Unmark all   151   CTRL + D Unmarks all data records in a module.

    View

    From DB 39.5.12

    Menu item Sub-menu item ID Button Shortcut Description
    Full screen   301 arrows.png F11 Activates/deactivates the full screen mode
    Display child area +   92   CTRL + + Displays child data for the activated record
    Display subarea ++   124   CTRL + * Displays the data of the of the child data area for all records
    Hide child area -   93   CTRL + - Hides the data of all child data areas for the activated record
    Hide child area - -   145   CTRL + / Hides child data for all records
    Zoom         Information on Zooming
      Zoom = 100 % 150 zoom_100.png STRG + 0 Zooms the module content to 100 %.
      Zoom+ 97 search-plus.png   Enlarges the display of the active module on your screen.
      Zoom- 96 search-minus.png   Downsizes the display of the active module on your screen.
    Bar mimic         If you select one of the following bar mimic types, it is scrolled in the module if you click in a data field of a record outside the scale (e.g. window 1 or 2) the corresponding bar/today line of which is not in the visible area.
      Scroll to requested dates 267     Automatically scrolls to the start point of the appropriate requested dates bar.
    • This menu item only takes effect if the Edit requested dates checkbox is activated for the appropriate bar field through the customizer
      Scroll to actual dates 268     Automatically scrolls to the start point of the appropriate actual dates bar.
    • This menu item only takes effect if the Edit actual dates checkbox is activated for the appropriate bar field through the customizer
      Static 269     Does not scroll automatically
      Scroll to the first bar 273     Automatically scrolls to the start point of the first appropriate date bar
      Scroll to today 274     Automatically scrolls to today's date

    Up to DB 39.51.12

    Menu item Sub-menu item ID Button Shortcut Description
    Full screen   301 Vollbild.png F11 Activates/deactivates the full screen mode
    Display child area +   92 Einblenden1.png CTRL + + Displays data of the child data area for the activated record
    Display child area ++   124 Einblenden2.png CTRL + * Displays child data for all records.
    Hide child area -   93 Ausblenden1.png CTRL + - Hides child data for the activated record.
    Hide child area - -   145 Ausblenden2.png CTRL + / Hides child data for all records.
    Zoom         Information on Zooming
      Zoom = 100 % 150 Zoom100.png CTRL + 0 Zooms the module content to 100 %.
      Zoom+ 97 ZoomPlus.png   Enlarges the display of the active module on your screen.
      Zoom- 96 ZoomMinus.png   Downsizes the display of the active module on your screen.
    Bar mimic         If you select one of the following bar mimic types, it is scrolled in the module if you click in a data field of a record outside the scale (e.g. window 1 or 2) the corresponding bar/today line of which is not in the visible area.
      Scroll to requested dates 267     Automatically scrolls to the start point of the appropriate requested dates bar.
    • This menu item only takes effect if the Edit requested dates checkbox is activated for the appropriate bar field through the customizer
      Scroll to actual dates 268     Automatically scrolls to the start point of the appropriate actual dates bar.
    • This menu item only takes effect if the Edit actual dates checkbox is activated for the appropriate bar field through the customizer
      Static 269     Does not scroll automatically
      Scroll to the first bar 273     Automatically scrolls to the start point of the first appropriate date bar
      Scroll to today 274     Automatically scrolls to today's date

    Form Editor

    Information
    • Controls the options for the form editor.
    • This menu item is only available to customizer users.

    From DB 39.5.12

    Menu item Sub-menu item ID Button Shortcut Description
    Customizing mode   315 screwdriver-with-wrench.png   Activates the customizing mode. If you click on the button once more, the customizing mode is deactivated.
    Form   7 maske2.png   Description
    Horizontal layout   8 horizontaleslayout.png   Description
    Vertical layout   9 vertikaleslayout.png   Description
    Align left   323 arrow-to-left.png   Description
    Align right   324 arrow-to-right.png   Description
    Align top   325 arrow-to-top.png   Description
    Align bottom   326 arrow-to-bottom.png   Description
    Center horizontally   327 Hcenter.png   Description
    Center vertically   328 Vcenter.png   Description
    Adjust horizontal intervals   329 Hspaceing.png   Description
    Adjust vertical intervals   330 Vspaceing.png   Description
    Same width   331 GleicheBreite.png   Description
    Same height   332 GleicheHoehe.png   Description
    Same size   333 GleicheGroesse.png   Description
    Horizontal auto layout   334 horizontalesautolayout.png   Description
    Vertical auto layout   335 vertikalesautolayout.png   Description
    In the foreground   336 vordergrund.png   Description
    In the background   337 hintergrund.png   Description

    From DB 39.5.7

    Menu item Sub-menu item ID Button Shortcut Description
    Customizing mode   315 CUmodus.png   Activates the customizing mode. If you click on the button once more, the customizing mode is deactivated.
    Form   7 maske2.png   Description
    Horizontal layout   8 horizontaleslayout.png   Description
    Vertical layout   9 vertikaleslayout.png   Description
    Align left   323 Links.png   Description
    Align right   324 Rechts.png   Description
    Align top   325 Oben.png   Description
    Align bottom   326 Unten.png   Description
    Center horizontally   327 Hcenter.png   Description
    Center vertically   328 Vcenter.png   Description
    Adjust horizontal intervals   329 Hspaceing.png   Description
    Adjust vertical intervals   330 Vspaceing.png   Description
    Same width   331 GleicheBreite.png   Description
    Same height   332 GleicheHoehe.png   Description
    Same size   333 GleicheGroesse.png   Description
    Horizontal auto layout   334 horizontalesautolayout.png   Description
    Vertical auto layout   335 vertikalesautolayout.png   Description
    In the foreground   336 vordergrund.png   Description
    In the background   337 hintergrund.png   Description
    Set tab order   339 tabreihenfolgeaendern.PNG   Currently without function

    From DB 39.5.2

    Menu item Sub-menu item ID Button Shortcut Description
    Customizing mode   315 CUmodus.png   Activates the customizing mode. If you click on the button once more, the customizing mode is deactivated.
    Form   7 maske2.png   Description
    Horizontal layout   8 horizontaleslayout.png   Description
    Vertical layout   9 vertikaleslayout.png   Description
    Align left   323 Links.png   Description
    Align right   324 Rechts.png   Description
    Align top   325 Oben.png   Description
    Align bottom   326 Unten.png   Description
    Center horizontally   327 Hcenter.png   Description
    Center vertically   328 Vcenter.png   Description
    Adjust horizontal intervals   329 Hspaceing.png   Description
    Adjust vertical intervals   330 Vspaceing.png   Description
    Same width   331 GleicheBreite.png   Description
    Same height   332 GleicheHoehe.png   Description
    Same size   333 GleicheGroesse.png   Description
    Horizontal auto layout   334 horizontalesautolayout.png   Description
    Vertical auto layout   335 vertikalesautolayout.png   Description
    In the foreground   336 vordergrund.png   Description
    In the background   337 hintergrund.png   Description
    Set tab order   339 tabreihenfolgeaendern.PNG   Currently without function

    Up to DB 39.5.2

    Menu item Sub-menu item ID Button Shortcut Description
    Customizing mode   315 CUmodus.png   Activates the customizing mode. If you click on the button once more, the customizing mode is deactivated.
    Form   7 Maske.png   Description
    Horizontal layout   8 HorLay.png   Description
    Vertical layout   9 VertLay.png   Description
    Align left   323 Links.png   Description
    Align right   324 Rechts.png   Description
    Align top   325 Oben.png   Description
    Align bottom   326 Unten.png   Description
    Center horizontally   327 Hcenter.png   Description
    Center vertically   328 Vcenter.png   Description
    Adjust horizontal intervals   329 Hspaceing.png   Description
    Adjust vertical intervals   330 Vspaceing.png   Description
    Same width   331 GleicheBreite.png   Description
    Same height   332 GleicheHoehe.png   Description
    Same size   333 GleicheGroesse.png   Description
    Horizontal auto layout   334 Hlayout.png   Description
    Vertical auto layout   335 Vlayout.png   Description
    In the foreground   336 vordergrund.png   Description
    In the background   337 hintergrund.png   Description
    Set tab order   339 Tabulator.png   Currently without function

    Extras

    From DB 39.5.12

    Menu item Sub-menu item ID Button Shortcut Description
    Filter criteria   61 filter.png CTRL + ALT + F Opens the Filter Criteria module for the currently active module.

    See also: Filtering and Setting Filter Criteria

    Option module for MV     cog.png CTRL + ALT + D Opens the Option Module for MV module in which you can change the customizing of module variants.
    User's Module Variants     user-heart.png   Opens the User's Module Variants module in which individual module variants of the logged-on user are displayed. The header data of module variants can be edited.
    Export to Microsoft Excel   321 file-excel.png   Export to Excel
    Create PDF     file-pdf.png   Creates a PDF file which contains the content of the selected module
    After selecting the menu item, a dialog will be opened in which the target path defined in the pdf_export_path parameter under Global Settings is displayed. This name can be changed here if necessary. If no path is defined in the pdf_export_path parameter, the desktop of the user is used as a path (%HOMEDRIVE%%HOMEPATH%\Desktop). After confirming the default path or selecting another path, the export is started. If the file already exists in the target, a respective dialog is opened. When printing the file, different parameters, like e.g. format or paper size, can be changed via the print option.
    Create PDF as e-mail attachment     file-pdf.png   Creates a PDF file which contains the content of the selected module, opens the Outlook window for e-mail dispatch and attaches the created PDF file
    Go to     door-open.png NEW CTRL + G Direct call of a project (idea, proposal, or requests) via the functional ID
    Home     home1.png CTRL + H Opens the module stored for the current user in the Startup macro data field or panel
    Changing startup modules         Opens the Load Startup Module module, in which the user can define which of the startup modules of the role assigned to him/her is to be opened upon program start or when clicking on the Extras Home menu item and which are not.
    Time stamp   235 stamp.png CTRL + T Time stamp output in the current input field <Users> < current date> <time>
    Downloads   36 download.png   Opens the Downloads window in which all downloaded and changed files are displayed and can be edited

    See also: Hyperlinks

    Change password   27 key.png   Opens a dialog window for changing the password

    From DB 39.5.8

    Menu item Sub-menu item ID Button Shortcut Description
    Filter criteria   61 Filtern.png CTRL + ALT + F Opens the Filter criteria module for the currently active module

    See also: Filtering and Setting Filter Criteria

    Option module for MV     Optionsmodul.png CTRL + ALT + D Opens the Option Module for MV module, in which you can change the customizing of module variants.
    User's Module Variants     MVdesBenutzers.png   Opens the User's Module Variants module in which individual module variants of the current user are displayed The header data of module variants can be edited.
    Export to Microsoft Excel   321 Excel.png   Export to Excel
    Create PDF     PDF.PNG   Creates a PDF file which contains the content of the selected module
    After selecting the menu item, a dialog will be opened in which the target path defined in the pdf_export_path parameter under Global Settings is displayed. This name can be changed here if necessary. If no path is defined in the pdf_export_path parameter, the desktop of the user is used as a path (%HOMEDRIVE%%HOMEPATH%\Desktop). After confirming the default path or selecting another path, the export is started. If the file already exists in the target, a respective dialog is opened. When printing the file, different parameters, like e.g. format or paper size, can be changed via the print option.
    Create PDF as e-mail attachment     PDF.PNG   Creates a PDF file of the current module, opens the Outlook window for e-mail dispatch and attaches the created PDF file
    Go to     GoTo.png ALT + CTRL + SHIFT + P Direct call of a project (idea, proposal, or requests) via the functional ID
    Info     News.png   Opens the Info module in which you can see or send user info details
    Home     Home.png CTRL + H Opens the module stored for the current user in the Startup macro data field or panel
    Changing startup modules         Opens the Load Startup Module module, in which the user can define which of the startup modules of the role assigned to him/her is to be opened upon program start or when clicking on the Extras Home menu item and which are not.
    Time stamp   235 Zeitstempel.png CTRL + T Time stamp output in the current input field <Users> < date> <time>
    Downloads   36 Downloads.png   Opens the Downloads window in which all downloaded and changed files are displayed and can be edited.

    See also: Hyperlinks

    Change password   27     Opens a dialog window for changing the password

    From DB 39.5.0

    Menu item Sub-menu item ID Button Shortcut Description
    Filter criteria   61 Filtern.png CTRL + ALT + F Opens the Filter criteria module for the currently active module

    See also: Filtering and Setting Filter Criteria

    Option module for MV     Optionsmodul.png CTRL + ALT + D Opens the Option Module for MV module, in which you can change the customizing of module variants.
    User's Module Variants     MVdesBenutzers.png   Opens the User's Module Variants module in which individual module variants of the current user are displayed The header data of module variants can be edited.
    Send data to   209 SendenAn.png   Exports data to the selected destination
      Microsoft Excel 321 Excel.png   Export to Excel
      PDF standard export NEW   PDF.PNG   Creates a PDF file of the current module
    After selecting the menu item, a dialog is opened in which the target path defined in the pdf_export_path parameter under Global Settings is displayed. This name can be changed here if necessary. If no path is defined in the pdf_export_path parameter, the desktop of the user is used as a path (%HOMEDRIVE%%HOMEPATH%\Desktop). After confirming the default path or selecting another path, the export is started. If the file already exists in the target, a respective dialog is opened. When printing the file, different parameters, like e.g. format or paper size, can be changed via the print option.
      Create PDF as e-mail attachment NEW   PDF.PNG   Creates a PDF file of the current module, opens the Outlook window for e-mail dispatch and attaches the created PDF file
    Time stamp   235 Zeitstempel.png CTRL + T Time stamp output in the current input field <Users> < date> <time>
    Change password   27     Opens a dialog window for changing the password
    Go to     GoTo.png ALT + CTRL + SHIFT + P Direct call of a project (idea, proposal, or requests) via the functional ID
    Info     News.png   Opens the Info module in which you can see or send user info details
    Home     Home.png CTRL + H Opens the module stored for the current user in the Startup macro data field or panel
    Changing startup modules         Opens the Load Startup Module module, in which the user can define which of the startup modules of the role assigned to him/her is to be opened upon program start or when clicking on the Extras Home menu item and which are not.
    Downloads   36 Downloads.png   Opens the Downloads window in which all downloaded and changed files are displayed and can be edited.

    See also: Hyperlinks

    Up to DB 39.5.0

    Menu item Sub-menu item ID Button Shortcut Description
    Filter criteria   61 Filtern.png CTRL + ALT + F Opens the Filter criteria module for the currently active module

    See also: Filtering and Setting Filter Criteria

    Option module for MV     Optionsmodul.png CTRL + ALT + D Opens the Option Module for MV module, in which you can change the customizing of module variants.
    User's Module Variants     MVdesBenutzers.png   Opens the User's Module Variants module in which individual module variants of the current user are displayed The header data of module variants can be edited.
    Send data to          
      Microsoft Excel 321 Excel.png   Export to Excel
    Time stamp   235 Zeitstempel.png CTRL + T Time stamp output in the current input field <Users> < date> <time>
    Change password   27     Opens a dialog window for changing the password
    Go to       ALT + CTRL + Shift + P Direct call of a project (idea, proposal, or request) via functional ID
    Info     News.png   Opens the Info module in which you can see or send user info details
    Home     Home.png CTRL + H Opens the module stored for the current user in the Startup macro data field or panel
    Changing startup modules         Opens the Load Startup Module module, in which the user can define which of the startup modules of the role assigned to him/her is to be opened upon program start or when clicking on the Extras Home menu item and which are not.
    Downloads   36 Downloads.png   Opens the Downloads window in which all downloaded and changed files are displayed and can be edited.

    See also: Hyperlinks

    Tools

    From DB 39.5.12

    Menu item Sub-menu item ID Button Shortcut Description
    IronPython Console   365 terminal.png   Opens the IronPython console
    Edit activated module       F9 Opens the activated module in the Modules module after the Load customizing to activated module? dialog message has been confirmed
    Edit activated data area       CTRL + F3 Opens the activated data area in the Data Areas module
    Edit activated data field       ALT + SHIFT + D Opens the activated data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Module-Related Translation module after the Open translation module? dialog message has been confirmed
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 screwdriver-wrench-save.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Python     python-brands.png    
      NEW Start Winpdb Debugger bug.png   Description to follow ...
      NEW Connect with PyCharm Debugger bug.png   Description to follow ...
      Index Python modules PythonModuleindizieren.PNG   Creates the Python directory/data item structure on the PLANTA server
      Python Performance Profiler     F10 Opens the Performance Measuring module
    Restart PLANTA service     play-circle.png ALT + CTRL + SHIFT + F Is necessary when changes have been made to the system customizing.
    • Note: If you click on the menu item, all open client connections (sessions) are closed. During restart, new client connections are not possible.
    See also: Data Dictionary and Data Items

    From DB 39.5.8

    Menu item Sub-menu item ID Button Shortcut Description
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit activated module       F9 Opens the activated module in the Modules module after the Load customizing to activated module? dialog message has been confirmed
    Edit activated data area       CTRL + F3 Opens the activated data area in the Data Areas module
    Edit activated data field       ALT + SHIFT + D Opens the activated data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Module-Related Translation module after the Open translation module? dialog message has been confirmed
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Python     Python.png    
      Index Python modules PythonModuleindizieren.PNG   Creates the Python directory/data item structure on the PLANTA server
      Python Performance Profiler     F10 NEW Opens the Performance Measuring
    Restart PLANTA service     PythonConsole.png ALT + CTRL + SHIFT + F Is necessary when changes have been made to the system customizing.
    • Note: If you click on the menu item, all open client connections (sessions) are closed. During restart, new client connections are not possible.
    See also: Data Dictionary and Data Items

    From S 39.5.20

    Menu item Sub-menu item ID Button Shortcut Description
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit activated module       F9 Opens the activated module in the Modules module after the Load customizing to activated module? dialog message has been confirmed
    Edit activated data area       CTRL + F3 Opens the activated data area in the Data Areas module
    Edit activated data field       ALT + SHIFT + D Opens the activated data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Module-Related Translation module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Python     Python.png    
      Index Python modules PythonModuleindizieren.PNG   Creates the Python directory/data item structure on the PLANTA server
      Python Performance Profiler     F10 Measures, which Python functions are carried out if there is an interaction with a field
    Restart PLANTA service NEW     PythonConsole.png ALT + CTRL + SHIFT + F Is necessary when changes have been made to the system customizing.
    • See also: Data Dictionary and Data Items Note: If you click on the menu item, all open client connections (sessions) are closed. During restart, new client connections are not possible.

    From S 39.5.18

    Menu item Sub-menu item ID Button Shortcut Description
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit activated module       F9 Opens the activated module in the Modules module after the Load customizing to activated module? dialog message has been confirmed
    Edit activated data area       CTRL + F3 Opens the activated data area in the Data Areas module
    Edit activated data field       ALT + SHIFT + D Opens the activated data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Module-Related Translation module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Python     Python.png    
      Reload Python modules   Python.png ALT + CTRL + SHIFT + A Loads all Python modules that have previously been imported. Here, reloading means that changes made to the Python modules on the server can be used.
    This menu item only works if the DTP_CUSTOMIZING_MODE server parameter is set to 1.
      Index Python modules PythonModuleindizieren.PNG   Creates the Python directory/data item structure on the PLANTA server
      Python Performance Profiler     F10 Measures, which Python functions are carried out if there is an interaction with a field
    Reload system customizing     PythonConsole.png ALT + CTRL + SHIFT + F Is required when changes have been made to the system customizing
    See also: Data Dictionary and Data Items

    From DB 39.5.5

    Menu item Sub-menu item ID Button Shortcut Description
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in the Modules module after the Load customizing to active module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in the Data Areas module
    Edit current data field       ALT + SHIFT + D Opens the activated data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Module-Related Translation module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Python NEW     Python.png    
      Reload Python modules   Python.png ALT + CTRL + SHIFT + A Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    This menu item only works if the DTP_CUSTOMIZING_MODE server parameter is set to 1.
      Index Python modules NEW PythonModuleindizieren.PNG   Creates the Python directory/data item structure on the PLANTA server
      Python Performance Profiler NEW     F10 Measures, which Python functions are carried out if there is an interaction with a field
    Reload system customizing     PythonConsole.png   Is required when changes have been made to the system customizing
    See also: Data Dictionary and Data Items
    Close open process         Enables you to close the PLANTA Server processes via input message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By entering the process ID in the input field and confirming with OK, the selected process is closed.

    From DB 39.5.4

    Menu item Sub-menu item ID Button Shortcut Description
    Activate Debugger     bug.png   Activates the Python Debugger
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in the Modules module after the Load customizing to active module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in the Data Areas module
    Edit current data field       ALT + SHIFT + D Opens the active data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Module-Related Translation module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL+ I Opens the Indirect Modules module.
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Reload Python modules     Python.png   Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    This menu item only works if the DTP_CUSTOMIZING_MODE server parameter is set to 1.
    Reload system customizing NEW     PythonConsole.png   Is required when changes have been made to the system customizing.
    See also: Data Dictionary and Data Items
    Close open process         Enables you to close the PLANTA Server processes via input dialog message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By inputting the process ID in the input field and confirming with OK, the selected process is closed.

    From S 39.5.13 / DB 39.5.3

    Menu item Sub-menu item ID Button Shortcut Description
    Activate Debugger     bug.png   Activates the Python Debugger
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in the Modules module after the Load customizing to active module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in the Data Areas module
    Edit current data field       ALT + SHIFT + D Opens the active data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Modules to be Translated module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL+ I Opens the Indirect Modules module.
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Reload Python modules     Python.png   Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    This menu item only works if the DTP_CUSTOMIZING_MODE server parameter is set to 1.
    Reload system customizing NEW     PythonConsole.png   Is required when changes have been made to the system customizing.
    See also: Data Dictionary and Data Items
    Close open process         Enables you to close the PLANTA Server processes via input dialog message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By inputting the process ID in the input field and confirming with OK, the selected process is closed.

    From S 39.5.10

    Menu item Sub-menu item ID Button Shortcut Description
    Activate Debugger     bug.png   Activates the Python Debugger
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in the Modules module after the Load customizing to active module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in the Data Areas module
    Edit current data field       ALT + SHIFT + D Opens the active data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Modules to be Translated module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL+ I Opens the Indirect Modules module.
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Reload Python modules     Python.png   Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    NEW This menu item only works if the DTP_CUSTOMIZING_MODE server parameter is set to 1.
    Server restart     PythonConsole.png   Is required when changes have been made to the system customizing
    Close open process         Enables you to close the PLANTA Server processes via input dialog message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By inputting the process ID in the input field and confirming with OK, the selected process is closed.

    From DB 39.5.0

    Menu item Sub-menu item ID Button Shortcut Description
    Activate debugger     bug.png   Activates the Python debugger
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in the Modules module after the Load customizing to active module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in the Data Areas module
    Edit current data field       ALT + SHIFT + D Opens the active data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Modules to be Translated module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Reload Python modules     Python.png   Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    This menu item does not work at the moment and must not be used. See also Known Issues.
    Server restart     PythonConsole.png   Is required when changes have been made to the system customizing.
    See also: Data Dictionary and Data Items
    Close open process         Enables you to close the PLANTA Server processes via input dialog message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By inputting the process ID in the input field and confirming with OK, the selected process is closed.

    From S 39.5.5

    Menu item Sub-menu item ID Button Shortcut Description
    Activate Debugger     bug.png   Activates the Python Debugger
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in the Modules module after the Load customizing to active module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in the Data Areas module
    Edit current data field       ALT + SHIFT + D Opens the active data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Modules to be Translated module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Reload Python modules     Python.png   Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    This menu item does not work at the moment and must not be used. See also Known Issues.
    Server restart     PythonConsole.png   Is required when changes have been made to the system customizing.
    See also: Data Dictionary and Data Items
    Close open process         Enables you to close the PLANTA Server processes via input dialog message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By inputting the process ID in the input field and confirming with OK, the selected process is closed.
    Activate/deactivate module cache         This menu item has been deleted.
    This function has been replaced by a new parameter in planta_server.conf.

    From S 39.5.2

    Menu item Sub-menu item ID Button Shortcut Description
    Activate Debugger     bug.png   Activates the Python Debugger
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in customizing mode (in the Modules module) after the Load customizing for activated module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in customizing mode (in the Data Areas module)
    Edit current data field       ALT + SHIFT + D Opens the active data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Modules to be Translated module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Reload Python modules     Python.png   Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    In most cases, the Python modules can be reloaded via this menu item. Only in few cases, i.e. for complex dependencies between different Python modules, this menu item is not sufficient for reloading. NEW In such cases, you have to stop and restart the server.
    Server restart     PythonConsole.png   Is required when changes have been made to the system customizing See also: Data Dictionary and Data Items
    Close open process         Enables you to close the PLANTA Server processes via input dialog message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By inputting the process ID in the input field and confirming with OK, the selected process is closed.
    Activate/deactivate module cache         This menu item no longer has a function.
    This function has been replaced by a new parameter in planta_server.conf.

    From S 39.5.0

    Menu item Sub-menu item ID Button Shortcut Description
    Activate Debugger     bug.png   Activates the Python Debugger
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in the Modules module after the Load customizing to active module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in the Data Areas module
    Edit current data field       ALT + SHIFT + D Opens the active data field in the Data Field module
    Open translation module       CTRL + U Opens the active module in the Modules to be Translated module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL+ I Opens the Indirect Modules module.
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Reload Python modules     Python.png   Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    This menu item does not work at the moment.
    Server restart NEW     PythonConsole.png   Is required when changes have been made to the system customizing.
    See also: Data Dictionary and Data Items
    Close open process         Enables you to close the PLANTA Server processes via input dialog message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By inputting the process ID in the input field and confirming with OK, the selected process is closed.
    Activate/deactivate module cache         This menu item no longer has a function.
    This function has been replaced by a new parameter in planta_server.conf.

    Up to S 39.5.0

    Menu item Sub-menu item ID Button Shortcut Description
    Activate Debugger     bug.png   Activates the Python Debugger
    IronPython Console   365 PythonConsole.png   Opens the IronPython Console
    Edit current module       F9 Opens the active module in the Modules module after the Load customizing to active module? dialog message has been confirmed
    Edit current data area       CTRL + F3 Opens the active data area in the Data Areas module
    Edit current Data Field       ALT + SHIFT + D Opens the activated data field in the Data Field module
    Open module to be translated       CTRL + U Opens the current module in the Modules to be Translated module after the Open module to be translated? dialog message has been confirmed.
    Indirect Modules       CTRL + I Opens the Indirect Modules module
    Variables       F6 Opens the Variables module
    Save Module Customizing   14 CUspeichern.png   Saves the customizing of the module. If you save customizing changes in the Basis module variant, the changes are applied to all module variants. Please note the following.
    Reload Python modules     Python.png   Reloads all previously imported Python modules. Here, reloading means that changes made to the Python modules on the server can be used.
    In most cases, the Python modules can be reloaded via this menu item. Only in few cases, i.e. for complex dependencies between different Python modules, this menu item is not sufficient for reloading. In these cases a system restart is necessary.
    Reload forking server     PythonConsole.png   Reloads the forking server . Is required when changes have been made to the system customizing.
    See also: Data Dictionary and Data Items
    Close open process         Enables you to close the PLANTA Server processes via an input dialog message.
    • In the dialog window, all open processes are displayed with the corresponding process IDs(PID).
    • By entering the process ID in the input field and confirming with OK, the selected process is closed.
    Activate/deactivate module cache         Automatic activation/deactivation of the DTP Cache parameter for data tables 404,405, 406,410,411,412.

    ? (Help)

    From DB 39.5.12

    Menu item Sub-menu item ID Button Shortcut Description
    Data field description       F1 Opens the description of the activated data field in PLANTA Wiki (online documentation).
    Module description       F2 Opens the description of the active module in PLANTA Wiki (online documentation).
    Open Wiki     book-reader.png CTRL + M Opens the online documentation
    Data Field Information       CTRL + F1 Opens the Data Field Information module which shows important customizing details (e.g. exits, value ranges) for this field
    Module Information       CTRL + F2 Opens the Module Information module which shows important customizing details (e.g. module ID, data areas) for this module
    System Information       CTRL + B Opens the System Information module, in which information like the logged-on user and the license are displayed

    Up to DB 39.5.12

    Menu item Sub-menu item ID Button Shortcut Description
    Data field description       F1 Opens the description of the activated data field in PLANTA Wiki (online documentation).
    Module description       F2 Opens the description of the active module in PLANTA Wiki (online documentation).
    Open Manual       CTRL + M Opens the online documentation
    Data Field Information       CTRL + F1 Opens the Data Field Information module which shows important customizing details (e.g. exits, value ranges) for this field
    Module Information       CTRL + F2 Opens the Module Information module which shows important customizing details (e.g. module ID, data areas) for this module
    System Information       CTRL + B Opens the System Information module, in which information like the logged-on user and the license are displayed

    Menu Items with Additional Functions

    Information

    Example

    • By default, menu item 34 Save only has the Save function. Using particular settings, you can combine this standard function with a particular action, e.g. save and refresh.

    Note

    • Changes made to menu items are not visible on the user interface.

    Toolbars

    Toolbar: Standard

    Information
    • The most frequently used menu items of the menu bar form the default toolbar. It is always displayed by default and is located directly below the menu bar at the top of the screen.
      • For more information on menu items, please see the respective sections in the Menu Bar chapter.
      • The description of the module variant listbox can be found here...
    • The structure is user dependent.

    Example: User toolbar

    From DB 39.5.12

    plus.png save.png search.png filter.png sync-alt.png undo-alt.png restore-alt.png times.png screwdriver-with-wrench.png home1.png calculate_schedule.png
    Insert Save Search Filter Refresh Undo Redo Delete CU mode Home Calculate schedule

    Up to DB 39.5.12

    Einfuegen.png SuchenImModul.png Filtern.png Speichern1.png Aktualisieren.PNG Rueckgaengig.png Wiederherstellen.png Loeschen.png Druckvorschau.png Kapazitaetsrechnung.png WA.png WE.png IA.png IE.png CUmodus.png News.png Home.png Downloads.png
    Insert Search Filter Save Refresh Undo Redo Delete Print preview Capacity scheduling Requested start Requested end Actual start Actual end CU mode Info Home Downloads

    Details

    • If the mouse cursor is moved over a button, the button's name is displayed in a tool tip on the screen after a brief delay.
    • All buttons for use in graphical editing are implemented as push-buttons. After clicking on such a button, its appearance changes to activated and the cursor changes to an appropriate symbol.
      • Push-buttons have to be deactivated after editing. You can deactivate a push-button by clicking on the button once more.
    • The button layout shows whether the button is activated:
      • normal: the button is active and the function can be executed.
      • grayed out: the button is disabled and the function cannot be executed.

    Toolbar: Search in Module (Search Bar)

    This toolbar can be opened via the Search in Module menu item. More information about Search in Module

    From DB 39.5.12

    Name Button Shortcut Description
    Search in Module search.png CTRL + F
    • By using this shortcut, the cursor is set in the search field.
    • You can close the toolbar by clicking on the button. See also ESC.
    Search:     Field in which you enter the search string.
    Downwards arrow-alt-down.png F3 The cursor jumps to the next hit (down). The hit is colored green.
    Upwards arrow-alt-up.png SHIFT + F3 The cursor jumps to the previous hit (up). The hit is colored green.
    Upper/lower case letters_big_small.png ALT + G Defines whether case-sensitivity is taken into account in the search
    Highlight highlighter.png ALT + H Defines whether all hits are highlighted in yellow
    Use regular expressions   ALT + R Defines whether the search string is to be interpreted as a regular expression
        ESC If the search bar is focused, it is closed.

    Up to DB 39.5.12

    Name Button Shortcut Description
    Search in Module SuchenImModul.png CTRL + F
    • The cursor is set in the search field after CTRL + F is pressed.
    • You can close the toolbar by clicking on the button. See also ESC.
    Search:     Field in which you enter the search string.
    Downwards ArrowDown.png F3 The cursor jumps to the next hit (down). The hit is colored green.
    Upwards ArrowUp.png SHIFT + F3 The cursor jumps to the previous hit (up). The hit is colored green.
    Upper/lower case GrossKleinSchreibung.png ALT + G Defines whether the search should be performed taking into account case-sensitivity.
    Highlight Hervorheben.png ALT + H Defines whether all hits are highlighted yellow
    Use regular expressions   ALT + R Defines whether the search string is to be interpreted as a regular expression
        ESC If the search bar is focused, it is closed.

    Toolbar: Print Preview or Page Break Preview

    From DB 39.5.14

    Name Button Shortcut Description
    Print directly print.png   Sends the current settings along with the module data to the printer
    Print via options print-cog.png CTRL + P This item allows print options to be changed before printing.
    Edit margins arrows.png   Displays margins as lines which can be dragged to the required position using the mouse button. Details.
    This menu item is only available in the print preview.
    Stift file-signature.png   Marks the required area in the print preview with a pen. Details.
    This menu item is only available in the print preview.
    Text marker highlighter.png   Marks the required area in the print preview like a text marker. Details.
    This menu item is only available in the print preview.
    Insert comment comment.png   Inserts a comment to the required area in the print preview. Details.
    This menu item is only available in the print preview.
    Zoom = 100 % zoom_100.png CTRL + 0 Zooms the module content to 100 %.
    Zoom = page width file_width.png   Zooms the module content to page width
    Zoom + search-plus.png CTRL + scroll up with the mouse Enlarges the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom - search-minus.png CTRL + scroll down with the mouse Downsizes the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom FensterZoom.png   The required zoom degree can be entered. The displayed value is refreshed automatically if you zoom using the Zoom + or Zoom - buttons.
    Format FensterPapierformat.png   The required paper format can be selected from the listbox. The selected format is immediately visible.
    • If you need user specific formats, you have to set them directly on your printer via the _Print via Options_ menu item. Such formats are not displayed in the print preview but only in the printed version.
    Portrait/landscape format file-double.png   Switches between portrait or landscape format
    Reset changes sync-alt.png   All changes made to the print preview with regard to zoom, margin width, etc., are reset to the default settings.
    Extend module name cog.png   Extends the module name.
    • The text entered in the dialog box is added to the module title as an extension.
    Notes
    • The module title extension is also applied to the module itself after closing the print preview or page break preview.
    • The module title extension is automatically removed when closing the module.

    Tip
    • In order to undo the module title extension without having to close the module, open the menu item and click on OK.

    From DB 39.5.12

    Name Button Shortcut Description
    Print directly print.png   Sends the current settings along with the module data to the printer
    Print via options print-cog.png CTRL + P This item allows print options to be changed before printing.
    Edit margins arrows.png   Displays margins as lines which can be dragged to the required position using the mouse button. Details.
    This menu item is only available in the print preview.
    Pen file-signature.png   Marks the required area in the print preview like a pen. Details.
    This menu item is only available in the print preview.
    Text marker highlighter.png   Marks the required area in the print preview like a text marker. Details.
    This menu item is only available in the print preview.
    Insert comment comment.png   Inserts a comment to the required area in the print preview. Details.
    This menu item is only available in the print preview.
    Zoom = 100 % zoom_100.png CTRL + 0 Zooms the module content to 100 %.
    Zoom = page width file_width.png   Zooms the module content to page width
    Zoom + search-plus.png CTRL + scroll up with the mouse Enlarges the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom - search-minus.png CTRL + scroll down with the mouse Downsizes the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom FensterZoom.png   The required zoom degree can be entered. The displayed value is refreshed automatically if you zoom using the Zoom + or Zoom - buttons.
    Format FensterPapierformat.png   The required paper format can be selected from the listbox. The selected format is immediately visible.
    • If you need user specific formats, you have to set them directly on your printer via the _Print via Options_ menu item. Such formats are not displayed in the print preview but only in the printed version.
    Portrait/landscape format file-double.png   Switches between portrait or landscape format
    Reset changes sync-alt.png   All changes made to the print preview with regard to zoom, margin width, etc., are reset to the default settings.
    Extend module name cog.png   Extends the module name.
    • The text entered in the dialog box is added to the module title as an extension.
    Notes
    • The module title extension is also applied to the module itself after closing the print preview or page break preview.
    • The module title extension is automatically removed when closing the module.

    Tip
    • In order to undo the module title extension without having to close the module, open the menu item and click on OK.

    From DB 39.5.0

    Name Button Shortcut Description
    Print directly DruckDirekt.png   Sends the current settings along with the module data to the printer
    Print via Options DruckUeberOptionen.png CTRL + P This item allows print options to be changed before printing.
    Edit margins Seitenraender.png   Displays margins as lines which can be dragged to the required position using the mouse button. Details.
    This menu item is only available in the print preview.
    Pen NEW Stift.png   Marks the required area in the print preview like a pen. Details.
    This menu item is only available in the print preview.
    Text marker NEW MP38.PNG   Marks the required area in the print preview like a text marker. Details.
    This menu item is only available in the print preview.
    Insert comment Kommentar.png   Inserts a comment to the required area in the print preview. Details.
    This menu item is only available in the print preview.
    Zoom = 100 % Zoom100.png.png CTRL + 0 Zooms the module content to 100 %.
    Zoom to page width ZoomSeitenbreite.png   Zooms the module content to page width
    Zoom + ZoomPlus.png CTRL + scroll up with the mouse Enlarges the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom - ZoomMinus.png CTRL + scroll down with the mouse Downsizes the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom FensterZoom.png   The required zoom degree can be entered. The displayed value is refreshed automatically if you zoom using the Zoom + or Zoom - buttons.
    Format FensterPapierformat.png   The required paper format can be selected from the listbox. The selected format is immediately visible.
    • If you need user specific formats, you have to set them directly on your printer via the _Print via Options_ menu item. Such formats are not displayed in the print preview but only in the printed version.
    Portrait/landscape format HochQuer.png   Switches between portrait or landscape format
    Reset changes NEW MP39.PNG   All changes that have been made to the print preview with regard to zoom, margin width, etc., are reset to the default settings.
    Extend module title ModTitel.png   Extends the module title.
    • The text entered in the dialog message is inserted as an expansion of the module title.
    Notes
    • The module title extension is also applied to the module itself after the print preview or page break preview is closed.
    • The module title extension is automatically removed when closing the module.

    Tip
    • In order to undo the module title extension without having to close the module, open the menu item and click on OK.

    From C 39.5.0

    Name Button Shortcut Description
    Print directly DruckDirekt.png   Sends the current settings along with the module data to the printer
    Print via Options DruckUeberOptionen.png CTRL + P This item allows print options to be changed before printing.
    Edit margins Seitenraender.png   Displays margins as lines which can be dragged to the required position using the mouse button. Details.
    This menu item is only available in the print preview.
    Marking with pen Stift.png   Marks the required area in the print preview like a pen. Details.
    This menu item is only available in the print preview.
    Insert comment Kommentar.png   Inserts a comment to the required area in the print preview. Details.
    This menu item is only available in the print preview.
    Zoom = 100 % Zoom100.png CTRL + 0 Zooms the module content to 100 %.
    Zoom to page width ZoomSeitenbreite.png   Zooms the module content to page width
    Zoom + ZoomPlus.png CTRL + scroll up with the mouse NEW Enlarges the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom - ZoomMinus.png CTRL + scroll down with the mouse NEW Downsizes the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom FensterZoom.png   The required zoom degree can be entered. The displayed value is refreshed automatically if you zoom using the Zoom + or Zoom - buttons.
    Format FensterPapierformat.png   The required paper format can be selected from the listbox. The selected format is immediately visible.
    • If you need user specific formats, you have to set them directly on your printer via the _Print via Options_ menu item. Such formats are not displayed in the print preview but only in the printed version.
    Portrait/landscape format HochQuer.png   Switches between portrait or landscape format
    Extend module title ModTitel.png   Extends the module title.
    • The text entered in the dialog box is added as an extension to the module title.
    Notes
    • The module title extension is also applied to the module itself after closing the print preview or page break preview.
    • The module title extension is automatically removed when closing the module.
    Tip
    • In order to undo the module title extension without having to close the module, open the menu item and click on OK.

    Up to C 39.5.0

    Name Button Shortcut Description
    Print directly DruckDirekt.png   Sends the current settings along with the module data to the printer
    Print via Options DruckUeberOptionen.png CTRL + P This item allows print options to be changed before printing.
    Edit margins Seitenraender.png   Displays margins as lines which can be dragged to the required position using the mouse button. Details.
    This menu item is only available in the print preview.
    Marking with pen Stift.png   Marks the required area in the print preview like a pen. Details.
    This menu item is only available in the print preview.
    Insert comment Kommentar.png   Inserts a comment to the required area in the print preview. Details.
    This menu item is only available in the print preview.
    Zoom = 100 % Zoom100.png CTRL + 0 Zooms the module content to 100 %.
    Zoom to page width ZoomSeitenbreite.png   Zooms the module content to page width
    Zoom + ZoomPlus.png CTRL + SHIFT + scroll Enlarges the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom - ZoomMinus.png CTRL + SHIFT + scroll Downsizes the module content. Side margins, header, and footer remain unchanged. When you use this type of zooming, you can spread the module content over several pages and the number of pages may vary.
    Zoom FensterZoom.png   The required zoom degree can be entered. The displayed value is refreshed automatically if you zoom using the Zoom + or Zoom - buttons.
    Format FensterPapierformat.png   The required paper format can be selected from the listbox. The selected format is immediately visible.
    • If you need user specific formats, you have to set them directly on your printer via the _Print via Options_ menu item. Such formats are not displayed in the print preview but only in the printed version.
    Portrait/landscape format HochQuer.png   Switches between portrait or landscape format
    Extend module title ModTitel.png   Extends the module title.
    • The text entered in the dialog box is added to the module title as an extension.
    Notes
    • The module title extension is also applied to the module itself after closing the print preview or page break preview.
    • The module title extension is automatically removed when closing the module.
    Tip
    • In order to undo the module title extension without having to close the module, open the menu item and click on OK.

    Standard Shortcuts

    Shortcut Description
    CTRL + Pos1 Go to start
    CTRL + End Go to end
    CTRL + Print Copy an image to the clipboard
    See Zoom Functions Zoom
    See Form Editor Individual functions of the form editor
    Alt + arrow down Opens the corresponding listbox in the listbox field.
    Topic attachments
    I Attachment History Size Date Comment
    Pngpng Aktualisieren.PNG r1 1.2 K 2015-07-17 - 14:30  
    Pngpng ArrowDown.png r1 0.4 K 2011-03-17 - 14:21  
    Pngpng ArrowUp.png r1 0.4 K 2011-03-17 - 14:21  
    Pngpng Ausblenden1.png r1 0.4 K 2011-03-17 - 12:37  
    Pngpng Ausblenden2.png r1 0.4 K 2011-03-17 - 12:37  
    Pngpng Bug.png r1 1.4 K 2011-03-17 - 13:20  
    Pngpng ButtonDruckDirekt.png r1 1.0 K 2011-01-21 - 14:40  
    Pngpng ButtonDruckOptionen.png r1 1.2 K 2011-01-21 - 14:40  
    Pngpng ButtonKommentar.png r1 1.2 K 2011-01-21 - 14:41  
    Pngpng ButtonModultitel.png r1 0.9 K 2011-01-21 - 14:42  
    Pngpng ButtonQHFormat.png r1 0.8 K 2011-01-21 - 13:38  
    Pngpng ButtonSeitenraender.png r1 0.9 K 2011-01-21 - 14:41  
    Pngpng ButtonStift.png r1 0.9 K 2011-01-21 - 14:41  
    Pngpng ButtonZoom.png r1 1.3 K 2011-01-21 - 14:42  
    Pngpng ButtonZoomMinus.png r1 1.1 K 2011-01-21 - 14:43  
    Pngpng ButtonZoomPlus.png r1 1.2 K 2011-01-21 - 14:43  
    Pngpng ButtonZoomSeite.png r1 0.9 K 2011-01-21 - 14:44  
    Pngpng CUmodus.png r1 1.4 K 2011-03-17 - 13:39  
    Pngpng CUspeichern.png r1 1.3 K 2011-03-17 - 14:06  
    Pngpng Downloads.png r1 1.1 K 2011-04-28 - 11:04  
    Pngpng DruckDirekt.png r1 0.6 K 2011-03-17 - 11:38  
    Pngpng DruckUeberOptionen.png r1 0.6 K 2011-03-17 - 11:38  
    Pngpng Druckvorschau.png r1 0.5 K 2011-03-17 - 11:37  
    Pngpng Einblenden1.png r1 0.4 K 2011-03-17 - 12:36  
    Pngpng Einblenden2.png r1 0.4 K 2011-03-17 - 12:36  
    Pngpng Einfuegen.png r1 0.4 K 2011-03-17 - 12:10  
    Pngpng Entlastung.png r1 0.4 K 2011-03-17 - 12:23  
    Pngpng Excel.png r1 0.6 K 2011-03-17 - 12:55  
    Pngpng FensterPapierformat.png r1 0.8 K 2011-01-24 - 11:28  
    Pngpng FensterZoom.png r1 0.6 K 2011-01-24 - 11:28  
    Pngpng Filtern.png r1 0.4 K 2011-03-17 - 11:32  
    Pngpng GleicheBreite.png r1 0.5 K 2011-03-17 - 13:55  
    Pngpng GleicheGroesse.png r1 0.3 K 2011-03-17 - 13:55  
    Pngpng GleicheHoehe.png r1 0.4 K 2011-03-17 - 13:55  
    Pngpng GoTo.png r1 1.3 K 2016-04-05 - 23:46  
    Pngpng GrossKleinSchreibung.png r1 0.5 K 2011-03-17 - 14:25  
    Pngpng Hcenter.png r1 0.3 K 2011-03-17 - 13:41  
    Pngpng Hervorheben.png r1 0.8 K 2011-03-17 - 14:26  
    Pngpng Hintergrund.png r1 0.5 K 2011-03-17 - 13:57  
    Pngpng Hlayout.png r1 0.2 K 2011-03-17 - 13:56  
    Pngpng HochQuer.png r1 0.9 K 2011-03-17 - 14:17  
    Pngpng Home.png r1 0.6 K 2011-03-17 - 12:55  
    Pngpng HorLay.png r1 0.3 K 2011-03-17 - 13:44  
    Pngpng Hspaceing.png r1 0.3 K 2011-03-17 - 13:54  
    Pngpng IA.png r1 0.4 K 2011-03-17 - 12:29  
    Pngpng IE.png r1 0.4 K 2011-03-17 - 12:29  
    Pngpng Kapazitaetsrechnung.png r1 0.7 K 2011-03-17 - 12:23  
    Pngpng Kapazittsrechnung.png r1 0.7 K 2011-03-17 - 12:20  
    Pngpng Kommentar.png r1 1.2 K 2011-03-17 - 14:16  
    Pngpng Links.png r1 0.4 K 2011-03-17 - 13:39  
    Pngpng Loeschen.png r2 r1 0.5 K 2011-03-17 - 12:15  
    Pngpng Loeschen1.png r1 0.5 K 2011-03-17 - 12:15  
    Pngpng MP38.PNG r1 0.9 K 2012-07-04 - 13:19  
    Pngpng MP39.PNG r1 1.1 K 2012-07-04 - 13:19  
    Pngpng MVdesBenutzers.png r1 1.4 K 2011-03-17 - 13:23  
    Pngpng Maske.png r1 1.2 K 2011-03-17 - 13:40  
    Pngpng ModTitel.png r1 1.1 K 2011-03-17 - 14:16  
    Pngpng ModulSchliessen.png r1 0.6 K 2011-03-17 - 11:54  
    Pngpng News.png r1 0.5 K 2011-03-17 - 13:17  
    Pngpng Oben.png r1 0.4 K 2011-03-17 - 13:40  
    Pngpng Optionsmodul.png r1 0.6 K 2011-03-17 - 12:55  
    Pngpng PDF.PNG r2 r1 1.0 K 2016-06-17 - 03:08  
    Pngpng Python.png r1 3.6 K 2011-03-17 - 14:04  
    Pngpng PythonConsole.png r1 0.2 K 2011-03-17 - 14:04  
    Pngpng PythonModuleindizieren.PNG r1 0.4 K 2015-02-24 - 15:47  
    Pngpng Rechts.png r1 0.4 K 2011-03-17 - 13:40  
    Pngpng Rueckgaengig.png r1 0.5 K 2011-03-17 - 12:05  
    Pngpng Seitenraender.png r1 0.7 K 2011-03-17 - 14:17  
    Pngpng Seitenumbruchvorschau.png r1 0.3 K 2011-03-17 - 11:39  
    Pngpng SendenAn.png r1 0.4 K 2011-03-17 - 12:55  
    Pngpng Sortieren.png r1 0.4 K 2011-03-17 - 11:29  
    Pngpng Speichern.png r1 3.0 K 2011-03-17 - 12:12  
    Pngpng Speichern1.png r1 0.5 K 2011-03-17 - 12:14  
    Pngpng Stift.png r1 0.9 K 2011-03-17 - 14:16  
    Pngpng SuchenImModul.png r1 0.5 K 2011-03-17 - 11:30  
    Pngpng Tabulator.png r1 0.4 K 2011-03-17 - 13:57  
    Pngpng Unten.png r1 0.4 K 2011-03-17 - 13:40  
    Pngpng Vcenter.png r1 0.3 K 2011-03-17 - 13:41  
    Pngpng VertLay.png r1 0.3 K 2011-03-17 - 13:44  
    Pngpng Vlayout.png r1 0.3 K 2011-03-17 - 13:56  
    Pngpng Vollbild.png r1 0.4 K 2011-03-17 - 12:37  
    Pngpng Vordergrund.png r1 0.5 K 2011-03-17 - 13:57  
    Pngpng Vspaceing.png r1 0.4 K 2011-03-17 - 13:55  
    Pngpng WA.png r1 0.4 K 2011-03-17 - 12:28  
    Pngpng WE.png r1 0.4 K 2011-03-17 - 12:28  
    Pngpng Wiederherstellen.png r1 0.5 K 2011-03-17 - 12:11  
    Pngpng Zeitrechnung.png r1 0.4 K 2011-03-17 - 12:19  
    Pngpng Zeitstempel.png r1 0.4 K 2011-03-17 - 13:22  
    Pngpng Zoom100.png r1 0.5 K 2011-03-17 - 12:42  
    Pngpng ZoomMinus.png r1 0.5 K 2011-03-17 - 12:43  
    Pngpng ZoomPlus.png r1 0.5 K 2011-03-17 - 12:43  
    Pngpng ZoomSeitenbreite.png r1 0.7 K 2011-03-17 - 14:16  
    Pngpng Zuruecksetzen.png r1 0.4 K 2011-03-17 - 11:32  
    Pngpng horizontalesautolayout.png r1 0.5 K 2015-06-15 - 14:16  
    Pngpng horizontaleslayout.png r1 0.5 K 2015-06-15 - 14:29  
    Pngpng maske.png r1 0.7 K 2015-06-15 - 14:17  
    Pngpng tabreihenfolgeaendern.PNG r1 0.4 K 2015-06-15 - 14:21  
    Pngpng vertikalesautolayout.png r1 0.4 K 2015-06-15 - 14:16  
    Pngpng vertikaleslayout.png r1 0.5 K 2015-06-15 - 14:29  

             PLANTA project









     
    • Suche in Topic-Namen

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