Featured Questions

A recent post included some PowerScript code, and I thought I would pass along a tip for pasting code snippets that produces a slightly more readable result than simply pasting code into the website's text editor. The toolbar contains a button to as...
Hi all,   We have Powerbuilder 11.5 App running on Citrix Receiver 4.9 with Windows 2008 R2. We have unique problem, application working fine when it runs in office. The same Application runs in remote but the application freezes once the window is...
PB programmers,Please help calculate age between dates: 31.August.1993 and 01.March.2019 !Thank you and best regards...
Hi ,   Is it possible to copy files from AWS S3 bucket to our local system using PowerBuilder 2019 ?   Currently we are using AWS CLI command to copy files from AWS S3 bucket to local system.   If possible then which version of PowerBuilder wil...
I have recently seen usage of  C# Class Importer in PowerBuilder 2019 where you do need to create the COM component tin order to access  the function in C# DLL. However when I see my PowerBuilder 2019 I can only See the tool C# Model Generator and n...
Hi All, API for RibbonBar has changed in public beta #2279 compared to earlier betas (e.g. #2203) LoadFile( ... ) is gone. LoadFromJSON( ... ) and LoadFromXML( ... ) are new. There are probably more changes since R2 adds a lot of functionalit...
Hi, I would like automate compiling powerbuilder projects. I am try compile .net assebly project using orca script and it is finishing with error: Orca error in 'buildProject'. Result Code -21. Component builder build for project p_webtime_assembl...
Hi. I would like to scan documents to integrate them into my application as an image or PDF. How can I do this with PowerBuilder 2019? What standards are compatible with the maximum of material? Thank you Thierry...
Hi All, I am trying to open a PowerBuilder Application from other PowerBuilder application using Run() Run('C:\systempath\example.exe') But "example.exe" application is opening when run it by double click on .exe, it is not opening only when we tr...
On richtext columns we can allow the user call a font dialog using Ctrl+D. But normally we use Ctrl+D to delete a record. Therefore we need another way, the user can call the font dialog. Is there a possibility to call the font dialog in the source ...
SQLCA.DBMS = " JDBC"SQLCA.LogPass = passwordSQLCA.LogId = userSQLCA.AutoCommit = FalseSQLCA.DBParm = "URL='jdbc:oracle:thin:@10.02.30.201:1521:BD',Driver='oracle.jdbc.driver.OracleDriver'"Connection  jdbcprocedure oraclecreate or replace PROCEDURE ad...
We have a desktop application developed in PowerBuilder 2017 R2 version. In one of the functionality we are invoking a soap webservice. For security purpose there is a requirement to bundle the SSL certificate inside desktop application and to make s...
I have html in a column in a sql table and need to display it with all its formatting in a RTE control that I'm using to generate a RTF word document.   Is this possible?  Any ideas?   Thanks, Lou...
Hi everyone, I have a problem with PowerBuilder 2017R3 IDE. When i start debug, the IDE has crash. The button to debug disable and the IDE close. The event log from windows it is like this:   Nome do aplicativo com falha: PB170.EXE, versão: ...
Hello, We're moving PB 2017 application from WIN7 to WIN10.  One of the processes in that app is to process files in a given directory/folder.  Currently on WIN7 we use 'FindFirstFileA' WIN API to start the processing which works....returned value/h...
Hi, My organisation has a 2-Tier PowerBuilder App last upgraded to PowerBuilder 9.5 in 2012. I am looking at upgrading it to a the latest version of PowerBuilder. Will the latest version of PowerBuilder be able to compile this quite old application...
The "stand alone compiler" option seems very nice, but we need to get the PBL's updated from TFS as well, does anybody know if an automated "Get Latest" or similar is also possible?...
We are just starting to explore upgrading our applications from PowerBuidler 10.5 to PowerBuilder 2019.  We have a few applications that we use a 3rd party product 'PowerImage32' that was developed/sold by Visionary Solutions, Inc.  One of the applic...
Hi, How can I import a multiline Json with an array into a datawindow?[ { "id":123, "agendamentoTED":false, "usuario":"AUTOM", "id_ususario":20141, "idCanal":11, "codigoBancoDestino":1, "tipoConta":1, "codigoFinalidade":2, "array":[ { "nm_user":"...
I am having trouble creating a GUID on my executable. It works fine in development but it fails when I run it on an executable on any machine that I do not have PB installed.   OLEObject myoleobject myoleobject = CREATE OLEObject PBObject = CRE...
Hi all, We have changed from saving datawindows to Excel using Excel8! to XLSX! and as a consequence the column widths in Excel have become extremely wide. The users now have to scroll far to the right in order to see the data and it is very annoyin...


There are no discussions available here currently