Questions tagged [powerbuilder-2017]
9 questions
1
vote
0 answers
Why I got the parseerror error when creating an event
With the Google Calendar API I have the following error when creating an event. "code": 400, "message": "Parse Error"
I'm using PowerBuilder 2017 and Rest Object
Header : "content-type:application/json; charset=utf-8"
Url :…

Thierry
- 11
- 1
1
vote
1 answer
Can PowerBuilder 2017 be set to display line numbers?
I have recently upgraded from Powerbuilder 12.5 to PowerBuilder 2017. I know that the current line number (and column) is given at the bottom of the screen but can the line numbers be given next to each line?
Various Powerbuilder settings, looking…

HugMyster
- 329
- 1
- 4
- 14
1
vote
1 answer
How to Azure DevOps CI/CD Pipeline for PowerBuilder 2017 R3 project, is it even possible?
Summary
Recently migrated PB126 apps to PB2017 and changed source control to Azure DevOps Git.
Now, I'd like to integrate Azure DevOps CI/CD Build Pipeline to the app dev life-cycle.
jenkins
I know it's feasible to configure jenkins CI server so…

Will Marcouiller
- 23,773
- 22
- 96
- 162
0
votes
0 answers
Getting page() of the last row in power builder 12.5
I tried to use Describe and Evaluate, however the result will always be one, what's wrong here?
I have a composite dw with two sub reports in it.
I set my footer height to 0, only set to 780 when it is in the last page of the report.
So I tried to…

learning
- 608
- 5
- 15
0
votes
2 answers
How to remove slowness of powerbuilder 12.6 application?
It's taking more than 15 minutes to search for Library entry.can anybody suggest how i can remove slowness of the application?
Below image

Kishan
- 1
- 3
0
votes
0 answers
How to call stored procedure postgresql in SAP Powerbuilder (12.5)?
Anyone can help me?
I tried to call stored procedure from postgresql database in powerbuilder, but i got some problem like this.
I really appreciate your help, thank you so much.

Kurniawan Eko Yulianto
- 11
- 1
- 3
0
votes
1 answer
which is faster - a datastore or structure in Powerbuilder?
I have data in table (some 500 rows). I need to fetch that data and store it somewhere. Later i want to find a row from that data and use it. In many flows i will be using this data to find some specific row.
I need to know what is better to use.…

Mishti
- 47
- 6
0
votes
0 answers
Why Powerbuilder rebuild source 3 times in deploy?
Recently we change our deploy server in my business. In the old server deploy take 1,5 hours but in the new one takes more than 4 hours (and in theory it is a more powerful computer). Looking the log of the deploy we see the problem is powerbuilder…

BraveOtter
- 114
- 1
- 12
0
votes
1 answer
PB App works only old SQL Server but not on the new. CONFUSED
I wrote a system in Powerbulder 6.0 a while back (mid 2000's) and it was working with MSSQL Server 2008 on a Windows Server 2008R2 up to now (and is still working). It was connecting via ODBC. The system logged into a DB via a DB user name, then…

MikeF
- 1
- 2