Questions tagged as 'primaverabss'

1
answer

How to drill down to an entity from the STP @PRIMAVERA module

I am implementing a drilldown for the PRIMAVERA ERP 9 STP process table, but it is giving error. My code. Public Sub ExecutaEventoDrillDown_Processos(ByVal IdProcesso As String) Dim objParametros As StdBEValoresStr Dim objCampoDrillDown As...
asked by 20.02.2018 / 17:56
1
answer

Activex component can not create object when using ErpBS900.dll in Excel

I have a problem that I can not resolve. I have several solutions that use the Spring engines via Excel, I've never had problems with them however, my machine needed to be reinstalled - the OS (Windows 7) remains the same and the Office version...
asked by 26.06.2018 / 18:47
1
answer

My Windows Form Disappears in VBA

I am facing a challenge with my VBA project. I recently created a form where the ListBox component and CommandButton, nothing complex. But does the form always disappear from the VBA, any idea what it should be? Form Code: Private Sub...
asked by 05.06.2018 / 10:02
1
answer

Error Displaying Related Information Panel

Good afternoon, I have an error trying to put a related information panel, it would typically be the name of the object but I can not figure it out. Class Code: using StdBE100; using StdPlatBE100; using System; using System.Data; using Syst...
asked by 20.06.2018 / 12:57
0
answers

V10 - AfterBusinessObject method gives error when executing in Executive

At Executive, AfterOpenCompany already responds but gives the following error and closes the application. Even if it gives an error, the ERP has to open it. Error: Code:publicclassApiPlataforma:Plataforma{publicApiPlataforma(){AppDomain.Current...
asked by 25.10.2018 / 18:20
0
answers

Motor PBSS | Add Line

Hello, I would like to know how to launch n lines through the integration engines in the latest version of Primavera V9 LP, because the following example I send attached fills only one line in the Sales Editor instead of two. (BD DEMO) If KeyCo...
asked by 19.09.2018 / 12:40
0
answers

Error accessing the this property.DocumentPending entity type in the PublisherPendents

Thank you for possible help to overcome the error:    this.DocumentoPendente.TipoEntidade =   'this.DocumentoPendente.TipoEntidade' generated an exception of type   'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' Code: public cl...
asked by 11.09.2018 / 19:42
1
answer

How to open the sales editor, shopping from VBA in authoring mode

I searched the PKB and meanwhile I also found here how to open a publisher in maintenance mode however I can not find any reference such as opening a publisher for a deliberate release of a new document.     
asked by 18.04.2018 / 17:08
2
answers

Creation of Internal Documents in V10, via VB.NET - Document is not correctly valued

I am creating a routine for Integrating Internal Documents into ERP. You are creating the document, but it is not appreciated. The test code I'm using: Public Sub CriaDocumentoInterno(Public MotorERP As ErpBS100.ErpBS,Utilizador As String, Dat...
asked by 30.08.2018 / 17:21
3
answers

It is not possible to print a document in the internal module through the API

I'm developing a web application that launches internal documents in Spring ERP. I have this code: PriEngine.Engine.Comercial.Internos.Actualiza(invoice) Dim file As String = "C:\temp\" & invoice.Tipodoc & invoice.Serie & invoice.N...
asked by 28.06.2018 / 10:16