Nov 29, 2000 #1 subhavs Programmer Joined Nov 27, 2000 Messages 54 Location US Hey ... How do I make the ADO DBGrid control as read only ? Thanks, - Subha
Nov 29, 2000 1 #2 swilliams Programmer Joined Aug 23, 2000 Messages 583 Location BM The DBGrid control has the following properties which define how it can be used: AllowAddNew AllowDelete AllowUpdate If you want the grid to be read only, set these three properties to False Simon Upvote 0 Downvote
The DBGrid control has the following properties which define how it can be used: AllowAddNew AllowDelete AllowUpdate If you want the grid to be read only, set these three properties to False Simon
Nov 30, 2000 Thread starter #3 subhavs Programmer Joined Nov 27, 2000 Messages 54 Location US Thanks Simon. It worked. - Subha Upvote 0 Downvote