Results 1 to 2 of 2

Thread: editing a datagrid

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Posts
    32

    Question

    I have a datagrid on my form where i want the users the ability to change the information. Its currently bound to a recordset that i create at run-time.
    What are the properties i need to set in order for the user to be able to edit this data.

    right now they can click in the cell, but can't change the data.

  2. #2
    Lively Member
    Join Date
    Aug 2000
    Location
    Philadelphia
    Posts
    123
    You have to set the Allow Update property to true. You can do this at design-time by setting it in the "Properties" window. There are also AllowAddNew and AllowDelete properties.
    VB6 & VC++6 Pro (SP4), Java (Sun JDK)

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