Questions tagged as 'primaverabss'

2
answers

Automatic completion of contract data on the ERP employee sheet PRIMAVERA in vba @PRIMAVERA

I have changed an employee code so that it has a different contract. I opened the spring on the sheet of that changed employee. I went to the Contracts tab. The contract code was the one that had been updated. But the lines do not appear on the...
asked by 21.05.2018 / 18:17
1
answer

How to get the GetF4SQL result in V10 in an external application?

With the code below in V9 it works perfectly but in V10 nothing happens when selecting a client from the list either with F4 again or with enter. What's the difference for V10? Is there any other way to do this? string s = "SELECT Cliente,...
asked by 13.08.2018 / 10:46
1
answer

Add PRIContext on the map Crystal

I made a root map and would like to display the company name in the header. Can you help me solve this challenge sff? Thank you     
asked by 31.07.2018 / 08:40
1
answer

Error in the use of motors

I have a development done using engines in v9.15 on some installations the following error occurs.    "Windows Registry" But I can not debug these posts, so it becomes very difficult to identify the concrete instruction. I appreciate a...
asked by 05.07.2018 / 22:11
1
answer

Set up a combobox to load a spring business list

I'm trying to load a combobox through the spring engines and the code I'm using to load the combobox is as follows: Private Sub CommandButton1_Click() Call ListasEmpresas End Sub Private Sub ListasEmpresas() Dim MotorAdm As clsAdmMotor Dim...
asked by 02.04.2018 / 11:11
1
answer

Delay in creating internal document through V9 engines

Good afternoon, I have a web application to create internal documents in Spring ERP. The problem is that each document takes, on average, 2 to 3 minutes to be created. When the document has 1 or 2 lines it takes but creates, but when it takes...
asked by 12.11.2018 / 15:48
1
answer

V10 - Motor opening error

The example that is in github works. Copying that same code to a new project no longer works. Error: "Can not perform runtime binding on a null reference" To simplify I tested with the code below and the error is the same. I added the referen...
asked by 29.05.2018 / 22:48
0
answers

Error Get Codes Bars Spring Motors

I'm having an error    (Ambiguous column name 'CodBarras') When you run the following simple code Dim result As GcpBEArtigoCodBarra Set result = BSO.Comercial.ArtigosCodBarras.EditaEX("516000456", "KG") Snifei the query to be sent t...
asked by 01.10.2018 / 10:56
3
answers

UserForm in POS blocks client tab

Good afternoon I'm showing a userform in event DepoisDeGravar in class FichaClientes of POS: Private Sub FichaClientes_DepoisDeGravar(ByVal Cliente As String) Dim f As New UserForm1 f.CarregaEntidades (Me.DocumentoVe...
asked by 03.07.2018 / 16:26
2
answers

Event triggered when changing a Document header field (eg change the exchange).

I'm looking for an event triggered by changing a document header field (eg change the exchange), this all in VBA in Spring version 9. The final idea is when changing the value of the exchange in the header to update all lines with the new cha...
asked by 24.07.2018 / 09:28