Questions tagged as 'primaverabss'

1
answer

Error when opening ERP V10 engine in VB.NET

I'm doing a first test in VB.NET to open the ERP V10 engine externally. Running this program causes the error: System.IO.FileNotFoundException: 'The file or assembly' StdPlatBS100, Version = 10.0.0.0, Culture = neutral, PublicKeyToken = 1...
asked by 21.08.2018 / 18:05
2
answers

Method change entity code [closed]

In a client in Mozambique I need to change entity code and use the PRIMAVERA API method _erpBs.Comercial.Clientes.AlteraCodigoCliente(codigoAntigo, codigoNovo); The problem is that this method has high performance costs, some suggestions fo...
asked by 21.06.2018 / 11:30
1
answer

How to use PriTextBoxF4 in V10?

Good morning. Which of the 2 components should we use in V10? The PritextboxF4Net100 or PritextboxF4100? In previous releases there was an OpenListF4 event that opened the list when you pressed F4 or with the mouse on the F4 button. In the...
asked by 30.07.2018 / 11:44
2
answers

Creation of articles via motors with prices including VAT

There are settings in the Administrator to indicate which PVPs have vat included. However, via engines there is also this configuration at the ArticleMode object level. What is this last? That is, what happens if in ADM is PVP1 without VAT inclu...
asked by 12.07.2018 / 16:05
2
answers

What is the best way to duplicate a sales document from an uncertified series for a VBA-certified sales document?

I have an ECL with a non-emissive series and I intend that at the time of writing it, another CECL sales document with an emissive series is created. The documents are exactly the same. The code below gives the following error:    The [201...
asked by 30.05.2018 / 17:19
1
answer

How to Create a Link to PRIEmpre

Good afternoon, I needed to connect to ADM from VB.Net to list Companies and Users. To make the normal connection use the following code: motor = New ErpBS() motor.AbreEmpresaTrabalho(EnumTipoPlataforma.tpEmpresarial, PRIEmpresa, PRIUser...
asked by 07.12.2018 / 15:46
1
answer

Accounting Accounts

I want to automatically create accounts in accounting when creating a customer / vendor. I can already create the accounts: string[,] st = new string[6, 2]; st[1, 1] = Convert.ToString(CYear); st[2, 1] = conta[i] + CodCli; st[3, 1] = NomeCli;...
asked by 26.11.2018 / 11:32
1
answer

The VFA map is printed without data

I made changes to the map used to print VFA by adding the Movimentos table to see the vendor's CBL account in the headers. And when the record of a VFA does not create a record in the Movimentos table of the database the map is pri...
asked by 01.08.2018 / 15:13
1
answer

WCF BytAarray Return Method gives error

I was trying to use a method to return a bytearray using ERP but I get an exception after some time saying Object Variable or With Block Not Set, what can it be? PS. Yes I know the engine has a native function but I wanted to use this one to l...
asked by 12.07.2018 / 23:04
0
answers

"Invalid path (Path = '')" - Open form in the Administrator

I created two projects Audit and Forms in .net to open forms within the spring admin. I changed the regedit to insert the keys of the new application. When I open the admin correctly the forms appear, but when I...
asked by 03.12.2018 / 20:58