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. :)
Migrating from SAP ASE -> MS SQL, which DB driver to choose from?
- Resolved
- Advice
- Last updated 1 year ago
- Roland Smith replied 1 year ago
Hi,
After developing for more than 25 years on a Sybase (SAP ASE) database, we are migrating to MS SQL. We are using the native ASE interface for our database connection. We have some large Powerbuilder applications that rely heavily on this databas...
SVN: add Tag from IDE and why SVN Icons not available in Library View?
- Resolved
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hi all
On PB 2021 1506 / Win 11.
I'm playing around with SVN and I try to find out, how things are working.
I quickly realized that the SVN icons and commands are not available in the View library. They are only visible in the System TreeView....
error while consuming imported .Net DLL
- Issue
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Imported a .Net DLL and while consuming I am getting below error!PowerBuilder 2022 R3
Returning a datastore in the callback of a thread fails
- Resolved
- Advice
- Last updated 1 year ago
- Benjamin Gaesslein replied 1 year ago
Hello,
We have a number of processes in our application (PowerBuilder 2021 build 1288) that we have multi-threaded where the callback function on the callback nvo returns the thread id as a LONG, a status code message as a STRING and the raw JSON as...
Windows 11 does not allow setting values in the print dialogbox
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
HI ,I updated my PC to Windows 11 and whether using PowerBuilder 2021 or PowerBuilder 2022, by invoking the print dialogbox [Print(true, true)], the values set on the datawindow, paper orientation, number of copies, printer (selected via setup), are ...
Hi all,
On my menu toolbar, I have an icon for the Navigator, it's a globe icon. When I set the ToolbarItemName on a menu item, I have the option to select Built-In image, All Images, Custom. The one I use for the navigator is Custom042a! But whe...
Hello all,
Can anyone point me in the right direction to easily convert a JSON String - XML and XML-JSON in PB2022?
Thanks in advance.
PB 2017 R3 SaveAs XLSX crash
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 1 year ago
I have an existing application that we have recently upgraded to PB 2017 R3 Build 1880.
The code does: dw.SaveAs ( ls_save_pathname, XLSX!, TRUE)
This code has been in place since our use of PB 8, we only had to change to XLSX at one point. The ...
Making data window display only makes drop-down-list-box values disapear?
- Resolved
- How-to
- Last updated 1 year ago
- Kari Paukku replied 1 year ago
Hi,I have a data window (dw) with that has a column which also has a drop-down-datawindow list box (dddw). The PB version is PB CloudPro, 2022R2, build 2819
Here is an example;
A dw has one column bord_type (header text is "Type") and in this case...
Profile trace - what processes are not logged
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Most of the time when we have a PowerBuilder process that seems to be slow, a profile trace log helps to pinpoint where the slowness in happening. However we now have a process that is taking much too long by watching and yet the log does not have an...
Response window hangs then app closes
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
The app I support is active on over 1500 users computers all using windows 10. I have one user with a similarly configured computer that is having a problem I have not seen before. When they run the app and it attempts to open its first "Response" ...
We utilize Visual SVN for our source code repository. We have a main branch for our suite of applications and currently running PB 2019 R2. We want to start a project to migrate these applications to PB 2022 R2/R3 but at the same time we want to cont...
Re: Multi-timer events from one windows service application
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello,
PB 2022 R2 build 2819
Is it possible to fire multi-timer events from one (service) application. Say, if I want to
a. Send Email, by checking a table for new records, every 10 seconds.b. Send SMS, by checking another table for new recrod...
Does anyone know the date of the PB2022 R3 General release?
Thank you.
How to avoid Saveas dialog in print
- How-to
- Last updated 1 year ago
- Andreas Mykonios replied 1 year ago
Hi everyone,
I have a process that allows the user to print. But every time the user prints, the saveas dialog box keeps on prompting and asking you to supply filename. Below are my scripts.
I do this kind of printing because with that, I c...
I'm am testing PostGreSQL and I piped a bunch of tables with no problems but when I tried to update the data I got an error on any table that already existed. If I drop the table first it works fine.
Pipe Error -17 SQLCode = 1 SQLSTATE = 42P01
ERRO...
PowerBuilder.RegisteredObject.TriggerEvent always return -52,but RegisterObject return 1
- Resolved
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
PB 2022 R2 2828
import from DotNet dll,and get a object like n_dotnethelper
n_dotnetHelper ln_hlp
ln_hlp = Create n_dotnetHelper
.....
int li_rtn
li_rtn = ln_hlp.RegisterObject('w_sub', w_sub) // success return 1
//c# invokePBevent...
convert an srd to design file on infomaker 2019R3
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
Hello,
I can't find conversion button of srd file to design.
Can any on help me to do this step?
Thanks
PowerBuilder 11.1 or Powerbuilder 12.5 license key - Due to HostMove
- How-to
- Last updated 1 year ago
- mike S replied 1 year ago
Does anyone know how to obtain a new PowerBuilder 11.1 or Powerbuilder 12.5 license key as I had to relocate PB developer license to a new VM host. I use to use the sybase portal. Thanks for any advice. At this time, no one knows a way. Darryl Cu...
SRD file for DataWindow made by InfoMaker
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I have created a grid object using InfoMaker 2019 and saved it in a shared library that a PowerBuilder 2019 application is using, the problem is that the DataWindows made by InfoMaker are visible in the PowerBuilder IDE but I cannot find the 'SRD' fi...
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