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. :)
Does GitHub Copilot or Microsoft Copilot work with PowerBuilder?
Grid lines in grid dw disappear
- Issue
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
I have PB 2022 R3. I have a grid datawindow. When you click on the last row in the datawindow, the grid lines disappear. You can click up one row and they reappear. Click down and they disappear. Any suggestions as to what is causing this or how...
Powerbuilder 2022R3 LoadWithDotNet
- Resolved
- Issue
- Last updated 6 months ago
- Eric Verhorstert replied 6 months ago
On a Windows 2019 server LoadWithDotNet returns -1. On several Windows 11 desktops it works just fine.
We had to install .NET on the server because it was not installed. Should we install other dll's to get this up and running? It is a Powerbuilder...
Working with an array of NVO's of type DataStore
- Resolved
- How-to
- Last updated 6 months ago
- Krishna Mohan Gullap replied 6 months ago
Hello there to all PB Guru's
So, in my application, I have an NVO (say nvuo_dw) of type DataStore with the below variables:
2 strings and 1 string array
In my window code, I create an array of type nvuo_dw and dynamically populate it, depending on...
Cannot Register email to assign license
- Issue
- Last updated 6 months ago
- Roland Smith replied 6 months ago
Hello,
I cannot assign a PowerBuilder license to a user because he cannot register his email. Error message says reputation is poor and fail to pass IPQS validation.
His email is qwu13@statestreet.com can you please help me setup his email?
Thank...
Options for multi-core optimisation of Power Builder app
- How-to
- Last updated 1 year ago
- Glenn Barber replied 6 months ago
I've noticed that a huge power builder application shows very poor perfomance on multi-core processors, while it may work several times faster on one-core processor with the same input. While analysing this issue I discovered that an application tend...
How do I retrieve the current url when the main URL does not change?
- How-to
- Last updated 6 months ago
- John Fauss replied 6 months ago
Hi, I my working with PB 22 app ,
I have webbrowser control , and i do navigate to a URL.
ad the address url , just The main URL is show at chrom not like i.e.
the URL shown in the address bar , does not change no matter how deep the user is and ...
I'm running PowerBuilder 2022 R2 2819 on a desktop. Is it possible to use Powershell to call PBAutoBuild220.exe on a remote desktop to perform a build? How? Examples are very helpful.
Daily build with migration
- How-to
- Last updated 6 months ago
- David Peace (Powersoft) replied 6 months ago
Hi,
I try make batch build.
My SCC is VSS and I work with PB 11.9.
Try to make daily build with PB22R3.
Step 1 copy all pbl into build machine
Step 2 generate one pbd from dlls using pbx2pbd220.exe
Step 3 Migrate from ide and apps work fine
...
Can PowerBuilder call below PostgreSQL procedure to return result set (refcursor type) in datawindow ?
CREATE OR REPLACE PROCEDURE public.get_employee_cursor(emp_id integer, INOUT swv_refcur refcursor DEFAULT NULL::refcursor)
LANGUAGE plpgsq...
How can I restore PB initial system tree window screen
- Resolved
- Issue
- Last updated 4 years ago
- Glenn Barber replied 6 months ago
Hi
I have a PB 2019 installed in Windows 10 machine.
I was following a training tutorial and one of the tasks was moving system tree and bars, etc which ended up completely changing the initial default PB workspace screen with all the toolbar...
Hello
Two questions about Windows services:First: how to determine whether a service has been set up/installed.Second: how do you determine the status of a Windows service. e.g. running, paused, stopped.
Thanks
Difference between P-Code and M-Code compiling
- Advice
- Last updated 6 months ago
- Benjamin Gaesslein replied 6 months ago
Hi guys.
Can you explain me; whats the difference between P-Code and M-Code compile?.
What's the pros and cons; of each one?
Thanks and regards.
Issues with Query "Convert to Syntax" and using non-"dbo" schema database objects
- Issue
- Last updated 6 months ago
Greetings -
I've been using Infomaker off and on for 20ish years, but I primarily write SQL code directly in SSMS because I find it easier. I'm not here to argue that point, I just offer it as a background understanding for this question.
I have a ...
PB2022R2 deployment failed with "Error calling method of a PBNI object"
- Resolved
- Issue
- Last updated 6 months ago
- Roland Smith replied 6 months ago
hi all,
I face this "Error calling method of a PBNI object" when deploy PB2022R2 version application to client computer.
I have follow possible method as this QnA link but still failed.
I'm also ensure those files highlighted in this link include...
Datawindow expression does not re-evaluate when referenced column changes
- Resolved
- Issue
- Last updated 6 months ago
- John Fauss replied 6 months ago
if(approved_day_13='N' ,255,16777215)
I have the above expression in a column of a datawindow that looks at the value in the approved_day_13 column and then sets the background color to red or white. It works fine when i retrieve the datawindow....
Remote machine name in a TSE session
- Resolved
- How-to
- Last updated 6 months ago
- John Fauss replied 6 months ago
Good morning,I launch an application in a TSE session. This application is in PowerBuilder 19 R3.In this session, I need to retrieve the name of the remote machine that started the TSE session.For this I use the following function:
Function ulong Ge...
Using dropdownpicturelistbox and multilineedit in version 2019 R3
- Advice
- Last updated 6 months ago
- John Fauss replied 6 months ago
Hello
we are upgrading from PB 2009 to PB 2019 R3 and during one of the flow we are facing performance issue , i found we are using dropdownpicturelistbox (ddplb_1) and multilineedit(mle_text) and after calling this its taking time to load data on...
Problems with httpclient credentials
- How-to
- Last updated 6 months ago
- Felipe Ocampo replied 6 months ago
We are currently using a service consumption with the SoapConnection object in the PB 2019 R2 release; We are going to migrate to the PB 2022 R3 version.
In version 2022 R3 it shows me the following message "The assembly 'AAAA.dll' doesn't exist."
...
Searching/replacing a text with wildcard characters in all libraries
- How-to
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
Any advise on searching a text with wildcard characters in all libraries? Similarly replacing same text with new string in all libraries?
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