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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by krishbanerjee

  1. krishbanerjee

    pls have a look at the code below..

    thanks it worked...
  2. 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...
  3. krishbanerjee

    Finding variable corresponding to user selected cell/column

    i think u will have to look for some active section kind of stuff....i have searched the BO api but couldn't find any thing like that...probably u will have to write a Macro using the Visual basic Editor Tools-->Macro....
  4. krishbanerjee

    Finding variable corresponding to user selected cell/column

    bobj---> BO object Public bobj As New busobj.Application Set Bodoc = bobj.Documents.Open(/* provide the required parameters */) then Bodoc.DocumentVariables.(count/name/etc etc) ...u get all the information about the document variables. hope it helps krish
  5. 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