Results 1 to 3 of 3

Thread: FlexiGrid

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    If I want to assign text to some cell in a FlexiGrid, I do this:

    grid.row=2
    grid.col=4
    grid.text="string data"

    But, is there any way to do it the same without select the specific cell. When I want to set the cellwith I can do it with: grid.ColWidth(4). I think must be something like this to set data to the cell.
    Ulises Vázquez
    [size=1.7]Oracle DBA Certified Professioanl
    Visual Basic 6 Developer
    Crystal Reports Designer
    [/size]

  2. #2
    Hyperactive Member
    Join Date
    Feb 2000
    Posts
    284
    I'm not sure if this is what you are looking for

    grid.TextMatrix(iRow,iCol) = "String Data"

    if you are trying to set a whole column to the same text you could loop down using the line above within a for loop

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    I really thank you a lot. This is exactly what I was needing.
    Ulises Vázquez
    [size=1.7]Oracle DBA Certified Professioanl
    Visual Basic 6 Developer
    Crystal Reports Designer
    [/size]

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