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 do i implement openinterfaces in wildfly 10 ?
- Resolved
- How-to
- Last updated 2 years ago
- Kai Zhao @Appeon replied 2 years ago
how do i implement openinterfaces in wildfly 10 ?
Extracting public key from a CER file
- How-to
- Last updated 2 years ago
- Miguel Alzate replied 2 years ago
Hi everyone.
How to get the public key from a .CER (certificate) file sent by third party? What PowerBuilder function to use?
Thanks in advance for your responses!
Call rest api with post method via restclient or httpclient
- How-to
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
Hello,
I need to pass a Blob to rest api service to save a blob via post call.
When I'm calling the postdatastart with the URL I'm getting error -1 (that's mean general error).
I installed Postman app to see if there is a problem and monitor the p...
Save Rows As for Both Primary and Nested Reports
- Resolved
- How-to
- Last updated 2 years ago
- PowerObject ! replied 2 years ago
I'd like to have a nested report within a main report and to be able to save all rows - from both the nested and primary report - into Excel. Is there any way to do that? When I try, it saves only the rows from the primary report and does not save th...
Apache Echarts - SaveAsImage
- Resolved
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 2 years ago
Hi all,
[Edited, the link to Echarts was incorrect]
I've implemented the Apache E-charts in our application and have a problem with the Toolbox feature SaveAsImage.
It shows on the toolbox, but when I click on it, nothing happens and the toolbox d...
How to connect to PostgreSQL with ODBC x64
- Resolved
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hello,
I try to connect with Powerbuilder 2022 x64 with ODBC to PostgreSQL x64
For 32bits I use the code
ls_dbparm = "ConnectString='Driver=PostgreSQL Unicode;"ls_dbparm += lnv_ini.of_getconnect_database( )ls_dbparm += lnv_ini.of_getconnect_serve...
For the olecustomcontrol there is an event called losefocus()
I am moving away from ole to webbrowser control.
I can't seem to find losefocus() or anything equivalent to that.
Any ideas?
Is there an MDI regain focus event?
- Resolved
- Advice
- Last updated 2 years ago
- Tracy Lamb replied 2 years ago
Hi Friends,
I have an MDI app. In one of MDI sheets, I have a dw object and a tab object. Both objects have code for the rbuttonup event that pops up a different menu depending on which object or tab is clicked.
When the user has the app running ...
Question about organizing of resource files
- Resolved
- Advice
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
PB 2021 , build 1506, 32 bit
From the distant past we have inherited a program structure with exe files and pbd files for all our applications.
In the application projects, the exe files and pbd files are assigned pbr files exactly matching the ico...
Hello Alli need to Export a Datawindow to a Json
the issue is that the the items have Upper and Lower case like :codigoDepartamentoReceptor or fechaHora
when i create the datawindow the name are always change to all lowercase
i did try to use the...
Re: Computed columns with SQLite
- How-to
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
Hello,
Using Powerbuilder 2019 R3, SQLite, ODBC Driver from http://www.ch-werner.de/sqliteodbc/
Need to cast a computed column as date, but PB interprets it as a char column only. I tried
Datawindow's column specification, we get
All those compu...
SnapObject Project to connect to Sybase ASE
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi all,
I'm banging my head against the wall here.
I'm been working with snapdevelop and visual studio to migrate our old client server application [Front end connects to ASE directly].
hoping to evolve to an architecture where front end interact...
Can I change the dataobject of a datawindowchild dynamically?
- Resolved
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
I have a datawindow with a dropdowndatawindow (datawindowchild). I want to change the dataobject of the dropdowndatawindow base on if their is some data in a table. I try the following but PowerBuilder tells me invalid property.
//cch declare the da...
HttpClient using in PowerBuild2021
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We are using powerbuilder 2021. We migrated from powerbuilder11.5 to powerbuilder2021. We are in middle of converting web calls. We wanted to use HttpClient as recommended by Appeon. I am calling a url which is wdsl has a function requires 3 paramete...
How to connect to SQL Server with Windows integrated authentication?
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Thanks for any hint
Peter
PowerBuilder VM not found when starting a service
- Resolved
- Issue
- Last updated 2 years ago
- Miguel Leeuwe replied 2 years ago
We have a service which was built in PB 2017. We have upgraded the service and deployed it to a new Windows Server VM.
When we try start the service, we get this error
I then checked in Event Viewer and the error is "Powerbuilder VM not found".
...
Change Datawindow data access to something other than direct DB connection
- Resolved
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Question to the PB Community:
We have a monolithic application consisting of a PowerBuilder frontend and C# .NET application server, both of which are tied to a MS SQL Server database. When the application was first written it was strictly PB, but o...
How to run a desktop application on different databases
- Resolved
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Hi all.
We have a desktop application that runs only on Oracle (currently using PowerBuilder 10 but we are already getting 2021).
I am looking for tips on better ways to make this application also run on SQLServer.
It is based on datawindows but a...
HTML editor for creating the body of an email
- Issue
- Last updated 6 years ago
- Roland Smith replied 2 years ago
Hello,
My application sends outbound emails and I need my users to be able to edit the body of the email. Id like them to be able to format the body of the email with the same type of options as if you were in Outlook or another email tool which ...
Old school PowerBuilder. Using PB 19 R3 Build 2670. Basic client server.
Calling a Web service proxy via SOAP. Code sample below:
TRY conn.Useintegratedwindowsauthentication( True) CATCH (Throwable x) ls_error = x.GetMessage() ...
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