Featured Questions
Problem launching application from Edge or Chrome
- Issue
- Last updated 2 weeks ago
- Logan Liu @Appeon replied 4 days ago
Has anyone else experienced an issue launching the client application from Edge or Chrome recently ?
For us, it has stopped working from Edge and Chrome, but still works from Firefox.
We did notice Edge was patched in the last few days but the link...
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 6 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. :)
Get array types from PostgreSQL in Datawindow
- Resolved
- How-to
- Last updated 8 months ago
- Paweł Kasperek replied 4 months ago
Hi,
I have a few years of experience with PostgreSQL. I tried to retrieve data from Postres table with array-type columns. I created a simple test table in Postgres with array columns as in the below image:
After link this table to Datawindow in ...
Hello All,
I have a question concerning deployment of the client application that connects to PowerServer.
Lets say we have 100 virtual machines that need to use the PowerServer application. I know that each user can visit the landing page and run ...
32 bit color depth images inside Data Window
- How-to
- Last updated 4 months ago
- Andreas Mykonios replied 4 months ago
Hi,
The image file with color depth 32 bit inside Data Window is displayed totally incorrectly. (Appeon registered this issue for future enhancement) So does anyone know any command line tool/method that can convert image (without loosing color appe...
PowerBuilder and AI (Copilot+ and others)
- Advice
- Last updated 5 months ago
- Andreas Mykonios replied 4 months ago
Hi Appeon,
Will PowerBuilder have the ability to interact directly with Copilot+ or other AI services ?
Thanks
Steen
ps. Please add an "AI" TAG to the tags list in this community.
hi all,
Tried look for XML Canonicalization and only solution is via C# DLL Import. However, when successful created the DLL and import into PB2022R2, the function hanged when calling the of_canonicalizexml function. Need advise what wrong with it. ...
Powerclient different folder installation
- Resolved
- Advice
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Hi team,
We have a successful running powerclient application and need an advise for the below scenario
We need to configure or install our powerclient application in two different folder in the same machine. Please let us know if there any so...
Texts are getting shifted from there place
- Issue
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
We have some PSR files in which there are some vertical texts, those text are getting shifted from there place (example in below image), When we are pasting pb.ini file which contains "[PB] PBESCAPEMENTMODE=1" in the installation folder, those issue ...
Hi,
We have some problems with PBAUTOBUILD220.EXE.
The fisrt one is about a very simple build with an executable associated with a resource file :
and several librairies. When we build the project with PBAUTOBUILD220.EXE, the library below (in y...
Merging documents in a loop
- Advice
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Hi all,
My customer reported an issue today with merging dw's and pdf's. In the main window, he opens a salesorder with 100 workorders, then selects the Merge Each radio button and clicks Merge on the toolbar. The merge function loops through each...
DwFilter() and DwCompute() attribute don't works at all
- Issue
- Last updated 4 months ago
- Larry Peters replied 4 months ago
Hi,
I have written this condition for Model [DwFilter("UPPER(lastname) = 'ASHLEY'")] but it doesn't return the specified criteria data.
Secondly, I am facing an issue with the DwCompute() attribute which always returns a NULL value. Please he...
Seriously? Powerscript migrator to be discontinued
- Misc
- Last updated 5 months ago
- Arturo Rosello replied 4 months ago
Hello,
I received an email stating that the Powerscript migrator is to be discontinued in the forthcoming 2025. Is that so? I think it's one of the important selling point for PB. Any alternatives planned or available?
Happiness AlwaysBKR ...
Copy data into another datawindow
- How-to
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Hi all
I wonder if I'm able to do so....
I have two identical datawindow, dw_1 and dw_2. Both shows different columns, but select statement is the same.
dw_1 only have one row, multiple row is not allowed here, but for dw_2, multiple row is ...
how to get string from sha256 algorithm string encrypted
- How-to
- Last updated 4 months ago
- Alessandro Malaguti replied 4 months ago
Hello,I don't understand why the string results from sha256 encrypted algorithm are different between pb and the sqlserver queryfrom the PB code non-printable data are returned :
Blob lblb_data
Blob lblb_sha1
string l_res
// here the data to co...
Hi,
How to view .tif i have tried picture control and webbrowser with no success.
p_1.PictureName = 'https//xxxxxxxxxxx/name.tif'
wb_1= 'https//xxxxxxxxxxx/name.tif'
After PBDOM Doc SaveDocumentIntoString(), the element "" become "" become ">"
- Issue
- Last updated 4 months ago
- René Ullrich replied 4 months ago
hi all,
I'm BuilFromFile command a load a XML file into PBDOM document (lpbdom_Doc1)and replace all those related value. After that I'm exporting it into a string with command
"ls_xmlsigned = lpbdom_Doc1.SaveDocumentIntoString();" The string ls_x...
Image manipulation with PowerBuilder 12.6
- How-to
- Last updated 4 months ago
- Chris Pollach @Appeon replied 4 months ago
Hi, I need to save images of any format and view them, zoom them, edit them, etc. from PowerBuilder 12.6
Any example please
Good morning!Is it possible to create a datawindow at runtime and pass it as a parameter to another function or event?
Thanks!
How to modify window properties, in particular in the theme.json file
- Resolved
- How-to
- Last updated 4 months ago
- Ronnie Po replied 4 months ago
Hello
I'm in pb2022 R3 , I'm using a theme in which I put an exception for a given window .
I followed the documentation but it does not work.Does anyone have an example that works?Here's what I put in the theme.json file.
For all windows "window...
Powerbuilder 2022 build 1892/ Windows 10
GIT central repository : Azure Devops (If it matters )
I get the message
" ---------- Source Control: Errors (17:39:52)Git detail error info: The path 'C:' does not exist in the given treeGit client error...
Fun Times with PostgreSQL - RPC issue
- Resolved
- How-to
- Last updated 5 months ago
- Matt Balent replied 4 months ago
Anyone ever do this successfully? (PB 2022 R3)
In the postgres database I have defined this FUNCTION
CREATE OR REPLACE FUNCTION public.rpc_ordersbycustomer(
custid integer DEFAULT 0,
INOUT order_count integer DEFAULT 0)
RETURNS integer
...
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