Which points are displayed in a palette?

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Aug/2014, at 15:03

To see if your system uses big points or not, execute this line from the Script Editor:

msgbox (DataConnection.Instance.ClientLogin.GlobalConfig.bigpoints)

If it displays True, your system is using big points. Otherwise, it will display false.

Note

After changing this value in GlobalConfig, you need to reset the IIS and restart GN4 applications.