Return to site

Labelmark 6 0 download

broken image
broken image

Sub Form_Current()ĭim curAmntDue As Currency, lngBlack As Longĭim lngRed As Long, lngYellow As Long, lngWhite As Long Putting the following code in the Form_Current( ) event sets the control display characteristics as soon as the user opens a form or moves to a new record. You can also use the QBColor function to set these properties.

broken image

The following example uses the RGB function to set the BorderColor, BackColor, and ForeColor properties depending on the value of the txtPastDue text box. To use the BackColor property, the BackStyle property, if available, must be set to Normal. You can set the default for this property by using a control's default control style or the DefaultControl property in Visual Basic. The BackColor property contains a numeric expression that corresponds to the color used to fill a control's or section's interior. SyntaxĮxpression A variable that represents a Label object. Gets or sets the interior color of the specified object.

broken image