Hi
I am trying to write a code whereby user can only input integer values in a text box. If user were to input non integer values then the validate event will be set to false and a msg box will be displayed asking user to enter an integer value
Code as follows :
Private Sub...
Vinu28
Possible to give coding details to be able to do this
Lone84,
Sorry don't hv URL as I got it from the MSDN CD. Also when you enabled the button the only thing that it does is show the drop down button when that particular cell gets focus. Afterwards you have to write some code in the...
Lone 84
Thanks for your comments but in the MSDN library it is written that it can be done.Occurs when the current cell's built-in button is clicked.
These are what is written in the documentation:
Private Sub object_ButtonClick([ index As Integer,] ByVal colindex As Integer)
The ButtonClick...
Anybody
How can I insert a combo box in a particular cell in the datagrid(OLEDB). Say when focus is on a particular cell the drop down list should appear for me to select any of its contents.
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.