Discussions tagged PowerBuilder (Appeon)
PB Project with mutiple targets
- Resolved
- Advice
- Last updated 1 week ago
- René Ullrich replied 1 week ago
Hi,
We recently transitioned a PB project based on Pb2017R3.
So far I have worked in PB project having only on target.
But this new project contains around 15 targets.
A basic question. Will I be able to refer an object from Target1 in an another...
Any idea to develop a similar window in Powerbuilder
- How-to
- Last updated 1 week ago
- Bruce Armstrong replied 4 days ago
Hello,
Any idea to develop a similar window in PowerBuilder, with native controls? Our customers are bored looking the old, styled windows anymore.
Happiness AlwaysBKR Sivaprakash
...
Can I open two windows side by side?
- How-to
- Last updated 1 week ago
- Sivaprakash BKR replied 1 week ago
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 ...
RibbonBar ButtonImage property seems to require full folder/file path.
- How-to
- Last updated 3 weeks ago
- Chris Pollach @Appeon replied 3 weeks ago
Good Day!
I am testing 25.0.0.3398. I am using the DisplayMenuAsRibbonBar and, overall, things are working. I did notice, however, that if I assign the menu item's ButtonImage to a custom image without the full path specified, the image does not app...
Ghostscript problem with Pwerbuilder 2019 on Win11
- Resolved
- Issue
- Last updated 3 weeks ago
- Roland Smith replied 3 weeks ago
Hi,
I have a problem when saving DW content in PDF format using Distill! mode .
Windows 11
PowerBuilder 2019 R2
Ghostscript 9.19 , 9.27 or 9.56 (I tried with all versions...)
with any version of ghostscript the created PDF is empty.Using Win10 t...
Problem with PostgreSQL in PB 22 R
- Issue
- Last updated 3 weeks ago
- Sivaprakash BKR replied 3 weeks ago
Hello to all users of this forum.I would like to ask you if any of you have encountered a problem similar to mine?I use three versions of PowerBuilder in my work: 11.5, 19 R3 and 22 R3The problem occurs only in version 22 and consists in the fact tha...
PB 2025 showstopper. (from other thread)
- Issue
- Last updated 4 weeks ago
- Armeen Mazda @Appeon replied 3 weeks ago
In a PBD compiled version (32bit) resource pictures are not displayed although there are the corresponding pbr files (no changes to the working PB22R3 application).
Ken: I have reproduced this problem locally and I will submit a bug to the developme...
PB 2025 PBNative source control (unsupported?)
- Advice
- Last updated 4 weeks ago
- Steen Jakobsen replied 2 weeks ago
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...
Error encounteredrunning PBAutoBuild
- Issue
- Last updated 1 month ago
- Stan Zihlman replied 1 month ago
This error was encountered when running PBAutoBuild which retrieves the source from GIT.
PB V2022 R3 Build 3356
14:50:33 [Normal] Calling cm_rebuild_application(CM_REBUILD_FULL).^CTerminate batch job (Y/N)? ^Cscript returned exit code -10737415...
PowerBuidler 2025 Beta - Menu has errors even though source is the same
- Issue
- Last updated 1 month ago
- Tom Peters replied 3 weeks ago
Good Day!
I am trying to migrate my PB22 R3 source to PB25 Beta. I consistently get this error:
---------- Compiler: Errors (8:51:31 AM)pfemain.pbl(m_master).m_.Forward Declarations.183: Error C0031: Syntax error ---------- Finished Errors (8:51:31...
Is there a WYSIWGY to markdown editor for powerbuilder(something like: https://mdxeditor.dev/) and just a normal renderer as well(with no editor capabilities)....
CONNECTTONEWOBJECT return -3 in pb2022 . But in pb105 work fine.
- Resolved
- Issue
- Last updated 1 month ago
- Fabio Pontel replied 4 weeks ago
I have the same source code in pb10.5 and pb2022, both compiled in 32-bit.
In pb105, using the command CONNECTTONEWOBJECT("classolecomNONONONO") works.
However, in pb2022 it always returns -3.
What is the cause? How can I solve it?...
Hello Appeon Folks.
How can I optimize multiple libraries using ORCA command line? I don't want to go to IDE and right click 100 libraries to optimize. Is there any command line way to do the optimization?
Thanks
Vipin...
Hi,
We have our source in PB2019 R3, Build 2728, Runtime 19.2.0.2728.
PB is running on Windows 10 machine.
Our source code is in Azure Devops Server (on premise) in TFVC.
We connect to TFVC from PB IDE via Microsoft Team Foundation Server MSSCCI ...
Hi all, is there an event that fires on the entire window where I can maybe check if the user clicked on a window object?I'm trying to create a program where the user has to click on an object in a window to select it and send information about that ...
pbsmtpclient.dll not part of runtime files
- Resolved
- Issue
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
I am trying to use the PowerBuiilder native SMTP support, but one of the libraries that's mentioned in the documentation as being required is not on my workstation where I installed PowerBuilder.
I was trying to follow the documentation, but the lin...
Windows Forms/WPF (need to view xlsx files without having Excel installed)
- How-to
- Last updated 1 month ago
- Aron Cox replied 1 month ago
Hey everyone,
is here a way to invoke Windows Forms or WPS ui as part of a PB 2022R3 application ?My need is to use an Excel Control to be able to view Excel files without having Excel installed.
Thanks
//Steen...
Some windows crash cannot open after migrate from PB 12.5 to 2022 R3
- Issue
- Last updated 1 month ago
- David Peace (Powersoft) replied 1 month ago
I've migrated my application from PB 12.5 to 2022 R3, the migration was completed with no errors.
When I try to open some Windows objects, it fail to open, and PowerBuilder closes. I checked the Windows event viewer and found the error below.
Fa...
Need some help with syntax
- Resolved
- How-to
- Last updated 1 month ago
- Arnd Schmidt replied 1 month ago
Hi!
Can anyone tell me what's wrong with this syntax?
IF ISNUMBER(as_tolerance) THEN
ls_compare = "NUMBER"
ldec_tolerance = dec(as_tolerance)
ELSEIF right(trim(as_tolerance),1) = "%" THEN
IF ISNUMBER( left(trim(as_tolerance),len(as_tolerance...
I have an MDI application where there are several sheets. When a client maximizes both the sheet they are in and the parent window, and click to open another sheet, the file explorer opens as shown in the attached screenshot. They are only able to re...
- Page :
- 1