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. :) ...
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...
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...
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...
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"....
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...
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...
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 ...
Hi, Appeon Team
The company that I work use powerserver2020.
Also, web server is using IIS(Internet Information Services).
IIS and powerserver are installed on the same computer.
Now, web server and porwerserver connection is using http protcol.
...
I have a 3rd party DLL that I am told is a .NET DLL . I want to use the .NET DLL Importer to access it. I get the following error message: "Could not load file or assembly 'System.Web.Services, ...'
How do I get around this? I am using PowerBuilder ...
Hi! I'm running PB 2022 R3 Build 3391 with MS SQL Server databases. We just moved from R2 to R3 recently.
I've got a datawindow with an Identity Column specified in the update properties:
I call dw.Update() in code and then (since 2017 at least) ...
Hi Team,
I am facing below mentioned issue while opening Appeon Power Builder 2022. Internet access is already provided and also restart machine but still face this issue. Kindly provide solution against this.
...
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....
Is there a way to import data from an Excel file into a datawindow through the powerscript code in a window object?
I want to have the user click on a command button, then in the powerscript code the data would be imported into the datawindow.
...
We are currently in the process of enhancing our systems, and as part of this effort, we are looking to upgrade our PowerBuilder version from 2017 to PB 2022. In this transition, one critical consideration involves our internal reports that rely on t...
PowerBuilder : Version 2022 R3, 3356
Use PowerClient Deploy
Chrome : Chrome Version 버전 130.0.6723.59(공식 빌드) (64비트)
Chrome for Update this Version, after failed this message
"cloudapplauncher.js:61 WebSocket connection to 'ws://127.0.0.1:265...
Since the LibraryDirectory/LibraryDirectoryEx PowerScript functions have been neutered when an app is executing from the IDE in solution form, how can an app recognize when it is running as a PB solution?
I have a multi-threaded data retrieval examp...
Hi Team,We have a requirement to modify the printer settings, earlier tried calling WIN API from powerbuilder but for some reason it got failed, so decided to create a C# dll and to call it.The C# dll works as expected and tested using console app. I...
Hi,
I am trying use PDFDocument object to import datawindow to print. It seems that if the datawindow datasource is a Stored Procedure then ImportDatawindow is returning -1.
PDFDocument lpdf_doc
Long ll_return
dw_1.SetTransObject(SQLCA)
...
In a datawindow object it is possible to insert an object of type hyperlink, which when exported to Pdf, hyperlinks also work. ...
Hi,
Is it correct that PB Native Source Control is not supported when using the new compiler.
If is there a step-by-step description (or video much more preferred) on how to set op PB with GIT source control ?
Also, will there be another beta d...
There are no discussions available here currently