Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 7 months ago
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...
Please Update Your Queries With The Solution
- Resolved
- How-to
- Last updated 3 years ago
- Olan Knight replied 3 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
New Method: Drag and drop from Outlook via Webbrowser drag target
- Resolved
- How-to
- Last updated 2 months ago
- Christopher Craft replied 2 months ago
We've been struggling, like a lot of people apparently, with providing the ability to drag messages and attachments from Outlook into our PowerBuilder app.
We had been using Dddll.dll from Catsoft, but that stopped working when Outlook went to 64-b...
Hail Mary... any others have this kind of situation?
- Issue
- Last updated 2 months ago
- John Fauss replied 2 months ago
Environment: PB2022 R3, 64bit PB app running on Win 2019 Server connecting to SYBASE ASE 16 database with a native driver. Users get very periodic errors (can't reproduce with any regularity) which say Sybase Error 6 (doesn't appear to be the real ...
Issue during the migration to a solution (PB2025 BETA)
- Resolved
- Issue
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
Hello,
We succesfully test a migration of our biggest application from PB2022 Build 1892 to PB2025 Beta Build 3398 (41 PBLS and 4300+ objects).
Snce we are interested in the faster compilation of the code with the new compiler we tried to convert t...
Render And Edit Markdown
- Resolved
- How-to
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
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).
Hi Team,We have a powerclient application successfully deployed with PB R3 version in all the clients. ( PB R3 runtime : 2.2.0.3356 )Currently if try toe open multiple transaction windows/ reports (more than 3 or 4 windows) with lots of data then t...
I am using the Treeview control with checkboxes and pictures. The pictures are a mix of 16x16 ico and bmp files.
The checkbox and picture touch each other. I want there to be a pixel between the two. Is there a way to achieve that, perhaps sending a...
Problem with PostgreSQL in PB 22 R
- Issue
- Last updated 2 months ago
- Roman Paciorek replied 2 months 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...
PB2025 Beta new compiler: 'not supported' clarification
- Resolved
- Misc
- Last updated 2 months ago
- Peter Pang @Appeon replied 2 months ago
Hi,
In the PB2025 Beta help, under 'Using new compiler or legacy compiler' it's indicated that PBL related functions are not supported with the new compiler and solution. Is the meaning of 'not supported' not working or is use at your own risk ?...
PB 2025 showstopper. (from other thread)
- Issue
- Last updated 2 months ago
- Miguel Leeuwe replied 2 months 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...
Getting Error converting datatype nvarchar to int error
- Issue
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Getting Error converting datatype nvarchar to int error while retrieving a datawindow source from SP
this is a composite datawindow.
we don't have any nvarchar datatype as an argument to the SP
CONNECTTONEWOBJECT return -3 in pb2022 . But in pb105 work fine.
- Resolved
- Issue
- Last updated 2 months ago
- Fabio Pontel replied 2 months 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?
Powerbuilder Crosstab DW - Sorting Columns
- How-to
- Last updated 2 months ago
- Steven Watkin replied 2 months ago
Hello,
I have a crosstab datawindow that shows year-over-year data. The columns (values) are weekly totals for X number of weeks where X must be less than 52 so I can show multiple years with the same date range. The heading @end_week shows the mont...
I am upgrading to PS 2022 from PS2019 can I install a PS2022 app to a server that has the PS 2019 app on it without interfering with current operation?
RGB() function returns
- Resolved
- Issue
- Last updated 2 months ago
- Andreas Mykonios replied 2 months ago
Hello All,Checking out the RGB() function in PB2017R3, I find that RGB(255,0,0) = #FF0000, value for Red color instead the color is actually Blue.And, RGB(0,0,255) = #0000FF is supposed to be Blue color but it's actually Red.Looks like the RGB() func...
I have 3 column with the name country_id , states_id and city_id in a datawindow with dropdown datawindow style in powerbuilder.I'm using below code in itemchange event but when re select country then states and city column show country row id and st...
Adding a file to a PBL folder
- Issue
- Last updated 2 months ago
- David Peace (Powersoft) replied 2 months ago
Hello,
I converted a workspace to solution in PB2025 beta, so that I now have text files for objects in pbl-folders.
I have some simple hand-made CASE tools, written in PB, that generate PB objects and use ORCA to add them to PBLs.
Of course they ...
Hi everyone,
I'm currently using PowerBuilder 2022 R3 3391, and I'm encountering an issue with Git integration. I can successfully perform git push operations without any problems. However, when I attempt to git pull, it fails and returns the fol...
SMTPClient, how to define SSL, Threads and Connection attempts
- Resolved
- How-to
- Last updated 1 year ago
- Julie Jiang @Appeon replied 2 months ago
Hi all,
IN PB2022 R2 SMTPClient, How can I setup the SMTPClient such as SSL, Threads Connection Attempts
SSL (How to define the SSL) by defualt what is the encrypted connection methos for SMTPClient
Threads (How many thread that SMTPclient can ha...
Dear IDE develpoers,
I took an PB22R3 application and migrated it to a solution. That worked fine. The compiling speed (pbd) is fantastic about 10 times faster!
But I found some issues:
The IDE is often prompting for a new DB connection although...
PB 20225 beta (PowerClient problem)
- Resolved
- Issue
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
Hello, I am trying the new version of PB2025 beta, when I migrated the application the PowerClient option does NOT work, I am configuring with the new options and it shows me an error. I followed the configuration that asks me to add Web Management S...
Loading...
Find Questions by Tag
.EXE
.NET 6.0
.NET Assembly
.NET Core 3.1
.NET Core Framework
.NET DataStore
.NET Std Framework
32-bit
64-bit
ADO.NET
AEM
AI
Algorithm
Amazon AWS
Android
Apache
API
APK
App Store
App Store (Apple)
Appeon Workspace
Appeon Xcelerator Plug-in
Architecture
Array
ASE
Asynchronous Methods
Authentication
AutoBuild
AutoCompiler
Automated Testing
Automation
AutoScript
Azure
Barcode
Base64
Batch
BigData
BLOB
Branch & Merge
Browser
Bug
Build
Button
C#
C# Class Importer
C# Editor
C# Model generator
Calendar
Camera
Certificate
Chrome
Citrix
Class
Client
Client/Server
Cloud
Cluster
Collection
COM
Command Line
Compiler
Compression
Computed Field
Configuration
Controls
Cookies
Cordova
Crash
Cross-Platform
Crosstab
CSharpAssembly
CSharpObject
CSS
CSV
Cursor
Data
Database
Database Driver
Database Painter
Database Profile
Database Provider
DataObject
DataSource
DataStore
DataStore (C#)
DataStore (PS)
DataType
DataWindow
DATE
DATETIME
DB2
Debug
Debugger
Debugging
Deployment
Design
DLL
DO-WHILE
Dockable
Docker
Documentation
DOUBLE
Download
DragDrop
Edge
Edit Style
Editor
Elevate Conference
Email
Embedded SQL
Emulator
Encoding
Encryption
Enhancement Request
Entity
Entity Framework
ERP
Error
Event
Event Handler
Event Handling
Excel
Exception
Export
Expression
External Functions
F#
Field
File
File Access
Filter
Firefox
Firewall
Font
FOR-NEXT
Foreground
Format
Function
Garbage Collection
GeoLocation
Git
Graph
HANA
Hash
Header
HTML/5
HTTP/S
HTTPClient
Icon
IDE
Identity
IIS
IMAPI
Import
InfoMaker
Inheritance
Installation
Integer
IntelliSense
Interface
Internet
Internet Explorer
iOS
IPA
iPad
iPhone
IWA
J#
Java
JavaScript
JBoss
JDBC
JOIN
JSON
JSONGenerator
JSONParser
Kestrel
Label
Lambda
Large File
LDAP
Library
License
LINQ
Linux OS
Load Balancing
Localization
Localized PBVM
Log In
Log Out
Logging
LONG
LONGLONG
macOS
MAPI
Maps
MDI
Memory
Memory Leak
Menu
Merge
MessageBox
Messagging
Method
Migration
MIME TYPE
Mobile
Model
ModelStore
ModelStore (C#)
MSOLEDBSQL
Multi Threading
MVC
MySQL
n-Tier
Namespace
NativePDF
NVO
OAuth
ODATA
ODBC
Office
Offline
OLE
OLEDB
Online
Open Source
OpenAPI
OpenSSL
Oracle
OrcaScript
Other
Outlook
Output
Package
Parameter
Patch
PayPal
PB Classic
PB Native
PB.NET
PBC
PBD
PBDOM
PBG
PBJVM
PBL
PBNI
PBORCA
PBVM
PBX
PDF
Performance
Permission
PFC
Picture
Pipeline
Play Store (Google)
Plugin
Popup
Port
POST
PostgreSQL
PowerBuilder
PowerBuilder (Appeon)
PowerBuilder (SAP)
PowerBuilder Compiler
PowerBuilder Runtime
PowerClient
PowerScript (PS)
PowerScript IDE
PowerScript Migrator
PowerServer
PowerServer Mobile
PowerServer Toolkit
PowerServer Web
PowerServerLabel
Print
Properties
Proxy
Publish
PULL
PUSH
Query
Regression
Release
Renew
Resize
Response
REST
Retrieve
RibbonBar
RibbonBar Builder
Rich Text
Roadmap
RPC
Runtime Packager
SaaS
Scaffolding
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SMTPClient
SnapDevelop
SOAP
Sort
Source Code
Speech Recognition
SQL
SQL Anywhere
SQL Server
SqlBuilder
SqlExecutor
SQLite
SqlModelMapper
Storage
Stored Procedure
Subscription
SVN
Swagger
Syntax
TabbedBar
TabbedView
Tablet
TabPage
Target
TE Control
Testing
Text
TFS
Theme
TIME
Timer
TLS/SSL
Tomcat
TortoiseGit
TortoiseSVN
Transaction
Transparency
Trial
Trigger
TRY-CATCH
TX Control
Type
UI
ULONG
UltraLite
Uninstall
Unit Test
Unit Testing
UNIX OS
Update
Upgrade
Upload
URL
User Center
User Object
UWP
Validation
VARCHAR
Variable
Versioning
Visual Studio
Visual Studio Code
VM
Voice
Warning
WCF
Web API
Web Extensions
Web Service
WebBrowser
WebForms
WebLogic
WebSphere
WildFly
WinAPI
Window
Windows OS
WinForms
Wizard
Workgroup
Workspace
WPF
XCODE
XHTML
XML
Zoom