Results 1 to 4 of 4

Thread: Sgrid 2.0 [Resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945

    Sgrid 2.0 [Resolved]

    Ok, so I downloaded this grid from vbaccelerator.com and I'm using it and it's ok so far... problem is this:

    Everytime i do an "addrow", it blanks out the previous rows and the values are only showing in the new row that I added?!
    VB Code:
    1. With flxSP
    2.         .AddRow .Rows
    3.         .CellText(.Rows, 1) = .Rows
    4.         .CellText(.Rows, 2) = txtSpeed.Text
    5.         .CellText(.Rows, 3) = txtTorque.Text
    6.         .CellText(.Rows, 4) = txttime.Text
    7.         End With

    Anyone?
    Last edited by ober0330; Jun 1st, 2004 at 01:50 PM.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

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