Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 6 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 4 years ago
- Olan Knight replied 4 years ago
Saw this and thought it was perfect. Note the angry mob in the background on panel 4. :)
Create a robot using new web browser control instead of ole_ie.ConnectToNewObject("InternetExplorer.Application")
- Resolved
- How-to
- Last updated 1 month ago
- Kai Zhao @Appeon replied 1 month ago
Hi
It is possible to substitute the use of ole_ie.ConnectToNewObject("InternetExplorer.Application") using the new web browser control?
I am doing something like this, but now I cannot find a .Document property
url ="*******" ole_ie.Navigate...
New objects are not added to source control
- Resolved
- Issue
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 month ago
Dear friends
I am working in PB 2025 (3711) with GIT Bitbucket in a solution project.
At this moment if I change an object, it is registered as a file modified to the source control and appears in the commit list (green in the image bellow) but if ...
client version vs cloud version .error in procedure declaration
- Resolved
- How-to
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 month ago
hi,
i have a problem with client version e cloud version.
in client version the window open without problem . in version cloud i have this error. The procedure exists and is declare with schema.package.name_procedure
where is failed?
Good morning,
We recently migrated from SAP ASE database server to MS SQL Server (Azure Managed Instance), which works smoothly. Previously, we used the native driver for connecting to SAP ASE (Sybase Open client). However, we're experiencing a prob...
How to set the row number of a DataWindow by default?
- How-to
- Last updated 1 month ago
- Arnd Schmidt replied 1 month ago
Hello,
I am a beginner and I am taking over an already existing project and I have a small problem.Heres what happens: I have the dw_query object which initially does not contain a row (dw_query.RowCount() = 0). After the instruction dw_query.Modify...
2022 R3 Vulnerability on error response
- How-to
- Last updated 1 month ago
- Simon Jutzi replied 1 month ago
Hi all,
Our client is requesting that we remediate the following vulnerability identified on an installation of Appeon Cloud 2022 R3.
Description: This vulnerability concerns the exposure of information that may be useful to an attacker, such as ...
How do you view a PSR file in PB 2025? I am migrating from PB 6.5 and there was an application for viewing PSR files but I do not see anything in PB 2025 for viewing PSR files. I checked the documentation and these questions.
Thanks
I have a datawindow control. I want to determine if a user pasted a value into a column. I'm having a real difficult time determining if this was done. The dw control doesn't capture what keys were used. Also, they could paste with a right mouse clic...
ImportString function with "Validate value against dropdown choices" turned on
- How-to
- Last updated 1 month ago
- mike S replied 1 month ago
I'm populating a DW via the ImportString function, but it errors because some of the column are dddw's and they have the AutoCompleteMode set to SuggestAppend and "Validate value against dropdown choices" turned on. When the importString happens it e...
Hi
After performing a new installation on a new computer, I am unable to log in simultaneously in PowerBuilder 2019 and PowerBuilder 2025 using the same Appeon account. This functionality was working correctly on my previous computer.
Environment d...
Function LibraryExport() does not work as described in the help section.
- Issue
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
Hi.I am migrating our application from PB2019 to PB2025.I am using function LibraryExport( libraryname, objectname, objecttype ) to read the datawindow syntax from a pbd.When I supply libraryname with a pbd-name without path (e.g. "custrep.pbd"), the...
SQL Express connection pb22r3
- How-to
- Last updated 1 month ago
- David Peace -Consulting Partner Powersoft replied 1 month ago
Morning
Hopefully someone can help me,
I am trying to connect to a SQL Express database located on a PC from a different PC, computers are networked and talking, but not in a domain
I should say that it connects using sql auth on SQL managemnt stu...
PB 2025 solution with git/bitbucket
- Issue
- Last updated 1 month ago
- kitty he @Appeon replied 1 month ago
We are struggling with GIT/Bitbucket issue since we migrated to GIT. We have PB 2025 professional (build 3711) and issue is sharing an object for changes. We are using Solution instead of workspace.
Scenario
User A B
Object - W_main
Both users a...
Runtime libs and CVE-Handling
- Issue
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 month ago
Hi,
one of our customers found in a version of our product, which is based on PB2019 ( yes his version is an old one ), that the libcurl.dll ( version 7.70.0.0 ) has some security issue and the cve-number CVE-2024-7264.
He asked us, how to handle...
Powerbuilder 2025 build 3726
An odd behavior I'm noticing is a tendency for Powerbuilder to unexpectedly UN-Extend the Ancestor Script. Is this new functionality? Can we get an option to turn it off?
There doesn't seem to be much rhyme or reason to...
Lenteur click changement de row application 2019R3 et 2022R3
- Issue
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
Bonjour,
Nous avons une application depuis trs longtemps sous Powerbuilder 32bit, couple une base Oracle.
Depuis peu, nous la dployons chez nos clients avec les nouvelles dll soit en 2019R3, puis en 2022R3
Depuis ces changements, nos clients renc...
PB 2025 3726 solution -> using Ctrl + L = save changes?
- Issue
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
Hi.
PB 2025 3726 solution mode
I think that using the "Ctrl + L" keyboard shortcuts defined for compiling changes in the event code causes the changes to be saved and (sometimes) the application to crash?
RegardsRafał
Unique key in datawindow not updating in powerserver
- Issue
- Last updated 1 month ago
- Logan Liu @Appeon replied 1 month ago
Hi,
I have an issue with a datawindow which works fine when deployed to exe but when to powerserver it does not work.
I have a datawindow which has a unique column called order_code , i generate the unique code which is a number before saving.
I...
Latest Outlook updates causes pb app to crash when emailing via outlook 32-bit
- Resolved
- Issue
- Last updated 2 months ago
- Chris Pollach @Appeon replied 1 month ago
Yes, I have a similar issue, and the cause is KB5074109 which includes more security of outlook which seems to cause our application to crash as soon as we try and email the .pdf, via outlook session (below code), not when creating the .pdf. The hot ...
Problem with describe evaluate in a calculated field
- Resolved
- How-to
- Last updated 1 month ago
- Markus Eckert replied 1 month ago
Dear friends
I need to have the value of a column in a different row in a calculated field inside a tabular datawindow, PB12.6
I have tried with
long(describe( "Evaluate('linea',getrow() - 1)")), always returns 0
describe( without the long o...
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