Posts by Bruno Gomes • 400 points
6 posts
-
3
votes1
answer263
viewsA: Spring V10 Run SQL
Good afternoon, you have to reference ERPDS100.DDL and then do: BSO.DSO.ExecuteSQL(strSQLAux)
sqlanswered Bruno Gomes 400 -
-1
votes1
answer74
viewsQ: Error calling printing of a map in vba V9
Good afternoon, I need help to invoke in Runtime the printing of a map based on GCPVLS70, which uses the table "DESCVIAS": When using: Aplicacao.PlataformaPRIMAVERA.Mapas.ImprimeListagem…
vbaasked Bruno Gomes 400 -
6
votes1
answer68
viewsA: Error creating serial numbers - "The record already exists in the table 'dbo.Linhasnumserie'. "
Dim numerosserie As New GcpBENumerosSerie For Each dtrow As DataRow In Session("dtNumSerie").Select("NumLinha = '" & numlinha & "'") Dim numeroserie As New GcpBENumeroSerie …
vb.netanswered Bruno Gomes 400 -
-1
votes1
answer68
viewsQ: Error creating serial numbers - "The record already exists in the table 'dbo.Linhasnumserie'. "
Good afternoon, I’m having a problem turning an ECF, when adding the serial numbers to the line. If I add only 1 it works perfectly... What I’m doing wrong? Dim numeroserie As New GcpBENumeroSerie…
vb.netasked Bruno Gomes 400 -
0
votes2
answers313
viewsQ: Form Migration to V10
Good, I have a form at V9 that is called in Keypress in a Sales Editor line and fills in a textbox depending on the line article. Artigo.Text =…
vb.netasked Bruno Gomes 400 -
2
votes1
answer198
viewsQ: Stock document creation on V10
Good afternoon, I am trying to create a stock document in the After Recording in Sales Editor event, but I am unable to declare objects... Dim objDocStock As InvBEDocumentoStock Dim objLinhaDocStock…
vb.netasked Bruno Gomes 400