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. :)
PBAutoBuild Crashes Depending on the Length of a Line of Comments
- Issue
- Last updated 2 years ago
- Ken Guo @Appeon replied 2 years ago
Hi PowerBuilder Community,
This one is weird, has anyone ever seen anything like it?
I've not had this problem anywhere else or prior in this application across thousands of edits to hundreds of files.
I changed some code and although it worked an...
What are the steps to revert PS2020 to PS2017?
- Resolved
- How-to
- Last updated 3 years ago
- Kai Zhao @Appeon replied 2 years ago
Hi, Appeon Team
In my company, we implemented a project to replace PS2017 with PS2020.
However, we are having some hardware behavior issues and want to revert back to PS2017.
Activated PS2020. Deactivated PS2017 at the same time.
What is the p...
Hi.
After several months working normally, yesterday, when I tried to start PB2019 I got an error message and I couldn't start it.
The error is "Appeon PowerBuilder 2019 gave up working. Windows will shut the program down and let you know if there...
how to make system tree to default position?
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
how to set to default position of system tree, which is currently not locked and moving.
Powerbuilder 2021 version
Open Administrator Command Prompt from script
- How-to
- Last updated 2 years ago
- Mark Goldsmith replied 2 years ago
I need to open an elevated (administrator) command prompt from a program. I have tried using a simple RUN('CMD") and that opens a standard command prompt. I need this to be the administrator version and have hit a wall on finding any documentation ...
Timeout Problem When Connecting to SQL Server Database
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Timeout Problem When Connecting to SQL Server Database:
I have a PowerBuilder Application that has been running live at several companies for many years. The problem is just with 2 users at one company using the application. Currently there are ab...
SSH protocol for PB Git source control
- Advice
- Last updated 5 years ago
- Gian Luca De Bonis replied 2 years ago
Currently the only option to use Git in PB17 is to have git server set up for http or https. What about internal ssh accessible server? Is it going to be supported or anyone have tried to make it work through ssh?
after insert row with update() show "Row Changed between retrieve and update"
- Issue
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
Hey Guys.
I try to insert a record in my table, have a simple program.I describe the step by step
1.-The user completes the form(Datawindow freeform)
2.-I run update() for the first time
the program runs and fails, I call rollback in the prog...
AutoBuild PowerClient Json Setting...
==========================================
"BuildPlan": { "SourceControl": {
"Git": [ {"SrcPath": "https://github.com/Appeon/PowerBuilder-AutoBuild-Sales-SourceCode", "User": "tester@appeon.com", "Password": "...
Hosting encrypted appsetting.json file for RESTAPI
- Resolved
- How-to
- Last updated 2 years ago
- Logan Liu @Appeon replied 2 years ago
Hi all.
I am new to REST API. I have developed and hosted the REST API successfully with SnapDevelop on AWS. I want to encrypt appsettings.json file as it contains some sensitive information like database connection string for connecting to database...
How can I find where a structure is defined?
- Resolved
- How-to
- Last updated 2 years ago
- Tracy Lamb replied 2 years ago
Hi all,
I've got a structure that I use all the time to pass variables from one window to another (usually a response window)... str_parms. It's a bunch of empty arrays of different datatypes... string[], long[], date[], etc. I am developing a new...
Cannot run my PowerServer Project in PowerBuilder 2021
- Resolved
- Issue
- Last updated 2 years ago
- George Mikhailovsky replied 2 years ago
I installed PowerBuilder and PowerServer 2021 with only one problem. Although I already installed PostgreSQL (version 14), I still got message that there is neither ASA or PostgreSQL on my machine. I ignored it and complete the installation without a...
ORA-12154: TNS:could not resolve the connect identifier specified
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Buenas tardes
Quisiera puedan apoyarme en un problema para conectarme a Oracle 9.01, ya que no reconoce el tsname. Por ODBC tampoco lo reconoce.
Oracle database error 12154: ORA-12154: TNS:could not resolve the connect identifier specified
He leid...
Power Builder 2021 deployment best practice
- Resolved
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi all,
As upgrading from PB 2017 to PB 2021, as well take advantage of this upgrade and move from On-premises to to DEV AZURE, how should compilation and deploy should held on the pipeline?
Eventually, need to pack it all (deliveries) on MSI
So, ...
How to display local html files
- Resolved
- How-to
- Last updated 2 years ago
- Brad Mettee replied 2 years ago
Hello,
I’m migrating from MS WebBrowser Control (IE) to the PowerBuilder internal WebCrowser Control (CEF). It works fine for web based files but fails for local files.
I know this is correct, it is the documented behaviour.
But it does not solve ...
I am still getting "row changed between retrieve and update" any time I try to update a table where a datetime is in the list of updateable columns.I tried setting datetimeformat in the ODBC database profile syntax tab but it still fails. Somehow the...
Weird situation. 1 of my clients is moving to PB 2021. They have a separate build machine with PB 2021 installed on it and they RDP into it using a service account. Initially they installed PB and imported DB profiles and everything was fine. Rec...
sending http request string with message part in local language
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
We need to send the SMS message in local language. The SMS service provide has given the parameters apikey, unicode=1,message, numbers sender. In this the message part has to be sent in selected local language. When we build the message in PB, using...
Datawindow, group by, computed field, pageabs(), pagecount() - total number of pages.
- Resolved
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hi All.
APPEON PB2019R2
Have a tabular datawindow with two group by's.
First one: ... newpage=yes resetpagecount=yes ...
In the footer, i need to display "current page" - pageabs() works just fine and "total number of pages" - obviously pagecount...
PowerClient app running twice apps
- Issue
- Last updated 2 years ago
- Sang Chul Song replied 2 years ago
if PowerClient App run in Browser then 2 app running.
IE 1 app running, Other browser is 2 app running.
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