Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 9 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. :)
Hi,
Our application is built on PB2022R3.
We are exploring the possibility of migrating our application to the cloud using PowerServer.
My org wants me to give rought estimates etc.,
Prior to that, I would like to understand whether my product is...
Print Preview Rendering different from NativePDF Rendering
- New
- Issue
- Last updated 1 hour ago
- Chris Pollach @Appeon replied 7 minutes ago
I'm using Powerbuilder 2022R3 Build 3356.
I have a nested datawindow - about 6 pages long. Within my app I preview the datawindow and offer the user a button to create a PDF file.
I have two methods to create the PDF:
1. Using NativePDF
adw.Objec...
Powerclient applauncher issue
- New
- Advice
- Last updated 12 hours ago
- Rajkumar K S replied 21 minutes ago
Hi Team,
In one of our server we have a powerclient application started by calling batch exe in every 2 hour and doing some backup procedure. The server is up and idle for long time for that time only launcher starts, but the application not startin...
PowerServer Migration as a Service
- Resolved
- New
- Advice
- Last updated 5 days ago
- Ganesan Rajan replied 24 minutes ago
Hi ,
We are looking at possibility of cloudyfying our PowerBuilder application. We are using PB2022R3.
We are exploring about usage of PowerServer.
Does Appeon provide Powerserver migration as a service i.e Appeon does whole migration for us. If t...
How to call sub module application from main PowerServer application.
- How-to
- Last updated 1 week ago
- Angie Liu@Appeon replied 1 hour ago
Dear Sir
We are trying to build a sample PowerServer Application based on our existing Client Server Application
We have one main application (Main Exe) and a few Sub module applications (seperate exe), from main application launches Sub Module app...
Dynamic Images and Text in datawindow
- New
- How-to
- Last updated 8 hours ago
- Chris Pollach @Appeon replied 4 hours ago
Hello,
I am creating some images and text dynamically in a datawindow,
to create a modern look for filtering and sorting, using images and text with the modify funtion with the create sentence.
Those images and text are displayed in the header of ...
Retrieve rows as needed causing lockups
- New
- Issue
- Last updated 1 day ago
- Sheldon Shulman replied 4 hours ago
It seems that this issue started after a sybase patch was applied.
I was thinking maybe an isolation lock configuration change was the culprit but that's a wag.
Anyone have experience with resolving a locking situation when this feature was active....
Powerbuilder25 database connection error
- New
- How-to
- Last updated 11 hours ago
- Chris Pollach @Appeon replied 5 hours ago
Hello,
I migrated Powerbuilder12.5 application into Powerbuilder25. In new Powerbuilder 25 database painter I could connect all databases. I am trying to connect Sybase Adaptive Server Enterprise/15.0.3 database. Installed and configured the s...
Performance Issue - UI scrolling lag in PowerBuilder Application on Citrix
- New
- Advice
- Last updated 5 hours ago
Greetings,
We are experiencing UI performance issues with our PowerBuilder application (Version 2022 R3 Build 3397), which is hosted on Citrix servers. There is noticeable lag when scrolling through the UI. The application loads all data in the vi...
PowerServer Executing external program
- Resolved
- New
- How-to
- Last updated 4 days ago
- Chris Pollach @Appeon replied 8 hours ago
Hello,
Recently the company migrated an PowerBuilder application to PowerServer 2022,
There is program built in PowerBuilder, and it is executed to generate reports.
When application is executed in PowerServer, it is Not running.
There is any lim...
R0108 error in PB 2022R3 build 3391
- New
- Issue
- Last updated 11 hours ago
- Chris Pollach @Appeon replied 10 hours ago
Hi! We're running PB 2022R3 build 3391 and we just updated our Citrix environment with this. We were using PB 2022R2 previously.
Since the update we are getting a lot of R0108 errors for memory similar to this community discussion:
https://communit...
.NET DLL Importer
- New
- Issue
- Last updated 17 hours ago
- Francisco Martinez @Appeon replied 12 hours ago
Hello,
I have imported a .Net DLL into my Powerbuilder workspace.
Instantiation of the DLL goes well, but when I call the function, I get the message below:
Do I need to add specific dlls to use this feature?
The following DLLs are already in m...
Option to create Dashboard
- New
- How-to
- Last updated 19 hours ago
- Andreas Mykonios replied 16 hours ago
Do PowerBuilder 2019 or 2022 R3 version have option to created Dashboards. If there please share the documents.
Regards,
Ilamathi
How does pbm_dwnkey handle foreign keyboards?
- New
- Advice
- Last updated 1 day ago
- Mark Jones replied 1 day ago
Datawindow Question.
We have added code in our application to automatically filter the dddw list of choices for a given column as you move from row to row in a datawindow. Basically we intercept the dropdown event and display our own custom dropdown...
Hi All,
I am currently working on implementing PowerServer for our application, which is transitioning from a client-server setup to a PowerServer-based deployment.
Environment:
PowerBuilder: 2022 R3 (Build 3397)
Database: SQL Server 2019
...
How remove arrow using Modify from DataWindow DropDownList
- Resolved
- New
- How-to
- Last updated 4 days ago
- Paweł Kasperek replied 1 day ago
Hi,
I only have to display to show (read) fellow windows. How can I remove the selected arrow of DropDownList of Datawindow?
I tried to use the UseAsBorder property with the value 0 or No, enabled Protected control, and disabled Border (set t...
Error on dynamic data window with big amount of data
- New
- Advice
- Last updated 2 days ago
- Chris Pollach @Appeon replied 1 day ago
Hi all,
On legacy application, I need to create datawindow dynamicly, based on various data, when the data reach specific number of records, the creation of the dynamic data window fail.
In other words, While tring create dynamic data window this w...
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
RestClient with json. sendPostRequest. Receiving back return code 1, GetResponseStatusCode 500
sendPostRequest returns {"error":"Invalid request format. \/className\/methodName and eventual parameters expected."}
Using a SendPostRequest, it's n...
Save datawindow visuals to excel file XLSX type
- How-to
- Last updated 11 months ago
- TOMAZ KRALJ replied 2 days ago
Using PB2019 R3
We have implemented dw2xls in the past which generates perfectly the .xls files for us.
A recent new customer insisted on us to start using the .xlsx extension.
What are my options in PB 2019 R3 to save a datawindow with all of ...
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