Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 7 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. :)
UNC resolution in PB2022 R3 64 bit with mapped drive
- Issue
- Last updated 1 month ago
- John Fauss replied 1 month ago
We are running PB2022 R3
FUNCTION Long WNetGetUniversalName(String lpLocalPath, Long MustBe1or2, ref Blob lpBuffer, ref Long lpBufSize) Library "mpr.dll" Alias For "WNetGetUniversalNameW"
When you run this in 32 bit it works
When you run thi...
We are migrating an application from PB2017 to PB2022R3.
As part of the documentation for migration it speaks to the following:
RichTextEdit control and RichText DataWindow changes - - Upgrading PowerBuilder Applications (appeon.com)
W...
PowerBuilder Language pack related
- Resolved
- Advice
- Last updated 1 month ago
- Ganesan Rajan replied 1 month ago
Hi,
Recently we received source code of PB App. But throughout the app, they have used Spanish language i.e comments, variable name, object naming.
Can you please let me know whether it is possible to see all these in English?
Thanks,
Ganesan R
Anyone use 'Microsoft Print to PDF' to Save Documents Automatically?
- Resolved
- How-to
- Last updated 2 months ago
- Christopher Craft replied 1 month ago
PB 2022
Wondering if anyone has used 'Microsoft Print to PDF' as the DataWindow.Print.Printername while also specifying the DataWindow.Print.Filename in order to save PDF documents automatically so the SaveAs popup does not show. I am trying to find...
QUESTION: With the recent PowerBuilder 2022 R2 update of ADO.NET, is PowerBuilder now enforcing rules that were not previously enforced?
What is described below WAS NOT a problem with PowerBuilder 2022 R1...but with the release of PowerBuilder 2...
AmyUni error from Powerbuilder - Printer not activated error code 30
- Issue
- Last updated 1 month ago
- Roland Smith replied 1 month ago
Hi All,
We are using a Powerbuilder 2022 R3 application and it uses AmyUni tool for PDF conversion and printing. Recently we have upgraded AmyUni from 6.0 to 6.5 version and below changes are done in the application code:
Changes to point to n...
Silent installation of PowerBuilder 2017
- How-to
- Last updated 4 years ago
- Gastón Clara replied 1 month ago
Hello,
I'm trying to install Powerbuilder 2017 silently onto Windows 2016, however I can see the pre-requisite is SQLAnywhere2017.
Installing PB manually I can decide NOT to install SQLAnywhere, so wondering what's the reason behind this being requ...
Hello, for two days my Powerbuilder IDE 2022 R3 does not start anymore without displaying any error message.
There is a crash log in the Windows Application Event Viewer:
- Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"
...
Unable to get the rows count with SQLCA.sqlnrows with ADO.NET Provider
- Issue
- Last updated 1 month ago
- David Xiong @Appeon replied 1 month ago
I am using the configuration below to connect to the database using the ADO.NET provider, and it connects successfully.
// Profile ADOTest
SQLCA.DBMS = "ADO.Net"SQLCA.LogPass = **************SQLCA.LogId = "***"SQLCA.AutoCommit = FalseSQLCA.DBParm ...
FileDelete function does not delete file in PB19 R2 and R3
- How-to
- Last updated 2 years ago
- RITESH KUMAR replied 1 month ago
Hello how are you ?I'm facing difficulties to delete files with PDF extension generated in a temporary folder on my machine.These files are generated using the Datawindow/DataStore SaveAs function.I generate these files and put them in a vector to be...
PB2022 R3 RTF/TextEditor Alignment Issue
- Advice
- Last updated 1 month ago
- Mark Lee @Appeon replied 1 month ago
Hi,
We have migrated our project from 2021 1506 to 2022 R3(3289). The latest version no longer support that TX Text Control ActiveX 15.0 or 28.0. We have window to create a cover letter where the data getting stored as rtf format . We have 3 columns...
Why are source files from PBL's created during PB Solution migration encoded using UTF-8
- Resolved
- Misc
- Last updated 1 month ago
- Peter Pang @Appeon replied 1 month ago
In testing PB 2025 Beta2, I've noticed that the object source files that are created during the migration to a PB Solution, as well as the new .pbsln and .pbproj files use UTF-8 encoding, and this greatly surprises me... since PB uses Unicode 16LE en...
Old .ini file for database connection
- Resolved
- How-to
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
I've been away from Infomaker for a few years and recently renewed my license. From previous use I saved a SQL.ini file with all my DB connections (Sybase). Can I just replace the im.ini file with the old SQL.ini file to set up the data connections...
Newspaper datawindow saveaspdf not showing correctly
- Issue
- Last updated 1 month ago
- Chris Pollach @Appeon replied 1 month ago
We have a 2-column newspaper datawindow with a heading at the top that goes across the entire page and then the data in the detail band. Everything displays correctly in Print Preview mode in our application. We need to save this as a PDF so we can...
Error while trying to add project references
- Issue
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 1 month ago
Hi Team,I'm building a class library using .net core 3.1 in which I need to access windows registry keys for validating acrobat installation, I'm trying to use below code but received an errorusing Microsoft.Win32;
Error: "CS1069 The type name 'Re...
Which PowerScript functions do not work in a PB 2025 Solution-based app executing from the IDE?
- Resolved
- How-to
- Last updated 1 month ago
- Simon Jutzi replied 1 month ago
I have found that the LibraryDirectory and LibraryDirectoryEx PowerScript functions return no information (a behavior that I categorize as "does not work") when a PB 2025 Solution-based application is being executed from the IDE. This is apparently b...
Good morning, everyone,
We are facing the following issue:Our application keeps crashing repeatedly due to the following DLL:
PBSHR.dllVersion: 22.2.0.3356Exception Code: 0xc0000005Error Offset: 0x00147234
We were able to the issue as follows:
Th...
tab on the parent, it is not visible?
- Issue
- Last updated 1 month ago
- Rafał Blecharz replied 1 month ago
Do you have a similar problem that if we add a tab to the parent, it is not visible in the inherited window? PB 22r3 3356
Hi,
In my company we were running PB 2022 R2 since it was released. We have a large structure of PBLs interconnected one with the others. We have the Core, Framework and application specific PBLs. Furthermore, we are using PBAutobuild in order to...
Hello,
We are migrating from ps 2019 to ps 2022 r3. Whenever I pass a date into a datawindow, I get this error
Client enters a date range in a datawindow, I extract that date into a date variable and then pass it into the datawindow date argu...
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