mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
19 lines
319 B
AL
19 lines
319 B
AL
page 50735 "UI Style Bad"
|
|
{
|
|
layout
|
|
{
|
|
area(Content)
|
|
{
|
|
field(Score; Score)
|
|
{
|
|
Caption = 'Score';
|
|
Style = Favorable;
|
|
StyleExpr = IsGood;
|
|
}
|
|
}
|
|
}
|
|
|
|
var
|
|
Score: Integer;
|
|
IsGood: Boolean;
|
|
}
|