Framework:Multilingual function:Macro: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with '==Message texts== Macros offer the opportunity to issue messages on the client (message dialog box). The message in such a message dialog box can be multilingual. A message is c…' |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Message texts== | ==Message texts== | ||
Macros offer the opportunity to issue messages on the client (message dialog box). The message in such a message dialog box can be multilingual. A message is composed of two components: the message as such and a title. | Macros offer the opportunity to issue [[Framework:Macros#Message|messages]] on the client (message dialog box). The [[Framework:Macros#Message|message]] in such a message dialog box can be multilingual. A message is composed of two components: the [[Framework:Macros#Message|message]] as such and a title. | ||
[[Image:Fw_Message texts.jpg|thumb|center|Framework, Message texts]] | [[Image:Fw_Message texts.jpg|thumb|center|Framework, Message texts]] | ||
Example of the message text: | Example of the [[Framework:Macros#Message|message]] text: | ||
German=deutsche Meldung; English=English message; | German=deutsche Meldung; English=English message; | ||
If the message text does not contain any language syntax, the same text is displayed in all languages. | If the [[Framework:Macros#Message|message]] text does not contain any language syntax, the same text is displayed in all languages. | ||
==Open | ==Open Input masks/Row views== | ||
With the help of a macro, it is possible to open | With the help of a macro, it is possible to open [[Framework:BI_Center:Create_Input_Mask|Input Mask]], [[Framework:BI_Center:Create_Row_View|Row views]], etc. If the window name of a mask shall be multilingual, this must be defined in the macro designer. | ||
[[Image:Fw_Open aggregate masks input masks.jpg|thumb|center|Framework, Open | [[Image:Fw_Open aggregate masks input masks.jpg|thumb|center|Framework, Open row view/input masks]] | ||
Example of a window name: | Example of a window name: | ||
Latest revision as of 09:05, 24 May 2012
Message texts
Macros offer the opportunity to issue messages on the client (message dialog box). The message in such a message dialog box can be multilingual. A message is composed of two components: the message as such and a title.
Example of the message text:
German=deutsche Meldung; English=English message;
If the message text does not contain any language syntax, the same text is displayed in all languages.
Open Input masks/Row views
With the help of a macro, it is possible to open Input Mask, Row views, etc. If the window name of a mask shall be multilingual, this must be defined in the macro designer.
Example of a window name:
German=Bilanz; English=Balance Sheet;
If the window name does not contain any language syntax, the same text is displayed in all languages.