Results 1 to 2 of 2

Thread: why VXFlexGrid version8 cannot work?

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2005
    Posts
    42

    Angry why VXFlexGrid version8 cannot work?

    Private Sub vsGrd_LeaveCell()
    Dim lRow As Long

    lRow = vsGrd.Row
    vsGrd.CellBackColor = vbWhite
    vsGrd.Cell(flexcpFontBold, lRow, 1, lRow, 2) = False

    End Sub

    Private Sub vsGrd_SelChange()

    Dim iSeq As Integer
    iSeq = CLng(vsGrd.TextMatrix(lRow, 0))

    End Sub

    I use this 2 function at last VXFlexGrid version 5 and 6, but after i change to VXFlexGrid 8 then cannot work.

    Can anyone help me please?
    thank u

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: why VXFlexGrid version8 cannot work?

    What is a VXFlexgrid? Even Google doesn't know.

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