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 Mike Lewis 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: sanki
  • Order by date
  1. sanki

    exit button newbie

    hi you just put End statement in the form unload event. it may solve your problem
  2. sanki

    Share a combo box with multiple tab controls

    you just draw the combo on the form, not on the tabbed control. now, drag the control on to the tabbed controld. now it will visible to all tabs. In tab click event just make it visible false or true as ur requirement.
  3. sanki

    ComboBox in DBGrid

    ya, u can use a individual combo box or list box in db grid control. here is a little code, which shows a dblist box in dbgrid control. put a dbgrid and dbcombo on a form and paste the following code and test. it may solve ur problem. Private Sub DBGrid1_ButtonClick(ByVal ColIndex As Integer)...

Part and Inventory Search

Back
Top