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. :)
UPDATE: Tuesday, 06-SEP-2022. I have attached the two function I used to make this work. (merge_two_pdf_files.txt)Arg! Text format attachments are not allowed. (Why not?) Fine.The code is in the last entry of this thread.
~~~~~~~~~~~~~~~~~~~~~~~~~...
Failed to generate DWSQL
- Resolved
- Issue
- Last updated 4 years ago
- Andreas Mykonios replied 2 years ago
Hi, all
Getting this error in deployment log of mobile app: "Failed to generate DWSQL". All DWs show blank when running app.
Tested DB connection in PSToolkit DB profile: error when specifying SQL Native Client but OK with ODBC.
I'm using PB2019 B...
Need clarifications on these unknown features
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
In "Elevate 2021 Keynote" on PowerBuilder 2021/2022 features
https://www.youtube.com/watch?v=tbHr9fgkLVI
At 8:20 mark, it says, "Reuse PowerServer REST APIs by other apps"
As far as I know from Appeon's prior communication, REST APIs generated ...
Showing image on Grid Datawindow column in PB
- Issue
- Last updated 2 years ago
- René Ullrich replied 2 years ago
Hi,
Our application is in PB2019 R3, we need to show .PNG image (size: 50 X 26 pixels) on one of the Grid Datawindow column using Bitmap expression, we would like to know exact Height and Width need to set for showing the image clearly si...
Powerbuilder 2019 ldap login authentication
- Resolved
- Issue
- Last updated 3 years ago
- Avory Rose Pastoral replied 2 years ago
I have created an application that used ldap login.
Below is my sample code
boolean ls_valjsonpackage lnv_pack1,lnv_pack2jsonparser lnv_jsonparser
lnv_pack1 = create jsonpackagelnv_pack2 = create jsonpackageHttpClient lnv_HttpClientlnv_HttpCli...
Powerserver Object cannot connect to database using script and connectstring
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
I am using the CASE statements for setting database connection details up to PB2021 without PowerServer
Example:
Case IS_USE_SCRIPT /* Populate Database Connection from Script */ as_dbms = "ODBC" as_database = "" as_userid = "" as_dbpass = "" as_lo...
I'm wondering what the chance is that Appeon would bring back the COM generator feature.
I know you are pushing C# but to be realistic, a large percentage of PowerBuilder developers do not know how to code C# and would rather not be forced to learn ...
Stored procedure call on Oracle 12c client
- Issue
- Last updated 2 years ago
- Olan Knight replied 2 years ago
Hello,
We have a PowerServer 2020 installed and connect Oracle by using 64-bit Oracle 11.2 client. Since Oracle 11.2 is going to end of life. We are testing to use Oracle 12c client. We found there is an issue on executing a Stored Procedure. The st...
Hello,
we plan to move from TFS (Microsoft Team Foundation Server) to GitHub.
We have several programs that use sub-libraries that are common to all projects.
What is the best approach to not having to have all projects in one repository?
Our App...
Taking pictures through Web camera
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi,
I need to capture a image through web camera in my power builder application. I find some code but I cant able to capture the images. Please anyone help in this case.
Thanks in advance.
Multiuser Appeon PowerBuilder Development Environment
- Resolved
- Advice
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Are following environment are supported or will be supported in future releases:
1. PowerBuilder IDE working on Citrix or Terminal server ?
2. Multiusers PowerBuilder development environment on Windows (any other OS) with Served Licenses (not per S...
Hi Team,
Please help me understand these issues better by answering the following questions.
In my current application following DLL's are used through global external function option.
USER32.DLL
Kernel32.dll
ADVAPI32.DLL
shell32.dll
Qus#1 - T...
Not able to display Dropdown Arrow when Always Show List attribute is enabled
- Issue
- Last updated 2 years ago
- John Fauss replied 2 years ago
When using a Dropdown Datawindow edit style, we tend use the "Always Show Arrow" option to display/show to the user that this field is a dropdown.
But, when the "Always Show List" option is turned on, this removes/supersedes the Always Show Arrow op...
PowerBuilder 2019R3, build 2703Windows 64 bit platformPostgreSQL 12 database32 bit PB applicationThe cmd string: "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" "Q:\CABSv4\PDF_Notices\018H - PDF Test Notice #001.pdf" When I ope...
we are unable to upload photo from powder builder 2019
- Resolved
- Issue
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hi team,
we are using powder builder 2019 , we are unable to upload any .jpg file from powder builder to appeon server
How to fire window event before any constructor?
- Resolved
- How-to
- Last updated 2 years ago
- Berka Frenfert replied 2 years ago
Hi,
Is there any way i can fire an event even before any constructor of any control in that window.
I need just 1 event that fire only once and before all other events. even before open and constructor.
Problem is that many constructors keep firi...
Hello everyoneI converted an ERP procedure based on pb 2017 to PB 2019R3. Let's say that almost everything works. However, I have noticed that part of the procedure is not working as it should. We have created, still with the old PB version, a Calend...
Powerbuilder atl100.dll missing when building 64 bit version
- Resolved
- Issue
- Last updated 2 years ago
- Jon T replied 2 years ago
Hi,
I'm using Powerbuilder 2021.1509.
I have an old 32bit Powerbuilder application that works, it just needs updating. Everything migrated/updated, all looking good as a 32bit. I decided it was time to create a 64bit version to go with the 64bit Wi...
Today I cannot expand the Tables view using MSOLEDBSQL SQL Server. I can connect, write SQL statements and retrieve results. But when I click on the Plus button next to Tables (or views) it just hangs. I believe it was a result of some upgrade tha...
PowerBuilder 2021 connection to SQL 2016/2019
- Resolved
- How-to
- Last updated 2 years ago
- Louis Arena replied 2 years ago
We are in the process of migration from PB09 to PB21.
PB09 app is using .ini with following :
DBMS=MSS Microsoft SQL Server 2016
ServerName=XXXXXXXDatabase=DDDDDDBParm=Secure=1AutoCommit=true
UserID=USERPassword=USER
How do I need to change app ...
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