ello folks its been along time since i did not post a thread
but by the way folks i have some problem of my flexgrid iwant to save a data that came from my database and display it from flexgrid can u help me folks?
i really need this code folks pls repz asap...

Gob bless to all of u folks :)

Recommended Answers

All 10 Replies

>> iwant to save a data that came from my database and display it from flexgrid

I confused:confused:here you want flexgrid show your data from the database? if it is. then connect the flexgrid with database.

i want to display it in the flexgrid for example

i fillup textbox then after saving it it will display in the flexgrid

pls try to help me sir

how you save your data?

what i mean is i just wanrt to display add data to flexgrid by putting
for example i have two textbox when i click cmdsave then the words must be in the flexgrid

folks pls try to analyze my problem
i want only to display the data in flexgrid

connect flexgrid with the database by adodc, dao, data control or other what you use.

adodb that what i use

try this

While Not rs.EOF() ' checking end of file
MSFlexGrid.AddItem rs.Fields("name") & vbTab & rs.Fields("roll")
rs.MoveNext
Wend

how about the search sir

try this:)

how can i use ms flexgrid making saving data using ado mysql...
like this:
for i=1 to row-2
with detail
.addnew
!itemno = grd.textmatrix(grd.rows,1-0)
etc.....
.update
end with
loop

please help me...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.