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. :)
If we use the dataWindow.export.pdf.method Distill to save a datawindow as PDF file and we do not deliver Ghostscript with our applicatation, but tell our customers, that they self has to install Ghostscript to use this method, are we than obligated ...
Use MultiSubnetFailover - SQL connection string
- How-to
- Last updated 1 year ago
- Arnd Schmidt replied 1 year ago
MultiSubnetFailover is ignored when added to DBParm string.
We are trying to connect PowerBuilder 2021 application running on AppStream to AWS sql server - SQL 2016.
Roughly doing:
DBMS=MSO
SQLCA.DBParm = ls_dbparm + ",MultiSubnetFailover=true"
...
Do you have OPEN AI ( ChatGPT API library PBL)? I'm trying to test it with the source code below, but it says there is no supported library.
- Below -
string ls_api_key, ls_question, ls_answern_cst_openai_api n_apiwindow w_question
// 테이블 생성 (만약 T...
Hello Friends,
Can I use PBAutoBuild 2021 to build a PB 2019 R3 application? I did try to set RuntimeVersion to 19.2.0.2770 but that did not work.
Thank You.
AV
Identify Application run from PowerClient Deployment
- Resolved
- How-to
- Last updated 1 year ago
- Michael Hartnett replied 1 year ago
Hi All,
We are beginning to use PowerClient for deploying one of our Powerbuilder Applications.
There are some users running the Application via the PowerClient deployment and others still running a basic desktop deployment.
We want to be able to ...
Powerclient dot net 6 core pre-requisite install option?
- How-to
- Last updated 1 year ago
- Joseph Vendra replied 1 year ago
Is there a way to make sure PowerBuilder PowerClient deployment checks if dot net 6 or higher is already installed on machine or not?
Is there any deployment options for including a dot net install or is that all up to us?
IE: Dot net 6 core
Josep...
PB 2022 with DevOps source control
- Advice
- Last updated 1 year ago
- kitty he @Appeon replied 1 year ago
Good afternoon,
We are migrating from PB 2019R3 to PB 2022. We were able to set up our applications in the DevOps repository and it worked kinda. It got to be too much of a hassle to use DevOps because of issues with conflicts all the time, or t...
Application performance is too slow
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi Team,
We have powerbuilder application which is build in PowerBuilder 2019R3 and database is MS SQL. In the development environment application is running perfectly ok, but when we deployed it either to QA or client environment its taking time...
Doing a Find on a datetime db column
- Resolved
- How-to
- Last updated 1 year ago
- Raymond Longoria replied 1 year ago
I have a question that has a simple answer but I cannot figure it out.
I have a datawindow with a datetime column. I need to do a search on that:
datetime ldt_date string ls_dateldt_date = Datetime(ls_date) ls_tmp = "estimate_date =" + String(ldt_d...
Hola Comunidad
Hace rato que desarrollamos en PowerBuilder, actualmente con la versión 2022 y estamos enfrentados a un tema que necesitamos de vuestra colaboración.
Nuestra compañía ha decidido llevar el ERP a SAP, dejando los sistemas del ERP que ...
Microsoft OLE DB Driver for SQL Server Disconnect
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
PowerBuilder 2022 Build 1892, SQL Server 2017
I am connecting with the new MSO driver in a small test app run from the IDE. The purpose of the app is to make sure I have the correct connection properties before I modify the main application.
I ran ...
Problem with editable columns in datawindows with TitleBar
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
In datawindows with a TitleBar and editable fields, we are unable to position the cursor in the column when we leftclick with the mouse. Each time we click, it either selects the text we click, or it places the cursor at the beginning or end of the s...
请问下
Auth接口服务 怎样调用,用下面方法调用好像获取不到数据,是不是用别的方法,谢谢
Integer li_rcString ls_stringHttpClient lnv_HttpClientlnv_HttpClient = Create HttpClient////获取Token// Sends request using GET methodli_rc = lnv_HttpClient.SendRequest("GET", "https://*****/Token")// O...
problem migrating pb2017 from R2 to R3
- Issue
- Last updated 1 year ago
- Ken Guo @Appeon replied 1 year ago
My supervisor and I are trying to migrate an app from 17.2 to 17.3. My supervisor installed 17.3 on their machine. When they tried to migrate it, they got 6 errors on a datawindow event. The event ue_search is simple It is called with no paramete...
Hello,
How do I get the FQDN of the computer I am running on. There is a Windows function GetComputerNameEXA, however it uses an enumerated datatype, from which I gathered is not supported in Powerbuilder.
I am looking to get something like 'mycom...
I cannot seem to generate an array of named objects using JSONGenerator.
If I use the following code:
Jsongenerator jgaLong ll_childLong ll_jsonarraylong ll_handlelong ll_rootString ls_json1
jga = create JSONGeneratorll_root = jga.CreateJsonObject...
Power Builder Error Code 999
- Resolved
- How-to
- Last updated 1 year ago
- Sivaprakash BKR replied 1 year ago
Anyone knows why would this happened?
I'm using Power Builder 12.5 and databse is MS-SQL ServerP
This error prompted when I retrieve the newly created document.
Migration of Datawindow if database scheme changed
- Resolved
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi,
are there any possibilites to migrate datawindows automatically to a new database scheme, if the length of some fields have changed?
Actually i have to edit each datawindow and change the length of the database manually....
We use the ASE Data...
Hello, i have a simple question..
We are developing a function that validate local ip/mac address. In Netcore it works, but, there is a way to get it in PowerBuilder?
Thanks..
PB 2021 Project Build Crash
- Resolved
- Issue
- Last updated 1 year ago
- Michael Chernin replied 1 year ago
The project build fails in IDE, ORCA and AutoBuild utility. Full rebuild is successful. It looks like the crash occurs at the time of showing the compiler warnings prior to creation of EXE file.
PB Pro version 2021, build 1509.
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