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. :)
ShareData error when sharing back to original source
- Resolved
- Issue
- Last updated 3 years ago
- John Fauss replied 3 years ago
Hello Appeon people,
It appears that in PowerBuilder 2019 R2, ShareData will return -1 if you share the data back with the original dataobject that shared the data in the first place.
I've put together and attached the exported source code for a Wi...
Reference string variables truncated when passed back from stored procedure
- Issue
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
HI,
We are using PB 2017 R3 against a postgres database. We are in the process of porting our application from informix to postgres database.
I have an issue in that functions declared with reference variables - after retrieving the data - the s...
Not able to access TLS1.2 from HTTPClient object
- How-to
- Last updated 3 years ago
- René Ullrich replied 3 years ago
HI team ,
Need some help in establishing the TLS1.2 protocol for the PB application.
I am using the HTTPClient object which supports the TLS1.2 Protocol and setting up using the property.
lnv_HttpClient.SecureProtocol = SECURE_PROTOCOL_TLS1
Wh...
Thanks to everyone who responded to running PB2019 on Windows Server 2008 R2. I have another hardware issue.. This involves running the same code on a Windows Server 2012 vs running locally on a Windows 10 workstation... The Windows Server 2012 ve...
Integrate PB with GIT using NetScope Client
- How-to
- Last updated 3 years ago
- Andres Slachevsky replied 3 years ago
Hello Allwe need to integrate PB 2017 and 2019 with GITHUB
we use NetSkope Client to access internet
following the https://docs.appeon.com/pb2019/pbug/ch03s03.html
i need to change the pb.ini in order to add
[SourceControlProxy]
Url=192.0.0.88
...
Deploy Powerserver2021 CloudApp with custom fonts - 1D/2D barcode fonts
- Resolved
- How-to
- Last updated 3 years ago
- mike S replied 3 years ago
To all,
is there anyone knew how to deploy custom fonts files such as AdvC39* into c:\windows\fonts\ folder?
I knew we can include external files such as *.dll; picture files in the Powerserver project, while those files would be downloaded into cl...
Recommendations for PowerServer OS
- Advice
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Hi,
I'm planning to purchase a virtual machine from Azure and install PowerServer 2021 on it.
Should my VM be a Windows 10 or Windows Server 2019? Pros and Cons?
What if I will install also PowerBuilder PowerBuilder 2021 on and develope compile a...
ImportFile Return Error -13889
- Resolved
- Issue
- Last updated 3 years ago
- Mark Goldsmith replied 3 years ago
Hi Team,
I have some code in Power Builder 2019 R3, I am using a DataStore to import a tab delimited .TXT file, the file contains 51,647 records with 12 columns separated by tab, when I do the ImportFile it returns an error value -13889. The file si...
比如我网络有个这样的视频地址; http://192.168.0.166/shiping/123.mp4
我怎样在手机端实现即时播放?
谢谢
Saving Graph Datawindow to Clipboard distorts image size
- Resolved
- Issue
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 3 years ago
Wondering if anyone has a solution to an issue I'm having...
I'm getting signature data from a pin pad in data-point format (not a bmp). I can graph this data using a graph datawindow and fill in the gaps to give the appearance of a solid line. The ...
Could not change symbol of graph - On Composite Datawindow
- Advice
- Last updated 3 years ago
- Olan Knight replied 3 years ago
Hi Team,
Thank you in advance.
We are trying to change the graph symbol. Graph object is exist in a datawindow which is in composite data window.
We are able to access Graph Object Property - Category Name But, couldn't use SeriesCount .
Syntax...
Hi all
I need your help to set up a PBNative SCC at work
I have one repository but when others connect to it, their objects still show a plus sign (+) next to them after refresh.
Here are the steps I took to set it up. We are using PB 2017 R3 buil...
PB2019R3 is >>> FAR slower than PBv12.1
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I finally identified the cause of the performance slowdown in both PBv12 and PB2019R3. The problem is the DBPARM option "DisableBind=1".
Removing the DISABLEBIND=1 from the DBPARMS resolves the issue in both PBv12.1 and PB2019R3.
Solution:
Ch...
How can I pick the username from Custom Web Control entered by user.
- How-to
- Last updated 3 years ago
- René Ullrich replied 3 years ago
HI Team,
I am using Microsoft Custom Web Browser for navigating the user to Microsoft login Screen to put the Username and Password for generating OAuth2.0 Authorization code , I want to get the username entered by user in the Microsoft Login Scree...
I have created a new application and a ribbonbar. I followed the instructions, however when I attempt to add the initiation to the mdi window I find I do not have function:
wf_init_ribbonbar
What do I need to do / where do I get the ribbonbar funct...
Powerserver2021 Application web.config default setting
- How-to
- Last updated 3 years ago
- David Xiong @Appeon replied 3 years ago
To all,
I would like include below security setting into web.config by default, is there a way to setup in Powerserver project?
Right now, I have to insert this section manually after publishing the project.
Related topic: bug 6603 to solve datawi...
Can PB handle a variable as a table name in embedded SQL? Not sure how the TransObject could handle that. Dynamically changing the table would cut down on some code in a global function.
Select column
Into :ls_column
From :table_name
Using SQLC...
datawindow expression -> parent reference
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hey,
how can a datawindow reference be passed within an datawindow expression?
Thank you
Torsten
forward prototypesglobal function string f_tooltip (datawindow adw_obj, string as_column, long al_row)end prototypes
-
Tooltip - Expression
...
Powerbuilder2021 Cloud deployment - SessionId
- Resolved
- How-to
- Last updated 3 years ago
- Zhang JX replied 3 years ago
Hi Team,
2 questions for help:
1. Is there PowerBuilder2021 function to get PS SessionID? I need log this session ID to DB table for analytic purpose;
2. When use below Powerscript SQL statement to insert table info directly, get below error messa...
Defect PSR file causes Powerbuilder to crash
- Resolved
- Issue
- Last updated 3 years ago
- Gregory Rusak replied 3 years ago
Defect PSR file causes Powerbuilder to crash
Hi Everyone,
we have a defect PSR file that causes Powerbuilder to crash everytime i try to edit it
How ro reproduce this:
1. Open the File "d_view_vlge_000000000001005451.psr" with Powerbuilder2. go t...
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