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. :)
Is there a limit on Error message characters with Postgresql?
- Resolved
- Issue
- Last updated 3 years ago
- John Fauss replied 3 years ago
Hi
We are using PB2017R3 against Postgresql version 10 using ODBC driver.
We have a bug where an error message of over 320 chars is being truncated to 255 characters.
Is there a limit set somewhere that can be adjusted please?
e.g. "Yo...
SVN with needs-lock property
- Resolved
- Issue
- Last updated 4 years ago
- Julián Tagarro replied 3 years ago
Hi all,
If I try to modify an object (add a commandbutton to a window for example) without locking it with "SVN Get Lock", PowerBuilder saves the change into the object but shows the following message:
So, I have the object modified into the PBL ...
Hi why this custom Theme not work this code not work "w_logon.gb_1": not change color, but if change for "groupbox": work fine
thanks
Luis
{ "meta-info": { "version":"190" }, "window": { "drawing":true, "background-color":"#FFFFFF", "title...
We are converting our 2017R3 apps to 2019R3 and I copied the PBRuntime files for 2019 into the application directory. However, I get a error "There is currently no matching version; currently supported version 19.2.0.2703". Do I have the wrong PB 19 ...
Arrow keys don't work in Powerbuilt app - what to look for
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
We have a client who is using our Powerbuilt application for a training - the users are reporting that the arrow keys do nothing in our app, whereas they work fine in MS Word and other apps. (I am assuming Windows 10.)
Is there a setting that ena...
Where can I get the PB2019R3 (build 2703) Localized Runtime DLLs for Spanish?
- Advice
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi,
Where can I get the PB2019 R3 (build 2703) Localized Runtime DLLs for Spanish?
Please note: We are currently using PB2019 R3 build 2703 only. We do not want to upgrade to new build yet.
Very appreciated.
Thanks,
Kevin
Powerbuilder 2021 installation
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Good morning.I am installing on a PB2021 computer.The program crashed during installation. I promptly relaunched the program, but it presents me with the following situation (see image).The installation did not take place and I am no longer able to i...
I’m a Infomaker user and I have a problem, exporting one Report.
The problem comes with the header. I need to have one point (“.”), and when exports the Report, this point is translated to something else.
In the preview I can see the point in the h...
PowerServer signing questions (again)
- How-to
- Last updated 3 years ago
- Marco Meoni replied 3 years ago
Hello,I went through this very informative post (thank you Glenn!):
https://community.appeon.com/index.php/qna/q-a/powerclient-signing-questions
I am using PS 2021 instead of PC, but frontend deployment is the same and Glenn's considerations are ap...
Instance Variable of a DataWindowChild
- Resolved
- How-to
- Last updated 3 years ago
- CJ Lai replied 3 years ago
Hi
setup - PowerBuilder 2017 R3
The following scenario is in one window.
I have an instance variable for a datawindowchild declared in Instance Variables tab (let's called is idwc_test) in a window.
I then have the variable initiated by calling ...
Cause of Powerserver Error 02012
- How-to
- Last updated 3 years ago
- Kai Zhao @Appeon replied 3 years ago
Hi Appeon,
It's been my 3rd time reinstalling powerserver on my server and every time I always encounter this error:
It's getting frustrating because all the fixes that I know has been applied to this server to no avail.
I gave IIS_IUSR...
Build Excel Spreadsheet under Windows Server 2019
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
We are on PB2019R2 Build 2353. One of our apps has a custom export to Excel where we dump out a dw's results to a spreadsheet along with a bunch of formulas etc, and then open the built spreadsheet in Excel. It begins with code as follows:
OLEObj...
Catalog Tables Could Not Be Created...
- Resolved
- How-to
- Last updated 6 years ago
- Alexandre Soares Campos replied 3 years ago
I have the latest build of PB on windows 10. I'm using MySQL db and have the aggravating issue of not being able to generate or use the system catalog tables. I've tried DBA, DBO, Admin, Sys, and blank in the table owner field on the DB profile wit...
Hello all,
For our PB app we use a local Sybase DataBase. We have about 300 customers, so also 300 DB's.
I've created a REST API with SnapDevelop so external parties can Get some info. The API connects to the local DB through ODBC.
For the mome...
Has anybody gotten TopWiz pbnismtp working with Outlook 365 (smtp.office365.com)?
- Resolved
- How-to
- Last updated 3 years ago
- Mark Goldsmith replied 3 years ago
My admin swears he has set my account to allow it but I get the following errors.
using - STARTTLS error - Send Email Error: -4 535 5.7.139 Authentication unsucessful, the user credentials were incorect. [MN2PR15CA0001.namprd15.prod.outlook.com]
u...
PB 2019 R3 'There is currently no matching version' error
- Resolved
- Issue
- Last updated 3 years ago
- Tracy Lamb replied 3 years ago
Hi
You will have to forgive this question as I am still finding my feet with Powerbuilder, andI am a bit stumped by this one
I have migrated my code to PB 2019 R3, and deployed the code.
I have copied all the dlls from the C drive common/Pow...
Hi,
How do i send an email with attachment on powerbuilder2021 without dependent on outlook?
regards.
Re: PB 11.5 application crashes in Win 7 SP1
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
Hello,
PB 11.5, Win 7 SP1
The application works fine elsewhere. Only in one particular machine, this application crashes, with the following message
Windows (Application Log) contains the following.
Faulting application name: elifa3.exe, vers...
How to handle Array out of bounds
- Resolved
- How-to
- Last updated 3 years ago
- Michael Connell replied 3 years ago
Hi,
We have inherited a legacy PB application and I am currently going through the code refactoring and generally tidying up.
In the code there are numerous places where the UpperBound() function is used to check the length of an array before acces...
Client Certificates with HTTPClient or RESTClient
- Advice
- Last updated 3 years ago
- mike S replied 3 years ago
Hi Appeon Support,
It looks this Feature has been requested for sometime.
Is Appeon Powerbuilder HTTPClient (With Certificate) going to include this feature in the near future?
or it will be completely NOT in the roadmap.
Thanks and Regards,
...
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