Leo,
What about the -8082 compilation error when you put labels with a field definition such as in the scrollgrid - also a support issue?
The error is (from .err):
.....
PAGE (TEXT=%'REFERENCES', ACTION = references)
SCROLLGRID
{
[lsa ][sa - ] [sb ][lsaa ][saa ]
[lsc ][sc |sd |se ][cst ][st ]
[lsf ][sf ][csu ][su ]
[lsg ][sg ][lsh ][sh ][csv ][sv ]
.....
-- References Tab......
LABEL lsa:label18,TEXT=%'Third Party Ref',JUSTIFY=LEFT,
# The item 'lsa' is used in an invalid layout context.
# See error number -8082.
STYLE='Label01';
BUTTONEDIT sa = FORMONLY.tPartyBCode,UPSHIFT,REQUIRED,
ACTION=lookup,
STYLE='ButtonEdit01';
COMBOBOX sb = FORMONLY.tPartLookUpCodesRecNo,REQUIRED,
TAG='tpart',INITIALIZER=init_combos,
STYLE='ComboBox01';
LABEL lsc:label19,TEXT=%'Title/Initials ...',JUSTIFY=LEFT,
# The item 'lsc' is used in an invalid layout context.
# See error number -8082.
STYLE='Label01';