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 tried to convert or create the new PowerClient project. I set simple settings (rename project name, set version). When I save the PowerBuilder deployment project I always get the same error: Failed to parse project configuration.
I've got th...
Hi,
I read in the documentation that after migration to PB2025, some functions used in reflection are disabled:
I use follow functions:
FindClassDefinition
FindFunctionDefinition
FindTypeDefinition
How can I replace these funct...
Hi,
I last tried migrating my workspace to PB2025. After migrating to PB 2025, I have two folders: .pb and build. Do I need to add these folders to the .gitignore file? Maybe I should store the build/objects folder in a git repository with other sou...
Hi,
We are using Powerbuilder 2022 R3 64 bit version for one of our applications. We use AmyUni 6.5 PDF converter to create and print PDF documents by initiating them through PDFCreactiveX Class ole control.
Earlier we were using AmyUni 6.0 a...
We have a Powerbuilder application, consisting of course of some number of PBLs that have some number of datawindows, that have some number of columns. At some point in the past somebody put together what I’m going to call a “utility tool”, which is ...
Have a few users having their applications disappear 5-8 times a day with no errors from powerbuilder or windows. It just *poofs out. I also have a test pc locally that has done this a few rare times.
2019 R3 Build 2803
Windows 11 Home 23H2 64 bit
...
We have a PB2022 application that when run on windows 11 the VScrollBar control added on the window (used to scroll up and down on saved entries) is invisible unless you hover over top of the control then it appears.
We have found a windows setting ...
Buenas tardes
Estaba trabajando con una aplicación cloud, hice algunos cambios en una de las windows, volvi a generar el proyecto y lo instale nuevamente desde el comienzo, baja el launcher pero despues de ejecutarlo no me instala la aplicacion....
I apologize if this is a basic question, or if I leave out significant details, but this is my first time creating a PowerApp. I did search the forums and the web, but did not find a good answer.
I am creating a new PowerApp using Powerserver 2022...
Buenas dios,
Tengo una aplicación PowerBuilder cliente servidor. Actualmente en los equipos se instala la aplicación y una software VPN como ser Forticlient o OpenVPN.
Esta misma aplicación la migre a la versión Cloud, en un servidor se instálalo...
Hello,
Any version of PB. Currently developing in PB 2022 R3 build 3356
I want to open two instances of a window, side-by-side, so that I can view two different data in the same page(?). We maintain history of data (insert, delete, update) in a ...
Hi guys,
Using PB2019 R3
i have a tab control with different tabpages.
On one of the tabpages has multiple datawindows (about 15 different ones)
How can i get a vertical scrollbar on this tabpage please ?
When it's only one datawindow , i can...
Good day everyone.
Does anyone know how to copy the contents of an entire directory in powerbuilder?
There is the FileCopy function but it doesn't work for me because there are always quite a few directories with their structure and files each, tha...
Buenas tardes a todos voy a desarrollar un web api con conexión base de datos SqlServer 2018 Express, pero no me permite conectar, me sale el siguiente error como se observa en el archivo adjunto, lo conecte hice el mismo ejemplo con visual estudio ...
I have a datawindow that has a background image that we are using to print a report on top of. The image is sitting on a picture object.
For some reason, this image has a background of Fuchsia (or Magenta) in the image.
If I view the jpeg in just t...
I'm using Windows 11 and PB 2022 R3 B3391. Database back end is Oracle 19.
I'm pretty sure this has something to do with the new compiler being used in the latest version of PB.
This always worked before. I have a datetime column named "op_time"....
Hi! I'm running PB 2022 R3 Build 3391. We use Microsoft SQL Server as our database, and are in the process of converting our application to be used through PowerServer - it's not in production yet.
I ran into a weird situation and was wondering if t...
Hi all,
We need to call a REST service in order to send some JSON content.
Sometimes after calling SendRequest, GetResponseStatusCode returns "-1" and GetResponseStatusText returns an empty string, but the JSON content was successfully sent.
This ...
I have an IIS web server with a working PowerServer application on it. How do I add a second application to the same server?
The Applications.json file implies a structure for more than one application on the same server, but I don’t know the detail...
I saw the recent post importdatawindow-returning-1-for-sp-datasource, and have been having a similar issue.
PDFdocument lpdf_doc
lpdf_doc = create PDFdocument
.....
.......
dw_1.settransobject( sqlca )
dw_1.retrieve( report_number )
d...
There are no discussions available here currently