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. :)
Re: Report (s) datawindow's background to be different than entry datawindow (with theme)
- Resolved
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hello,
PB 2019 R3 with theme
Got 60 entry screens and around 100 report datawindow(s) in one project. Need to show white background in all report datawindows. The report is shown on a tab page of a window.
Need to set white background for tab...
In PB2019 is there a way to download prior Runtimes?
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
In PB2019 R3 the ability was added to switch between runtimes.
The runtime that was originally implemented in was MR2670, but now that 2703 runtime is out, how can I have someone newly installing PB2019 R3 download the 2670 Runtime as they can on...
POWERCLIENT App's desktop icon
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
App is deployed using POWERCLIENT , but some times desktop icon disappears.
App is running fine with IP Address. So is there a way for creating desktop icon automatically?
Not Able to Map the files from Network Locations when RunAsAdministrator
- Resolved
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hi,
I am using PB 2019 R3 build 2703 in Windows 10 OS. In our application we have stored the resource images and base pbl pbr file in our a network drive.
If I run the PowerBuilder as an Administrator and tried to map the file when deploy the e...
Regarding PowerServer Object
- Resolved
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hai,
I can't see my PowerServer object in Project Tab. (New - Project ). Seeing PowerClient only. Any reason?
How to make individual rows invisible in a datawindow
- Resolved
- How-to
- Last updated 3 years ago
- Olan Knight replied 3 years ago
I am using PB10.2.0 and I want to make some row(s) invisible in a datawindow. I have made all the columns invisible and set height of columns to zero; selected autosize for height of detail band and all columns; Set slide up all above for all columns...
Powerbuilder 19 and Terminal Services
- Issue
- Last updated 3 years ago
- Olan Knight replied 3 years ago
We upgraded from PB 12.5 to PB 19 and we have had some clients report issues in their TS environment with Server 2016 and SQL Server 2019. Clients running through Citrix or on-premise aren't reporting any issues. Does anyone know if there are comp...
I just installed the latest version of PB. It installed without error. However, I'm using WampServer with MySQL and WampServer will not start (Apache hangs). The error message is: Port 80 is used by Microsoft - HTTPAPI/2.0.
Is there a fix or work...
Convert postscript to PDF using NativePDF
- Advice
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
PB-2017 32bit.
I have a complex reporting process that creates a Postscript file that is converting to PDF using Distill method.
Is there a way to convert this Postscript file to PDF using the NativePDF approach? If Yes, please provide brief descri...
Commandparm not remembered in restarted session
- Resolved
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Is there a way when the session timeout occurs and the Restart link page appears in the browser when you click it to make it recall the "commandparm" used in the expired sessions URL?
e.g. https://mysite.com/myapp/?debugWhen I click Restart, it load...
PB. Net WebService 20219 R3
- Advice
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Good Morning!
We have a PB .Net Webservice and it worked fine with 2019R2.
We've upgraded to PB 20219R3 Build 2703 for 2 days and there have been emails about SQL Native not installed sent to us at night and these emails were sent at the top hour ...
Problem with amyuni in PB 2019 R3 - SetDefaultPrinter not working
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hello,
I am migrating a client/server application from PowerBuilder 12.5 to PowerBuilder 2019 R3.
We are using Amyuni PDF Converter version 6.0.4.1 to create a PDF file from a report :
IF ab_concatinate THEN SetFileNameOptions (al_handle, NoPromp...
Hi,
We have an application generating PDF documents from a RTE control, and need PDF/A as output (for long time archiving).
Any suggestions on how to generate PDF/A from RTE in Powerbuilder?
From what I can see in the documentation for TxText cont...
JsonImport trim trailing white spaces
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
SQL Server setting is "ansi_padding"=ON and using JSONIMPORT to import data into datawindow but wherever data type of column in SQL server is CHAR, trailing spaces are coming.
If we don't use JSONImport functionality to import data into Datawindow s...
Re: Calling an event in an (instance) window from another window
- Resolved
- How-to
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
Hello,
PB 2019 R3
I'm calling one window (w_called), as an instance from another window (w_calling). The code
in w_calling windoww_called w_1Opensheetwithparam (w_1, param, w_main, 0, Original!)
After processing, at closing time of w_call...
PBv12.1 b7055 - What's needed to SAVEAS ".xlsx"?
- Resolved
- How-to
- Last updated 3 years ago
- René Ullrich replied 3 years ago
PBv12.1, build 7055Windows 10, 64 bit platformOracle 12C
We use SAVEAS to save reports we create. We can save as .XLS, which is Excel 5 and 8, but we cannot save in the .XLSX format (Excel 12).I've read in this forum that PBv12.5.1 can SAVEAS to Exc...
FYI: Create multiple DSNs from a single PostgreSQL driver
- Resolved
- How-to
- Last updated 3 years ago
- Sivaprakash BKR replied 3 years ago
FYI - Summary: You can create multiple databases from a single PostgreSQL driver.
Details:PowerBuilder R2019R3 PostgreSQL 12Windows 10
These instructions assume that at least one PostgreSQL driver has been successfully installed onto the Windows ...
Deadlock by API_Cursor SQL Server
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Dear community:
This is not a PBL issue, but maybe someone has experience here:
My clients DB is deadlocked, and the culprits are multiple
FETCH API_CURSOR0000000000000...
processes coming from the API Server.
How to disable such processes?
...
Table blob cannot be found?
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hello,
For our database driver we are switching to MS OLE DB.
During testing it came to my attention that datawindows containing table blobs are causing dwruntimeerrors.
I get the message "Select Error: Blob Column doesn't exist". Now I checked th...
PowerServer 2021 Pricing
- Resolved
- Advice
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Since PowerServer is basically a completely different product, is the pricing going to be changing?
The following is likely for the existing version:
https://www.appeon.com/pricing#powerserver
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