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. :)
PageNext, PagePrior button pictures missing
- Issue
- Last updated 2 years ago
- Tim Bruce replied 2 years ago
Hello,
I have an PB 2019 R3 application and I am using buttons for navigation in a datawindow (PageNext, PagePrior etc.) The buttons use Action Default Picture and those pics display in the PB IDE but not when the app is deployed on the server. Ca...
How to get access token
- Resolved
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Dear Sir,
I need to migrate the following code to powerbuilder, but I didn't find the corresponding parameters.
The following is the http request to get the access token:
POST https://open.12345.com/auth/tokenContent-Type: application/json{ "auth...
Licensing Information for Power Builder Professional 2021
- Resolved
- Advice
- Last updated 2 years ago
- Roland Smith replied 2 years ago
Dear Support Team,
We are planning to buy Power Builder Professional 2021 to build the Power Builder client application. We are new in Appeon Products. Functionalities of the application are following;
Preview PSR file in Datawindow object
Ex...
My initial findings regarding performance of pb2022 (60% faster)
- Misc
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hi,
PB2022 runs SIGNIFICANTLY faster than PB2019R3
We have made a computation index for our application to measure the performance of the machine running it so our customers knows what to expect from our application.
This test include all ki...
Datawindow -SaveasFormattedText function
- Resolved
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hello Team,
We use PowerBuilder 2019R2 for our application. It is an application that generates reports. The report can be saved in CSV also. It was done by using Datawindow.Saveas initially. But when we got a requirement to change the delimiter ...
Recently we upgraded to Powerbuilder 2019 R3 version from an older SAP-supported PB. We have found an issue with the external call function which looks like is now cutting off the first 2 characters we get back from it.
We make a call to a C++...
PB2021 Multi-target workspace one target crashes IDE when opening foundation level window objects
- Resolved
- Issue
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hello and Help!
In February we:
migrated 7 PB applications from PB 2017 to PB 2021 (build 1311)
put them into a multi-target workspace
Moved to Git SCC
In one of the targets, if you try to open any of the window objects in the pfeapsrv.pbl...
How do we get a datawindow column sort to treat nulls as a low value?
- Resolved
- How-to
- Last updated 2 years ago
- Glenn Barber replied 2 years ago
We have a number of applications which present a data grid which allows the user to click on column headers to sort data (using the pfc service).
One issue is that nulls always sort to the top in datawindows - which can be really aggrevating when th...
PowerBuilder 2019 with Windows Server 2019
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Our agency plans to upgrade Windows Server 2012 to Windows Server 2019, I have an application with PowerBuilder 2019. I wonder that the application will work on Windows Server 2019 or not ? If not, is there any way to make the application work on Win...
How can I use dragdrop to rearrange rows on dw?
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi all,
I need to be able to re-arrange rows on my dw with dragdrop. This works fine in my legacy code. I'm using PB2021 and PFC 12.5 .
My dw has row select service on, one row at a time. When I set the dw DragAuto option ON, the row select d...
Question about tabsequence 0
- Resolved
- Misc
- Last updated 2 years ago
- Konstantin Goldobin replied 2 years ago
Hi,
Just curiosity: I'm editing the source code of a datawindow in which most fields have tabsequence 0. However, in the source code that seems to be the same as
tabsequence=32766. I've never noticed this before and I'd expect a value of 0 instead...
Is there is the way to change a color of the selected row in datawindow?
- Resolved
- How-to
- Last updated 4 years ago
- Vladimir K. replied 2 years ago
Hi all.
PB2019R2
Is there is the way to change a color of the selected row in datawindow?
I think i did see something or hear something about modifying something for drop down listbox in theme.json file.
Or maybe i am just delusional. :roll:
Any...
Hello Everyone,
We are launching an application from Citrix Server from our local workstation after the application is opened user clicks the File -- PrintSetup menu, in the Print Setup window the default printer shows as the citric server default p...
New beta drop ? (fix to the x64 issue)
- Issue
- Last updated 2 years ago
- Julie Jiang @Appeon replied 2 years ago
Hi Appeon,
will there be a new beta drop ?
I would very much like to continue testing the x64 debugging feature and x64 deployment when the x64 external call showstopper issue is fixed :-)
(The one Roland Smith reported a while ago)
thanks ...
MSS long execution time due to MS_SQLSERVER_SYNTAX in pbodbpbodb.ini file
- Advice
- Last updated 2 years ago
- Roland Smith replied 2 years ago
Hi All.
We've noticed that the query below, that appears in the pdobd.ini file (both in PB17 and PB21)
SelectDefault='select y.name, x.text from syscomments x, syscolumns y where x.id = y.cdefault and y.id = OBJECT_ID(''TableOwner.TableName'')'
Th...
Changing nested report sub report dataobject is slow
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I have migrated our application from PB10 to PB21. In testing we noticed a process that was taking longer in PB21. Using profile tracing, I was able to isolate the problem to a section of code that changes dataobjects for 4 of the sub reports of a ne...
Hello,
I'm using the n_smtp tool to send mail via PB.
I experience a problem with the body of the mail cut after a certain number of characters.
It seems that the send function (of_send) cuts the text at a position.
Text before send :
htmlHEAD=0...
Hello,
PB 2019 R3What's the order of objects (columns) fetched while executing dw_1.Describe("Datawindow.Objects") ?
We have a generic routine that reads and displays all columns in a datawindow by executing the describe command. That lists all c...
PowerBuilder 2019 Build 2170
We have a PFC based app and are having weirdness with response windows and where they are located.
Scenario:
Move the app's frame window to monitor #2.
Choose a menu item that opens a Main! window that inherits from w...
Git - Unknown certificate check failure
- How-to
- Last updated 2 years ago
- Tom Jiang @Appeon replied 2 years ago
Our Admin installed new Git and Windows updates.
After that we could not Pull or Push from Powerbuilder. We got this message:
---------- Source Control: Errors (13:39:20)Git detail error info: Unknown certificate check failureGit client error co...
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