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. :)
Odd issue that's been plaguing me for awhile now.
I'm trying to authenticate against ping access (grab a token) so that I can call a rest api with that token.
Here's the powerbuilder code:
Constant Integer SECURE_PROTOCOL_TLS = 5 //Set TLS to 1...
How to shorten compilation time for a specific PBL?
- How-to
- Last updated 11 months ago
- Armeen Mazda @Appeon replied 11 months ago
There are about 70 libraries.Even when compiling only one specific PBL,It takes too long.Is there any way to shorten the time?
Webbrowser - how to NOT SHOW download multiple files and history dialogue boxes
- Resolved
- How-to
- Last updated 11 months ago
- Leila M replied 11 months ago
Hi,
We just migrated to PB2022 R3,build 3289.
I have an HTML file that we load into webbrowser and automatically saves images of charts.
In PB2019 R2, download dialogue boxes don't appear, but now it keeps showing in PB2022 R3.
Is there a set...
Upgrading 32BIT to 64BIT Local External Functions
- How-to
- Last updated 11 months ago
- Roland Smith replied 11 months ago
Hello,We're in the process of upgrading our application from 32BIT to 64BIT using the PB2022.We're having an issue with this line on Local External Functions.
SUBROUTINE RtlMoveMemory( long Dest, REF structure some_structure, long CBLen ) LIBRARY "k...
After compiling to Full, only one specific pblIs there any way to compile and distribute it?
'There is currently no matching version, Lowet Supported Version: 22.2.0.3289'
- Issue
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
I've trying to run a compiled PB 2022 on a remote server. We ran the PB runtime installer package on the server, and the runtime directory was created. When I try to run the my PB 2022 app I receive this error message.
Any help would be appreciate...
How can i solve this System Error using the PBDOM in Powerbuilder 2019 built 2170?
- Issue
- Last updated 11 months ago
- Desarrollador 1 replied 11 months ago
Good morning,
During these days an automatic process is carried out from my PB application.
When working with XML files, I use the PBDOM and when reading XML files and then making inserts to the DB, I get this error, which can be seen in the Image....
What happened to [Bug 11547]SMTPClient BCC email address is visible to TO Recipients
- Resolved
- Issue
- Last updated 11 months ago
- David Peace (Powersoft) replied 11 months ago
Hi Appeon
I raised this issue yesterday and today it has gone. I need to upload the information that you requested so that this bug can be fixed.
[Bug 11547]SMTPClient BCC email address is visible to TO Recipients
Please reinstate this.
Thanks
...
Powerserver build overwriting ini files after each build
- Issue
- Last updated 11 months ago
- David Xiong @Appeon replied 11 months ago
Hi,
Appeon 2022 R2 building application to be deployed to the Powerserver .
When I set the ini not to overwrite (see picture attached) it still over writes client ini files.
Ideally I dont want to overwrite all the client ini files when I d...
Executable file error phenomenon
- How-to
- Last updated 11 months ago
- Jeong Dae Ryong replied 11 months ago
It runs fine from source.An error occurs once when running the compiled executable file.It happens. In this case, after regenerating the relevant PBL,If you compile and deploy it, it works normally.What is the reason?
Ribbon bar cascade on PB 2022 R2
- Resolved
- Advice
- Last updated 11 months ago
- Julie Jiang @Appeon replied 11 months ago
Dear all,
will we be able to have cascade menus like we have in Excel?
(A drop-down below a drop down) like:
I could not found it on the demo app.
Many thanks to all
请问下,我想pb2019装在国产操作服务器系统上,powerserver运行在国产系统上
- How-to
- Last updated 11 months ago
- AFIC Cephei replied 11 months ago
因为都要使用信创产品, pb 需要运行在国产服务器操作系统上
1. 能推荐下 pb2019 R3装在哪个国产服务器操作系统上兼容性等都比较好的系统吗? 另外 能推荐下国产数据库用哪个好吗? 能提供下安装方法?
2. 怎样安装pb2019, 是不是和在windowserver里面安装一样? 或者能帮助提供安装步骤方法?
3. powerserver 也都要安装到 国产操作服务器上, 也请能提供 安装步骤什么的?
我现在使用的是 pb2019 , powerserve...
Faulting module name- msoshext.dll while export a report
- Advice
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
Hi
Our client complains that whenever they are trying to export a report in PB application they are getting the application error as attached in the screen shot.
They are getting this error when they are using Microsoft 365 and its working perfect...
How do we Implement NoLock in SQLServer ODBC
- How-to
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
We have some background server processing in PB 17 that read from a static SQL Server Database - there appears to be some locking contention and it has been suggested that we have our SQL Queries implement NoLock.
Is that done in the ODBC connection...
Verifying Reverse Proxy is working documentation within the PowerServer environment. Something seems to be missing
- Resolved
- How-to
- Last updated 11 months ago
- Tracy Huang @Appeon replied 11 months ago
Hello All,
I am setting up the reverse proxy in NGINX and I am ready to test if it works.
I referenced this documentation here in the R3 version: https://docs.appeon.com/ps2022r3/Verifying_the_configuration_for_Nginx_Windows.html
In that docume...
Error opening dll library pbCrypt.dll
- Issue
- Last updated 11 months ago
- Ken Guo @Appeon replied 11 months ago
PowerBuilder 2019 R2 Build 2353
We receive "Error opening dll library pbCrypt.dll for external function in line 20..." when calling Sec_3DesCryptApi. In Runtime and only on one virtual machine. On others it works ok.
This function Sec_3DesCryptApi ...
I have a grid datawindow. I'm trying to see if I can add another search column within a column in the grid.
So, could I make the first row a search column? And, could I make it a different dddw depending on the row?
For example, when I retrieve my ...
How to get the rowcount of the report(DW) inside the Nested Datawindow Report
- Resolved
- How-to
- Last updated 11 months ago
- Andreas Mykonios replied 11 months ago
Team,
How to get the rowcount of the report(DW) inside the Nested Datawindow Report,
mailsession object not working in windows 11
- Issue
- Last updated 11 months ago
- Miguel Leeuwe replied 11 months ago
mailsession object not working in windows 11.
Powerbuilder 2022 Runtime
- Resolved
- How-to
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
I'm migrating from PB 2017 to PB 2022, and reading the installing PB runtime is different from PB 2017. I have two servers that I need to install the PB 2022 runtime, so I need separate licenses to install PowerBuilder runtime on my two servers?
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