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. :)
Powerbuilder 6.5 with Oracle19c connection.
- Misc
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Hello,
We have a requirement connect Powerbuilder 6.5 with Oracle19c database.
Currently, we are using connect Powerbuilder with 6.5 with Oracle 10g.
it's a migration requirement at the oracle client end.
is it possible to connect Powerbuilder 6....
Powerserver Debug options
- Resolved
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi
I am using the PowerServer 2029 build 2323 Debug option from PB 2019 R2 Build 2328 in an Oracle 12g environment, making code changes, and trying to debug them. How ever, I do not see my updated code withing the Debug frame work. I just run the D...
I currently use an OLE object to view Microsoft Word and Excel documents inside my application. I would also like to view MSG files that have been saved from Outlook.
Does anyone know if this is possible with an OLE object? If not, any suggestio...
Unable to Open Library List, PB 2019 R2
- Resolved
- Issue
- Last updated 4 years ago
- Lloyd McBean replied 4 years ago
I am attempting to add a PBL to an existing workspace.
Click Right mouse and see Library List but it only beeps and fails to open.
The only option is to close the IDE from the TaskBar,
It appears that it might be running but not coming active and ...
Error while compiling a project in native SVN
- Resolved
- Advice
- Last updated 4 years ago
- Tom Jiang @Appeon replied 4 years ago
Hello,
when i compile a project (all objects are checked in under Subversion native source control for Powerbuilder 2019 R2 2328), i get the following message for each datawindow. Other objects than datawindows are not affected.If I hold down the es...
HyperlinktoURL to retrieve a file and save locally.
- How-to
- Last updated 4 years ago
- Jeffrey Miller replied 4 years ago
I am running PowerBuilder 2017 R3. I am writing a routine that retrieves a link to a file that the user selects by clicking on a row in a datawindow. It is supposed to open the file dialog and save the file where ever the user selects. The link works...
dw.ImportFile() not handling large files
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
PB2019R2Windows 10, 64 bit platformSummary: The dw.ImportFile() command is returning -15 on files less that 100K in sizeDetails: This commnd is part of the simple, one PBL utility we've been testing as the first converted code from PBv12.1. We...
Know what object have the focus
- Resolved
- How-to
- Last updated 4 years ago
- Pau Haro replied 4 years ago
Hello,
Im trying to know what object of my window have the focus. I looked for it on google but it don't works for me.
I'll be gratefull if someone can help me.
I let the code that I found on google down below.
GraphicObject which_co...
Modern authentication with Microsoft Office and Powerbuilder
- How-to
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
Hi PB users,
Some client start to speak about Modern authentication with Microsoft Office. Originally, the cutoff date for Basic Authentication was supposed to be October 2020. However, due to COVID-19, Microsoft has decided to push back this date u...
There's some good articles on using GIT with PB2017 R2, but I haven't been able to find anything specific for PB2019. PB2017 R2 required using the PBG file and storing the PBLs. My understanding is that we no longer need the PBG file and no longer ...
Developing DICOM image viewer in PowerBuilder.
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hello All,
I want to create a DICOM image viewer in PowerBuilder . Could you please advise how to do that ?
Is it possible without using any external SDK/API ? I have found out few SDK like LEADTOOLS PACS imaging SDK but this one is very costly. ...
Resize event is triggered before Constructor on Custom Visual Obj
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
A manually added resize event with event id 'pgm_size' on a Custom Visual object behaviors differently on a window between Powerbuilder 12 and Appoen Powerbuilder 2019R2 beta:
In Powerbuilder 2019R2 Beta: This resize event is triggered even before c...
Hello, friends:
We have powerserver 2020, and thre web applications in production.
The apps run fine, but some users decided to Change scaling settings (Text size, app, and other items) to 125%, 150%, since laptops were given.
As a result, all ...
Migrating from PB2017 to PB2019 while still having to support production issues
- Resolved
- How-to
- Last updated 4 years ago
- Sivaprakash BKR replied 4 years ago
Good morning,We are close to moving to PB2019 and are looking for the best scenario to do so. Specifically, as it relates to having to simultaneously support the PB2017 that's currently in production. I'm under the impression that as soon as I downlo...
while converting blob to string im getting some symbols
- Advice
- Last updated 4 years ago
- backya ayyappan replied 4 years ago
Hi,
Recently i have migrated PB 8 to 19 version. In code im getting symbols while converting blob to string.So i have converted to encodingANSI! format in many places.. it is working fine.but in one place im struggling. please help me.
//sItemDIN =...
Hi everyone,
I know .Net Targets are obsolete in PowerBuilder. One of our colleagues wrote a .Net WebService in PowerBuilder 2019 R2, but we didn't find the .Net Runtime under C:\Program Files (x86)\Appeon\PowerBuilder 19.0\DotNET\pbiu\BootStrapper\...
PB2019R2, b2328Windows 10, 64 bit platform32 bit application comprised of a single PBLNo PFCSummary: Why in the world is the retrieval failing?Details:This is the first app we are testing using PB2019R2, so please forgive me if I'm making dumb RTFM ...
Error de Conexión MYSQL cuando se despliega en la WEB
- How-to
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
Buenas Noches
Recientemente estamos trabajando con base de datos en MYSQL y hemos migrado nuestra aplicación a la WEB pero muestra el siguiente mensaje de error, cuando lo probamos en el IDE de PB con ODBC no tenemos problemas.
FUENTE DE DATOS AE...
Response Window Problem When Closing The Fram
- Resolved
- Issue
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Migrating from PB9 to PB2019
The closequery event of my sheet ancestor calls a response window prompting the user to save changes if the datawindow has been modified. This works when I close the sheet. However, when the sheet is open and I close the...
We have recently changed our datawindow savas methods to XLSX! from Excel8!
This works fine except for one report. It is an external datawindow and when we save it as XLSX! it then throws an error:
We are looking for an answer and haven't been able...
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