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...
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....
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...
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?...
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.
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...
I have a datawindow which works perfect until I add a nested dw into this to generate details of line-charges. I am using the latest PB 2022 R2 Build 2828 and nothing I try will get this to stop generating an extra page.
I am out of options.
I ha...
Hi! Im trying to disable the maxbox of a window using window.maxbox = false.
But when i try it after a ipplied the theme, the code doesn't work.
If i try the same thing without apply the theme, the code works!
After applying the theme, do I have t...
Hi Everyone,
Good day! I'm using powerbuilder 12.5 classic and just wondering if it's possible to send a file to printer. I have a process that prints the file to PDF and I want it to send to printer to print. Any ideas would be much appreciat...
Hello
I just migrated my project on Oracle 19C and I have an issue with table of strings.
When PB call my stocked procedure with an array in entry that doesn't work, there is a problem.
Please can you give idea to solve this problem.
Thank you ve...
There are no discussions available here currently