Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 11 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 5 years ago
- Olan Knight replied 5 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
Tab object background color issues when using themes in Powerbuilder
- Resolved
- Issue
- Last updated 1 month ago
- Buck Woolley replied 1 month ago
I have discovered an issue creating a tab object on a window using themes. If the width of the tab is 6980 pb units or wider then the background of the tab changes after 6980 units. In development a tab with transparent background is placed over a st...
very minor IDE display issue in project painter
- Issue
- Last updated 1 month ago
- Andreas Mykonios replied 1 month ago
the deploy and 1 other (security maybe) panes will have the text obscured if the left pane is too wide. the others are ok (build for example), but deploy and the other one will be.
this is the powerserver project painter
25R2
windows 11
yes, ...
Video Player on PB 2019 R3 build 2670
- Resolved
- How-to
- Last updated 1 month ago
- Pbuser15 Ateikon replied 1 month ago
Hi everyone,I want to play videos on a powerbuilder app.The video will may be sent as a Blob format coming form an APi or could be in a "physical" format (.MP4 or similar).
I treid with the OLE object that uses WIndows Media Player, but id doesn't s...
PowerBuilder 2019 too slow after installing 2025
- How-to
- Last updated 1 month ago
- Naye VERGARA replied 1 month ago
I have 2019 version and thought I was having issue so I tried installing 2025 version. After that whatever I open in 2019 loads too long as if I'm waiting for nothing. I notice in the 2025 version that it is about selecting 32bit instead of 64bit...M...
HTML / webpage question - javascript
- How-to
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
Using PB2025 built 3726
we have a small application that scans some webpages for particular content using the inet object and geturl function.
this works just fine , unless there are some javascript functions being called on the html page.
then th...
pb2025 r2 - 64bit or 32bit
- How-to
- Last updated 1 month ago
- David Peace -Consulting Partner Powersoft replied 1 month ago
Hi,
I asked a question about updating from pb2019 to pb2025 r2 yesterday. Thank you for you replies as always the support is brilliant.
As i am going to be moving the application to 2025 R2 should i just also move to 64 bit, i never put my 2019 i...
Where to find Build 3487 (MR) (latest build)
- Resolved
- How-to
- Last updated 1 month ago
- Roland Smith replied 1 month ago
Hi,In your Release Bulletin for PowerBuilder you Refers to Build 3487 (MR) (latest build)
Where it in the document says
.NET 10 supportPowerBuilder 2022 R3 MR 3487 supports .NET 6/8/10. The PowerBuilder/InfoMaker/PowerServer features that used to w...
Can PowerBuilder2025 work with Oracle11g?
- Resolved
- How-to
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 month ago
Hello,
My customer wants to know if PowerBuilder2025 can work with Oracle11g? Oracle11g is too old, however, the customer can not upgrade it.
Thanksregards
HQ Ma
PowerBuilder application to an Azure DevOps Git repository connectivity issue.
- Issue
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 month ago
Currently facing an issue while trying to connect PowerBuilder 2022 R3 (Build 3452),(Runtime : 22.2.0.3452) to a specific Azure DevOps repository via Git directly from the PowerBuilder IDE. Our Azure DevOps environment is hosted within our organiza...
I was just playing around with the DateTime2 column support in 2025-R2.
I noticed that the Now() function only generates a 3 digits of fractional seconds as it always has. Is there a plan to add an optional argument to support 7 digits or should I p...
Hello,
AI is making wave. Do Appeon got any idea to introduce AI into PB IDE?
Happiness AlwaysBKR Sivaprakash
After selecting the MSOLEDBSQL19, when i enter the update properties of a datawindow, i have the problem that it is needed to type the 'dbo.' before the table name. And if i enter the sql query, the graphic mode, it is empty.
Does this say somethi...
powerbuilder 2019 to 2025 migration
- How-to
- Last updated 1 month ago
- Andrew Davis replied 1 month ago
Hi,
I have an application that is in 2019 R3 and i want to move to 2025 R2
The app moves fine - i dont seem to have any errors, my question is :-
What is the best way to maintain the app - i have some users that will not move to 2025 for a while. ...
Environment:
PB Version: PowerBuilder 2022 (Build [3397, 3452])OS: Windows 11 64-bitGPU: Intel(R) UHD Graphics 630 (No Dedicated GPU / Integrated Graphics)Scenario: Remote Desktop / Local PC Environment
We are experiencing severe UI response lag in...
Search in a Window by just typing on the keyboard.
- Resolved
- How-to
- Last updated 1 month ago
- David Peace -Consulting Partner Powersoft replied 1 month ago
I will like to give the user the ability to type anything in the keyboard to search as soon as they open a window. It could be anything on the Window-Datawindow in a list format. What event should I use in the window or datawindow to capture the key ...
open Windows with an application function
- How-to
- Last updated 1 month ago
- Tom Mangano replied 1 month ago
PB2022 R3 build 3452
I added a new main window, w_main_tab to our applicatonusers can select the current style or the tab Window style
The clicked! event of m_main.m... has 1 line of code depending on the Window type (floating, sheet with parm, she...
Feature Request: Expose the PowerServer Session ID on the database connection
- Advice
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 month ago
I have been musing a Powerserver migration problem, relating to data i the DB Session Context for that user.... e.g. UserName, Application Version.
Problem: Our app uses a single shared SQL login (common with PowerServer's pooled connections) plus D...
How to retrieve APIM token which would be used in the headers for authenticating any API calls.
We have the client-id, client-secret, grant-type and scope along with the APIM url. We are using PowerBuilder 2022R3.
The body of the APIM call is in x-...
SyntaxFromSQL - how do i specify font height
- Resolved
- How-to
- Last updated 1 month ago
- John Fauss replied 1 month ago
when using SQLCA.SyntaxFromSQL to dynamically create a datawindow, the default font height is 8i'm trying to change it to 10
as_sql = 'select * from dummy'
ls_syntax = 'Style(Type=Grid) datawindow(Color= 12632256)' // valid - height = 8
ls_new_sy...
Hi All,
I am facing an issue with a PowerBuilder 2019 R2 Build 2323 application at the client site.The application is a 32-bit PowerBuilder application, while the client has Microsoft Office 365 (64-bit) installed.The application uses OLE Automation...
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
DPI
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
Nube
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
RibbonView
Rich Text
Roadmap
RPC
Runtime Packager
SaaS
Scaffolding
Script
SDI
SDK
Security
Server
Service
Session
Single Sign-on
Size
SMTP
SMTPClient
SnapDevelop
SOAP
Solution
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