Discussions tagged PB Classic
Certificate for direct migration from PB 12.5 to PB 2022
- How-to
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Hi everyone,
Just wanted to ask if there is any certification or documentation confirming that it's okay to migrate directly from PB 12.5 to PB 2022.
Thank you....
Vertical Scrollbar Scroll Limit of a window /userobject in different resolutions/scales of the system.
- How-to
- Last updated 2 months ago
Subject: How to limit the vertical Scrollbar Scroll Limit of a window /userobject in different resolution/scale of the system.
Scenario.
We have a long Screen(user Object on a window ) . With the screen Resolution 1920/1080 and scale 100%, the...
PB IDE respects the privacy of libraries, even when they are bad... really bad...
Now I have to find out which of the 100+ libraries is bad, why it's bad and how to fix it......
PBOra.dll exposed functions- _ChangeExpiredPassword
- How-to
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Hello,
In digging through my code we have a function that is identified as:
FUNCTION int OCIChangePassword(ref string ls_connString, ref string ls_user, ref string ls_old, ref string ls_new, ref string ls_errString, Uint li_outputsize ) & LIBRA...
PowerBuilder 2025 release date
- Misc
- Last updated 5 months ago
- Chris Pollach @Appeon replied 3 months ago
I may missed that, but what will be the release date for PB2025?
THX...
Jumping between a web client and PB app
- How-to
- Last updated 5 months ago
- Armeen Mazda @Appeon replied 5 months ago
Hi,
a customer is working on building a web client application (written in Javascript). One of the requirements is that clicking on a specificrow in the web client should jump to the corresponding row in a classic PowerBuilder application (2022 R3),...
Unable to accessing themes on a terminal server
- Issue
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
PB 2019 R2 Build 2353
Can theme folders be accessed on a terminal server folder or must the theme folders be on the users workstation. For instance... from a person connected to a client environment.
App path is not a problem; the problem is w...
Sybase PB 12.5 get user Computer Name/User Name
- How-to
- Last updated 8 months ago
- Daniel Seguin replied 3 months ago
Hi,
I'm using PowerBuilder 12.5 Classic and want to retrieve the username/computer name of the client upon login.
I have tried some scripts, but none of them are working. I need help with this. Any suggestions would be very much appreciated.
...
AppCrash event from PowerBuilder 2022r3 IDE (Microsoft Edge Webview2)
- Resolved
- Issue
- Last updated 8 months ago
- James Levin replied 8 months ago
I'm noticed that PowerBuilder IDE is logging "Windows Error Reporting" events for APPCRASH PB220.exe 22.2.0.3289 KERNELBASE.dll 10.0.17763.5328
The funny thing is that PB is not running, and it's still logging errors. It's logging several items ...
CVE-20240--0056 Sql Server Native Client high alert
- Issue
- Last updated 9 months ago
- Julie Jiang @Appeon replied 9 months ago
With CVE-2024-0056 (SQL Server high security alert) what versions of Powerbuilder are affected and what is the Appeon advice on avoidance of this issue.(ref: NVD - CVE-2024-0056 (nist.gov))...
Collecting a signature from a signature pad using OLE
- Resolved
- How-to
- Last updated 11 months ago
- shai hadashi replied 10 months ago
Hello,
I don't have much experience with OLE Objects and don't see too many examples online.
I am using the OLE control and able to get a signature from the TOPAZ signature pad in the IDE. When running the EXE I am getting "Error accessing Externa...
How to avoid Saveas dialog in print
- How-to
- Last updated 11 months ago
- Andreas Mykonios replied 11 months ago
Hi everyone,
I have a process that allows the user to print. But every time the user prints, the saveas dialog box keeps on prompting and asking you to supply filename. Below are my scripts.
I do this kind of printing because with that, I c...
Can PBAutoBuild210.exe & PBAutoBuild220.exe be running on the same virtual machine?
- Resolved
- Misc
- Last updated 1 year ago
- kitty he @Appeon replied 1 year ago
Hello:
We have 7 PB applications and we are in the process of upgrading to PB2022. We have one virtual machine doing automated builds. Is it ok if we have one build machine running both PBAutoBuild210.exe and PBAutoBuild220.exe, or should we spin ...
How to incorporate Crystal Report in Powerbuilder Classic 12.5
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi Everyone,
I am currently struggling with Save as PDF function which cannot display image. Some suggest to use ghostscript which I did, but since it has licenses issue it wouldn't be possible to use as a work around. I did a lot of research and...
Datawindow save as pdf image not displaying
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi,
I am exporting pdf using the following script:
dw_printer.Modify("DataWindow.Export.PDF.Method = NativePDF!") dw_printer.Modify("DataWindow.Export.PDF.NativePDF.ImageFormat = '2'")
dw_printer.SaveAs(s_newfilename, PDF!, FALSE) dw_printer...
PBAutoBuild Pb2022 r2 Appcrash pbshr.dll
- Resolved
- Issue
- Last updated 1 year ago
- Fabio Pontel replied 11 months ago
My application on Pb2022 r2 using IDE is compiling OK.However, using pbautobuild, an appcrash occurs in pbshr.dll during the "creation" of objects in PBL
After this crash I have to return the PBL backup.
The error file is 0 KB in size.
Does anyone...
Hi
I have been using an Oleobject to use a C# DLL that signs XMLs required in Latin America, for invoicing. In the specific case using XADES-EPES.
The PB code looks like: li_rc = loo.ConnectToNewObject("CFeldan_FE.ClassMain"). With the try catch,...
I am using a drop down list box datawindow. How can I retrieve by value and get the display value?
- Resolved
- Advice
- Last updated 1 year ago
- Reynard Harrison replied 1 year ago
is this possible I am using a drop-down list box in a data window. How can I retrieve my data value which is also coming in from XML doc and get the display value in a variable?
...
testing PB 2022 64 bits with Sybase ASE 16 64 bits.
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
hey guys,
I'm testing PB 2022 64 bits with Sybase ASE 16 64 bits.Open client installed: ASE SDK 16.0 64bitsPB does not find DLLs.message: Error loading client DLLs. Unable to connect to server.Any ideas to resolve?
Thank you already!
Rafael Bicalh...
Hello There,
I have attached small sample application. In this application you can select the window from first toolbar icon.
Below are the steps that I have performed along with working memory statistics.
1. Start the application and it is ta...
- Page :
- 1