Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 8 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. :)
I have a fairly well-known problem that is never fixed. When I try to debug the application, the IDE crashes.If I recompile the entire application I have no problem, if I regenerate the PBDs I have no problem either, but I cannot debug.
* When I c...
Hi,
I am using PB 2022 Build 1900.
I Installed 2022 R3 version in my new laptop. but I am getting only the version 3397. how can change my new version to 1900 (1892) ?.
Page Margins on Composite Reports
- New
- Advice
- Last updated 2 hours ago
- John Fauss replied 34 minutes ago
Hi all,
My customer has one report that always prints a blank page between pages. I noticed that the DW print specifications on each composite report is different. Does the primary report specs rule, or does it change with each report? There is one ...
SetFilter/Filter applies filter but cannot see the filter using dw.Describe or dot notation.
- New
- Issue
- Last updated 1 hour ago
- John Fauss replied 52 minutes ago
Hi Folks,
I have an issue with a particular datawindow wherein the applied filter is not detected.
On doing a SetFilter/Filter on the dw, actual filteration happens - 6 rows move to Filter buffer out of 11. But on the very next line if i try to see...
Experiencing Probably library file I/O Error building with PBAutoBuild210.exe
- Resolved
- Issue
- Last updated 1 year ago
- Moritz Kirchermeier replied 2 hours ago
Hi:
We've been successfully using PB2021, GitHub Actions on a Windows 10 PC, and PBAutoBuild210.exe to automate builds (64 bit) for 2 years. We've recently begun experiencing probable library file I/O errors. When we can build it in the IDE success...
Removing the OLE Wrapper from a Blob
- New
- How-to
- Last updated 2 days ago
- Kevin Anastasi replied 5 hours ago
Good afternoon,
I'm working on a project where we're trying pull OLE Blobs (excel format) from a SQL Server table and then store them as a file. If I store the entire Blob to a file, it doesn't recognize it as being a valid Excel file.
I'm looking ...
Referencing Powerbuilder PBD from ASP.NET application
- New
- Issue
- Last updated 2 days ago
- David Peace (Powersoft) replied 6 hours ago
We have a ASP.NET application running on IIS. This utilized a PowerBuilder 11.5 .PBD file. This was working fine until we came across a bug. In order to fix the bug we had to migrate this PBD to PB 2019 R2. We build the PBD and deployed it on the ser...
Connection request timed out Error
- New
- How-to
- Last updated 6 days ago
- Logan Liu @Appeon replied 11 hours ago
Hi Team,I'm facing "Connection request timed out" while running the static web app. But the same application (PB) is working in my local machine. API is running in the Azure Container Instances and then I ran the Application from Azure Static Web App...
PowerServer performance question
- New
- How-to
- Last updated 1 day ago
- Logan Liu @Appeon replied 15 hours ago
Hi all! I'm running PB 2022 R3 build 3391 and SQL Server database.
My DBParm is: SQLCA.DbParm = "CacheName='" + is_client + "',DelimitIdentifier='Yes',DisableBind=1,LongConnection=1"
We're still working on a production ready PowerServer version. I ...
Dropdown DW selection not maintained for computed
- New
- Issue
- Last updated 18 hours ago
- Kelly Kranabetter replied 17 hours ago
Hi, I'm migrating some code from PB2019 to PB2022 R3 (3397) and an issue has come up in testing where drop down datawindows do not maintain the current selection when a computed column is used as the description.
When mouse clicking on the drop down...
Hi @Appeon Team,Our team is currently using PowerBuilder 2022r3 and we are needding to update to .NET 8.0. I would like to know if there are any plans for PowerBuilder to support .NET 8.0.
Could you please provide information on the expecetd timelin...
Issues in language packs
- Resolved
- New
- How-to
- Last updated 1 day ago
- Chris Pollach @Appeon replied 1 day ago
Hi,
Is there a conventional way to report translation issues in language packs or should we just "Report a bug"?
Thanks
DisplayMenuAsRibbonBar : empty panel due to setting all menu-items in it invisible
- New
- How-to
- Last updated 1 day ago
- Chris Pollach @Appeon replied 1 day ago
Hello
I'm testing the new feature DisplayMenuAsRibbonBar in PB2025 Build 3503.
When a user logs in, menu-items becomes invisible due to the rights he gets from the administrator. For some panels, all menu-items of this panel are set invisible. The ...
Debugging a PB Application Crash Dump
- New
- How-to
- Last updated 2 days ago
- Phil Wallingford replied 1 day ago
Hello PB Gurus. I'm trying to help a customer who is reporting a crash (unrelated to PowerGen), from "memory heap corruption" in an application and using WinDbg and minidumps is getting information like:
009cec38 6ebdad46 pbvm+0x0
009cecb0 6ebdb0ff...
Handling Concurrent Checkouts in Wizsource
- New
- How-to
- Last updated 2 days ago
- Miguel Leeuwe replied 1 day ago
Dear Experts,
I am currently using Wizsource as my source control system and have a query. At present, two users are working with Wizsource. If User1 has checked out an object (e.g., window1) and is actively working on it, is it possible for User2 t...
I have a trace file .PBP and Im trying to read it with the code below ( read application) :
[---- more code ----]
ltan_node = ltf_file.NextActivity()
ll_activity_counter = 0
do while IsValid(ltan_node)
ll_activity_counter++
ll_delta_activities ...
Migrate on-premises DB to Oracle Cloud
- New
- Misc
- Last updated 1 day ago
- Chris Pollach @Appeon replied 1 day ago
Hi, our application is using PB 2019 on window 11 and connects with Oracle DB on IBM AIX server. Do we need to do any PB upgrade if we just want to migrate our on-premises Oracle database to Oracle Cloud? Also, after the DB migrated to Cloud, do we n...
Print an InkPicture in a datawindow.
- New
- How-to
- Last updated 6 days ago
- Chris Pollach @Appeon replied 1 day ago
As recommended in this forum, I started using the Inkpicture object in a datawindow to replace an old OCX viewer. It seems to display TIFF blobs fine but I am having a few issues:
We can zoom in and out using the built-in mouse and alt key but it ...
Assistance with Preventing Multiple Sessions in PowerBuilder
- New
- Issue
- Last updated 3 days ago
- Chris Pollach @Appeon replied 1 day ago
Hello ,
We are working on PB19 and trying to launch PB appliaction form Launching context but here problem is that from launching context evertime session will be new but we want to open windows on the same session .
So , Could you please guide us ...
Opening PDF file from Network Storage in Android using appeon PowerBuilder
- How-to
- Last updated 4 weeks ago
- Roland Smith replied 1 day ago
Hi,
We have app developed in Appeon PowrBuilder 2019 R3. We are unable to open pdf file stored in network drive. The PDF file can be accessed through Network Storage in My Files ? in the android tab. The webview control works for url and hence not u...
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