0876

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.