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. :)
Hi
We are looking for ways to connect PowerBuilder 2021.1506 application to an Azure database.
We can connect to the database using:
SQLCA.DBMS = "MSOLEDBSQL SQL Server"
SQLCA.ServerName = "tcp:our server.database.windows.net,port"
SQLCA.Da...
App Path and Install Path --> Advanced options of cloud app launcher profile
- How-to
- Last updated 2 months ago
- David Xiong @Appeon replied 2 months ago
App Path has a default install location of %appdata%
Install path (for launcher) has default location of %localappdata%
the difference is that appdata is in the roaming section of user data.
Why are they defaulted to 2 different locations? W...
regards
I have a machine that measures, after measuring sends an impression with some readings to a printer connected directly to this machine, I need to read this data instead of the printer
thanks for your support
JMeter Session fails to respond (Invalid Session) error
- Issue
- Last updated 2 months ago
- Angie Liu@Appeon replied 2 months ago
Hello, I was able to finally configure Jmeter using Fiddler and manually recording requests. It has been working fine for a week or so now but then all of a sudden I see the "ConnectAndCreateTransaction" endpoint failing. This is the endpoint that gr...
Replace Soup Connection with HTTP Client
- Resolved
- How-to
- Last updated 2 months ago
- gili galili replied 2 months ago
Hello,
We are upgrading from PB19 -- PB2022.
I understand that we have to rewrite all code that uses Soup Connection to HTTP Client.
Can somebody, Please provide some examples.
Regards,
Marina
Ribbon File Menu spacing issue
- How-to
- Last updated 2 months ago
- Mark Lee @Appeon replied 2 months ago
We are currently developing a new PB ribbon bar in our product and have successfully integrated it.However, we noticed that the default appearance of the file menu in the ribbon bar doesn't look good, as there is too much space between the options.
...
Since PB2017R2 until PB2025 BETA, the Add to source control dialog includes all files located under the Workspace/Solution's Directory.But afterward, only PB objects can be manipulated through the GIT related menu options directly from the PB IDE.It ...
2025 Beta datawindow object stored procedure update enhancement
- Misc
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
I just downloaded the 2025 Beta for Powerbuilder and the initial code enhancements look nice at first glance. However, as I do with every new version I download I check to see if any updates have been made to the datawindow painter in regards to when...
Add PBD file to library list (IM 2017 R2)
- How-to
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Hi,
I am using InfoMaker 2017 R2 and I am trying to get a PDB file into my library list. It seems that just PBL files are selctable under "Select library" and when I browse to the reports under the PBD file I get the error message that they are not ...
Hello,
When doing my workspace deployment, i was able to change the location where the exe gets created.
I have created a bin folder to put exe file
And would like to get all the pbd files saved in the bin folder to make it easier when creating my...
Critical Issue Facing FOR our ERP deployment
- Advice
- Last updated 3 months ago
- Armeen Mazda @Appeon replied 2 months ago
Dear Appeon Team we are using PB2022 R3 Please Please Take care of these mentioned points
1.Can u please add a option to highlight the backcolor of focused column in light green or light blue and keep it back the existing colur or customized color w...
PB 2025: Workspaces vs Solutions
- Advice
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
I can't seem to find much on the advantages of the new solutions over the old workspaces. Can someone explain? Also, the 2025 beta version indicates that solutions can only be used wtih Professional or CloudPro licenses. That seems odd.
PDF Property ScaleFactor not working
- Resolved
- How-to
- Last updated 2 months ago
- Ratna Vege replied 2 months ago
When we are generating the PDF from the data window source, data that was generated to the PDF is getting shrunken.
We tried to use the property dw1.object.DataWindow.Export.PDF.NativePDF.ScaleFactor=100, However, we are getting an error. is this pr...
Publishing PowerServer Projects to Azure Container Instances
- Resolved
- How-to
- Last updated 2 months ago
- Logan Liu @Appeon replied 2 months ago
Hi Team,
We are trying to Publishing PowerServer Projects to Azure Container Instances. But It's asking us to install the Docker Desktop.
Please let us know, How we can fix this issue.
Thanks,
Shenbagam Balakumar.
Drag and Drop Emails from 64-Bit Outlook
- Resolved
- How-to
- Last updated 1 year ago
- Christopher Craft replied 2 months ago
PB 2022 1900
We recently changed our email from MAPI to OLE in order to support the 64-bit outlook with our 32-bit PB application. This works great but I am now trying to figure out how I might be able to support the drag and drop email feature fro...
How to trigger the clicked event for dynamically created submenus
- How-to
- Last updated 2 months ago
- John Fauss replied 2 months ago
Hi All,
I have a menu with some 25 submenus. Based on some configuration, during run time, I have to add some more submenus.
I created the submenu under the 25th menu and copied the properties from 25th menu. Submenus are created already.
Now,...
A possibly corrupted file from Gitlab?
- Resolved
- Issue
- Last updated 2 months ago
- Craig Meinen replied 2 months ago
Hi All.
We are using Gitlab as our source repository for our 2023 R3 PowerBuilder (Build 3391) source code. When I try to regenerate one of the objects from the PB IDE that is in the repository, I get the following error:
Error C0113: Error reading...
hi , I am working on a legacy project , I use SQL Server 2008 R2 currently, I recently trying to update my tables, even though code was really simple, but it seems not working and I encountered the problem which is 'The COMMIT TRANSACTION request has...
PBAutobuild PB 2022 R3 build failing with no Error info.
- Resolved
- Issue
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
We have same problem as described here: Issue except I do not know nothing about MCVCR100.dll ERROR ( I have no error dialog)
We just Upgrade our application from PB 22 to PB 22 R3 runtime 22.2.0.3391.
Until now (with PB 22 R1 and older runtime) ...
PB2022 save as excel with blank cel issue
- Issue
- Last updated 2 months ago
- Armeen Mazda @Appeon replied 2 months ago
Hi Appeon team,
we met a datawindow saveas to excel issue after migration PB2017 to PB2022.
when we set the datawindow value as blank, and save excel in PB2017, this blank value is False with excel function ISBLANK.
but when we use PB2...
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