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 migrate a PB desktop application to PB Web/Mobile
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi
I am a sole PB developer at work and have been tasked to convert an in-house application from its desktop form to Web and Mobile.
I have not done any Web/Mobile conversion before and I am stuck and needing your help.
The app has been migrated ...
64 bit deploy DataWindow retrieves missing field values/ data corruption
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi
I am using PB 2019 using an ODBC connection to a DB2 database
I am having problems with DataWindow retrieves on a 64bit build. I have literally built the simplest application with a DataWindow, a DataWindow control on a window which retrieves th...
Sending TCP/IP plain text messages to a listener.
- How-to
- Last updated 4 years ago
- Power Builder1 replied 4 years ago
Hey everyone!
We migrated from PB 10.5 to 2019 R2, everything is working normally except an OLE object we use to send TCP/IP messages to a listener in AIX server.
Is there a new way to send messages (plain text) through TCP/IP?
Any advice or point...
How to get search result programatically in PowerBuilder
- Advice
- Last updated 4 years ago
- Swarnendu Das replied 4 years ago
Hello,
When you search for a keyword in a target, library or object you get the result in the search tab below. Is there any way I can get the result programatically?
Anyone familiar with PBL Peeper can relate to the "Find" feature where you can s...
getSqlSelect with PowerServer 2020 Build 2023 does'nt work
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi!
We have updated the Power Server version and the
dwcontrol.GetSQLSelect ( )
has stopped working
Why??? What we can do?
Thanks,
Oihana
Open a PDF file in a mobile APP (Android Only)
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello All,
What will be the way to open a PDF file in a mobile app.
we manage to get the PDF but we have no manage to open it
Saving Composite Datawindow as PDF
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I am using Appeon PB 2017 R3. When I save a composite datawindow object as PDF file , column close to the right margin is getting chopped off. Strangely it's happening ONLY on some machines, on few other machines it seems to be working fine. All m...
I have a report that contains multiple data windows . Inside one of these data windows is a sub report . This datawindow has 3 groups the sub report sits inside the footer of one of the groups.
the report that this sits in has a large header and foo...
How do you write unit and integration tests in PB2019?
- Resolved
- How-to
- Last updated 4 years ago
- Arnaud Bailly replied 4 years ago
Everything is in the title but let me expand on this a little bit. I am new in PowerBuilder, working on a legacy application that we are in the process of porting to PB2019. As we are working on refactoring this application, I will direly need the ab...
why this is js script does not work to appear Google Chart ? i use powerbuilder 2019 R2, i send the sample application
google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(function() { drawChart(); } );
function...
inkPicture control, save function fails
- Issue
- Last updated 4 years ago
- Juan Jose Marquez Martin replied 4 years ago
Hi all,
I'm developing a couple of user objects that can view with them images / pdf, one of the features that I want to incorporate is rotate the images.
No problem with the rotation, I call to the Gdi32.dll and kernel32.dll API functions a...
Column width differences in dynamically created datawindows
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi all,
I'm migrating our apps from PB 9.0.
We use a lot of dynamically created datawindows using SyntaxFromSQL and now I can see that the column width created with PB2019 r2 are different (wider) that the column width created by PB 90 (same selec...
PowerBuilder DataWindow Failure
- Resolved
- Issue
- Last updated 4 years ago
- Mike Bryan replied 4 years ago
As of this morning, all of my datawindows do not retrieve or display any data. I can copy the SQL from the datawindow and execute it on the DB without problem. I upgraded to the latest version, 2019 R2 Build 2328, but no difference.
My existing a...
Having problems invoking PBORC190.dll compileentryimport function
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I have a legacy client/server application that invoked compilentryimport function of PBORC12.5. After migrating to PB 2019 and using PBORC190.dll the same code block returns a -4 or 0 in some instances and does not import the PB Objects.The compileen...
Questions - PB 2017 R3 vs PB 2019 R2
- Resolved
- Misc
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi
I need some clarification...
1- Is PB 2019 R2 also known as CloudPro?
2- My PB 2017 R3 application is able to read from and write files to destinations are on \\servername\folders\ without any issues.
However, when I run the very same applicat...
How can I reorder my pbl list in my system tree display?
- Resolved
- How-to
- Last updated 4 years ago
- Randy Severance replied 4 years ago
How can I reorder the libraries under by workspace tree? I want to set them specifically or at least in alphabetical order.
GetSource Problem in WebBrowser Control
- Resolved
- How-to
- Last updated 4 years ago
- John Murphy replied 4 years ago
I am testing the webbrowser control and one site the GetSource does not return the data I need but if I "view Source" in the browser I see my data. The doc says it returns the "current pages main frame". Is there a way to get the source of other fram...
Anyone noticing PB2017 compiled Windows app running slower than PB12.6
- Issue
- Last updated 6 years ago
- Armeen Mazda @Appeon replied 4 years ago
We recently got PowerBuilder 2017. We migrated a PowerBuilder 12.6 Windows application using the PB2017 IDE. We then built the application and deployed it onto one of our test machines [running Windows 10]. We have found noticeable differences in the...
Datawindow importstring : suppressing errors
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Hi guys,
Using Appeon 2017 R3.
We are having an importstring fonctionality built in in our software. So our users can copy/paste records from an excel sheet into our software.
At the moment we are having 3 different uploads , where for every up...
Good morning.I can't find information about the properties in the red circle.In the "Appeon PowerBuilder® 2019 R2 - datawindow_programmers_guide_3" I can't find anything
Any advice on where to look?
ty
GMY
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