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. :)
Set application icon when building .exe with pbc170
- Issue
- Last updated 7 years ago
- Armeen Mazda @Appeon replied 2 years ago
The build generated by calling pbc170.exe creates .exe file without application icon.
Another mystery is: the icon file is set when open application Addition Parameters within PB IDE. But exported application .sra file does not contain it.
How t...
Good Morning!I need to return a string value by a procedure in PB, but the data is not complete.Is there any solution for this case?
Grateful.
Hi,
We are trying to encrypt log on information using Asymmetric Encryption RSA 2048 using PB17 R3
The Public Key is being provided by another system using OpenSSH which we are receiving as a .PEM file.
When I try and use this Public Key to encryp...
Could not load file or assembly 'OracleManagedDataAccess'...
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Using PB2022 Beta I was able to take our existing client/server app and create a working PowerServer project. However, after I uninstalled the Beta and installed PB2022 build 1878, the web version no longer works. Trying a Build/Deploy gives the er...
PowerBuilder 2021 login issue.
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi,
I cannot login to PowerBuilder 2021, below error message displayed. Can you help ?
PowerFilter alternatives for modern Excel-like datawindow filtering?
- How-to
- Last updated 6 years ago
- Jim Reese replied 2 years ago
Is there an alternative to PowerFilter? Does PB2017 R3 have capabilities for modern excel-like filtering? If not, are there any plans for that in 2018 (and beyond) versions?
Cloud Launcher Folder?
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Just started working with PB22 but it appears I'm missing some files. Since the Cloud Launcher was introduced, all runtimes included the CloudAppInstall folder.
However, with PB22 runtime, I don't see that folder anymore. I made sure eve...
Is it possible to do a "Bulk Update" on C# DataStores?
- How-to
- Last updated 2 years ago
- Logan Liu @Appeon replied 2 years ago
I'm looking into making updates to a database. So far I have normal updates working "datastore.Update();" However I'm curious if there is a way to do Bulk Updates with the C# datastores?
Title: PowerServer failed to start. Failed to verify the license
- How-to
- Last updated 2 years ago
- Bryant Burnard replied 2 years ago
PB 2021 Build 1509, Oracle 19
Something has changed in my environment, and not sure what else to check. I manually checked each of the sites mentioned in the error message:
https://apips.appeon.com, https://apips.appeon.net, https://apipsoa.appeo...
Less than sign is converting to ('%lt;) in DW to XML file save
- Resolved
- How-to
- Last updated 2 years ago
- René Ullrich replied 2 years ago
I have a DW save to XML file then eventually to KML file (GOOGLE EARTH) project, where I need to append this predefined XML as a HEADER section (below is a small sample) to the top of the DW generated XML file. how do I prevent Powerbuilder from con...
Hi,
Anybody have a template like this appointment system (Calendar view) ?. This is just design.
PowerBuilder 6.5 - Deploy in network directory
- Resolved
- Advice
- Last updated 2 years ago
- Sivaprakash BKR replied 2 years ago
Hi,
I have an application in PowerBuilder 6.5. I wanted to know if it is possible to deploy it on a network directory and be executed by several users and workstations. Are there any contraints for its implementation ?
Thank you for your answers.
Changing Tab-Text Color with themes active
- How-to
- Last updated 2 years ago
- kitty he @Appeon replied 2 years ago
Hi,
is there a way to change the Tab-text color dynamicly while themes are active?
We tried disabling drawing of the tab-control in the theme.json. But when using a dark theme it doesn't look good at all.
Regards
Stefan
Converting External dlls from PB to C#
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi!
I am converting a few PowerBuilder apps to C# but I am not sure how to convert dlls from PowerBuilder to C#.
One of my dlls in PB is defined as FUNCTION longptr Decrypt(ref longptr decryptMem) LIBRARY "DecryptDLL.dll" alias for "Decrypt;Ansi"
...
Select Error: Transaction does not exist. Transaction ID
- Resolved
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
We are in the process of converting our application to a PowerBuilder application.
We use dynamic connections and after a while we get the following message.
'Select Error: Transaction does not exist. Transaction ID xxxx-xxxx-xxx-xx-xx'
We don't c...
WebBrowser Control and the Escape-Key - PB 2019 R3 LTS
- Issue
- Last updated 2 years ago
- Arnd Schmidt replied 2 years ago
I wonder why the ESC-Key does not work for Input Fields on websites in the WebBrowser Control.
For example https://www.google.com
Escape-Key does not fire :-(
I ran into that issue while porting OLE WebBrowser Control to PowerBuilder's WebBrowser ...
Hi all,
The Navigate function always returns -1 even with static url.Here is a sample code:
is_url = message.StringParmli_navigate = wb_1.Navigate("http://www.appeon.com") // Return -1li_navigate = wb_1.Navigate(is_url) // Return -1
Any idea?
Tha...
Re: Retrieval argument issue
- Resolved
- How-to
- Last updated 2 years ago
- Mark Goldsmith replied 2 years ago
Hello,
Using PB 2019 R3, PostgreSQL 11.11, compiled by Visual C++ build 1914, 64-bit, PgAdmin 4.27
When I run the below query in PgAdmin, it works correct
SELECT x::time FROM generate_series(timestamp '2000-01-01', timestamp '2000-01-01 23:59', in...
New PDF Builder (beta feature) in pb2022ga
- Resolved
- How-to
- Last updated 2 years ago
- Steen Jakobsen replied 2 years ago
Hi,
Anyone tried this new PB2022 PDF feature : New PDF Builder (beta feature) - - What's New (appeon.com)
Thanks Steen
Custom Font in DataWindow PDF Generation from .NET Web Service
- How-to
- Last updated 3 years ago
- John Fauss replied 2 years ago
I have a .NET Webservice that when called, generates a DataWindow from DataWindow Syntax passed in as a parameter. The service then creates a PDF file from the generated DataWindow using SaveAS. It then takes that PDF and saves it to a row in a datab...
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