Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
Version No4.4.6
Release Date
About this ReleasePatch release with minor enhancements and fixes
Modules affected

Astun 3rd Party InstallerInstallers, iShare GIS, iShare Maps, NLPG Importer, My Alerts, Publisher, Studio

...

  • There is a new check box “Build index on Disk” which allows you to build the search index on the disk rather than in memory. This fixes the problem where creating indexes over an extremely large number of records caused the memory usage to increase until an “OutOfMemory” exception was thrown.
  • New Tags for Displaying Errors and a No Rows Message.

Displaying Errors

It is possible to apply custom formatting to error messages e.g. “No rows found” or other types.

This can be done by using code similar to the following:

##ErrorMessageStart##

<b>

##ErrorMessage##

</b>

##ErrorMessageEnd##

Any type of markup can be put between the Start and End tags. ##ErrorMessage## will be replaced with any error message that is generated.

No Rows Message

Show a message if no rows are found by adding the following tags directly under the ##DataShare.Data.RecordSetStart## tag:

...