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. :)
PB Application Object Changed!
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello Everyone.
Powerbuilder 2019 R2 Build 2353
I opened a second, unused, Application object sitting in one of the PBLs in my Target to take a look inside. It has been there for years before I came onboard. While the other objects in that PBL with...
Hi,
I've been under the impression that this key in the database section of PB.ini controls whether PB IDE - DB Painter will create extended attribute tables when it connects to a DB.
[Database]AutoQuote=1Columns=8NoCatalog=1
I also know that the ...
.NET WCF SERVICE CONSUMPTION USING HTTP CLIENT IN APPEON 2021
- How-to
- Last updated 2 years ago
- Daryl Foster replied 2 years ago
Hi Everyone,
We are migrating from PB 12.5.2 build 5629 to Appeon 2021. After code migration, we are trying to consume WCF Service using HTTPClient because the existing SOAP Connection and Create Instance approach is obsolete on latest Appeon 2021. ...
Hi all,
I'm trying to switch from orca pbcompiler to PBAutoBuild210.
I have builds on TeamCity.
What I'm doing now is.
I do refresh pbls from ws_objects (but update of vs objects from git is done by TeamCity) so I do only refresh a then build...
Publishing Powerserver Application
- How-to
- Last updated 2 years ago
- mathews rutto replied 2 years ago
Hi,
Need clarity on this. After publishing powerser application will it be requiring powerserver2021 license to run? For example if i develop application and generate .exe will not need the license again not unless maintainance. Will this logic appl...
power client Preload Event
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
hi,
i am trying to register a dll in the pre load event and i have admin on this pc and i have checked the option for run as administrator
the problem is the dll is not being registered
how can i see or track this operation , the process is silent...
Decode html text before load to datawindow column
- How-to
- Last updated 2 years ago
- Brad Mettee replied 2 years ago
Hi, All
I have a question about the encode html text stored in database table. Some encoded html text (with html tags) was inserted into our database table text column from the external source. When I load the text into datawindow, how can I decode ...
Re: Deadlock prevention in PostgreSQL 11
- How-to
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
Hello,
Using PB 2019 R3, PostgreSQL 11
Need to prevent Deadlock. Would like to know what others do to prevent it.
Rarely one users gets deadlock situation, where we currently kill that process in PGAdmin. This cannot be a permanent solution, ...
Cipher suite support in Powerbuilder 2019 R3
- Advice
- Last updated 2 years ago
- JUNGHYUN KANG replied 2 years ago
Hello,
Regarding to the Cipher suite, The Windows server the application runs on supports different cryptographic algorithms.
Cipher Suites in TLS/SSL (Schannel SSP) - Win32 apps | Microsoft Docs
For modern Windows Servers, the list can be fou...
After the Power Client build deployment, when i run the CloudApp Launcer either from browser or manually, I am getting the below error. I tried with my application and SalesDemo sample application. Deploying to localhost.
2021-03-01 15:06:...
Hi
I have a .net assembly that i am trying to import into a powerbuilder 2019 R3 app. some classes fail.
The advise is to create a .net wrapper before importing.
I dont know how to do create a .net wrapper.
Can you please help with a sample o...
ORA-12560: TNS:protocol adapter error
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi Guys,
We just acquired Infomaker 2021 and after installation I'm seeing "ORA-12560: TNS: protocol adapter error". Our environment is running 64 bits Microsoft Office and our ODBC database runs both 32 and 64 bits. Not sure if this is causing the ...
Web Service Proxy Wizard (Obsolete)
- Resolved
- How-to
- Last updated 3 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hello.
We have a Web Service Proxy project running out in 2017, but now in 2019 r3 that object is obsolete. I just have a few question...
Why is Obsolete?
Is there other object for the replacement of this object?
Our project is going to sto...
I have an issue posted by my client regarding spin Editmask contol with data value as numeric and display value as String (for displaying month using code table). It is expected to 1 month ahead or after on single click, and it does work. But sometim...
Unable to resolve 'Microsoft.NETCore.App.Ref (= 3.0.0)' for '.NETCoreApp,Version=v3.0'.
- Resolved
- How-to
- Last updated 2 years ago
- David Peace (Powersoft) replied 2 years ago
Hi Guys
A quick question. I'm trying to build a DLL for Dot Net Core 3.0. I've chosen that as the Target Framework and when I build I get the following error:
NU1100 Unable to resolve 'Microsoft.NETCore.App.Ref (= 3.0.0)' for '.NETCoreApp,Versio...
GetJWTToken vs SendPostRequest
- Resolved
- Advice
- Last updated 2 years ago
- Kai Zhao @Appeon replied 2 years ago
Hello,
I just want to know if there is any special reason for GetJWTToken function if it's doing (almost) exactly the same as SendPostRequest.
I see that GetJWTToken has extra return status: "-5 -- Failed to get token" (and has SendPostRequest "-1...
The window is getting freeze which is having the MS-office(we are using O365 version) control attached on that window via OLE control. When we open that window, while initializing the WORD component, it is getting freeze for sometime. And because of...
Displaying a MS-Word document inside a DWO
- How-to
- Last updated 3 years ago
- zakariya mahboob replied 2 years ago
Hello,
I'm using PowerBuilder 2019 R2 and trying to display a MS-Word document inside a DWO, more than 12 pages, without having to type all text using TEXT controls or COMPUTED FIELD controls within the DWO. I've tried to create a Pipeline definitio...
请问下手机端webapi怎样调用,有例子吗,谢谢
How can I use F9 to invoke pfc_operators event in dw?
- Resolved
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hi all,
I'm trying to use the F9 key to trigger the pfc_operators event and open the Operators response window. I created a user event on my dw named ue_keypress with arguments key (keycode) and keyflags (unsignedlong). Right now, the event just ha...
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