954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

show and hide data grid?

hi..i put a datagrid into my main form, and i put 2 buttons for show and hide it. How cn i implement it?
I know if for the form is using the command below:

Form5.show

However DataGrid cant use tht...hw can i implement it? thanks

fujilec
Light Poster
27 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

did you means when you press show then datagrid appear and when you press hide then datagrid disappear??
if i m not wrong try to using datagrid.visible = false to hide and datagrid.visible = true to show.

Jx_Man
Nearly a Senior Poster
3,329 posts since Nov 2007
Reputation Points: 1,372
Solved Threads: 444
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You