Results 1 to 3 of 3

Thread: flex grid

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Posts
    22

    Question flex grid

    Hi,
    I have master detail table i want to save multiple records regarding single master record and i want u take input data in flex grid and one have any idea how i can get input in flex grid and how it goes in data base.
    please help me
    alim

  2. #2
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    india
    Posts
    418
    hi,

    place some text boxes and also one command button and take flexigrid.when click on command button it will add data to msflexigrid and while saving take the follwing code.

    for i=1 to mshflexigrid1.rows-1
    rs.addnew
    rs!fields=mshflexigrid1.textmatrix(i,1)
    next
    rs.batchupdate

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2003
    Posts
    22
    thanks for this it very help full,
    can u tell me one more thing...
    how can i generate the portable rows with different colums. i mean its depends on the user after the end of first row if user wants to put another data regarding same master record ...
    how i can handle this problem.
    please let me know bundle of thanks...
    alim

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