Results 1 to 5 of 5
  1. #1
    riaarora is offline Novice
    Windows XP Access 2003
    Join Date
    Jan 2012
    Posts
    25

    Run time error 438 object doesn't support this property or method

    Dear Friends,

    I'm getting below error while using MS Flex Grid

    Run time error 438 object doesn't support this property or method.

    I have registered "Microsoft FlexGrid Control 6.0 (SP3)" but still getting this error.

    Below is the code I'm using:

    'MS Flex Grid Control used to create the form/grid


    Private Sub InitProc()
    txtSearch.Value = ""
    MSFG1.ColWidth(0) = 0
    MSFG1.ColWidth(1) = 1500
    MSFG1.ColAlignment(1) = 0
    MSFG1.ColWidth(2) = 4500
    MSFG1.ColAlignment(2) = 0
    MSFG1.ColWidth(3) = 1500
    MSFG1.TextMatrix(0, 1) = "User ID" 'Assign the value of "User ID" Field
    MSFG1.TextMatrix(0, 2) = "User Name"
    MSFG1.TextMatrix(0, 3) = "Status"
    End Sub

    OS: Windows XP
    MS Access: 2003

    Thanks in advance for the help.

    Regards
    Ria

  2. #2
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    Access doesn't support the use of the MSFlexGrid.

  3. #3
    riaarora is offline Novice
    Windows XP Access 2003
    Join Date
    Jan 2012
    Posts
    25
    Hi Bob

    Thanks for the quick reply. Actually this was working in my old desktop with same configuration. But somehow it it's not working in my new desktop.

    Regards
    Ria

  4. #4
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    Am surprised it was ever working because I get an error message that states that Access doesn't support that control. And that is in Access 2003 SP3.

  5. #5
    riaarora is offline Novice
    Windows XP Access 2003
    Join Date
    Jan 2012
    Posts
    25
    Seems this well known issue but noone have the solution for this... If you search on net you'll find lot of talk going on from last couple of years but no solution...

    I have tried lot of options but none of them is working...

    Does anyone know of a replacement for MsFlexGrid that has similar functionality... I'm happy to change the code as well...

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Object doesn't support property or method
    By Jamy in forum Programming
    Replies: 7
    Last Post: 07-15-2013, 01:42 AM
  2. Replies: 6
    Last Post: 11-18-2011, 03:46 PM
  3. Replies: 7
    Last Post: 02-03-2011, 07:13 AM
  4. Replies: 5
    Last Post: 08-05-2009, 04:07 PM
  5. Replies: 2
    Last Post: 02-28-2009, 03:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums