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. :)
TLS1.2 to connect to database server
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
My desktop application (built in PB 2017 R3) is connecting to Sybase ASE 15.7 database thru OpenSSL with below configuration:
SQLCA.database = ls_ApplDataBaseNameSQLCA.servername = "MyServerName"SQLCA.logid = ls_ApplLoginIDSQLCA.logpass = ls_Ap...
OLE DB connection using Provider=MSOLEDBSQL vs. new PowerBuilder 2019 R3 connection
- Resolved
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Hi - We have a PB2017 R3 application that uses a OLE DB connection with the Provider='MSOLEDBSQL' to connect to a MSSQL Server 2017 database. This is the newly supported driver provided by Microsoft so was wondering if there are additional benefits t...
Getting value from DW with editmask
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,I have a DW, where in one of the column is string, with editmask ####.00When I'm setting a value in DW like 1234.56, insert into database lookis like '123456' , and i would like to looks like 1234.56. I've tried GetItemFormattedString, and somethi...
Hi
Background of the question is that the customers want to define a printer and settings of the printer and store this as default for our PowerBuilder application. PrintSetPrinter and PrintSetup work fine and are used when printing from PB however ...
datawindow importfile() UTF8 (all European characters are corrupted)
- How-to
- Last updated 4 years ago
- Mark Goldsmith replied 4 years ago
Hi,
It looks like ImportFile() (text! and csv!) does not work correctly with UTF8 encoded files.
ALL European characters like ÆØÅ æøå are corrupted.
Do I have to specify and encoding argument ?
Thanks
//Steen
DW hierarchy or organization chart
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Good morning,
We would like to develop a new window, in which the appearance of the DW or any other control, is as a hierarchy or organization chart.
If it could be vertical and only of the query type.
Some of you have developed something simila...
PowerBuilder 2017 R2 Build 1769
Blob size = Len(lblob)
We have a window which retrieves multiple reports in one go and then using a single datawindow allows the user to switch between the reports as required. We do this by saving each report into a...
Web Service is not working Powerserver but working in PB
- Advice
- Last updated 4 years ago
- Antony Xavier replied 4 years ago
Hi Gurus,
We are Doing Migration project using PowerBuilder 2017r3 and have Docuware managment system, want to upload file(Base64File Encoding method, it is working fine, thanks to Rolland) and retrieve/read/open file from "Docuware" consuming "W...
RibbonBar vs. Ultimate Suite RibbonBar?
- Advice
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
We are in the process of giving our application an updated look. One of the features in PB 2019 was the RibbonBar but Ultimate Suite has had this for a little while now. Has anyone worked with both of these? What are the pro's and con's between them...
I am in the process of upgrading from PB9 to PB2019R2.
I have converted from PFC 8 to PFC 12.5.1
I am trying out a 64-bit deployment with PFC 12.5.1 and the of_splash is not working correctly in the 64-bit deployment. (Works fine in a 32-bit deplo...
PowerBuilder is not able to Create/Access OLE object post Printer upgrade
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi Everyone ,
We have upgraded our Printer from Adobe PDF to Nitro PDF . We ensured the Nitro settings are same as Adobe PDF .
But post upgrade PowerBuilder is not able to open the generated PDF and Failing with error as shown in screenshot .
...
PowerBuilder connection thru specific Sybase Client version
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
My PowerBuilder desktop application (developed in 2017 R3) connects with the Sybase database. I am using "SYC" DBMS for connection. Now the situation is I have two different versions of Sybase client installed on my machine i.e. v15.7 and v16...
How can I get around the Row Size Problem with Suppressed columns
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
For quite some time there is an issue with column suppression on grids with auto height columns and auto height rows
When reporting with suppressed columns on a grid, the suppressed columns still retain the row height of the visible first value in t...
Advice and recommendation on PowerBuilder
- How-to
- Last updated 4 years ago
- Armeen Mazda @Appeon replied 4 years ago
Dear Community,I work as a software developer for ERGO Direkt AG. I would be very happy to receive a professional assessment of the following situation.We have been developing a surface with the PowerBuilder (Powerscript) technology for our claims an...
What are the features available in power builder trial version?
Hello there,
is there any way to clone a userobject with al it's references.
I have a userobejct (uo_userobject_1) with 2 datastores and many proterties.
If I want to clone this obejct like
uo_userobject_2 = uo_userobject_1
it only ...
Options for asynchronous calls with PowerBuilder 2019 & PowerServer
- Advice
- Last updated 4 years ago
- mike S replied 4 years ago
We recently began looking into Shared Object functions to multithread some long running processes in our system. While putting together a business case, I found that these functions are not supported in PowerServer (Web).
I wasn't sure if displayin...
Getting Error Details from SelectProcedure?
- Resolved
- Advice
- Last updated 4 years ago
- Daryl Foster replied 4 years ago
Hi, I'm using the SnapObjects SelectProcedure function in a web api and I want to know how to catch an error that occurs in the stored procedure (from a RAISERROR command in the stored procedure.) The SelectProcedure works ok and fills my model with...
Migration from PB7 to PB2019 R2 DW errors SQL Server
- Resolved
- How-to
- Last updated 4 years ago
- John Fauss replied 4 years ago
Hello,
Recently I have migrated a very old Powerbuilder application to the version 2019 R2. I have tested some windows and inserts, updates and deletes and I noticed that a lot of procedures datawindows was not returning any rows in the retr...
How do i create a pdf file which am getting as response from web API
- Resolved
- How-to
- Last updated 4 years ago
- vignesh ramkumar replied 4 years ago
Hi Experts,
We have a web portal where we have an api which is called from the PowerBuilder application it will gives as a pdf file as out put. So We are using HTTPClient to achieve this but we are getting a response from web api but we stuck on ...
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