Smart Zoom INI issue

Under some conditions the template generates wrong INI file name (thanks @SerhatSatir).

Look at lastest PUTINI argument:

PUTINI('BrowseStudents','sz::Browse:1_Zoom',sz::Browse:1.Zoom(),'!GEN:INIPath')

Correct PUTINI should look like this:

PUTINI('BrowseStudents','sz::Browse:1_Zoom',sz::Browse:1.Zoom(),GEN:INIPath)

This issue is reproducible under the following conditions:

  1. In Global Properties | INI File Options: INI file to use is set to “Other” and Other file name is set to !variable.

  1. In Smart Zoom global extension: INI file is blank.

The workaround is simple: set INI file in Smart Zoom extension explicitely:

1 Like