You need to be logged in to view a user's profile.

Featured Questions

Has anyone else experienced an issue launching the client application from Edge or Chrome recently ? For us, it has stopped working from Edge and Chrome, but still works from Firefox. We did notice Edge was patched in the last few days but the link...
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.   :) ...
Hi, I have gone through the below link and watched the film on YT. But, How can I open and use the Profile Viewer tool from PB IDE?  Catching the Runtime Error in the Act - Tracing and Profiling Your Application at Runtime   Regards, Pawel...
Hi, this code word perfectly but it's only sending one attachment and i need to send two attachments as indicated below. Please help. ls_item = 'abc.pdf'ls_file = "D:\" + ls_item ls_item2 = '123.xls'ls_file2 = "D:\"+ ls_item2 //Read the file into a...
In the current system architecture, connection strings to different databases are stored in an Azure Key Vault for security. I'm working on a way to have PowerServer API return connection configurations based on the connection strings from the Key Va...
I am working on a new PowerServer application.  The desired login behavior is to have the app open an external browser, then the user logs in via our OAuth2.0 Identity Server (placing the token in that browser for other affiliated web-based applicati...
Hi  We are using PB 2022 R3 3356, I am trying to implement OIDC Auth and initially I tried using PB inbuilt tools (OAuthClient, HttpClient, RestClient) but all these implementations were not working on every user machine. Seems due to some differenc...
PowerBuilder 2022 R3 on Windows 10. I am trying to use OleCustomControl - 32 bit ActiveX control from nsoftware.com: www.nsoftware.com/platforms/activex/setup?sku=ISAJ-A&type=demo I used the control for many years but the vendor made a change wh...
I installed the beta version of PB 2025 on my virtual machine and it works fine. However, when I closed it (using the Exit menu) and tried to open PB 2022 R2, which I am currently using for development, I got an error message (see below). At the same...
PowerBuilder 2019 2728 I am trying to work out exactly which bit(s) of code are slow for a particular customer. I turned on tracing in code for a particular routine, and after a couple of weeks have lots of PBP files. However when I try to open any ...
Hi Team, We already implemented the Azure B2C Security our local IIS and it was successful. I trying to Implement Azure B2C Security with Azure Static web app. I added the Auth template "Use external Azure Active Directory service" in Power server ...
Hi, we have a problem with the datetime columns and were hoping someone else has experienced this as well and knows why. It suddenly happens at the costumer and here in house. We just can’t recreate it and are therefore at a loss what’s going on. T...
Hello, Do you know about to create a column dynamically (by code) in a datawindow? I have an special request, and it is needed to add a column to enter a text in the header band of a grid datawindow. I appreciate your support and help. Thanks and...
Hi, We are using PowerBuilder 2022 R2 and having issues with printing RTF fields, the report looks good but when we print it, depending of the font used the footer cuts off the bottom of the text of the last row and the header cuts off the top of th...
hi, is there a plan when powerbuilder can compile machine-code in 64bit? we are developing a erp-system and machine-code is faster than p-code on the clients. we are also using some external dll's, odbc, etc. and some of them will be in future only...
Hello all,in PB2022 we use the webview2 control to access a website.How can I delete the input history via the webview2 control?At the moment i delete the "Web Data" file in the UserDataFolder every time I use it.      ...
Hi Team,I am currently using PowerBuilder 2022 R2 where we are adding themes to our application. The buttons look like the below image: How can we change the button border to curve through the theme.json fileThanks,Priyanka ...
Hi I am currently using PowerBuilder 2022 R2 where we are adding themes to our application.  Unable to change the background to the Datawindow. We want to add a background color to the window.  Inside that window we have a data window, we are cha...
We have a large PowerBuilder 2021 application with many DataWindows. I want to have Copy (Ctrl+C) and Paste (Ctrl+V) implemented globally throughout the application.  This does not seem to work out of the box and I think custom code may be required....
Would it be possible to create a community version of Appeon Powerbuilder. I've been working with PowerBuilder since 1996 V4. But now have been sent to retirement a little bit sooner then expected :-).Unfortunately that means no more access to the s...
Hi Appeon,    We have this project that was deployed to devops and we maintain it using git/pb2022r3.  So after all enhancement was finished we would generate all pbd and exe just like we used to with pb12.5.   So my question is, how do we publi...
Hi, I'm using SnapDevelop to write a small app responding to POST and GET requests (Windows 11, SnapDevelop 2022 R3).  I wanted to upgrade my application from the .NET 3.1.32 to the .NET6.0 framework. So I changed the app settings accordingly: I...


There are no discussions available here currently