Questions tagged as 'powerbuilder'

2
answers

Retrieval Arguments, Power Builder, how does it work?

I am starting in Power Builder and I would like to know how the "Retrieval Arguments" of the DW works ... At first I thought that only by calling the script "retrieve ()" the data from the database was passed to me (for example, from a DW Fre...
asked by 20.11.2017 / 16:10
1
answer

How to program an interface that updates the files and version of my system?

I have a complete sales system made in power builder, which still has certain faults, I have installed it in different companies, all with internet connection, I want to run an instruction once a day, which, before to open the system, to close i...
asked by 09.02.2018 / 18:58
0
answers

Group an array in Powerbuilder

I need to group an array of rows, columns and value, this is what I have so far: But I need to see it this way: Here is the script that you make: long b,c string ls_resultado, ls_resultado_cab, ls_resultado_det, ls_separador...
asked by 03.11.2018 / 16:16
0
answers

Remove duplicate values from an array in powerbuilder

I have the following array: array = {'1', '2', '1', '3'} And I need to remove the duplicates, in this case the duplicate is '1', and it should look like this: array = {'1', '2', '3'} Script: int i string array[]...
asked by 31.10.2018 / 20:09
0
answers

Show column names of a crosstab in Powerbuilder

In Powerbuilder, I need to show the names of the columns of a crosstab datawindows //Click en el boton dw_fichas_datos.settransobject(sqlcd) dw_fichas_datos.retrieve() dw_fichas_datos.object.datawindow.crosstab.staticmode='Yes'; In the visu...
asked by 25.10.2018 / 22:56
0
answers

Powerbuilder - Access data in response to webservice

I am trying to consume an external webservice of SOAP type in Powerbuilder (2017). Not being the answer in 2D, I can not create a DW to insert the data directly. So far, I create a WS proxy and I see that it connects correctly, but the respon...
asked by 29.10.2018 / 09:41
0
answers

No service found in the WSDL file - PowerBuilder

We are trying to consume from our application in PowerBuilder 10 a web service ( webservice ) that we expose in a JBoss 5. We have tried to consume web services exposed in JBoss 4 without problems, but we are not giving with the key to why he ca...
asked by 09.06.2016 / 19:37