Hi,

I fill the Dbgrid with information that come from database via adodc connection. Is there any chance to add checkbox across the each records listed in Dbgrid? I will check one or several particular records and update them with a record stored in a textbox.

For example;

....UPDATE table set date='" & Text1.text & "' Where checked record from dbgrid.;

Thanks

Recommended Answers

All 3 Replies

you need to use some third party component for that.

listview can be alternate...

Yes Listview is solved my problem with Jx's SPECIFIC answer. Thanks

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.