Bottom Line (BottomLine)

If enabled, displays the field with an underline rather than a frame border. True or False (default).

BottomLine="True | False"

Usage

Dynamic?

Yes

Supported in Grid?

No

Dependencies:

None

Description

Bottom Line Enabled in Mobile Application

Graphical content.

When Bottom Line is True, the Frame and 3D properties are disabled in the Properties Inspector.

In the .ini file or in ProcScript (fieldproperties), it is possible to set any combination of Frame, 3D and Bottom Line, but the following rules then apply:

  • If Frame=true, Bottomline is treated as false

  • If Frame=false, 3D is treated as false

  • If BottomLine=true and 3d=true, then BottomLine is treated as false.

Setting in ProcScript

$fieldproperties(FLD1)="bottomline=true"