Results 1 to 3 of 3

Thread: how do i swap a data grid for a MS flex grid?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    New Zealand
    Posts
    268

    how do i swap a data grid for a MS flex grid?

    hello

    i had a datagrid and an adodc, but i want to change it so it uses a ms flex grid and a data control

    i have this code:

    selectS = CurrentTest.Code
    selectS = "SELECT * FROM Results WHERE Code = " + selectS
    adoResp.ConnectionString
    = "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security
    Info=False;Data Source=H:\MAP Project\
    OOapproach\Respiration_Testing.mdb"
    adoResp.RecordSource = selectS
    Set dbgResp.DataSource = adoResp

    this works for the old two, but when i change it into the new ones, i get some errors, can someone tell me how u do it with the other ones?

    thanks
    Ang

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    What errors are you getting?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    New Zealand
    Posts
    268

    Smile

    all kindsa madness, dont worry tho, i fixed it up another way, thanks for your time all the same

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