csaba_fulopcsei2
Explorer
Member since ‎2006 Dec 09

User Statistics

  • 25 Posts
  • 4 Solutions
  • 6 Kudos given
  • 0 Kudos received

User Activity

Hello!In SBO 2007A PL44 I could add an incoming payment based on journal entry, but my code doesn't work in PL46.It's a bug?The Code: Dim oPay As SAPbobsCOM.Payments = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments) ...
Hi,I want to get the text from the active cell of a grid, but when i call the GetText(row) function, i get an empty string or that text what was in the cell before got the focus.How can i get the active cell value from the grid.When I used Matrix, i ...