You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code snippet flags WHERE clause contains reference to... Call to BUFFER-FIELD
DEFINE TEMP-TABLE ttfoo NO-UNDO
FIELD cc AS CHARACTER
.
DEFINE VARIABLE hb AS HANDLE NO-UNDO.
hb = TEMP-TABLE ttfoo:DEFAULT-BUFFER-HANDLE.
FOR EACH ttfoo
WHERE hb:BUFFER-FIELD( 'cc':u ):BUFFER-VALUE MATCHES ttfoo
:
//
END.
When changing to hb::cc (which I cannot use since the field name is a variable) the rule is not triggered.
:get-attribute on an x-noderef is also triggering this rule.
The text was updated successfully, but these errors were encountered:
gquerret
changed the title
FP: WHERE clause contains reference to... Call to BUFFER-FIELD
WHERE clause contains reference to... Call to BUFFER-FIELD
Mar 10, 2022
The following code snippet flags
WHERE clause contains reference to... Call to BUFFER-FIELD
When changing to
hb::cc
(which I cannot use since the field name is a variable) the rule is not triggered.:get-attribute
on anx-noderef
is also triggering this rule.The text was updated successfully, but these errors were encountered: