Questions tagged as 'primaverabss'

2
answers

Poor field formatting when exporting Crystar report report to PDF

I made a map using crystal reports and when exporting it to PDF the description column text is poorly formatted including more spaces, as you can see in the following screenshots. BeforeexportingtoPDF. After exporting to PDF. Does an...
asked by 14.08.2018 / 11:30
2
answers

Turn Supplier Order Note into Vendor Invoice

Good afternoon, Once again I ask you to help. I would like to know how I can do the transformation of Documents, in the case of Transforming a Supplier Order Note into Invoice to Supplier using the PRIMAVERA APIs. I have already referenced...
asked by 28.11.2018 / 13:30
1
answer

Use Spring Engines for Spring Administrator

I'm building this little code to populate a treeview with checkboxes. Example: Private Sub frmPermissoes_Load(sender As Object, e As EventArgs) Handles MyBase.Load TreeView2.CheckBoxes = True Me.Controls.Add(TreeView2) TreeView2....
asked by 23.10.2018 / 02:13
1
answer

User field behavior when using the AddTransformed method in sales. (V9.15 and C #)

When creating an Invoice with lines to be transformed from one or more orders, I know that the BSO.Commercial method Sales.AddedTransformedLine works correctly and makes the transformation due to the management of the quantities as well as other...
asked by 14.12.2018 / 18:27
1
answer

WebService publishing error [closed]

After we have completed a development for document integration in Spring ERP, we are getting an error from a COM Component. This error only happens after the publication of the Web Service (that is who is responsible for performing the integrati...
asked by 02.07.2018 / 17:04
1
answer

VBA Migration to C # - V10 FilledDataRated

Good morning, I need to migrate the following code: GCPEngine.Comercial.Compras.PreencheDadosRelacionados(ref _documento, (short) _preenche); I find the method FilledDataRated in the DLL ICmpBSCompras, which is an interface and not a cla...
asked by 16.07.2018 / 12:22
1
answer

VBA Migration to C # - V10 (KeyPressed)

In VBA in the KeyPress event would be this way. Thanks to v / help for converts to C #. Private Sub EditorVendas_TeclaPressionada(KeyCode As Integer, Shift As Integer) Dim i As Long Dim CaractsArtigoPT As StdBECampos Dim objLinha As GcpBELinha...
asked by 13.07.2018 / 13:23
1
answer

Creation of customer / supplier accounts

Good afternoon, I was trying to create Accounting Accounts automatically through Interop, but I can not find any method that does this. It really has an AutoCorrect method but I do not understand what Array it asks for. Does anyone know which...
asked by 13.11.2018 / 16:45
1
answer

How to drill down to the Work Diaries (Production)

I am implementing a drilldown for the PRIMAVERA ERP 9 Job Log records, but it does not open the required form: My code: Public Sub ExecutaEventoDrillDown_Processos(ByVal IdDT As String) Dim objParametros As StdBEValoresStr Dim objCampoDri...
asked by 10.12.2018 / 13:48
1
answer

Function transition vba spring v9 for .net spring v10

Hello, I have a service (a form with certain functionality) made in vba that is integrated in the spring v9 that I am trying to import into v10. For this I am creating a .NET project, with a form with the same functionality as the one in v9,...
asked by 24.08.2018 / 11:09