Yes there is, you can sent in caption and set the caption on a field:
field(DecValue; DecValue)
{
Visible = ShowDecimal;
CaptionClass = FORMAT(DecCaption);
}
field(TextValue; TextValue)
{
Visible = ShowText;
CaptionClass = FORMAT(TextCaption);
}
DecCaption and TextCaption is global text variables
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Yes there is, you can sent in caption and set the caption on a field:
field(DecValue; DecValue)
{
Visible = ShowDecimal;
CaptionClass = FORMAT(DecCaption);
}
field(TextValue; TextValue)
{
Visible = ShowText;
CaptionClass = FORMAT(TextCaption);
}
DecCaption and TextCaption is global text variables
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Answers
field(DecValue; DecValue)
{
Visible = ShowDecimal;
CaptionClass = FORMAT(DecCaption);
}
field(TextValue; TextValue)
{
Visible = ShowText;
CaptionClass = FORMAT(TextCaption);
}
DecCaption and TextCaption is global text variables