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...
Saw this and thought it was perfect. Note the angry mob in the background on panel 4.   :) ...
PB 2022 R2 2828 import from DotNet dll,and get a object like n_dotnethelper   n_dotnetHelper ln_hlp ln_hlp = Create n_dotnetHelper .....   int li_rtn  li_rtn = ln_hlp.RegisterObject('w_sub',  w_sub)  // success return 1   //c# invokePBevent...
Hello everyone,   I am migrating a PB2019 application that uses SOAP to PB2022. As SOAP has been deprecated in PB2022 can anyone suggest a strategy to replace the SOAP code with REST API? Thanks in advance....
Hi, After developing for more than 25 years on a Sybase (SAP ASE) database, we are migrating to MS SQL. We are using the native ASE interface for our database connection. We have some large Powerbuilder applications that rely heavily on this databas...
I am attempting to retrieve the description of the solicitation codes on a report. So, I have joined the gift_tran.solicit_cde to solicit-def.solicit_cde, however, this will only return the records with a solicitation code. How do I retrieve all reco...
We utilize Visual SVN for our source code repository. We have a main branch for our suite of applications and currently running PB 2019 R2. We want to start a project to migrate these applications to PB 2022 R2/R3 but at the same time we want to cont...
Version Info Appeon InfoMaker 2019Appeon InfoMaker Standard EditionVersion 2019 Build 2082Built on May 24 2019 at 13:04:19   Hi, I have a report that works. The report is 9 pages. I click design datasource and add some columns to the datasource. C...
Hi in the System Options I can set the PowerBuilder runtime version. I saw that e.g. properties in the datawindow painter that are introduced in a new version are available in the GUI but not saved into the datawindow source when saving, to maintain...
Hi All, In our application we are using some controls as OLE which are developed on C#. Now we are trying to migrate our application to 64 bit. I have registered these dlls . Do i need to recreate the dlls of 64 bit and again used in the application...
Is there documentation on what changes were made to PFC layer for PB 2022? Our applications use PFC from PB 11.5 and have inherited a lot of objects and made changes within the inherited objects. Any documentation related to the changes made to PFC P...
2019 R2 build 2353 connected to SQL Server 17   I have to find a new way to pull out the contents of a text column (not rich text)  into a window control for displaying/editing by the user, then update changes back to the text column.  The datawi...
Does your Web Browser control have the ability to turn off the execution of any JavaScript, Macro or 'Active content' within the PDF to avoid virus that are part the PDF to execute . Thank for your time. Sylvain...
I have to call an api based on a table update for only some scenarios. The API endpoint needs to update a table in a different database. I want to put that API call in a trigger. How can I call an API endpoint from a trigger?...
Hi All, we are trying to migrate our application from 32 bit to 64 bit.  Now as per suggestion by migratation document i have chaged the cbsize to 64 , now i am getting error while calling ToolTipMsg( hWndTT, TTM_ADDTOOL, 0, ToolInfo ). I am not s...
Our software has been developed to support both MS SQL Server & ORACLE depending on the client using the software. With PowerServer 2020 we had both SQL Server and ORACLE set up in our configuration (Database Type section) so the output would sup...
Hi Everyone!   I migrated an PB12.5 application to PB2022 R2. When I trying "Run Application" I got this error: Applications created with PB2022 R2 runs as well. Also other migrated apps. Only this one doesn't. What can I do to fix it?    ...
Hi. I have a report, where I want to add a group_box or box object which I want to dynamically adjust in height based on the contents which will be in the group_box or box object within a DataWindow in Appeon 2023 R2 Build 2828 (latest).  The purpos...
Best regards, gentlemen. If anyone can help me with this issue, I would appreciate it. I want to generate a json with JsonGenerator (I don't know if it is the correct tool), which contains an array of data, and I require guidance. this is my code...
I have a pbl file that has somehow become corrupt. I need the reports transfered out of that file and into a good pbl file.   I can see the reports in the courrrupted pbl file, but when I set the corrupted pbl file as the working library and then e...
PB Runtime Packager... Does anyone know how to have the Runtime Packager application include a custom version of the PBODB.INI file?   Much appreciated, thank you....
We have multiple applications that use SSO to log in. In the PowerBuilder application, we used to copy all resource files (icons, images) into a single folder and refer across all applications as needed. Now in the PowerServer Client application, ho...


There are no discussions available here currently