msc_createFav()
This function should be implemented if you close a user interface and want to save the last screen configuration.
Synopsis
msc_createFav(getUserName(),string "lastScreenView");
Parameters
Parameter | Description |
---|---|
getUserName() | Returns the current user name. |
lastScreenView | Contains the last screen view (the last panel view). Use exclusively this constant for the function call. |
Return value
-
Error
Description
This function should be implemented if you close a user interface and want to get the last screen configuration. The last screen configuration will be saved in the constant "lastScreenView" string. The screen configuration as well as further user specific data will be saved in the data point <username>_UiConfiguration (DP type _Ui_Config). Note that you should change these settings only if you are an experienced user.
Example
main()
{
msc_createFav(getUserName(),"lastScreenView");
}
Assignment
Administration of favourites
Availability
UI