|
-
Jan 6th, 2003, 08:44 AM
#1
Thread Starter
Junior Member
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
-
Jan 6th, 2003, 09:24 AM
#2
Hyperactive Member
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
-
Jan 6th, 2003, 10:15 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|