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. :)
Ported my app from PB2019 to PB2022R2. German Umlaute like öüäß are no longer working. Database is MySQL8.0.
If i write Umlaue in a datawindow column and call dw.update() = next retrieve brings back some weird characters like 'ü'
App connects via ...
Hi,
So we have a PowerBuilder application that has embedded OLE object for Word to view Word documents. It works find with Office 2016 and 2019.
But with Office 365, the Word Ole object opens up as a separate window instead of embedded within the...
OLE connection to Microsoft Word 365 with PB2019
- How-to
- Last updated 4 years ago
- Peter Allison replied 1 year ago
Hi again!
Our application allows for an OLE connection to Microsoft Word for mail merges. For all installed versions of Office, including the installed Office365, the call below works as expected.
If iword.ConnectToNewObject("word.application") 0 ...
How can TransportWithMessageCredential authentication be implemented in SOAP call.
- How-to
- Last updated 1 year ago
How can TransportWithMessageCredential authentication be implemented in SOAP call?
Error loading client library DLLs. Unable to connect to server (sybase db connection)
- Advice
- Last updated 1 year ago
- John Fauss replied 1 year ago
Hi,Trying to connect database in powerbuilder 2019 using database profile but it's throwing error as "Error loading client library DLLs. Unable to connect to server".I had installed SDK for SAP Adapative server enterprise SP04 PL02 client version in ...
Best way to run Incremental build in quick time?
- Resolved
- How-to
- Last updated 2 years ago
- Roland Smith replied 1 year ago
Hello Appeon Folks,
Greeting!
I have question regarding application full and incremental build. Our application is in PB2017R3 version containing 93 pbls and around 7500 PB objects.
We are currently using PBC17.0 exe to build the exe and pbds but ...
Does PB 2022 R2 Still not support Microsoft OLE DB Driver for SQL Server 19.x ?
- Issue
- Last updated 1 year ago
- Bill Gates replied 1 year ago
Microsoft OLE DB Driver for SQL Server 19.0.0 -- 19.3.2
SQLCA.DBMS = "MSOLEDBSQL SQL Server"
......
Error:
Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL) is not installed.
When I chang to Microsoft OLE DB Driver for SQL Server 18.6.7 ...
Anyone know how to resolve the error?
Datawindow Modify() returns "Line X column Y: incorrect syntax" when trying to modify Values
- Resolved
- Issue
- Last updated 1 year ago
- Konstantin Goldobin replied 1 year ago
Hello,
I don't think I've ever tried this, so I'm not sure if I'm doing something wrong or this is a known issue. I'm trying to modify a list of values of a datawindow column that has the DropDownListBox edit style but does not have an initial list ...
SetTrans() ever needed?
- Resolved
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi all,
I was wondering when to use SetTrans() instead of SetTransObject() for a datawindow?
I find the PB help (2019 R3) pretty confusing when it mentions "internal transaction object".
BTW: In 30 years, I've never had to use SetTrans().
regards...
Changes in Dataobject syntax
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Dataobjects created with PB2022R2-2819 get an error when i try to deploy/regenerate them with PB2022R2-1900.Error message = Datawindow error: Line 195 Column 242: incorrect syntaxWith 'edit source' line 195 = ' dptl_mdpstdtbl.nd1std as nd1std...
Re: Using PB 2022 R2 with SQLite database
- Issue
- Last updated 1 year ago
- Sivaprakash BKR replied 1 year ago
Hello,
Using PB 2022 R2, b 2819, SQLite 3 [ unsupported database ].
While updating multiple tables after starting database transactions, control goes into infinite loop, on the line dw_3.Update(True, False)
1. No issues when updating single table...
Launch SnapDevelop when stepping into while debugging
- Advice
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
My PC died so I had to build a new one. On my old PC I could import my .NET assembly into a PBL using the .NET Dll Importer tool, then debug to the line that actually calls the method in the assembly, and press F8 to step into SnapDevelop and start d...
Hello All,I have recently migrated PB applications from PB2017 R3 to PB2019 R3 to make use of the new Web Browser control.I want to replace the Microsoft Web Browser OLE Control with the Web Browser control in the migrated applications.My application...
Sharing common libraries in several applications
- Resolved
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi,
We have several PB apps that share some common libraries (like the PFC ones for example). Whenever I've done a full build of an app and want to run another app, I have to do a full rebuild of that app first. If not, things blow up randomly and I...
Hello everyone, I am running my app on the client PC and I am getting the following error in the following code segment: function: of_printdlg,
Code:
32 long ll_hwnd
34 ll_hwnd = handle (aw_obj)35 if ll_hwnd = 0 then36 return -137 end if
39 retur...
of_logonfileserver doesn´t work
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello!
We need to ask for your help. We want to include a Button in a Power Builder application that can allow users to upload files, for wich we are trying to execute 3 functions from the object AppeonFileService from the Workaround library.
The ...
PASTERTF function modifies the footer of the RTF document
- How-to
- Last updated 1 year ago
- Mark Lee @Appeon replied 1 year ago
Hello,All right with you?I hope so! :-)
I'm facing a problem when assembling an RTF, doing PASTERTF in the FOOTER sessions...According to the code below, I have 3 STRING variables (vlsHeader, vlsFooter, vlsDetail), which store the content of each se...
PowerBuilder 2022
A client is using a custom build tool written in PowerBuilder to build their application exe and pbd files.
The PBD generation is working fine. PBORCA_ExecutableCreate is returning -12 (Link Error) when 64bit is requested. A 32bit...
When to create the Powerbuilder EXE? What it does contain?
- Advice
- Last updated 1 year ago
- Roland Smith replied 1 year ago
Hello Appeon Team - I need to know when we should create the EXE.
In my project, we mostly work on the objects. We never change the application object. We also rarely add any new picture or bitmap file. I know EXE contains the bitmap and icon infor...
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