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 derfloh 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. krishbanerjee

    pls have a look at the code below..

    pls have a look at the code below.... Private Sub Command1_Click() On Error GoTo errtrap For i = 0 To 2 Err.Raise 2000, "Src", "Error " & i l1: MsgBox i Next i Exit Sub errtrap: Err.Clear GoTo l1 End Sub the process requiremnt is that whenever a error...
  2. krishbanerjee

    Creating BO Report using a recordset

    Is it possible to use a independent recordset for creating reports in BO using its API. Can we control data of the BO report through its API.

Part and Inventory Search

Back
Top