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. :)
.NET Desktop Runtime 6.0 Distribution
- How-to
- Last updated 11 months ago
- Mora Wang @Appeon replied 11 months ago
We're looking to upgrade our application from PB2022 (R1) to PB2022R3. The application is 32-bit pcode distributed using PowerClient.
We have the problem that:
The app's db connection uses ADO.NET, which for PB2022R3 appears to have a prerequisit...
Is there any specific issue with "OAuthClient" and "TokenRequest" object and the grant_type as "Autherization_code" for access token request? Is there any security concern or disadvantage of using "HttpClient" object for requesting the access token instead of "OAuthClient" and "TokenRequest" object?
- Issue
- Last updated 11 months ago
- Logan Liu @Appeon replied 11 months ago
We are trying to implement the OAuth flow in PowerBuilder windows application using Azure AD.
When the access token is requested using the "OAuthClient" and "TokenRequest" object with the grant_type as "Autherization_code" then we are always getting...
Where does PB2022 get printer information?
- How-to
- Last updated 11 months ago
- John Fauss replied 11 months ago
I'm working on migrating our application to PB2022 from PB2017 R3 and found that our print settings dialog no longer sets the printer for our application. I double checked the registry location we are using for it (HKEY_CURRENT_USER\SOFTWARE\Microsof...
At the university that I work at, I have an issue with using CutePDF writer inside of Infomaker. I wanted to confirm that CutePDF writer is among the listed combability PDF writers that can be used inside of Infomaker.
ORA-00942: Table or view does not exist
- How-to
- Last updated 11 months ago
- Armeen Mazda @Appeon replied 11 months ago
Getting below messageORA-00942: Table or view does not exist.Do you want to correct errors?
PB 2022 R3 Themes and window borders
- Resolved
- Issue
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
Hi all,
I am trying the new version PB 2022 R3 (RT 3289). When using the themes, I've noticed that the response windows have enlarged right and bottom borders.When I switch to RT 2828 (R2), everything looks fine. When I turn off the themes, it's als...
How to show PageAbs() on first NUP row only ?
- How-to
- Last updated 11 months ago
- Markus Eckert replied 11 months ago
I have a 8 NUP datawindow which returns hundreds of rows
The way the data represents onscreen is 8 results per row and the datawindow is sized so that 3 rows per screen is shown.
I have a VCR like button to navigate between the 'pages' and this tex...
DW editing functionality different behavior if Title is on.
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 11 months ago
I was doing some changes in one of our applications and I decided to turn on the title of a dw so it looks cool. Actually it did looks supper cool. I compile the application without testing the editing functionality of the columns. I push the applica...
How do I know if user clicked MaxBox or MinBox or X in a Titlebar Datawindow
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 11 months ago
I recently discover the MaxBox, MinBox and X in a Datawindow TitleBar but when I click in the X or the Maxbox or MinBox everything reacts at the datawindow level. I want to Minimize or Maximize or Close the Window. So I will like to find which event ...
How to find out what is the update status of datawindow Before Update() is executed.
- Resolved
- How-to
- Last updated 11 months ago
- Clarence Chamorro replied 11 months ago
According to the 2022 PB documentation GetUpdateStatus is obsolete and will be discontinued in a future release.
Then how do I get the update status of a datawindow before updating it?
Documentation of PB 2022 says to use DBError and SQLPreview eve...
Using UpperBound to determine whether a variable is an array
- How-to
- Last updated 11 months ago
- Dan Cooperstock replied 11 months ago
I need to test whether the value in a variable of type "any" is an array or not.
What I have found out is that UpperBound(vbl) returns -1 if it's not an array.
That's at least arguably consistent with the documentation, which says (of the 2nd argum...
Powerbuilder 2022 Mouse hover
- How-to
- Last updated 11 months ago
- Chris Pollach @Appeon replied 11 months ago
I am using Powerbuilder 2022 R1 and was wondering if there was a way to mouse hover over a field and it would display a datawindow?
Thanks.
Carla
Pbautobuild220 and Powerbuilder 2022
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 11 months ago
Hello,Can I compile with PbAutoBuild220 on the same machine that has Powerbuilder 2022 installed?
IIS Settings Not Persisting when a build and deploy is performed in PowerServer
- Issue
- Last updated 11 months ago
- mike S replied 11 months ago
We are running into an issue with certain elements of IIS not persisting within a site (powerserver project).
In order for our project to run, we have determined that Anonymous Authentication must bet set to enabled. This is located under PowerServe...
Hello, I need to create a spell checker. I would like to know if there is any component in PowerBuilder 2019 or a higher version. If it does not exist, is there any planning for development?
Thanks.
Good day...
We are trying to connect (Send and Receive STRING from an ADABAS Database using CICS Script) through IBM MQServer
We are using REST PowerBuilder functionality but are having an issue with CharacterSet and/or HEX Encryption... Anyone wit...
PB 2022 R3
I have a non-visual app that receives messages over Winsock and then processes the data and stores it in a database.
I first create an eight occurrence array of sharedobjects. I have an instance object (named Callback) that tracks whethe...
Problem description:When using the RegisterObject command according to the sample example from Help, it reportsRegisterObject function reports error -5 - DotNetObject is not instantiated.However, from the sample in the attachment, it is clear that th...
LenA function problem after migrating to PowerBuilder 2022
- How-to
- Last updated 11 months ago
- Miguel Leeuwe replied 11 months ago
I migrated from PowerBuilder 2019 to 2022.What is the reason why the LenA function is applied or not?If the part where the LenA function is applied is executed successfully twice, then it does not work.If I quit PowerBuilder and run it again, it work...
Can Transaction Object Declare External Functions using Named Notation?
- Resolved
- How-to
- Last updated 11 months ago
- Andreas Mykonios replied 11 months ago
PB 2022 1900
I don't think its possible (I tried) but maybe someone has a way. Oracle came out with Named Notation quite some time ago and I want to use it in PB. Something like this:
FUNCTION Long EndUnload (Long anSourceIdx = SourceIdx) RP...
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