Results 1 to 3 of 3

Thread: DbGrid

  1. #1
    Guest

    Post

    Hi,
    A very silly problem:
    I've an unbound DBGrid with AllowAddNew, AllowDelete and AllowUpdate all set toTrue. I want users to enter values which i woud then collect & put in respective tables of the database. But the trouble is I can enter only one row. It does not allow me to enter more than one row of values. I cannot use a bound grid becoz iam using more than two tables. I'm using VB5.0.
    Can anybody help?
    Thank you in advance....

  2. #2
    Junior Member
    Join Date
    Jan 1999
    Location
    Seattle WA USA
    Posts
    21

    Post

    I had the same problem. I thought an unbound grid allowed entry of muliple rows, storing them in a memory buffer. I still am not sure if this is possible or not. Any documentation on the DBGrid seems scarce. Anyway, I just created another table, one which has no purpose but as an entry table, and bound the DBGrid to that.

    ------------------

  3. #3
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    DBGrid is not a good choice for unbounded operation. If you're not going with bounding then you better use MSFlexGrid.

    If you need an examples on how to use it, you can either email me or post a question here.

    Regards,

    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]




    [This message has been edited by Serge (edited 07-14-1999).]

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