Questions tagged as 'primaverabss'

3
answers

How do I open a list of the "Queries SQL" category with VBA?

I want to invoke a VBA list of the " SQL Queries category". I know the PSO.Listas.GetF4SQL method but this way the list opens in "Modal" and does not allow to maximize the form. The goal is to use the PSO.AbreLista method, but I c...
asked by 24.06.2018 / 23:09
1
answer

Message to set up a list

I would like to ask a question. I'm using a component: andsettheF4Modalpropertytotrue.Butcontinuetogivemethesamemessage: How do I resolve this issue?     
asked by 29.03.2018 / 19:00
2
answers

How to create a CustomCode which in turn calls a CustomForm?

How to create a CustomCode that calls CustomForm in V10. Is there any other way to "hang" the form in ERP? public partial class FrmTeste : CustomForm { public FrmTeste() { InitializeComponent(); } } public class Funcao...
asked by 28.05.2018 / 00:10
2
answers

Insert an image in the Related information panels in ERP Primavera v9

There is some way to insert an image into the related information panels.     
asked by 09.05.2018 / 11:48
1
answer

Get the result returned when doing F4

I created a VBA that shows a list of vendors and I can not get the item selected after F4. Public Sub ListaFornecedores() Dim strSql As StdBEStringBuilder Set strSql = New StdBEStringBuilder strSql.Append ("SELECT Fornecedor, Nom...
asked by 09.08.2018 / 18:12
1
answer

I can not get the development SDK100 running

Although I know that there is a bug in this component, I have this indication of PRIMAVERA, I'm moving forward with its use even though I have to fill some properties manually while the bug is not corrected so if the errors I'm reporting are rel...
asked by 09.08.2018 / 16:44
1
answer

Error when using dynamic in C #

I made an application in C # and to integrate with Spring ERP and I passed the engine in VBA through the following line. void IPublicMethods.UpdateCDU_IfItemSelected(ref dynamic doc, string artigo, int numLinha, ref dynamic plataformaPri, ref...
asked by 02.08.2018 / 18:09
2
answers

Print in pdf from the engines

Good afternoon, I'm trying to use this piece of code to print in pdf ... Private Sub EditorVendas_DepoisDeImprimir(Filial As String, Serie As String, Tipo As String, NumDoc As Long) Dim strNomeMapa As String strNomeMapa = "C\PDF\" & T...
asked by 17.04.2018 / 16:08
1
answer

Error making inventory hit by VBA

I want to launch VBA inventories, but I'm not getting the system to automatically launch hit moves. That is, you create the stock input / output documents as you do when you close the inventory in ERP. Is this function / method not public? Is th...
asked by 16.07.2018 / 10:25
1
answer

Complete loading address from engines (V9)

Using Spring v9.15 engines with C #, when creating both sales and purchase documents, you can easily fill in the download address properties: Interop.GcpBE900.GcpBEDocumentoVenda doc = new Interop.GcpBE900.GcpBEDocumentoVenda(); //preencher i...
asked by 02.10.2018 / 15:57