0876

From BR Wiki
Jump to navigation Jump to search

Summary:

Use of a grid only specifications when processing a ListView

Cause:

  1. Attempt to read a single cell instead of a row on a ListView.
  2. statement encountered in non-GUI mode

Remedy:

  1. Using grid only syntax when accessing a ListView.
  2. Perhaps add an "if env$('GUIMode')="ON" then' to the beginning of the statement.