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. :)
How to make a phone call with callto:
- Resolved
- How-to
- Last updated 6 months ago
- Roy Bungert replied 6 months ago
Hello
If I enter "callto:0123456" as an URL in my browser, I can make a phone call via my IP-based phone system.
How can I manage this with Powerbuilder? I tried HyperlinkToUrl() and I tried SendRequest() with the HTTPClient without success. Any i...
PowerBuilder on the all new Microsoft Copilot+ ARM based Windows machine
- How-to
- Last updated 7 months ago
- David Peace (Powersoft) replied 6 months ago
Hi Appeon
Will PowerBuilder work on the new Microsoft Copilot+ ARM based Windows machines ?
And if yes will it be using the x86 emulator or natively?
If only the emulator will Appeon support Windows ARM based computers or only on legacy x86 ?
...
tabbedview checkbox missing
- Resolved
- Issue
- Last updated 6 months ago
- Andreas Mykonios replied 6 months ago
Three days ago, Runtime 22.0.0.1900 was installed and the instructions for “Tabbedview” show that on a “mdi” or “mdihelp” window the checkbox for “tabbedview” is available. However, when I open my “mdihelp” window the checkbox is not there. Can anyon...
I am trying to install the PB 2017 and connect to my git repository.
The issue i am having is that we moved our git repository to the cloud (bitbucket.org) and use Windows credentials to log into the repository.
When I try setting up the git for...
How to set display format in DW to show actual (non zero) digits of number?
- Resolved
- How-to
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
Hello Everyone,
working on extending existing PB application to support crypto, thus need to adopt application to work with DEC(27,18). PB support such datatype without a problem, but what about display formats? is there something similar to C#'s {0...
We going to migrate Sybase to YugaBytesDB , how do connect YugaBytesDB from PowerBuilder?
PowerBuilder 2022 R3 Build 3356
We are using a PowerBuilder application to call a Blazor application to do some Fee calculation. With some users, the browser shows the currency symbol of a pound sign instead of a dollar and the drop down date fun...
Postgresql Identity values, how to obtain?
- How-to
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
Anyone using Postgresql - how are you obtaining the @@identity value of the last inserted record? (similar to SCOPE_IDENTITY in SQL Server). There is an insert statement with the 'RETURNING id' clause but inline SQL in PB doesn't like this syntax.
...
Dear Appeon Powerbuilder guys,
I'm using PB 2022 (R1) MR 1900 32bit.
During processing the response of a HTTP-POST-Request using a loop, PB crashes unexpectedly during concatenation of the incoming Blob-data.
This is my code:
HTTPClient lrc_DocEn...
JSONPackage, loadstring and getvalue failed due to bracket [...]
- Resolved
- How-to
- Last updated 6 months ago
- Ong Chin Keat replied 6 months ago
{
"submissionUid": "CNWRXZESJEZ1YQC3E7T8G20J10",
"acceptedDocuments": [
{
"uuid": "H2YRP9VQXFB4ZFHDE7T8G20J10",
"invoiceCodeNumber": "9112450011"
}
],
"rejectedDocuments": []
}
hi all,
I'm calling an API and return above resu...
PowerBuilder App 2019 Sometimes Crashes When Running From 2022
- Issue
- Last updated 8 months ago
- Jeremy Vetter replied 6 months ago
I have a PowerBuilder app runs fine in production when compiled with 2019. We are trying to move to 2022 but that app starts but after hitting a button in one of the windows it crashes. We can resolve this by regenerating one of the objects. After...
PowerBuilder 2019R3 / 2021 application terminates in oleacc.dll for some users on Windows 11
- Resolved
- Issue
- Last updated 2 years ago
- Neil N replied 6 months ago
Introduction
We are facing a PowerBuilder termination in some rare situations and only on a limited set of Windows installations. We do not have full details of the case, so we hope someone has a similar experience that might resolve our issue.
Pow...
PowerServer 2021 Datawindow not found
- Resolved
- Issue
- Last updated 2 years ago
- Louis Arena replied 6 months ago
Got my PowerServer 2021 POC working, but having an issue with at least 1 datawindow not being found. Unfortunately it's on the main screen that displays base data. I've searched through the TroubleShooting documentation and I don't see anything abo...
ToolTipMsg( hWndTT, TTM_ADDTOOL, 0, ToolInfo ) returning 0
- Resolved
- Advice
- Last updated 1 year ago
- Pieter Coene replied 6 months ago
Hi All,
we are trying to migrate our application from 32 bit to 64 bit.
Now as per suggestion by migratation document i have chaged the cbsize to 64 , now i am getting error while calling ToolTipMsg( hWndTT, TTM_ADDTOOL, 0, ToolInfo ).
I am not s...
I'm trying to build some type of navigation for a 8 page tax form that when they click on a icon or item I will swap out the datawindow object to the correct section/page . The datawindow is shared so just one save needed. But I'm stuck between a rib...
PowerBuilder 2019 R3 - Insert Error
- How-to
- Last updated 7 months ago
- Chris Pollach @Appeon replied 7 months ago
We are using PowerBuilder 2019 R3 and recently,we have encountered an insert error message in the production environment when the end-user save the changes made. Appendix: Details of root cause
The errors stem from, when PowerBuilder composes its SQ...
Hi,
I really can use quick help. I am Powerbuilder user for so many years but never used Resource file (.pbr). First time I run into issue of using it and not finding luck. Here is the scenario.
I have files on network
\\domain.com\images\xyz.gif
...
Dynamically create a window from a string
- How-to
- Last updated 7 months ago
- Chris Pollach @Appeon replied 7 months ago
I have a window name w_menu_holder
I want to create the window from thje string "w_menu_holder"
Is it possible to do so?
This is what I am trying that doesn't work.
window lw_window // Declare a window variable string ls_window ls_window = 'w...
IM 2022
End user migrated from IM 2019 using an ORCA based tool I wrote. It walks through all libraries in a folder and migrates each one.
In IM 2022 they are getting the following error when attempting to Move or Copy a report from one library to ...
Get list of Windows Processes
- Resolved
- Issue
- Last updated 7 years ago
- David Peace replied 7 months ago
I need to get some information about current Window Processes
We used to call VBScript to get that. After we migrate app to 64-bit it is impossible to call VBScript using MSScriptControl.ScriptControl ActiveX.
We are searching for alternatives...
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