Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18

Thread: KB960715 blocks msflxgrd.ocx in VBA

  1. #16
    Join Date
    Jul 2008
    Posts
    2

    Re: KB960715 blocks msflxgrd.ocx in VBA

    Here a script and update for this problem.
    Unpack to your hdd and run fixupdate.bat
    In vista run as admin.
    The script do the following thing, unregister all the problematic ocx controls,
    copy new updated ocx controls and register them.
    It worked for a great deal of people

  2. #17
    PA Bear [MS MVP] Guest

    Re: KB960715 blocks msflxgrd.ocx in VBA

    I would touch that link or download with YOUR ten-foot pole, d00d!

  3. #18
    Join Date
    Jan 2012
    Posts
    1

    Re: KB960715 blocks msflxgrd.ocx in VBA

    I’m struggling from last 10 days to resolve this issue and I have tried all the options but still getting same below error.

    Run-time error ‘438’:
    Object doesn’t support this property or method.


    Below is the code

    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

    Please note MSFLXGRD.OCX file is available in \Windows\System32 directory and has been un-registered and re-registered

    File: MSFlxGrd.ocx (Version: 6.1.98.14)
    MS Access: 2007
    Microsoft Visual Basic Runtime 6 SP 6 (v 6.6)
    Operating System: Windows XP

    Highly appreciate your help on this issue

    Million of thanks in advance.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Does anyone know what is Application blocks?
    By ScarFace 01 in forum Software Development
    Replies: 5
    Last Post: 29-01-2010, 09:32 AM
  2. Replies: 3
    Last Post: 04-05-2009, 09:40 AM
  3. How to block Windows Update KB960715
    By Chirvan in forum Windows Update
    Replies: 4
    Last Post: 17-02-2009, 04:40 AM
  4. Pc recorder blocks
    By Dalinda in forum Hardware Peripherals
    Replies: 3
    Last Post: 12-12-2008, 02:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,871,271.07866 seconds with 17 queries