Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cg100
  • Order by date
  1. cg100

    Validation

    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...
  2. cg100

    ComboBox

    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...
  3. cg100

    ComboBox

    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...
  4. cg100

    ComboBox

    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

Part and Inventory Search

Back
Top