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. :)
I'm trying to upgrade a winform target from PowerBuilder 2019 R2 to PowerBuilder 2022 R3. I get an error when trying to edit the project file: "Unable to open this project because the add-on software that was used to create it could not be found. Pe...
JSON problems inserting data into an array of an object
- Resolved
- How-to
- Last updated 12 months ago
- JOSE WILLIAM ROMERO OLIVOS replied 12 months ago
Best regard I need to create the following result with JsonGenerator:
"servicios": {
"procedimientos": [
{
"codPrestador": "500000000001",
"fechalnicioAtencion": "2021-08-18 08:10"
}
]
}
this is my code:
ll_Subitem_Object = lnv_JsonGenerato...
Tabbed MDI view doesn't set mditbb_1.ShowCloseButton = false
- Issue
- Last updated 12 months ago
- Mark Lee @Appeon replied 12 months ago
I turned on tabbed view on my MDI frame and that all works as expected, until my QA folk pointed out that using the close 'X' on the tab doesn't trigger an event like closing the 'X' on the window. -- So unsaved changes can't be captured when closing...
is FindWindowA not supported on PB2022.
- Resolved
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 12 months ago
Hi All,
In our application we are using FindWindowA() function which is correctly working on PB2019. When I migrate it into PB2022, looks like this is not working.
Do I need to change anything to work on PB2022 version?
We have not do...
Ribbonbar with theme maximized window
- Resolved
- How-to
- Last updated 12 months ago
- Chris Pollach @Appeon replied 12 months ago
Hello.
Im applying a dark theme with ribbonbar
But when i maximize any window , the theme dont work on second titlebar
How i change color of this? or how i can maximize without this titlebar?
Hello Community,a happy and healthy new year to all of you!We found that supporting visually impaired or blind users in PowerBuilder DataWindows is a particular challenge. DataWindows can be read to some extent by screen reader software as long as th...
PowerBuilder 2022 r3 : Replace inet object
- Resolved
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 12 months ago
Hi.
We use the Inet object to find out if the application has access to the Internet:
inet ln_inetif getContextService("Internet", ln_inet ) = -1 then return -1
In PowerBuilder 2022r3, what do you recommend I use to replace this code?
Thanks
sqlhandle
- Resolved
- How-to
- Last updated 12 months ago
- Francisco Martinez @Appeon replied 12 months ago
Hi Master,
I encountered this error/sqlhandle (see below) during my application running a function to call the update sql statment to do update. I dnt know what this error mean?Can you
enlighten me? Thanks.
DateTime: 2024-01-12 23:28:03Title: ...
Deactivate window event not firing on close
- Issue
- Last updated 12 months ago
- Chris Pollach @Appeon replied 12 months ago
Hi everyone,
I've come across information in the documentation stating that the deactivate event occurs when a window is closed, as mentioned here: https://docs.appeon.com/pb2022r3/powerscript_reference/deactivate_event.html. However, it appears to ...
we have multiple applications, some are created by using PB and others are .NET application. All these executables are deployed under one single folder and these executable are reading/writing some data in one common configuration INI file. we are tr...
Kerberos/Windows Authentication for Citrix Hosted PB Standalone application
- How-to
- Last updated 12 months ago
Hi,
We have a standalone PB2019 application which is hosted in Citrx and uses the SQL Authentication.
But now we want to use the windows authentication using a functional ID (BOX id) but this can't be achieved using SQL Native Client.
Could any on...
HTTPClient post request with header data not found...
- Issue
- Last updated 12 months ago
- Andreas Mykonios replied 12 months ago
Hi,
We have problems calling post HTTPClient request.
With postman it runs perfect, but in powerscript we have an error 400 when looking for body data.
getResponseBody tell us invalid request, missing grant_type
It seems like not indicating corre...
Hello community, we have this problem:
We use the Bullzip printer to generate PDF files with the font for 2D barcodes, in this case interleaved 2 of 5 TB2Fi25HRc, the Bullzip printer incorporates the Font in the PDF
The results are:
15040242858...
Hello, my applications usually run on computers with a M/d/yyyy (English (United Sates)) system short date format. I have been running into issues on systems that have the system short date defined as dd/MM/yyyy (English (Canada)). I am repairing ins...
Greetings All,
how do i create an API end Point which will return the following output. I have the database already storing the below data.
{ "membershipNumber" : "1234567", "phoneNumber" : "265997655406", "emailAddress" : "henry.sauzan...
Any gotchas when using the Long_connection dbparm option?
- Advice
- Last updated 1 year ago
- mike S replied 12 months ago
So due to the use of a multitude of cursors and temporary tables that are part of the Oracle database environment that we are working into the PowerServer environment, we stumbled across the ability to use the long_connection option as part of the db...
Using PowerBuilder/PowerServer 2022 Build 1900
We are having a issue with dataobjects returning a -1 on retrieval. This is a new PS project for an existing (very large) app. Still trying to get past pfc_logon. I can add the same select as inline SQ...
Sql Server Cross|Outer Apply syntax in datawindow sql syntax painter
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello,
Is the use of Cross/Outer Apply supported in datawindow sql queries?
Im running into a problem, using either 'ODB ODBC' or 'MSQLEDBSQL SQL Server' for my db connection to a sql server 2019 instance.
The problem is when including an apply...
Is there any plan to directly support SQLite? NOT ODBC
- Advice
- Last updated 6 years ago
- Sivaprakash BKR replied 1 year ago
Appson,Is there any plan to directly support SQLite? NOT ODBC
Hi All,
Is there anyone experiencing this? When i right click the script and select Paste Special, Object object option is disabled.
Below is the version i am using,
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