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: *

  1. rushtome

    Stored Procedure Call

    hi, Razvi If ComboAdHocIT.Text = "No" Then .Parameters.Append .CreateParameter("Param2", adChar, adParamInput, 1, "N") ElseIf ComboAdHocIT.Text = "Yes" Then .Parameters.Append .CreateParameter("Param2", adChar, adParamInput, 3...
  2. rushtome

    Stored Procedure Call

    Hi, I am executing a stored procedure written in ORACLE from VB. My problem is when I am executing this procedure from back end (i.e. ORACLE), I am getting the desired output/results. But if the same procedure is executed from VB, then the output is not what is desired. I am unable to...
  3. rushtome

    Detecting Tab Key Pressed

    hi, zemp I had gone through Thread222-279734. It served my purpose. Thanks for the information. Thanks and Regards rushtome
  4. rushtome

    Detecting Tab Key Pressed

    hi, can anybody help in tracing tab key pressed on a VB form. any help will be appreciated Thanks in advance

Part and Inventory Search

Back
Top