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. :)
PowerBuilder Conversion Besides C# REST?
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
The PowerBuilder CloudPro converts to a C# REST API architecture. Do you have a Client Server conversion model, besides the Rest API Conversion?
Hello everybody
Lately we have been having problems with git repository and powerbuilder. All of us have the same license version. and it have been working for years...but now the dw are disappearing and getting out of reference in the dataobject......
Hi all.
Trying to get a feel of it, so:
step #1
Open Ribbon bar builder
Open default template
Save default template as 123.xml in working directory: c:\pb
step 2
open current frame window for an application (mdihelp!)
left existing menu wi...
How to sign a PDF file from PowerBuilder 2019 using digital certificate
- How-to
- Last updated 4 years ago
- John Fauss replied 4 years ago
I would like to digitally sign a PDF file using PowerBuilder 2019.
Since I was explained PB 2019 is currently not supporting this, here is the question for community.
Is there is a
1. Windows DLL that can be used as a global External function from...
CloudPro Trial (aka PowerBuilder Universal Edition)
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi PB Gurus
I am having some difficult time trying this CloudPro trial..
This is what I have
- I have a licensed PB 2017 R3 Standard edition
- I downloaded and ran the PB Installer, which installed PB 2019 and PB 2019 R2
- by doing so, I have PB...
WEB API with Snap Develop and HANA as DB
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi Guys
anyone of you has already tried to build up a web api with SNAP Develop connected to HANA as DB?
I tried using an ODBC connection but it doesn't work
Seems Cannot connect to hana...
I tried this connection string:
driver={HDBODBC};UID=my...
PowerBuilder Upgrade and C# Migration
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
We currently use PowerBuilder 2019 (2082). Our license will need to be renewed in July, 2020. So will need to upgrade.
We are also considering migrating our PowerScript and DataStores to C#. I've attached a doc showing PowerBuilder products. Can...
How to sum group field in datawindow
- How-to
- Last updated 4 years ago
- René Ullrich replied 4 years ago
A treeview datawindow, i add a compute field in the group band which named "subtotal". Its value depends on a complex function.
My question is , how to add these compute field together?
Something like:
GroupBand a subtotal=10
DetailBan...
Issues with Migration to PB 2019 R2
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
We recently upgraded to PowerBuilder 2019 R2. After the upgrade we simply deployed our applications again without any changes to them. Upon deploying, users can no longer click on Treeview Controls. Inside the development environment, the treeview...
I am migrating from PB12 to PB19. My application runs in development on PB19. I built it and the built version runs on the development machine. However if I move it (and all the runtime DLLs to another machine) I get the error "The application was...
I am trying to use the orcascript command "Build project" like shown below
start session
set debug true
build project "c:\orcatest\orcatest.pbl" "p_orcatest"
scc closeend session
In my folder "c:\orcatest\" I have the attached pbl.
I get this e...
error in snapdevelop
- Resolved
- Issue
- Last updated 4 years ago
- ephraim ben-eliezer replied 4 years ago
I made a simple Web API project in SnapDevelop. It built fine and I tested it. I then Opened it in Visual Studio 2019 and built it and deployed it to Azure. Now I come back and try to open it in SnapDevelop and I get the following error:
Packa...
Running PB12.5 app remotely from home crashes randomly
- Issue
- Last updated 4 years ago
- Clarence Chamorro replied 4 years ago
Hi all
Our clients are in isolation due to COVID-19 and are working from home. They are using VPN access and RDP to their workstations at the office where they run the application built in PB 12.5. The application randomly crashes with this message:...
Hi,
I need to execute a Static Analysis of several PowerScript/DataWindow apps, so I need to export source code in readable ASCII format.
For the fact I'm extracting and analyzing source code,
do I have to pay royalties to Appeon or SAP?
Is there a programmatic way to obtain the names of all enumerated types?
- How-to
- Last updated 4 years ago
- Michael Kramer replied 4 years ago
The Object Browser window in the IDE contains a tab named "Enumerated" that lists all of the enumerated types supported by the PB version. As PB evolves, this list grows (2019 R2 contains 9 enumerated types not available in PB 2017 R2, for example).
...
Lower PDF quality saved from DataWindow?
- Resolved
- How-to
- Last updated 4 years ago
- Marc James replied 4 years ago
I am saving a PDF from a DataWindow.
The DataWindow just views a JPG image from a string field path.
The image is A5 in size, and is roughly 165 KB, I am putting it into the top left of my A4 landscape DataWindow.
I then just do the following code...
How can get SMS Message for android mobile?
- Resolved
- How-to
- Last updated 4 years ago
- Shin Jungi replied 4 years ago
Hi,
How can get SMS Message for android mobile?
Which function get SMS message ?
Jungi
HTTPClient returning undefined error message on mobile app
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
I'm getting an undefined error message when using HTTPClient object on mobile app. It is returning 0, but this code is not listed as a valid return result.
Integer li_rcString ls_stringHttpClient lnv_HttpClientlnv_HttpClient = Create HttpClient...
Cross-tab Repeat Row Value onto additional Horizontal pages
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Is it possible to repeat the row value or grouping onto additional pages of a crosstab when the cross tab goes over 2 or more pages? Currently it only displays the data from the values section of the cross tab so it just ends up being data so can be ...
PBORCA_CompileEntryImport throws errors on DataWindows
- Issue
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
We have recently switched to PB2019 and making use of Git. The built-in Git support in PB2019 is fairly weak, so we still rely heavily on the git command line and TortoiseGit to bridge the gap. The problem is when external tools make changes to the u...
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