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. :)
Powerbuilder 2019 Email issue with Application Exe (code works fine)
- Resolved
- Issue
- Last updated 4 years ago
- Guillermo Tamburo replied 2 years ago
Recently migrated to PB2019 R2 Build 2328 and Outlook 365/Win10
coming across a weird issue with my application exe. works fine in the code. we have a screen in the application to send email on a button click. it creates a local mailsession object a...
IDE Powerbuilder build's difference in upgrade
- Resolved
- How-to
- Last updated 2 years ago
- damian jimenez replied 2 years ago
Hi
When i change runtime version (for example in PB2022 from runtime 1878 to 1892) the IDE still in build 1878.1. must be upgrade too or is not necesary ? (i mean if the program generated could change in something)2. if i run powerbuilderInstaller_b...
Hello,
PB 2022 Build 1982
Can 'SEARCH' option be added, when we right click the tab, along with the above option? I think it will save a lot of time to search the window in the opened PBLs and then Right click and choose search option.
Happine...
Hello all,
We migrated last month our App from PB 10.5 to Appeon 2022 (Build 1878) and we experience a problem while try either to Build (either Full or Incremental), PB just crash without any message...from that point on it keeps crashing forever.....
Sending Mail with Outlook 365 / Envio de Mail con outlook 365
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
I want to send an email, it creates the section correctly and then it gives an error in the loggon. Below are the sentences of the program. The email account is configured in Outlook and with this application I send and receive emails perfectly.If so...
PBAutoBuild / PBC compile directly one PBL
- Resolved
- How-to
- Last updated 2 years ago
- kitty he @Appeon replied 2 years ago
Hi,
I know that in PB 2022 I can compile and build my PB target application project. Is it possible to compile only one, direct PBL library, not all assigned to an application's target?
Regards,
Pawel
DisplayColumn property instead of DataColumn when retrieving data from WEB API
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I am working on Retrieving data window data which has a dropdwonlist through WEB API, developed in SnapDevelop.How do you Retrieve a dropdownlist through WEB API and display its DisplayColumn property ,instead of DataColumn property?
Enhancement request: modify SQLSyntax in transactions SQLPreview event
- Resolved
- Misc
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi all, have a happy new year!
I could not find another way to post an enhancement request for future PB versions, so I'll leave it here. If there is a better way to do so, please let me know.
We develop and maintain a quite large c/s application (...
Database Connection - Powerserver Error
- Advice
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
New to Powerserver. When running the program, an error message pops up stating that the program cannot connect to the database. Within the program the connection string is as follows:
SQLCA.DBMS = "ODBC"SQLCA.DBParm = "ConnectString='DSN=EpicEsso;UI...
Powerserver dw_1.Retrieve(), time wait before DBerror event
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi
Recently migrated to Powerserver 2022 build 1878, works wonders, now I'm ironing out some rough edges that appear ;)
The program in C/S delays but does not display any messages, but from Powerserver several database connection error windows app...
PowerServer application fails to open in Localhost.
- Issue
- Last updated 2 years ago
- Clifford Gregory replied 2 years ago
Attempting to use PowerServer for the first time with my PB 2021 application. After configuring PowerServer, program compiled without errors, and upon running the program the following error appears:
"2022-12-29 08:03:39.133 ERROR [8476] Failed to d...
Non-selected items on listbox
- Resolved
- How-to
- Last updated 2 years ago
- René Ullrich replied 2 years ago
Hello,
How can I set an item as non-selected on a listbox control? I have got a listbox with 10 items and I would be shown all these, but ex. 5 items I would be set as non-selected.
Thank you for help me.
Pawel
Merry Christmas & Happy New Year!
- Misc
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Merry Christmas!!
Froehe Weinachten!
Joyeaux Noel!
Feliz Navidad!
メリー・クリスマス!
I hope that everyone had a very Merry Christmas, and will have a wonderful and Happy New Year!All The Best,Olan
Need option to create pdf from tif/tiff file
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
We are stuck in situation where we need PDF as end results and we have tiff file available.I have tried many things but not able to achieve this.
We have tried following things.
1. Ghost script. But we are not going to use that as we found it is...
Getting an error when calling findfirstfilew/findnextfilew in pfc_n_cst_filesrvunicode to find the file details.
- Resolved
- Advice
- Last updated 2 years ago
- Sathishkumar S replied 2 years ago
Hi I am working migrating pb2019 to pb2022 (64 bit) whereas i am getting an error which points to the findnextfilew in the object pfc_n_cst_filesrvunicode (sometimes it popsup the below system error sometime application crashes.)
what may be the r...
dynamically get default windows printer after pb app is running
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
I want to be able to change the default windows printer after I open the pb application and have the pb application pick up that new windows default printer without me having to restart my pb application. Today, once the pb app has the default print...
Full-Featured Regular Expression NVO for PB
- How-to
- Last updated 2 years ago
- Berka Frenfert replied 2 years ago
I just wanted to share something I created. I have been using the venerable PBREGEXP from https://www.nika-soft.com/download/ for regular expression replacements etc., but yesterday I hit a bad bug in one use of it (I was trying to remove a large sec...
After installing the power server in trial version, 45 days passed, and it became Expired. After that, I reinstalled the power server and re-connected the AEM site
The above message appeared on the column where you enter the id and password.
serv...
replaced INET with HTTPClient but, its not working
- Resolved
- Issue
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hey there,
I was using below in an event to launch an URL in a report window
inet iinet_base
GetContextService("Internet", iinet_base)
iinet_base.HyperlinkToURL()
but, as INET is an obsolete our client doesn't want this to continue and the...
Hi all,
we have long running task (there is 30k rows in datawindow) and in for loop we are executing some checks using SQL queries.
We are using MSSQL as database PB2022 runtime 1892.
After cca 25 mins. Application ends with this error:
Problem E...
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