Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 4 years ago
- Manuel Rivera replied 1 month 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. :)
Target without an application exe
- New
- How-to
- Last updated 2 hours ago
- Jeff Hamilton replied 33 minutes ago
Is there a way to create a workspace that just builds PBL files into PBD and not into an exe? Something like a DLL Library in visual studio.
dll importer - importing from vs app
- New
- How-to
- Last updated 3 days ago
- David Peace (Powersoft) replied 2 hours ago
Hi,
I hope someone can point me in the right direction to get started on this.
I was talking with Bruce at the London PB meeting about importing a DLL that runs and connect to a handheld RFID reader.
I wanted to do this years ago but it was just t...
Slowness in PowerServer Application
- New
- How-to
- Last updated 4 days ago
- David Peace (Powersoft) replied 2 hours ago
Hi All,
We have deployed our PowerServer application to production and are experiencing slowness across the board for nearly all users.When comparing performance between the client-server and PowerServer versions, screens that open in 2 seconds on t...
[APPEON] Request for a solution for date input corruption during APPEON deployment.
- New
- How-to
- Last updated 10 hours ago
- Armeen Mazda @Appeon replied 2 hours ago
In PowerBuilder 10.5, I'm using the d_online_install date field in DW.I set EditMask to yyyymmdd and the Format to yyyymmdd. Locally, I'm able to enter the date without any issues. However, when deploying APPEON, I keep getting a strange error messag...
MSSQL Server, Stored Proc, OUT params causing problems.
- New
- Issue
- Last updated 3 days ago
- John Fauss replied 3 hours ago
Environment: Powerbuilder 2021, Microsoft SQL Server 2022
I am working with inherited code that used to connect to a Sybase ASE server. I am having problems with the OUT params on stored procs (see message above). These used to work with the S...
W_OBJECT DOES NOT OPEN IN IDE
- How-to
- Last updated 9 months ago
- Armeen Mazda @Appeon replied 4 hours ago
w_object crashes in version 25.0.0.3559 but DATA WINDOWS OPEN AND ALSO EXECUTES IF RUN WHOLE APPLICATION..
IT HAS INHERATED 2 W_TEMPLATES
Webapi taking default local host instead of webapi url specified
- New
- Advice
- Last updated 6 hours ago
- Armeen Mazda @Appeon replied 4 hours ago
Hi Team,
Good Morning !!!
I am deploying the powerserver application on windows IIS server, However when i publish the serverapi and run It is taking default localhost , irrespective of web api url.
Can any one help on this how to host my webapi...
POWERSERVER 2022 API DEPLOYEMENT DIRECTORY
- New
- How-to
- Last updated 6 days ago
- Jinu Nair replied 15 hours ago
Hi,
The Oracle cloud Load balancer requires policies where URL names are required to switch to defferent applications listening of multiple IIS ports.
The PB application creates session in /api url with the IIS application site.
The /api is consta...
Lines of code were committed and were not in the object before
- New
- Issue
- Last updated 1 day ago
- kitty he @Appeon replied 16 hours ago
Hello,
We work in PowerBuilder 2022 R2 Git Azure.
We often encounter the problem that lines of code were committed, but that was not actually in the local edit source code.
As we have seen, these are properties that exist in the ancestor, and ar...
Export to Excel12 in PB2025, file not created
- Issue
- Last updated 3 months ago
- Kai Zhao @Appeon replied 18 hours ago
After migrating my program to PB 2025 I was notified by a user that the Excel export (to XLSX) no longer worked. Export to Excel XLS still works. There are no errors. The program thinks it is creating a file, but nothing is there. I've looked at all ...
Filtering of DropDownDataWindow based on a DropDownList box Value Inside a Datawindow
- New
- How-to
- Last updated 1 day ago
- John Fauss replied 22 hours ago
I am using a power builder application which is a version power builder 2022. In that application, I am having a data window. Its name is dw_tasks. Inside that Data window I am having multiple columns. The one column is a drop-down list box and its n...
.NET DataStore Templates
- Resolved
- New
- Misc
- Last updated 1 day ago
- Armeen Mazda @Appeon replied 1 day ago
Hi Appeon team.
I am using .NET DataStore Project in PowerBuilder 2025
This works great, but I have a few suggestion
Make the generated DataStoreService partial, inherited from an abstract class to allow for customisation. See: \Services\Built...
Hello everyone again.
Could someone tell me why the "When variable changes" option in the debugger isn't working correctly? Is it a bug in PowerBuilder 2022 R3 (build 3289, runtime 3397), or does it require some special configuration?
Thank you in ...
after refresh and full build, refresh generates one of the libraries
- New
- Issue
- Last updated 1 day ago
- John Fauss replied 1 day ago
Hi cool Appeonians,
Just got the new version 2025.
Opening the IDE, doing refresh for the entire workspace, then full build - All is good.
Then I do refresh again and for some reason, the refresh generates 1 library, and the application no longer ...
GetCookies using Antview's WebView2 ActiveX Control
- Resolved
- How-to
- Last updated 7 months ago
- Gregory Rusak replied 4 days ago
Hello,
We've been using AntView's MS Edge Webview2 ActiveX control (.ocx) for a while now with PowerBuilder 2022 R3 and with version 1.1.460.0 they have introduced a method to list all of the cookies for a User's Profile.
The CookieManager is a "pr...
Powerbuilder 2022 source not getting connected to Team Foundation Server.
- New
- How-to
- Last updated 6 days ago
- Armeen Mazda @Appeon replied 4 days ago
Hello Team,
I am using PowerBuilder 2022(Version 1878). We are using Microsoft Team Foundation Server as Source control. After a TFS server IP change, I am not able to connect powerbuilder source to TFS. But the connection is successful in Visual st...
Not getting PB errors at runtime - execution stops
- Resolved
- How-to
- Last updated 1 week ago
- Armeen Mazda @Appeon replied 4 days ago
Hi! We are running PB 2022 R3 build 3397 CloudPro Edition.
I've been seeing an increase in tickets come into our helpdesk where our application is not doing what it's supposed to be doing and I'm looking for some guidance, please.
We don't seem to ...
DataWindow.Export.PDF.NativePDF.Author
- New
- Advice
- Last updated 5 days ago
- John Fauss replied 4 days ago
The code:lds.Modify( "DataWindow.Export.PDF.NativePDF.Author = 'Your Custom Author String'")Does not appear to work when using the Distil!! Datawindow.Export.PDF.Method = 0Is this normal, or am I missing something?
Regarding CORS issue
- Resolved
- New
- How-to
- Last updated 6 days ago
- Francisco Martinez @Appeon replied 5 days ago
I created a API from 2025 and getting result from POSTMan with POST method. but from browser (chrome. created a small javascript file ) telling CORS security issue.
Access to fetch at 'http://localhost:5099/api/D_task_pricecheck/Retrieve?barcode=100...
We just upgraded from PowerBuilder 2022 to 2025, and all our code which was very well aligned in PB 2022 now looks an utter mess.Is there a way to adjust the tab width in the code editor ?Note : The script and editor settings are the same in PB 2022 ...
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