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. :)
Hello everyone!Do you know if it still makes sense (PB 2022 R3) to apply this security when our C/S app runs on Windows 10/11?I have never used it and I want to see in which case I would use it.
I would like to know if this configuration has a signi...
PB 2019 R3 to 2022 R3 Migration -Response window esg
- How-to
- Last updated 8 months ago
- Chris Pollach @Appeon replied 8 months ago
when i try to open the response window from our application using PB 2019 R3.It is opening correctly all the button controls were placed correspondingly. Please find the attached screenshot1.
But when i try to open the same window in PB2022 R3 re...
Drag and Drop Files in PB2022
- Resolved
- How-to
- Last updated 1 year ago
- Jim Buell replied 8 months ago
Hello
Rolands code Example worked very well for years for me. Thanks to Roland.
But in PB2022.1892 my user event uw_dropfiles from pbm_dropfiles does not fire any longer. The event is implemented in a w_main window. The same code in PB2021.1506 i...
Find columns in my app that are set to enable autocomplete
- Resolved
- Advice
- Last updated 8 months ago
- Tracy Lamb replied 8 months ago
Hi all,
I changed a lot of my drop-down lists to autocomplete style before I realized the implications of setting the column to allow edits. Is there a way in PB to find all columns set for autocomplete (autocomplete not equal to 0)? Or maybe all ...
Customized Install Location of CloudAppLauncher on Client
- Resolved
- Issue
- Last updated 2 years ago
- Hannu Pikkarainen replied 8 months ago
*** Can any of the with/without service versions of the CloudAppLauncher_Installer.MSI
be enhanced to allow us to designate an alternate location to the Users’ AppData location that will work for all Users
with which we can configure in advance in...
Is it possible to develop PowerBuilder 12.6 with SQL Server 2019 database?
- Issue
- Last updated 8 months ago
- 幸雄 戸川 replied 8 months ago
Is it possible to develop PowerBuilder 12.6 with SQL Server 2019 database?
TabText behavior on TabPages in PowerServer
- Issue
- Last updated 8 months ago
- Armeen Mazda @Appeon replied 8 months ago
Will we be able to have multiple lines of tabtext in PowerServer as we do with PowerBuilder on our TabPage objects?
Carriage Returns/Newlines are able to be added to the tabtext property. When running on Client-Server they show properly but when ru...
Desupport of 32-Bit Oracle Database Clients
- How-to
- Last updated 8 months ago
- Armeen Mazda @Appeon replied 8 months ago
Hello, do you have any information regarding the news below? This will probably be problematic for both the PowerBuilder IDE and 32-bit compiled applications.
Frédéric
Desupport of 32-Bit Oracle Database Clients
32-bit Oracle Database clients a...
RestClient caused application to hang
- Issue
- Last updated 8 months ago
- Armeen Mazda @Appeon replied 8 months ago
Hi! We're deploying PB 2022 Build 1892. I came across a situation yesterday that confuses me. Here's the code:
lrc_rest = create RESTClient
lrc_rest.SecureProtocol = SECURE_PROTOCOL_TLS1_2
lrc_rest.Timeout = 10
ls_get = 'XMLData=rootDataActio...
Our DBA team tested Oracle’s Transparent Application Continuity (TAC) which allows a live switch of the database from one server to another without losing the Oracle connections to the database. When the test was performed against our PowerBuilder a...
SyntaxfromSQL migration issue
- Issue
- Last updated 10 months ago
- Jean-Charles Fauchier replied 8 months ago
Hello,
I migrated an application from PB 2017 to PB 2022 and I observed a malfunction with the SyntaxfromSQL function.
In PB 2017 the dw generated had updateable capability and the columns was in edit mode with tabsequence 0
In PB 2022 the dw ...
How to handle nested SetRedraw() pairs, a modest proposal
- Misc
- Last updated 8 months ago
- John Fauss replied 8 months ago
Assume you have 6 different methods acting on a datawindow or multiple datawindows on a userobject, and these methods can be called in multiple combinations, singly or in combination.They involve sorting/filtering or some other visual change that you...
Aggregate Functions or the GROUP BY clause :
- How-to
- Last updated 8 months ago
- John Fauss replied 8 months ago
I'm using SQL SERVER 2014
I nead Ignore this error . GROUP BY with Aggregate Functions SLQSTAT = 42000 My problem is while executing this query
select empId, empName, empstate, sum(empsalary)from emp group by empId, empName ;
Result : COLUMN em...
Hello everyone!
When performing a retrieve on a datawindow with a rather complex SELECT in my Cloud application, the system throws the message “HTTP Error!” and, in the end, it does not bring any data.
If the SELECT is run in Microsoft's SQL Server...
Which code certificates are people using to sign their PowerServer Installable Cloud Apps?
- How-to
- Last updated 8 months ago
- mike S replied 8 months ago
Hi All,
With regards to signing a PowerServer Installable Cloud App, is there a consensus on where to buy the certificate, and what type of certificate to buy? I'm overwhelmed by the choices, and worried I'll buy one that won't work properly with P...
Copy CLIB windows to new powerbuilder instal
- How-to
- Last updated 8 months ago
- René Ullrich replied 8 months ago
Hi
Just installes PB on a new mashine.
How can I copy my scripts in the 'CLIB' window in PB from one maschine to an other, without copying every single script
AccessToken return error -21
- Resolved
- How-to
- Last updated 8 months ago
- Ong Chin Keat replied 8 months ago
hi everybody,
My script below do not get required token as it return error -21. Even I have commented out the "secureprotocal" or set it to lower version, it's still not work. Please help
OAuthClient loac_Client
TokenRequest ltr_Request
Tok...
Powerserver remote deploy on Windows Server IIS
- Resolved
- How-to
- Last updated 1 year ago
- Monica Petersen replied 8 months ago
Hi i have two powerserver project, one for debuging (in local development machine W10 Powerbuilder 2022 Build 1892) and other for remote IIS server (Windows Server 2019) both project works ok in local develpoment machine, but when publish (with Snapd...
Hello,
I've stumbled upon this phenomenon while writing tests with PBUnit. For illustration purposes, I isolated it as follows.
Create two global functions:
global function integer f_set_string (integer ai_in, ref string as_out);
if ai_in = 1 the...
Error "DBMS MSOLEDBSQL SQL SERVER is not supported in your current installation"
- How-to
- Last updated 8 months ago
- Chris Pollach @Appeon replied 8 months ago
We are attempting to transition from ODBC to MSOLEDBSQL Version 19.3.3, but when we try to connect our Transaction, we get the error in the title of this post:
"DBMS MSOLEDBSQL SQL SERVER is not supported in your current installation"
This is from ...
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