0876: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 17:46, 28 June 2013

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.