Results 1 to 2 of 2

Thread: grids and data can i edit data in a grid??????

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    103
    i would like to load data from my sql7 server in to a grid control then click into a cell and edit the data then save that data back to my sql 7 server can this be done????

  2. #2
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Sydney Australia
    Posts
    476

    Loading Data from SS7

    There are a few ways to do this.

    Probably the simplist is to put a Data control on your form. (Load this with Project|Components Microsoft Data List Controls. Then it will be in your tool box).In the Properties set the data source to your SS7

    Then put a DataList (from your tool box) on the form and link DataSource property to the Data control you previously made.

    It can be a bit of a nightmare but it does work.

    Good Luck




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