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
Printable View
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
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
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