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. :)
Hi,
I am looking to create a custom theme for the ribbon control however I am not seeing much in the ways of properties to apply custom settings, such as the background color. Is the ribbon bar limited in what can be modified? Thanks.
Eliminate a blank row if data is null
- New
- How-to
- Last updated 8 hours ago
- Dianne Cheddar replied 8 hours ago
I am trying to have a report appear like:
Name of primary person
Name of spouse
Address line 1 and 2
City, State ZIP
however, where no spouse exists, how do I eliminate the blank row below the name of primary person.
Year of date field changing after typing in last digit (64-bit)
- Issue
- Last updated 5 months ago
- mike S replied 8 hours ago
Hi,
We migrated our application to 64-bit and are facing a strange problem with date columns on datawindows having an editmask (now dd-mm-yyyy). Occasionally, after typing the last digit of the year, the year changes to another year, so 2023 becomes...
Change Datawindow object, visible false datawindow show
- New
- Issue
- Last updated 14 hours ago
- Chris Pollach @Appeon replied 9 hours ago
Visible false data windows can be seen when the DataWindow sets RedRaw (false) the main DataWindow and changes the data object, even though Visible is false.
*Reproduce Steps:Look at the attached image, then Visible is false in the data window...
How to convert Hexa color code to RGB ?
- New
- How-to
- Last updated 11 hours ago
- Andreas Mykonios replied 9 hours ago
How to convert HEXA color code to RGB color ?
EX:
FFFFFF (White ) -- RGB (255,255,255)
0078D7 (True blue) -- RGB (0,120, 215)
Adding a file to a PBL folder
- Issue
- Last updated 3 months ago
- Peter Pang @Appeon replied 10 hours ago
Hello,
I converted a workspace to solution in PB2025 beta, so that I now have text files for objects in pbl-folders.
I have some simple hand-made CASE tools, written in PB, that generate PB objects and use ORCA to add them to PBLs.
Of course they ...
请问下win11操作系统升级到24H2后系统界面能显示,但数据都连接不上,23H2 没问题
- New
- How-to
- Last updated 19 hours ago
- Ken Guo @Appeon replied 13 hours ago
我的是: pb2019 R3 + powerserver2020 2803 之前 在 win11 23H2上都可以,但升级到24H2 后就出现:
系统界面能显示,但数据都连接不上
我之前按你们说的打了 注册补丁:
UseOldJSEngineForMultiUsers_Win11_22H2.reg
注册文件内容是:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inter...
Query Regarding Retrieving Local PC Name When Accessing HTML5 Webpage from Remote Machine
- New
- Advice
- Last updated 3 days ago
- Armeen Mazda @Appeon replied 13 hours ago
I am working on a scenario where an HTML5 webpage is opened from a remote machine, and we need to retrieve the local PC name rather than the remote machine name. Here's a breakdown of the process:
Step 1: PC1 opens a remote machine (RM1).
Step 2:...
Hello,
Where may I find information about themes for Power Builder 2022?
I need information about the theme json file, to create a theme to set up customized color properties
for a datawindow, columns and texts , depending its focus and editable p...
Rich Text requires 3289 of storage which exceeds 4096000
- New
- Issue
- Last updated 1 day ago
- Brett Weaver replied 18 hours ago
Hi There
I have altered my maximum string size in the database parameters to 4096000 to allow for graphics in the rich text edit columns.
I have set the column size in the data window which has the richtextedit to the same:
Every so often th...
Encrypt Password for Database Cache Programmatically in PowerServer C#
- Resolved
- How-to
- Last updated 1 month ago
- Shawn Luce replied 2 days ago
In the current system architecture, connection strings to different databases are stored in an Azure Key Vault for security. I'm working on a way to have PowerServer API return connection configurations based on the connection strings from the Key Va...
Removing the OLE Wrapper from a Blob
- How-to
- Last updated 2 weeks ago
- Bruce Armstrong replied 2 days ago
Good afternoon,
I'm working on a project where we're trying pull OLE Blobs (excel format) from a SQL Server table and then store them as a file. If I store the entire Blob to a file, it doesn't recognize it as being a valid Excel file.
I'm looking ...
Hi @Appeon Team,Our team is currently using PowerBuilder 2022r3 and we are needding to update to .NET 8.0. I would like to know if there are any plans for PowerBuilder to support .NET 8.0.
Could you please provide information on the expecetd timelin...
Datawindow Page Break Print
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 3 days ago
Hi
I am 'recycling' Mike Monette's question I found online (from 1997, long live the internet!!) about placing a page break onto a datawindow.
You may find his original post here - https://bit.ly/2UAZpbu
I'll copy and paste it here as well just so...
Query Regarding Retrieving Computer Name from HTML5 Webpage After Citrix Application
- New
- Advice
- Last updated 3 days ago
- Chris Pollach @Appeon replied 3 days ago
I am currently working on a process where an HTML5 webpage is opened from a specific application, and I need to retrieve the computer name from the webpage after a Citrix application is launched. Below is the sequence of steps involved:
Step 1: Th...
Cannot connect to db with ado and db_locale and Client_locale params
- New
- How-to
- Last updated 3 days ago
I try to connect to DB Informix with ado with client and DB locale.
sqlca.dmbs='ADO.NET'
sqlca.dbparm = "Namespace='IBM.Data.Informix',Db_locale='bg_bg.utf8',Client_Locale='bg_bg.CP1251',Database='Base_name',Datasource='Server:9089'"
after connect...
httpClient returns 302 - How to obtain redirection?
- Resolved
- New
- How-to
- Last updated 4 days ago
- Laurent CRUMIERE replied 3 days ago
Hi evrybody,
I try to dowloand a jpeg file from an url using HttpClient.
The url's is like "https://gateway.partner.com/proxy/patient-results/patients/xxxxxx/sa/photos/2023-05-10_1683735851000_A6MZ_80C9/959C-451F-Z_A6MZ_o-c-ll-in_photo.jpg".
This ...
.ico Location for exe Icon
- Resolved
- How-to
- Last updated 1 week ago
- Andreas Mykonios replied 3 days ago
Hello, i build an .exe within pwoerbuilder with no problems. the exe.ico file is choosen correctly and gets deployed,
now i try to use the pbautobuild220.exe to Build the application, but there is no way, that the application.ico gets correctly, eve...
Powerserver licence error
- Resolved
- New
- How-to
- Last updated 4 days ago
- mathews rutto replied 3 days ago
Help with this error
Connection request timed out Error
- How-to
- Last updated 2 weeks ago
- Logan Liu @Appeon replied 3 days ago
Hi Team,I'm facing "Connection request timed out" while running the static web app. But the same application (PB) is working in my local machine. API is running in the Azure Container Instances and then I ran the Application from Azure Static Web App...
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