Featured Questions
Q&A Forum Tip: Including Source Code in Your Question
- Advice
- Last updated 3 years ago
- Tjafzfa Gsjsf replied 7 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. :)
Would it be possible to create a community version of Appeon Powerbuilder.
I've been working with PowerBuilder since 1996 V4. But now have been sent to retirement a little bit sooner then expected :-).Unfortunately that means no more access to the s...
Pushing generated EXE on devops/git
- How-to
- Last updated 3 weeks ago
- Armeen Mazda @Appeon replied 3 weeks ago
Hi Appeon,
We have this project that was deployed to devops and we maintain it using git/pb2022r3.
So after all enhancement was finished we would generate all pbd and exe just like we used to with pb12.5.
So my question is, how do we publi...
How to ignore the upgrade CloudLauncher message ?
- Resolved
- How-to
- Last updated 3 weeks ago
- David Xiong @Appeon replied 3 weeks ago
We are considering migrating from 2022 R2 to R3 but are encountering an issue with the CloudLauncher update.
The CloudLauncher does not update automatically, resulting in a message being displayed every time the user opens the application before the...
Problem with cumulativeSum display with the datawindow compute field.
- Advice
- Last updated 3 weeks ago
About the cumulativeSum display problem with the datawindow compute field.We have one calculate field in our datawindow that uses "abs (cumulativeSum( (price) for all ))".One specific user system is the problem. We tried and found no problems with ot...
Disable the statusbar of the webview2 webbrowser of PB 2022 R3
- Resolved
- How-to
- Last updated 7 months ago
- Peter Thiem replied 3 weeks ago
Hi Folks
How to disable the statusbar in the left corner of the webview2 webbrowser of PB2022 R3 ?
I found
https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2settings.isstatusbarenabled?view=webview2-dotnet-1.0.2...
PowerBuilder creates an XML file which contain the run time path
- How-to
- Last updated 4 weeks ago
- Miguel Leeuwe replied 3 weeks ago
When I build an application PowerBuilder creates an XML file which contain the run time path the program needs to run. How do I utilize this in setting up the execution environment?
Example of an XML File : ?xml version="1.0" encoding="utf-8" ?A...
Hi,
How do I export datawindow and maintain the layout format. This includes how to add a logo to excel also. The data is displayed correctly in a datawindow preview. I need it to look the same when I export to excel.
Issue with Printing from PowerBuilder Launched via HTML5 Webpage
- Issue
- Last updated 4 weeks ago
- Armeen Mazda @Appeon replied 3 weeks ago
Hello ,
We are currently using PowerBuilder 2019 and are attempting to launch the application through an HTML5 webpage. However, we are encountering an issue with printing reports, data objects, and other documents from PowerBuilder when it is la...
PowerBuilder 2022 R3 Crashes when deploying project migrated from 2019 R2
- Resolved
- Issue
- Last updated 1 month ago
- Armeen Mazda @Appeon replied 3 weeks ago
I've run into an issue deploying an existing project that last was deployed from 2019 R2. I've migrated it, changed my resource file, optimized PBLS, and rebuilt it fine. It crashes without a popup when attempting to deploy. I have tried to redo the ...
PB2022R3 Incorrect syntax near sqlHandle_01_4BB9BB3D
- Resolved
- Issue
- Last updated 3 weeks ago
- Chris Pollach @Appeon replied 3 weeks ago
Dear Team,
We are in the process of testing our migrated (PB2019R3 to PB2022R3) suite of PB applications.
I have deployed the migrated application, when I try to run the application from using exe, code is throwing an error while executing Sybase S...
Powerserver App looses focus when opening.
- Resolved
- Issue
- Last updated 3 weeks ago
- mike S replied 3 weeks ago
Hi Everyone
I just wanted to ask about an annoying issue with a Powerserver deployed App. When the App opens it looses focus and you have to click on it to continue. The complied EXE for the same App does not do this so it's something relating to th...
Web API built with SnapDevelop not running under IIS / Windows 11
- Resolved
- How-to
- Last updated 3 weeks ago
Hi,
I'm trying to deploy a lightweight WebAPI built with SnapDevelop 2022 R3 under IIS / Windows 11.
The WebAPI is functioning well within my developmental environment:
I used the publish function to copy the files into the root folder of my pro...
Sidebar menu implemetation - powerbuilder
- Resolved
- How-to
- Last updated 1 month ago
- Narayana Bhat P replied 3 weeks ago
Hi Team,
Anyone has sample script to implement side bar menu in powerbuilder, we know there is ribbon bar menu but our company want side bar menu not ribbon bar menu. I have gone through this https://www.youtube.com/watch?v=gHJX__bW5SQ link but ...
PowerServer 2020 Application not running in Windows 11 24H2
- How-to
- Last updated 2 months ago
- Kai Zhao @Appeon replied 3 weeks ago
We are still on PowerBuilder 2019R3 and PowerServer 2020 and our application was working fine. We normally use kernel32.dll to access some windows functions. Some of our users upgraded with the latest Windows 11 24H2 version and the application s...
Upgrading to SQL Anywhere from SQL Anywhere 12
- Misc
- Last updated 4 weeks ago
- Roland Smith replied 4 weeks ago
Hello,
We are moving to Powerserver 2022 R3. We use SQL Anywhere 12 right now. I need to upgrade to 17. The options are a bit confusing. We have 3 databases on 2 different servers. 100+ users access the databaes. I think we need the Advanced v...
Hello All,
Powerbuilder 2019 R3 Build 2728
Honesty, I cannot locate Powergen documentation anywhere online.
Anyone know where to look?
Simply, we are looking at a script written to compile an application, but we need to apply PBR files to some PB...
C0176: Badly ordered TYPE and VARIABLE declarations.
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 4 weeks ago
PB2019R3, b2670Windows 10, 64 bit platformI have two separate targets. Both are PB2019R3 apps.I copied the PBL from target A into target B before starting.In target A, tabpage 1 regenerates successfully, open in EDIT SOURCE, add a space, save, and it...
i can't validate a column in script
- How-to
- Last updated 4 weeks ago
- RAFAEL RODRIGUEZ replied 4 weeks ago
i create a dw with this code
string dw_style, ls_sql_syntax, ls_dw_syntax, ls_errors, ls_sql_syntax2, ls_dw_syntax2, v_sql_scrlong nretorno
ls_errors = ""
dw_style = 'style(Type=form) '
ls_sql_syntax = v_sql0ls_dw_syntax = SyntaxFromSQL( sqlca,...
Question: PB12.5 license file
- Misc
- Last updated 1 month ago
- David Peace (Powersoft) replied 4 weeks ago
Hi All,
I know Powerbuilder 12.5 was not supported for long time. But some of our customers are still using the products created using PB12.5.
I need to install PB12.5 on my new laptop.
Back in the day, I usually logged into https://sybase.subscri...
Hi Team,
I'm trying to host my application into Azure Container. I created Power server Project with External (IIS or folder) Target run mode and Folder Target server.Please find the screen in below.
Created docker file using snap develop 2022...
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