Hello all,
I'm a noob at SLX customization so forgive me if this seems trivial.
I have a label on a form that I want to display the number of rows in a datagrid.
Changing the caption with this code works fine:
lblRowCount.Caption = dgAccount.Recordset.RecordCount & " Records"
I want this to be right justified - just for aesthetic purposes. However, even with both the control's property set to taRightJustify and additionally I'm setting the property in code (lblRowCount.Alignment = taRightJustify) the text isn't behaving properly, i.e., it's still LEFT justified.
Any thoughts?
Thanks in advance for any and all comments, suggestions, flames, etc.
Mike D
|