Results 1 to 2 of 2

Thread: Set MSHFlexGrid column width

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Posts
    9

    Set MSHFlexGrid column width

    Hi,

    I would like to know how to know to set the width of the columns in the MSHFlexGrid.

    My code is:
    Public Function display_in_datagrid()
    frmSendMMS.Height = 9315
    frmSendMMS.Width = 14535
    fraMMSStatus.Visible = True
    If chckSchedule.Value = Unchecked Then
    mms_status.RecordSource = "SELECT id1 as ID, sender, recipient,subject,status FROM mms_outbox;"
    Else
    mms_status.RecordSource = "SELECT id1 as ID, sender, recipient,subject,status, sending_time FROM schedule;"
    End If
    mms_status.Refresh
    MSmmsStatus.Refresh
    ' Sleep (2000)
    ' MSmmsStatus.Width = 1.5 * 1444
    End Function

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    example.

    fgrid.colwidth(0) = 0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width