Populating an MSFlexGrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MiziaQ
    New Member
    • Nov 2007
    • 63

    Populating an MSFlexGrid

    1. How can I add a string in a particular row and column of an msflexgrid ?

    2. How can I import data from a .txt data file into an msflexgrid ?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Originally posted by MiziaQ
    1. How can I add a string in a particular row and column of an msflexgrid ?

    2. How can I import data from a .txt data file into an msflexgrid ?
    1. Use Textmatrix.
    2. Use DAO.

    Comment

    • akashazad
      New Member
      • Sep 2007
      • 38

      #3
      Originally posted by MiziaQ
      1. How can I add a string in a particular row and column of an msflexgrid ?

      2. How can I import data from a .txt data file into an msflexgrid ?
      HI
      1.Use the Textmatrix propert of flexGrid ,Which is used to set or read the contents of the particuler cell
      EX: Flexgrid.Textma trix(RowNo , ColNo) = "Your String"

      2.I dont know about your 2nd Question.

      Comment

      • MiziaQ
        New Member
        • Nov 2007
        • 63

        #4
        Originally posted by debasisdas
        1. Use Textmatrix.
        2. Use DAO.
        Hey, could you please evaluate on what you mean by DAO. This is very important for my project. Please give an example :)


        Thanks in advance,

        MiziaQ

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          Originally posted by MiziaQ
          Hey, could you please evaluate on what you mean by DAO. This is very important for my project. Please give an example :)


          Thanks in advance,

          MiziaQ
          Try to use DATA control.

          Comment

          Working...