Featured Questions
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :) ...
Hi - Help Needed
Using PB 17. Connecting to a legacy SQL Anywhere Database V17 with Char Character Encoding Windows-1252. NChar encoding UTF-8
We have no trouble with reading and writing foreign language characters to nvarchar columns using a con...
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...
Hi,
In our company, we are using a translation DLL in order to get values for different languages. Our latest client is from Finland, so we need to translate the system to finish.
From the DLL we get a converted string like this "Olet valinnut MRI...
Hello,
I've a small data table with an identity field and an insert trigger saving the inserted values into a protocol table in another database.
In the datawindow, immediately after the insert the identity column doesn't contain the newly generate...
Recently switched from DevOps TFS to DevOps Git. I really prefer TFS but we can no longer get it to work with PB starting with Build 3397. TLS related changes that previously worked no longer work. That isn't the purpose of this post though. We'v...
Hi,
We are currently using PowerBuilder 2022 R3 Standard Edition and plan to continue with this version for at least the next couple of years. We intend to renew the licenses in March 2025.
I would like to know if there is a "PowerBuilder 2022 R3 P...
Hello All,We have converted all our SOAP web service calls using EasySoap to use HttpClient object.
The issue we have is when the response return code is something other than 200 meaning unsuccessful response.For example, we get 500 for the response...
Hi Experts,
I am currently using WizSource as my source control system. When one user adds new objects, such as windows or data windows, to WizSource, how can another user be notified of these additions? Additionally, how can the second user import ...
Hi all,
I keep getting an error message when trying to modify the document name on a datawindow. Here's the code:
dw_1.Retrieve(il_workorder)
is_CertName = "Cert" + string(il_workorder)
ls_modify = "Print.DocumentName=" + is_CertName
ls_return ...
Hello:We are in the process of upgrading from PB 2022 R3 3289 to 3397, and I've encountered something strange. Our custom objects used on buttons and things are not showing in the executable when built from PBAutoBuild220.exe. But do if a manual bu...
Hi All,
I am using PowerBuilder 2022 R3 Build 3356 and MS SQL Server 2019 with the collation set to Latin1_General_100_CI_AI_SC_UTF8.
In a DataWindow, I have a column of type string with a length of 375. I have limited the users to type up to 375 c...
I have a question about the SQLPreview Event of DataWindow
When you want to skip your current query based on a specific condition, for example, if I want to skip a DELETE query from being sent to the database, I can return 2 from this event, and it ...
Hello,
We have a windows11 station with PB2022 R3.The station is an image that resets every log off.The user profile is roaming profile saved remotely in the network(not local).Every new log in we need to activate the PB manual time after time and t...
I want to know if there is a best practice document to install PowerServer 2022 R3 build applications and web APIs. We have 5 applications with 5 WEB APIs. How should we install this in IIS so it runs smoothly.
As an example I created a site for 2 ...
Hi there to the PowerBuilder experts -
So, I have a datawindow which has one big column (say comments) which an application user can use to enter multiple lines of text (like a freeform comments column), and this column has a Vertical Scroll bar ...
I am unable to start Powerbuilder 2022 R3 Build 3397. Am also not able to get to api2.appeon.com via the browser. Is there any known issue causing this?? All was fine up until 10:00 AM EST.
...
Is there a status page for the Appeon license server? It appears api.appeon.com is currently experiencing issues but I'd love to know for sure. Anyone at our office (and remote, so this is through multiple ISPs) that is trying to log in is getting a ...
Is there a way I can check if a DataWindow Column is referencing a column in another table?
For example, I have 2 tables - Cust Master, and Cust Master State and the Cust Id in the Cust Master State table has a foreign key referencing to the Cust...
Hi,
after applying a theme to an application - is there a way to make the corners of the windows, buttons etc. rounded? It would look more like Windows 11. Those sharp corners are from Windows 10.
I've looked in the Theme folders but none of these ...
Hello,
We are migrating a powerbuilder 2017 using Sybase ASE to powerbuilder 2017 using SQL Server 2022
Currently all datawindows were created with no schema name using Sybase ASE
When I connect the same application in PB 2017 with sql server ...
There are no discussions available here currently