Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


MSFLEXGRID


MSFLEXGRID

Author
Message
Tigerpk
Tigerpk
Forum God
Forum God (708 reputation)Forum God (708 reputation)Forum God (708 reputation)Forum God (708 reputation)Forum God (708 reputation)Forum God (708 reputation)Forum God (708 reputation)Forum God (708 reputation)Forum God (708 reputation)

Group: Forum Members
Posts: 4, Visits: 15
hi,

    how i can save data from MSflexgrid control to a database?when i save data from msflexgrid to database it shows just zero's(0).

                   thanks waiting for your response

www.iteducation.cjb.net (Forum)

javedkomal
javedkomal
Forum God
Forum God (7.2K reputation)Forum God (7.2K reputation)Forum God (7.2K reputation)Forum God (7.2K reputation)Forum God (7.2K reputation)Forum God (7.2K reputation)Forum God (7.2K reputation)Forum God (7.2K reputation)Forum God (7.2K reputation)

Group: Forum Members
Posts: 47, Visits: 143
hay my friend one thing is Clear that u hv Fixed number of Colums and non fixed number of rows. so the best and easy way what i suggest is that

with msflexgrid

for aloop=2 to msgflexgrid.rows -1

.row=aloop

.col=1

rs("datafild")=.text

'----eighter u can write single line

rs("datafiled")= .TextMatrix(aloop,1)   

next

end with

if it's work plz let me know .........i m waiting for ur reply

Malik Javed Iqbal Awan

GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search