Change reference of flexgrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anuragshrivastava64
    New Member
    • Jan 2007
    • 66

    Change reference of flexgrid

    How can i change all msflexgrid in a projects to mshflexgrid.
    Currently i have to open a form in notepad and then do edit an replace
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to open the form in the VB IDE and cme the changes to design as well as code.

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      It is not very advisable, to Open a VB6 Form in any other Text Editors (like Note Pad).. Open the Form in VB6 IDE , Remove the Old Control, and Place the New One....
      As, if any mistakes done in the text editor, you may loose your form, or it may get corrupted

      Regards
      Veena

      Comment

      • anuragshrivastava64
        New Member
        • Jan 2007
        • 66

        #4
        You are quite correct but its a huge project and there are nearby 200 forms in the project and each of them using3-4 flexgrid. SO , it;s quite a hectic task to open all forms








        Originally posted by QVeen72
        Hi,

        It is not very advisable, to Open a VB6 Form in any other Text Editors (like Note Pad).. Open the Form in VB6 IDE , Remove the Old Control, and Place the New One....
        As, if any mistakes done in the text editor, you may loose your form, or it may get corrupted

        Regards
        Veena

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          You have to use VB 6.0 IDE ,have no other option.

          Comment

          Working...